rawgraphs / rawgraphs-app

A web interface to create custom vector-based visualizations on top of RAWGraphs core
https://rawgraphs.io
Apache License 2.0
8.66k stars 1.84k forks source link

boxplot chart issue with y axis en long number #129

Closed llazzaro closed 3 years ago

llazzaro commented 7 years ago

If boxplot has number like 1,000 it has render problems with the default Margin of 20.

example:

screen shot 2017-04-11 at 9 16 45 pm
llazzaro commented 7 years ago

My fix solves this changing the default margin to 30.

screen shot 2017-04-11 at 9 16 24 pm
llazzaro commented 7 years ago

https://github.com/densitydesign/raw/pull/130

mikima commented 6 years ago

Still we need to find a consistent solution to move labels according to their size.

Gjum commented 6 years ago

An acceptable solution might be to use SI prefixes: 1K, 10K, 100K/0.1M, 1M etc.

These are limited in width, and at such big numbers showing the least significant digits on an axis is rather pointless.

uf0 commented 3 years ago

no plan to add automatic margins based on axis label, also in v2 you should play with margins option