score:1
Accepted answer
You only need one function to loop through the data. Once I removed volumeData, put it's loop inside of mappedData and passed mappedData to the second data object in series, highCharts rendered as expected. This surprised me because the documentation example does it by passing two different objects.
series: [{
type: 'area',
name: `Bitcoin in USD`,
data: mappedData,
}, {
type: 'column',
data: mappedData,
yAxis: 1,
}]
Source: stackoverflow.com
Related Query
- Highcharts returning error 14
- HighCharts Stock Chart error code 18
- Angular highcharts is returning error trying to draw a histogram
- Error: Data source must be a URL for refresh | console error | javascript | Highcharts
- Highcharts returning error #15
- Highcharts returning error 15 but the graph is correct?
- How can I fix Highcharts error #13?
- Highcharts Error #16: charts not showing on the same page
- Getting error while using highcharts in Angular 7
- highcharts always console error ablout bubble_compiled.js?
- Highcharts error 15
- JavaScript error when using Highcharts
- Highcharts is not defined. Error log in console
- jquery calling highcharts generating error 17
- highcharts organization chart is throwing error when loading module
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- HighCharts error #18: Requested Axis Does not exist
- Highcharts - Global configuration with common code and unique data & Headings
- creating a bar chart using Highcharts with React - getting an error that rendering div isn't found
- Highcharts error #13: www.highcharts.com/errors/13 how to solve this error
- Getting "Highcharts error #17" when creating histogram (using Highcharts with Angular 6)
- Issues using highcharts node export server from ClojureScript - "0x03 error when performing chart generation"
- Highcharts & tooltip error
- Highcharts error 13, but rendering Div exists
- Error while adding and removing plotLine on highcharts
- How to improve performance of Highcharts and avoid error 15 inspite of sorted data?
- highcharts export server js script error codes
- highcharts change rendered image source on click
- highcharts - error when updating a series to have less categories than previously
- c# WPF Webbrowser with Highchart, Javascript from external source not working "An error has occurred in the script on this page"
More Query from same tag
- SyntaxError: missing ] after element list PHP, Jquery & Highcharts
- dynamically apply timezone offset to a highchart
- Highstock: How can I format the xAxis crosshair label?
- "TypeError: Cannot read property 'pos' of undefined" after deleting data from chart
- Declaring minimal width of serie in treemap
- background color change in jquery highcharts
- Highcharts: Custom button - symbol is misplaced
- Adding export-to-csv option onto Highcharts chart as a client user?
- Highcharts Isomorphic rendering / web-workers
- Highcharts with DHTMLX menu appearance
- Fixed min and max dynamic time ticks in chart
- Using PieChart from highcharts-react-official
- In PHP , How to convert JSON into highchart supported format
- Can we use rcharts to plot Grouped_Categories charts from Highcharts?
- Plot a Ganglia graph using AngularJS
- React Use Function In Javascript Object
- y-axes of Highcharts line chart
- How to input null into highcharts and then ignore it in line graph?
- Why don't these rectangles appear?
- Highcharts Gauge Chart with text labels
- Padding between X-Axis labels in Highchart
- Highcharts, Yii and body content reloading
- High chart php, line not plotting, no error,
- How to boost your performance in HighCharts
- Highcharts: Datalabels outside when unsufficient space inside, using Google spreadsheets
- HighCharts pointPlacement option not working in a single column chart
- Highcharts: how to be DRY with charts which share some configuration parts?
- Highcharts data label getting cut off
- Plot a a json chart with HighCharts & Vue.js
- highcharts-react Gantt: get mouse coordinates from mouse-over