You must be logged in to post your query.
Home › Forums › Chart Support › How to set color none in pie chart
Tagged: pie chart
`type: “pie”, color: “none”, legendText: “Northwest_Monsoon”, showInLegend: true,
This is my pie chart can I set color to something none and it should show default colors of pie when I am passing none it is showing blank
If you get have color as “none” on the pie chart it will make everything invisible. Try deleting the ‘color: “none”,’ line that should show default colors.
@nilayy1234,
Setting color:"none" overrides the default color of dataPoints and hence it’s blank. Instead, you set color:null, for default colors.
color:"none"
color:null
__ Priyanka M S Team CanvasJS
You must be logged in to reply to this topic. Login/Register