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

Chart Restyle #232

Closed
8 of 25 tasks
markov00 opened this issue Jun 11, 2019 · 4 comments
Closed
8 of 25 tasks

Chart Restyle #232

markov00 opened this issue Jun 11, 2019 · 4 comments
Labels
design enhancement New feature or request :interactions Interactions related issue :legend Legend related issue meta ...meta issue needs design A design pass is required and not available :styling Styling related issue :tooltip Related to hover tooltip :xy Bar/Line/Area chart related

Comments

@markov00
Copy link
Member

markov00 commented Jun 11, 2019

General:

Bar chart:

  • Rounded corners (border-radius) for bars, configurable via theme and also specific bar style with few options: flat, rounded on edges (top and bottom), all rounded (each bar has rounded corners), round on top (default). The radius is configurable in px and %.
  • Configurable outer padding of the chart https://d.pr/free/i/5FVNo6
  • Configurable padding between clustered bars https://d.pr/free/i/lkgsj5

Line chart:

  • [ ] Curve default to a smooth one Cleanup defaults #121
  • Hide point markers when the space between points is too small to see the twist and turn of the line

Area chart:

  • [ ] Curve default to a smooth one Cleanup defaults #121
  • Check the possibility to add a gradient on the fill

Axis/Grids

Interactions

  • Enable custom hover effect on bars/pints
  • Enable cursor pointer only if there are callback associated
  • Shaded column for line charts https://d.pr/free/i/JmZl7a

Tooltip

  • Add total for stacked value tooltips (this can be in the header of the tooltip)
  • Fix tooltip to the top (no horizontal movement)
  • Fix tooltip for long text/values
  • When there's only one series, no need to show the name of the series in the tooltip https://d.pr/free/i/k0UuRI

Annotations

  • Align annotation icon to the top if possible

118sKtg3RBhE6pYZfW_udOSV71u5PSDC8KLTmhWo

Legend

Themes

  • Better default style colors
@markov00 markov00 added enhancement New feature or request meta ...meta issue labels Jun 11, 2019
@markov00
Copy link
Member Author

@cchaos regarding

When not hovering on the chart, allow the legend values to be the total value instead of the last x value. https://d.pr/free/i/1D9Bw3

This is not the default behaviour in TSVB, TSVB will always shows the last bucket value. We can hide that value by default, and we will find a different way to configure what will represent that number.

@markov00 markov00 added :styling Styling related issue :interactions Interactions related issue :legend Legend related issue :tooltip Related to hover tooltip :xy Bar/Line/Area chart related labels Mar 26, 2020
@abdul737
Copy link

abdul737 commented Apr 15, 2020

Is it currently possible to add a gradient fill in the AreaSeries?

@markov00
Copy link
Member Author

@abdul737 we have a list item for that in this ticket and we are going to support that, but it's currently not on our immediate priority list.

@markov00 markov00 added design needs design A design pass is required and not available labels Jan 30, 2024
@markov00
Copy link
Member Author

closing this for now, most of the tasks are in place, others need to be reconsidered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design enhancement New feature or request :interactions Interactions related issue :legend Legend related issue meta ...meta issue needs design A design pass is required and not available :styling Styling related issue :tooltip Related to hover tooltip :xy Bar/Line/Area chart related
Projects
None yet
Development

No branches or pull requests

2 participants