Juned Chhipa
Juned Chhipa
There is a new property ``` plotOptions: { bar: { borderRadiusApplication: "around", // "around" / "end" borderRadiusWhenStacked: "last" // "all"/"last" } } ``` Docs: https://apexcharts.com/docs/options/plotoptions/bar/#borderRadiusApplication
Please create a working codesandbox example - https://codesandbox.io/s/pwwz8009n0
Sorry for the late response @muehling When I checked the example, the changing of the tabs didn't make the graph disappear. It was only when I clicked the buttons below...
Thanks for the additional info @muehling I have fixed a similar bug previously (for bootstrap tabs). Nonetheless, I will take a look again.
I cannot see the issue. Can you confirm if it still happens with the latest version `[email protected]`?
@kwolfy Happy to accept a PR. It makes sense to apply the patch in this file - https://github.com/apexcharts/vue-apexcharts/blob/master/src/index.js Do you think, other SPA libraries would also need such a patch?...
Panning on touch devices is not supported yet.
Can you please create a minimal codesandbox demo of the issue?
Please provide a working Codepen example to reproduce the issue
You can inject any additional information in series config ``` series: [{ name: "series-a", data: [{ x: "Category 1", y: 10, meta: { colorForThisDataPoint: "#234e2e" } }] }] ``` and...