Bahamation.js 246 B

123456789101112
  1. define("dojox/charting/themes/Bahamation", ["../Theme", "./common"], function(Theme, themes){
  2. themes.Bahamation=new Theme({
  3. colors: [
  4. "#3f9998",
  5. "#3fc0c3",
  6. "#70c058",
  7. "#ef446f",
  8. "#c663a6"
  9. ]
  10. });
  11. return themes.Bahamation;
  12. });