root / trunk / web / dojo / dojox / charting / themes / Distinctive.js @ 12
History | View | Annotate | Download (820 Bytes)
1 | 9 | andrej.cim | /*
|
---|---|---|---|
2 | Copyright (c) 2004-2010, The Dojo Foundation All Rights Reserved.
|
||
3 | Available via Academic Free License >= 2.1 OR the modified BSD license.
|
||
4 | see: http://dojotoolkit.org/license for details
|
||
5 | */
|
||
6 | |||
7 | |||
8 | if(!dojo._hasResource["dojox.charting.themes.Distinctive"]){ |
||
9 | dojo._hasResource["dojox.charting.themes.Distinctive"]=true; |
||
10 | dojo.provide("dojox.charting.themes.Distinctive");
|
||
11 | dojo.require("dojox.charting.Theme");
|
||
12 | (function(){
|
||
13 | var _1=dojox.charting;
|
||
14 | _1.themes.Distinctive=new _1.Theme({colors:["#497c91","#ada9d6","#768b4e","#eeea99","#b39c53","#c28b69","#815454","#bebebe","#59a0bd","#c9c6e4","#677e13","#f0eebb","#e9c756","#cfb09b","#a05a5a","#d8d8d8","#9dc7d9","#7b78a4","#a8c179","#b7b35c","#ebcf81","#956649","#c99999","#868686","#c7e0e9","#8d88c7","#c0d0a0","#e8e667","#efdeb0","#b17044","#ddc0c0","#a5a5a5"]}); |
||
15 | })(); |
||
16 | } |