Closed Sumon-miazi closed 4 years ago
You need to define your xaxis categories, see https://apexcharts.com/docs/options/xaxis/
@Sumon-miazi Please create a working codepen to reproduce easily.
Unable to reproduce it, hence closing it.
Hi! @junedchhipa I encountered the same issue and recreated it on code sandbox See https://codesandbox.io/s/vue-basic-example-qejof?file=/src/components/Chart.component.vue
In my multiline chart series(xaxis type is datetime and date is same for all three series), if I click on the first legend to hide series this causes tooltip x value NaN undefined problem. But the other legend did not cause this type of problem. now using 3.8.4v. and the older version has the same problem. @junedchhipa
this is my legend configuration:
made a gif for better understanding