Waterfall Charts - when using negativeColor, the dashed line is not drawn. #7862
Labels
Comments
Hi @rabishah Thank you for reporting the issue! Workaround: .highcharts-waterfall-series path {
visibility: visible;
} |
Looks like a duplicate of #7344 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
Should draw the outline between two column bars.
Actual behaviour
No lines drawn. http://jsfiddle.net/x1qdq8sr/20/
If I change the api, negativeColor to upColor, you can see that the dashed line is drawn. Here is a jsFiddle link when using upColor : http://jsfiddle.net/d4w7nmbn/1/
Product version
Highcharts 6.0.2
The text was updated successfully, but these errors were encountered: