microsoft / charticulator

Interactive Layout-Aware Construction of Bespoke Charts
Other
833 stars 115 forks source link

Data axis to start at zero #1024

Open ruthpozuelo opened 2 years ago

ruthpozuelo commented 2 years ago

Is your feature request related to a problem? Please describe. When using the data axis to create charts, often the axis will not start at zero, but instead the range axis will be calculated by charticulator.

With cartesian axis we can specify the range, could we do the same with Data axis?? or how about a tick (for both axis systems) that says "Start at zero" or "include zero"?

I know it is possible to create a mesure =0 and add it to the axis, but it is not intuitive at all for new users. Thanks.

zBritva commented 2 years ago

Change one of data expressions to 'avg(0)'

ruthpozuelo commented 2 years ago

Hi @zBritva , yes, as I mention in the request, I know it is possible to hack but not intuitive for new users. Could you add the option to the user interface? Like a tick box or something else?