compatibility of sankey and no-data-to-display modules #7489
Labels
Comments
Hi, Thank you for reporting about the bug. Internal note: snakey doesn't have dataMin nor dataMax set, so it's recognized by the no-data-to-display as an empty: highcharts/js/modules/no-data-to-display.src.js Lines 149 to 151 in 94aac89 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
if a sankey diagram is displayed, there should not be shown "no data to display"
Actual behaviour
"no data to display" is always displayed, no matter if a sankey diagram is shown or not
if another series is added no-data-to-display works correct. it seems to just ignore the sankey-diagram
Live demo with steps to reproduce
http://jsfiddle.net/L8vs4dsf/
just hang in both modules and insert a sankey-diagram
Affected browser(s)
tested in google chrome

The text was updated successfully, but these errors were encountered: