Ring chart is shrunk
v6.0.6
by amrutaJgtp
HTML
<script src="https://code.highcharts.com/stock/6.0.6/highstock.js"></script>
<div id="container"></div>
JavaScript
Highcharts.chart('container', {
"chart": {
"type": "pie"
},
"tooltip": {
"enabled": true,
"followPointer": true
},
"series": [{
"name": "ID",
"data": [{
"name": "",
"y": 8425098,
"color": "rgba(106,0,255,1)"
}, {
"name": "Plot cubeGrid using canvas",
"y": 2175222,
"color": "rgba(164,196,0,1)"
}, {
"name": "Cache Management > Changes for Relation object type",
"y": 951789,
"color": "rgba(240,163,0,1)"
}, {
"name": "Provide option to expand/collapse banner in portal",
"y": 679928,
"color": "rgba(229,20,0,1)"
}, {
"name": "Self serve integration in Portal and default portal",
"y": 407690,
"color": "rgba(27,161,226,1)"
}, {
"name": "Display DataTable data by HTML Canvas.",
"y": 271866,
"color": "rgba(96,169,23,1)"
}, {
"name": "All FVE types should support 'show in overlay' feature",
"y": 271618,
"color": "rgba(170,0,255,1)"
}, {
"name": "Stay on analysis mode as far as possible.",
"y": 135859,
"color": "rgba(250,104,0,1)"
}, {
"name": "Adding connection configurations for private Excel connections",
"y": 135766,
"color": "rgba(118,96,138,1)"
}, {
"name": "Add checks for 'Save Snapshot' and 'Change Snapshot Permission' operations on Save popup, Subscription, Schedule now and Scheduler create task.",
"y": 135728,
"color": "rgba(162,0,37,1)"
}],
"startAngle": 0,
"innerSize": "65%",
"slicedOffset": 0,
"borderWidth": 0,
"borderColor": null,
"dataLabels": {
"enabled": true,
"allowOverlap": false,
"connectorWidth": true,
"borderWidth": 0,
"style": {
"fontSize": "1rem",
"fontFamily": "Lucida Sans Unicode,Verdana,Helvetica,Arial",
"fontWeight": "normal",
"fontStyle": "normal",
"textDecoration": "none",
"textOutline": ""
...