32
Views
3
Comments
coloring pie chart with some customization

Hi guys!


This time I bring you a pie chart!

I think i managed successfully to create the list that will be used on the pie chart, and I have the appearance of the pie chart as i want, but I m not able to coloring it accordingly with my list. I know the problem is on the advancedformat of the pie chart. I m currently using highchartsJSON, but with some mistakes, resulting on that. If someone can explain/show me how should I build my JSON I would appreciate


Hope you guys can help me!

2021-09-06 15-09-53
Dorine Boudry
 
MVP

can you share an oml, looking at those pictures really isn't enough to help.

UserImage.jpg
João Espinheira

  "plotOptions: {      pie: {        innerSize: '60%',        startAngle: -90,        endAngle: 90,        center: ['50%', '100%'],        size: '150%',            }},
legend: {    floating: true,    verticalAlign: 'top',    align: 'center',    y: -10}"


i need this file to config the pie chart. currently i have that, that renders my current image.

my object list is that one



2021-09-06 15-09-53
Dorine Boudry
 
MVP

I can't really tell from that what is exactly going on, 

  • what are the actual data points
  • what are all the options you used on the chart
  • what version of the chart widget are you on
  • I don't know what you mean with 'this file'
  • I don't know what you mean with 'object list'
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.