No-data-to-display label shows when word cloud chart has data plotted and visible. #7264
Comments
Thanks for reporting this bug! Workaround:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
When data is present and visible in the plot area of a Wordcloud type chart there should be no "No data to display" label rendered.
Actual behaviour
"No data to display" label is overlapping with the actual data.
Live demo with steps to reproduce
The issue is visible in the following js fiddle:
http://jsfiddle.net/peshoStoyanov/xq1sz6q7/4/
Affected browser(s)
Tested only on Google Chrome
Version 61.0.3163.100 (Official Build) (64-bit)
Debugging
I am new to highcharts but when I debugged the source code I think the issue is in these lines:
For my wordcloud chart hasData() returns false, due to this.dataMax and this.dataMin being undefined.
The text was updated successfully, but these errors were encountered: