score:2
Accepted answer
You actually want two series: data
parameters (one for each column).
The first column will be the accept
data and the second column will be your fail
data since I am guessing that your category label which in the example image is Apples
will be a Branch of Studies
.
Your series should look something similar to the following:
series: [{
name: "Accept",
data: accept,
},
{
name: "Fail",
data: fail,
}]
Your accept
and fail
arrays are currently arrays of arrays, but they can actually be a simple list as seen in the Highcharts
demo here. You can then specify in the xAxis
parameter the categories:
that are your Branch of Studies
.
Source: stackoverflow.com
Related Query
- passing json values to highcharts from .net code behind
- passing formatting JavaScript code to HighCharts with JSON
- Set HighCharts data from JSON string with setData() function
- Set 2d json to highcharts
- How to set yAxis min/max in Highcharts synchronized chart with JSON
- HighCharts Bubble graph JSON as data source
- How do I get DateTime from mysql and set it to json format ready for highcharts
- Highcharts displays series names but missing data points from json source
- Highcharts code with same set of code/data works in PHP but does not work in JSfiddle
- Set Additional Data to highcharts series
- How to set Highcharts chart maximum yAxis value
- set different colors for each column in highcharts
- Reload chart data via JSON with Highcharts
- Set highcharts y-axis min value to 0, unless there is negative data
- how to set the interval of points on Y - Axis highcharts
- Highcharts set x-axis categories
- Highcharts How to Show Loading Animation At Set Data
- Highcharts Pie Chart.How to set labels in two lines
- adding series to highcharts from JSON
- Highcharts - How to set custom colors for the series
- Highcharts - set maximum range for yAxis but keep axis dynamic within that range
- how to set dynamic data in highcharts
- set width of chart, highcharts
- How to set a static minimum value for axes in Highcharts
- json date format to Highcharts date format
- How to pass json data to highcharts series?
- highcharts : set title on exporting
- Passing Django Database Queryset to Highcharts via JSON
- Highcharts set legend height
- Send JSON data to highcharts pie from asp.net MVC controller in C#
More Query from same tag
- How to set datalabels as vertical in Highcharts
- Select highcharts DOM with jQuery after redraw()
- Use single color for all series in the same chart
- Highcharts - TypeError: Cannot read property 'isResponsiveOptions' of null
- Highcharts 100% height of parent that have 50% height
- Problem injecting variable-pie chart with highcharts-export-server
- Highcharts 3.0 beta threshold documentation?
- Show live data on Highcharts without default series
- Highcharts Activity gauge: series value formatter
- How make the legend to pop up over the Hightcharts element on hover
- Highcharts Highstock How to Plot OHLC and Line Charts from One Set of Embedded CSV Data Using Series Map Tools?
- Enlarge points in highcharts
- Changing the way the data is shown in Highcharts
- Slow Highcharts performance with thousands of series
- Emulate hover on iPad chart
- Can't set subtitle width in Highcharts
- Show Google Analytics 30 Day traffic on Highcharts.js
- Negative color with area color fill and yAxis
- Add array data in HighChart android
- Loading Highcharts series from XML using jQuery
- How to hide grid line protrusion in bar chart
- How to make a rendered label in Highcharts always visible and still relative to the point clicked or hovered over
- How to center chart title position dynamically inside pie chart in highcharts
- How to use a different formatter on Highcharts in each curve of the same graphic?
- Min/Max yAxis not working correctly in Highcharts
- highcharts multi curved for different x value
- React Highmap this.normalizeTimeTickInterval is not a function
- Risk HeatMap using Highcharts
- How to remove plot gridlines using Highcharts in R
- Highcharts: dateTime in milliseconds is not recognized