Ross Johnson

Results 8 comments of Ross Johnson

@junedchhipa This issue is resolved in revisions 3.46.0, and now 3.47.0.

I have submitted a pull request for a solution to this: https://github.com/apexcharts/apexcharts.js/pull/4228

This change did not fix the root cause of the issue which, as the reporter described, was an unexpected structure within the arrays used by rangearea series after the series'...

dateClicked = config.w.globals.categoryLabels[config.dataPointIndex];

A pull request for this and duplicate issue #4178 was merged into the main branch yesterday.

Please hold off reviewing. There is an issue that I need to address.

The issue (an off-by-one mistake) has now been fixed, plus added some unit tests. Should be good to review. Thanks.