We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When I use bar chart on horizontal mode, the zero is not at the start. (for example, the red bar is 30 but it only shows 25):
It doesn't happen when horizontalBars=false.
this is my code:
<ChartistGraph data={{ labels: ['Yes', 'No', 'Maybe'], series: [30, 10, 5] }} type="Bar" options={{ istributeSeries: true, horizontalBars: true, }} />
Have any idea how to fix it?
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I use bar chart on horizontal mode, the zero is not at the start.
(for example, the red bar is 30 but it only shows 25):
It doesn't happen when horizontalBars=false.
this is my code:
Have any idea how to fix it?
Thanks
The text was updated successfully, but these errors were encountered: