-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
First and last bars in bar chart are cropped #540
Comments
This is the code that renders the chart with the cropped bars:
|
Sorry for the late response. You can also avoid it by converting x-axis to category (if you're not plotting linear/datetime data). I will show an example soon. |
Adding this would prevent the cropping of the first and last bar xaxis: {
type: 'numeric',
tickAmount: 'dataPoints'
} |
Thanks adding I'm integrated ApexCharts into my application: http://www.data-forge-notebook.com/ I've love to give you a free copy of it and be able to get your feedback ;) |
Sorry for the late response, I missed your last message. |
Awesome. Please send me an email to ashley@codecapers.com.au, then I'll have your email and I can sign you for a free copy of Data-Forge Notebook. |
@junedchhipa I'm having the same problem, but can't change my For me, only the last column is cropped off Should this be a new issue? |
Hi, just started using this library and am loving it.
I've found an odd issue that appears to be caused by the way I'd like to structure my data.
It might be similar to this previous issue:
#280
I started with this example that works the way I want:
https://apexcharts.com/javascript-chart-demos/column-charts/column-with-data-labels/
Then I restructured the data to be the way I'd like it, example code in this repo:
https://github.com/ashleydavis/apex-charts-example
Now my first and last bars are cropped:
Is this a bug or is this a mistake in the way that I'm using it?
Thanks so much.
The text was updated successfully, but these errors were encountered: