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

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -