Как мы можем визуализировать круговую диаграмму библиотеки pluschart с большим объемом данных?
I am using Plus Chart(pluscharts.com/demos/) library in my application. I use 3d pie chart in my application. It works fine but in some cases Pie is generated but not display as there is large amount of data only some part of pie chart is shown. What should I do that it render completely every time? Is there any attribute needs to set in chart json for auto resizing the pie? Can any one please help me? Thanks in advance. Please forgive me for my bad English.
Ниже приведен json для плюсовой диаграммы
var plusPiechart = новые HeroCharts({
"диаграмма": {
"тип": "3dpie",
'chartcontainer': containerid,
"заголовок": ",
"ширина": 800,
"высота": 500,
'originx': 0,
'originy': 0,
"переполнение": "видимый",
'legendposition': 'right',
"legendbox": ложь,
'startingangle': 135
},
"серия": performanceArray1
})
Что я уже пробовал:
Я пытался
'margin': 800,
затем отображается диаграмма, но она влияет на другую диаграмму.