rawgraphs / rawgraphs-charts

A curated selection of charts provided through RAWGraphs interface
https://rawgraphs.io/
Apache License 2.0
92 stars 42 forks source link

decimal part when numbers are aggregated #19

Open mikima opened 3 years ago

mikima commented 3 years ago

When we map numerical dimensions to labels, we could have numbers with a very long decimal part due to the chosen aggregations (see image below). We could hardcode a rounding function, but sometimes users would like to keep the decimal part.

I have no idea on how to solve the issue

Screenshot 2020-09-10 at 17 32 14
giorgiouboldi commented 3 years ago

What about adding an option in the label options? For this first release I would leave all the decimals

mikima commented 1 year ago

similar issue in sankey and alluvial diagrams (see #134 for details)