score:2
Accepted answer
According to http://www.highcharts.com/demo/pie-basic, your data needs to be in the format
[
["DEP1", 100],
["DEP2", 200],
...,
["DEP6", 600]
]
Source: stackoverflow.com
Related Query
- Highcharts display label for pie chart using html table as data source
- HighCharts column to pie
- Hide axes when drilling from column chart to pie chart in Highcharts
- Highcharts converting a column chart to a pie chart
- Unable to rename Category column for Highcharts Pie chart
- Opening a Column chart after clinking on DRILLEDOWN PIE Charts in dotnet highcharts
- Border is partially hidden on hover in Highcharts column and pie charts
- How to create a column range chart in Highcharts using range and navigator functions?
- How do you change the colour of each category within a highcharts column chart?
- set different colors for each column in highcharts
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- HighCharts - Make the pie chart 100% of the div
- Place text in center of pie chart - Highcharts
- Disable-Click on Legend in HighCharts Column Graph
- Maximum bar width in Highcharts column charts
- How to hide labels in the highcharts in the pie
- Displaying percentage inside pie item for highcharts
- Displaying percentage in Y-axis of Highcharts column chart
- Highcharts : Change opacity of a column chart
- Highcharts Pie Chart.How to set labels in two lines
- Highcharts - labels inside and outside a pie chart
- Highcharts Pie charts get the selected pie id
- How can I remove the white border from HighCharts pie chart?
- Highcharts Pie Chart ignores percentageDecimals tooltip setting and has floating point inaccuracy issue
- Highcharts pie chart dynamically changes size
- programmatically click on column in Highcharts
- Highcharts not displaying data labels for Pie chart in arabic
- highcharts jquery dynamic change chart type column to bar
- Total of values in HighCharts Pie Chart
- HighCharts Pie Chart - Add text inside each slice
More Query from same tag
- Highcharts scrollbar not appearing
- creating highchart with ajax json data
- How can I make some events are clickable or others not in Timeline Highchart?
- HighCharts Pie Chart - Add text inside each slice
- Use variable radius from HighCharts
- Highstocks how to use hidden navigator with async loading
- Highcharts with PHP var
- Float and lambda - getting Type Error, a float is required
- How to set 30 seconds interval for datetime on y-axis for highcharts JS
- Highcharts creating series for column graph
- how to dynamically change column chart to mirror chart using highchart
- Highcharts afterAnimate in combination with xAxis max
- Highstock : Yaxis last horizontal label value not showing
- Alignment issue in High chart's bar chart
- How to dynamically change mouse event functions in Highchart?
- Dynamic width for each column if value is 0 in highcharts
- how to display chart in jquery?
- How to use a different formatter on Highcharts in each curve of the same graphic?
- How to update Highcharts with multiple series via JSON?
- Why does my highchart only expand horizontally to fill its containing div, and not vertically?
- How to export rendered Highchart chart as a pdf/png/jpeg in a Phonegap application?
- Why doesn't highcharts refresh this chart correctly?
- Loading Highcharts data via ajax removes Datalabels
- Implement chartit in Django 1.6 with Python 2.7 - TypeError: 'NoneType' has no attribute __getitem__
- Highcharts: Is there a way to highlight a series' corresponding y-axis onPointHover?
- how to show cross hair in highchart always by default
- When I hover the curve on any point,the tooltip will display the first point
- Asynchronous data input in highcharts
- Highchart: JSON Failed to load resource: the server responded with a status of 404 (Not Found)
- Highcharts: render color to series dynamically