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
If any series contain null data then the connecting line should work by skiping the null column only.
Line connecting the columns of the waterfall series doesn't plot if series contain any 'null' value. It was working fine before 9.2.0 release.
https://jsfiddle.net/ehtashamulhaq/890vuhg1/1/
Highcharts 9.2.0 and higher
N/A
The text was updated successfully, but these errors were encountered:
Hi @ehtasham-haq. Thank you for reporting the issue.
It was most likely introduced in version v9.2.0 by #16073
Internal note: The getCrispPath returns an incorrect path for the lines.
getCrispPath
Sorry, something went wrong.
Fixed #18636, waterfall lines missing when there was a null point.
c675062
3a24806
ddragula
Successfully merging a pull request may close this issue.
Expected behaviour
If any series contain null data then the connecting line should work by skiping the null column only.
Actual behaviour
Line connecting the columns of the waterfall series doesn't plot if series contain any 'null' value. It was working fine before 9.2.0 release.
Live demo with steps to reproduce
https://jsfiddle.net/ehtashamulhaq/890vuhg1/1/
Product version
Highcharts 9.2.0 and higher
Affected browser(s)
N/A
The text was updated successfully, but these errors were encountered: