Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show/Hide charts & And updates to variable header #38

Merged
merged 4 commits into from
Apr 7, 2017
Merged

Conversation

jwildfire
Copy link
Contributor

Fixes #26, #27 and #31.

Ready to Code review (@samussiah) and feature testing (@brittsikora).

@jwildfire jwildfire requested a review from samussiah April 7, 2017 01:35
.append("li")
.text(d=>d.key+" ("+d3.format("0.1%")(d.prop_n)+")")
.attr("title",d=>"n="+d.n)
.style("cursor", "pointer")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

.append("li")
.text(d => d)
.attr("title", d => d=="..."? nValues-6+" other values" :"")
.style("cursor", d=> d=="..."?"pointer":null)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah - nothing happens on click, but info comes up on hover - cursor:help would probably be better.

Copy link
Contributor Author

@jwildfire jwildfire Apr 7, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

created #40 for this

@samussiah
Copy link
Contributor

Only confusion is with the text summary cursor pointer. What's supposed to happen on click?

@samussiah samussiah merged commit 5730a68 into v0.11.0 Apr 7, 2017
@jwildfire jwildfire deleted the chartToggle branch April 12, 2017 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants