Dojox.charting.themes define number of colors -
i’m using miaminice theme in “pie’s” graphics, doesn’t provide enough colors, , repeat colors in sectors, there way define number of colors? thanks!!!
you can create own theme , put there colors want.
e.g.
var mytheme = new dojox.charting.theme({ colors: [ "#a4ce67", "#739363", "#6b824a", "#343434", "#636563" ] });
then should use "mytheme" theme in chart.
Comments
Post a Comment