RhoInc/Webcharts

Set the lower limit of the domain of the linear axis of a bar chart to 0.

Closed this issue · 2 comments

Test notes

  • The lower limit of the continuous axis of bar charts should default to 0.
  • Open the config-tester, select a bar chart configuration, and set the Webcharts branch to master.
  • Click Render Chart and note the lower limit of the continuous axis.
  • Change the Webcharts branch to bar-chart-domain and the lower limit of the continuous axis should be 0.

Hmm - this is actually a little bit tricky since we only want this when one axis is linear and the other axis is ordinal. Might still be doable though ...

I was thinking specifically about bar charts and should've specified that, sorry for the confusion! Thanks for correcting that!