score:5
Accepted answer
Change yaxis to yAxis, and the value must be a number not a string.
You have this:
{
"name": "Series2",
"type": "column",
"yaxis": "1",
"data": [22300, 44, 22, 12456, 888]
}
Must be this:
{
"name": "Series2",
"type": "column",
"yAxis": 1,
"data": [22300, 44, 22, 12456, 888]
}]
jsFiddle: http://jsfiddle.net/QgHHZ/5/
Source: stackoverflow.com
Related Query
- Highcharts not displaying series data for graph with multiple Y-axes
- How to have multiple highcharts with different series data in vuejs without repeating code
- HighCharts multiple x series data for line graph
- Highcharts not displaying data labels for Pie chart in arabic
- Highcharts with JSON data and multiple series
- Highcharts - Issue with negative values when displaying multiple axes
- Highcharts - Multiple Axis Graph not displaying labels
- Highcharts show the same yAxis start and end value with multiple data series
- Highstock shared tooltip multiple series - show data for line when not on point
- Retrieving JSON data for Highcharts with multiple series?
- Highcharts redundant time data with multiple axes
- Extract data series from a JSON array for a Highcharts chart with 2 y-axis
- HighCharts line series not displaying properly with stacked bar combo chart
- Data and tooltip not working for graph using highcharts
- My Highcharts graph with multiple axis ignores the max value I set for the first yaxis
- Highcharts click events not firing when displaying multiple line series
- Highcharts series visibility with csv data source
- jquery show() not displaying properly for highcharts graph
- Loading json data to highcharts with multiple series
- Highcharts : using same div to load a chart multiple times with different series data
- Dates not displaying correctly in Highcharts plot with irregular time data
- Multiple charts with same data not loading in same page: Highcharts
- HighCharts not displaying series data
- Highcharts multiple series with missing Data Points
- Highcharts using JSON - graph not displaying mysql data
- Highcharts not displaying daily data for column chart
- HighCharts BoxPlot With Multiple Series Having Single Data
- The continuous update highcharts with more data plotting the continuity is not visible so we need that continuity in the centre of the graph
- Highcharts do not hold all the values of stacked columns chart with data time axes
- Multiple series of data in Highcharts but second line graph is displayed squashed?
More Query from same tag
- Create highchart density with more than 2 groups
- I'd like to use several Highcharts using different data but same options
- Variable in valueSuffix?
- Highcharts with boost not rendering correctly at small intervals
- Different Highcharts in same component (Angular 5)
- Console HighCharts errors broke visualisation
- HighCharts load data via Json
- Highcharts: Heatmap using CSV
- Extracting data from a JSON call to a Postgres table for use in Highcharts (without PHP)
- Can highcharts drilldown of a chart, reflect on another chart?
- How can I unclick an event in highcharts on the second click
- Apply visual theme to highMaps?
- Using the VU Guage: add the numeric value below needle
- How to set the x axis of HighCharts to intake DateRange
- Remove exporting button from HighChart Objective-C
- How to customize tooltip styling in for Scatter plot in Highchart?
- Center Highstock chart scrollbar handle
- How to draw line plus bar chart using highcharts/d3.js or any other chart library?
- How do I reset Highcharts bar color back to it's original color?
- Unable to read json data to draw a graph
- Passing in Id for each data item in bar chart using highcharts
- Highcharts need parse data for showing points?
- HighCharts Sankey + NextJS: TypeError: Cannot read property 'Core/Series/Point.js' of undefined
- Dates instead of values on Highchart labels in graph with multiple axis
- How do I access series.data anywhere in .highcharts() function?
- (Highcharts) button inside tooltip can't trigger
- Postgresql data to highchart
- Highcharts (JavaScript): Change color of column if condition is met
- highcharts json multiple datetime series
- Highcharts connectNulls with dotted line