Description
It appears the annotations feature is broken in the latest release 5.10.4. A test case is provided.
When the chart is rendered with 5.10.4, the annotations are missing entirely, however changing the version of ApexCharts to anything below this version works fine with the same JS options. No JS code change is needed.
Manually setting random data for the x and x2 values under 5.10.4 e.g. 100 or 1000, seems to show up on 5.10.4, but this is not aligned to the dataset and doesn't behave this way in previous versions.
Steps to Reproduce
- Configure a line graph with one or more annotation on the x axis
Expected Behavior
Annotations to be displayed
Actual Behavior
No annotations displayed/
Reproduction Link
https://jsfiddle.net/gv3deohp/4/
Description
It appears the annotations feature is broken in the latest release 5.10.4. A test case is provided.
When the chart is rendered with 5.10.4, the annotations are missing entirely, however changing the version of ApexCharts to anything below this version works fine with the same JS options. No JS code change is needed.
Manually setting random data for the x and x2 values under 5.10.4 e.g. 100 or 1000, seems to show up on 5.10.4, but this is not aligned to the dataset and doesn't behave this way in previous versions.
Steps to Reproduce
Expected Behavior
Annotations to be displayed
Actual Behavior
No annotations displayed/
Reproduction Link
https://jsfiddle.net/gv3deohp/4/