generated from ParametricPress/issue-02-article-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Matching Parametric styles and minor UX changes #6
Comments
For reference: f79da85 |
fredhohman
added a commit
that referenced
this issue
Aug 16, 2020
fredhohman
added a commit
that referenced
this issue
Aug 16, 2020
aatishb
added a commit
that referenced
this issue
Aug 17, 2020
@aatishb for when you look at this later: some of the above are related to the |
Centered layout in d1a6f68. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Graphics
make CO2 emissions bar chart text width, and merge into
Graphic
componentthe simplest way to do this is to remove the [/TextContainer] and [TextContainer] tags directly before and after the graph. However the text appears rather small & cramped when I try this. -AB
line chart annotation arrows -> gray
line chart tooltips: white background
line chart tooltips: little more padding (@aatishb I can change background color with
hoverlabel
, but doesn't look like we can add padding. can you check this out?)@fredhohman I looked into this some. It’s more complicated than I expected. Looks like the hover tooltip is created & positioned with SVG so we can’t easily add padding. According to this thread the only way to do it is with a custom handler for the hover event.
line chart (@aatishb could you try some of these since you are familiar with the plotly code?):
Graphic
componenthover on chart to show tooltip should have crosshairs cursor not pointer (@aatishb could you look at this too? hopefully is an easy CSS thing...)
first history of C02 chart: move red data behind green line when it appears (currently it's on top)
use parametric red and blue for the final chart
Text
Design
Editorial Questions
The text was updated successfully, but these errors were encountered: