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
Hi folks, I have an issue with vue apexcharts. When plotting a gradient on my website, it looks like in the screenshot. This is my configuration
const chartOptions = computed(() => { return { chart: { type: 'area', toolbar: { show: false }, zoom: { enabled: true } }, colors: ['#516ED7'], dataLabels: { enabled: false }, stroke: { curve: 'smooth', width: 5 }, fill: { type: "gradient", gradient: { shadeIntensity: 1, opacityFrom: 0.9, opacityTo: 0.6 } }, xaxis: { categories: xAxisData.value }, yaxis: { tickAmount: 3, forceNiceScale: true, min: 0 } } })
How could this possibly happen?
The text was updated successfully, but these errors were encountered:
Have you found any solution? I am also having the same problem with multiple series.
Edit: Seems like this is fixed in v3.50.0 with this PR. I was on an older version and upgrading fixed my problem.
v3.50.0
Sorry, something went wrong.
No branches or pull requests
Hi folks,
I have an issue with vue apexcharts. When plotting a gradient on my website, it looks like in the screenshot.
This is my configuration
How could this possibly happen?
The text was updated successfully, but these errors were encountered: