score:0
this is not a solution, just a tip.
i think that you need to break this problem into a smaller one, make it work and increase it carefully. them you will get where the thing is breaking your legs. start fresh and redoo until you find the problem.
score:1
it's not possible for me to easily reproduce the issue, but here are some leads you might want to follow:
highchart issue #1300:
fixed error on exporting an empty chart due to labels with y attribute of nan
there was some discussion about it on the highsoft forum.
this issue has been fixed in 2.3.5
as reported on their changelog.
it appears to be a warning when null
data is received in most cases, so are you sure this data is returned? maybe your chart is loaded before your object data is returned? i'm just thinking out loud.
Source: stackoverflow.com
Related Query
- debugging domjs and highcharts
- Highcharts - Global configuration with common code and unique data & Headings
- Converted PHP code that built an array to JS and now highcharts doesn't work - what did I do wrong?
- how can I use rangeselector and navigation in highcharts in the given code
- Calling Highcharts export to jpeg but the source is https and exporting is http (security warnings issued by browser)
- How to create a column range chart in Highcharts using range and navigator functions?
- Hide axis and gridlines Highcharts
- Customize tooltip and format the number to 2 decimal places of highcharts
- Loading Highcharts via shim using RequireJS and maintaining jQuery dependency
- jQuery UI Tabs and Highcharts display/rendering issue
- Displaying hours and minutes on x-axis with Highcharts
- Export Highcharts to PDF (using javascript and local server - no internet connection)
- Highcharts - How to programmatically toggle legend items and determine which items are selected
- Hiding _groups_ of series in Highcharts and jQuery: how to get acceptable performance?
- how to import highcharts with webpack and babel
- Highcharts data series issue with ajax/json and PHP
- Highcharts - labels inside and outside a pie chart
- Highcharts / jQuery - destroy and rebuild chart with original options
- How do you increase the performance of highcharts chart creation and rendering
- Disable PDF and SVG download options in Highcharts
- Highcharts Pie Chart ignores percentageDecimals tooltip setting and has floating point inaccuracy issue
- How to change graph colour above and below plotline in Highcharts
- Using html2canvas to render a highcharts chart to pdf doesn't work on IE and Firefox
- HighCharts - increase bar height and reduce bar gap
- Highcharts - How to hide series name and Y value in tooltip
- Highcharts Date/Time and X-Axis
- Highcharts - how to properly update series[0].data and yAxis title of a VUMeter?
- How to update new plotline values instead of removing and adding new ones in highcharts
- Import Highcharts and highcharts-more (AngularJS 1.5 + TypeScript + webpack)
- Highcharts shared tooltip requires different valueSuffix and varying decimals
More Query from same tag
- Dynamically graph points with Highcharts
- Use image in Highcharts credits
- How to disable legend click to stop pie slice from disappearing in Highcharts?
- Highcharts legend alignments
- Updating spline chart two lines on top of eachother
- set Pie chart labels exact in center of Slices of PIE highcharts
- Drilldown in highmaps - how to remove a series
- Multiple Google Gauges with different option sets
- I hope to display empty day to 0 in highcharts
- Time format with Highcharts
- Semi-circle donut pie chart with labels (data names) and %-ages on the pie ... and data numbers on mousehover
- Scrollbar is not working with Dumbell Chart in Highchart
- How to add radio button in highchart legend symbol
- use highchart as a template with different title and different values multiple times
- Puppeteer Without an HTML page?
- Opening a saved rchart html file
- How can I combine highcharts with different but similar x-axis categories?
- Highcharts CSV export changes the chart JS object
- highcharts stacked column weird symbol in a bubble
- After print chart another chart is not visible in page
- Highcharts - Line Graph Marker Rendering Unreliable?
- Highcharts with coffeescript
- How to create Stacked and Grouped column graph in an inner drilldown?
- Error while downloading "highcharter" package in r
- Highcharts Graph not recreating on same Android activity
- Fixing/discounting a data series when changing chart-type in Highcharts
- Fixed height/width of bars in highcharts
- Highmaps Select Multiple Points With Clustering Enabled Loses What Is Selected Already
- Highcharts plotOptions.area.depth does not exist in latest version
- How do you change the colour of each category within a highcharts column chart?