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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This configuration
{ "chart": { "height": "360px", "width": "100%", "type": "area", "foreColor": "#fff" }, "stroke": { "curve": "smooth" }, "series": [ { "name": "One", "data": [ 262, 81, 3 ] }, { "name": "Two", "data": [ 1, 62, 448 ] } ], "title": { "text": "", "align": "left" }, "legend": { "show": false }, "grid": { "show": true, "borderColor": "transparent" }, "xaxis": { "type": "categories", "categories": [ "One", "Two", "Three" ] } }
looks like this
However this configuration
{ "chart": { "height": "360px", "width": "100%", "type": "area", "foreColor": "#fff" }, "stroke": { "curve": "smooth" }, "series": [ { "name": "μεταβλητή-0", "data": [ 175, 498, 375 ] }, { "name": "μεταβλητή-1", "data": [ 268, 385, 352 ] } ], "title": { "text": "", "align": "left" }, "legend": { "show": false }, "grid": { "show": true, "borderColor": "transparent" }, "xaxis": { "type": "categories", "categories": [] } }
The chart looks like this
Note that on the second chart, the third label is hidden. I want the margins to shorten or disappear, what should I do? 🤔
The text was updated successfully, but these errors were encountered:
Hi @jimfilippou I am sorry, there's not an easy way currently to prevent the spacings.
Because there is a difference in how the numeric charts and category charts are calculated. Other charts (highcharts example) follows the same too.
Regarding the last label disappearing - I have fixed it. Will push the next release soon.
Sorry, something went wrong.
No branches or pull requests
This configuration
looks like this
However this configuration
The chart looks like this
Note that on the second chart, the third label is hidden.
I want the margins to shorten or disappear, what should I do? 🤔
The text was updated successfully, but these errors were encountered: