Wetland.js 243 B

1234567891011121314
  1. define("dojox/charting/themes/Wetland", ["../Theme", "./common"], function(Theme, themes){
  2. themes.Wetland = new Theme({
  3. colors: [
  4. "#bfbc64",
  5. "#737130",
  6. "#73373b",
  7. "#7dafca",
  8. "#8d3c42"
  9. ]
  10. });
  11. return themes.Wetland;
  12. });