score:1
Accepted answer
You can use sizeBy option. More details:
This option is related to how the Z value is represented in a pie slice. The pie slice's value can be represented by the area or the radius of the slice. The default, area, corresponds best to the human perception of the size of each pie slice.
Its default value is area so you need to change it to radius:
Highcharts.chart('container', {
chart: {
type: 'variablepie',
},
series: [{
sizeBy: 'radius',
data: [{
y: 505370,
z: 10
}, {
y: 551500,
z: 50
}, {
y: 312685,
z: 100
}]
}]
});
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/variable-pie.js"></script>
<div id="container"></div>
Source: stackoverflow.com
Related Query
- Highcharts display label for pie chart using html table as data source
- Rings around axis on hover on highcharts Variable radius pie
- Using a flask variable as data source for highcharts
- Highcharts Variable Pie
- Legends in variable radius pie Highcharts
- Highcharts variable pie legendItemClick does not hide or update data
- 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
- How to hide labels in the highcharts in the pie
- Displaying percentage inside pie item for highcharts
- 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
- Highcharts not displaying data labels for Pie chart in arabic
- Total of values in HighCharts Pie Chart
- HighCharts Pie Chart - Add text inside each slice
- highcharts - chart names for multiple pie chart series in one chart
- Highcharts pie dataLabels inside and outside
- How to hide a highcharts pie slice programatically
- Highcharts Pie Chart Drilldown not showing on third drill
- Add additional data to Pie Tooltip on Highcharts
- Enable or disable data labels shown in pie charts in Highcharts on click of a button
- Send JSON data to highcharts pie from asp.net MVC controller in C#
- how to make highcharts pie datalabels always in center of each slice?
- Highcharts how to use JavaScript variable as series data source?
- Highcharts and phantomjs error. Can't find variable Highcharts
More Query from same tag
- How to draw a pie with logarithmic scale in HighCharts?
- Highcharts - Legend width will not update
- Treemap in highcharts display series name and value in treemap only
- Removing tooltip from highcharts heatmap series.
- how to dynamically change chart type in highstock stock chart?
- Highcharts: How can I take X-axis value in tooltip?
- Highchart: Only show one series at a time
- Trying to design with highChart but colors are not showing up
- How to set a Maximum yAxis range for HighChart graph?
- Http call from a service inside a directive controller
- How to fill the blank space between the bars with specific color in gantt chart of highcharts?
- How do I make the background of Highchart's SVG clock transparent?
- How can i have the same radius for each point of series with hover?
- highcharts datetime point at fixed distance
- Highcharts - Unable to remove xasis titles while drill down
- React Highcharts piechart show tooltip on click outside of highcharts container
- React Highcharts include plugins
- Highcharts changing data granularity in combined charts
- How to add horizontal scroll in Organization chart highcharts?
- Highcharts server side rendering draw a mysterious semi circle donut shape
- Getting value from series click event, and display on legend
- Density Plot in R Highcharter
- HighCharts Bubble Chart: text for axis interval labels
- Highcharts gauge, set retrieved data after $.getJSON call
- Highchart series did not draw
- Highchart live server example uses a lot cpu
- HIghcharts Aggregated Spline Marker Color
- How to show all data in highchart when having less catgories?
- Plot heatmap from CSV file [Highcharts]
- Axis with array values, highcharts