Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | AmCharts.themes.light = { |
| 2 | |||
| 3 | themeName:"light", |
||
| 4 | |||
| 5 | AmChart: { |
||
| 6 | color: "#000000" |
||
| 7 | }, |
||
| 8 | |||
| 9 | AmCoordinateChart: { |
||
| 10 | colors: ["#67b7dc", "#fdd400", "#84b761", "#cc4748", "#cd82ad", "#2f4074", "#448e4d", "#b7b83f", "#b9783f", "#b93e3d", "#913167"] |
||
| 11 | }, |
||
| 12 | |||
| 13 | AmStockChart: { |
||
| 14 | colors: ["#67b7dc", "#fdd400", "#84b761", "#cc4748", "#cd82ad", "#2f4074", "#448e4d", "#b7b83f", "#b9783f", "#b93e3d", "#913167"] |
||
| 15 | }, |
||
| 16 | |||
| 17 | AmSlicedChart: { |
||
| 18 | colors: ["#67b7dc", "#fdd400", "#84b761", "#cc4748", "#cd82ad", "#2f4074", "#448e4d", "#b7b83f", "#b9783f", "#b93e3d", "#913167"], |
||
| 19 | outlineAlpha: 1, |
||
| 20 | outlineThickness: 2, |
||
| 21 | labelTickColor: "#000000", |
||
| 22 | labelTickAlpha: 0.3 |
||
| 23 | }, |
||
| 24 | |||
| 25 | AmRectangularChart: { |
||
| 26 | zoomOutButtonColor: '#000000', |
||
| 27 | zoomOutButtonRollOverAlpha: 0.15, |
||
| 28 | zoomOutButtonImage: "lens.png" |
||
| 29 | }, |
||
| 30 | |||
| 31 | AxisBase: { |
||
| 32 | axisColor: "#000000", |
||
| 33 | axisAlpha: 0.3, |
||
| 34 | gridAlpha: 0.1, |
||
| 35 | gridColor: "#000000" |
||
| 36 | }, |
||
| 37 | |||
| 38 | ChartScrollbar: { |
||
| 39 | backgroundColor: "#000000", |
||
| 40 | backgroundAlpha: 0.12, |
||
| 41 | graphFillAlpha: 0.5, |
||
| 42 | graphLineAlpha: 0, |
||
| 43 | selectedBackgroundColor: "#FFFFFF", |
||
| 44 | selectedBackgroundAlpha: 0.4, |
||
| 45 | gridAlpha: 0.15 |
||
| 46 | }, |
||
| 47 | |||
| 48 | ChartCursor: { |
||
| 49 | cursorColor: "#000000", |
||
| 50 | color: "#FFFFFF", |
||
| 51 | cursorAlpha: 0.5 |
||
| 52 | }, |
||
| 53 | |||
| 54 | AmLegend: { |
||
| 55 | color: "#000000" |
||
| 56 | }, |
||
| 57 | |||
| 58 | AmGraph: { |
||
| 59 | lineAlpha: 0.9 |
||
| 60 | }, |
||
| 61 | GaugeArrow: { |
||
| 62 | color: "#000000", |
||
| 63 | alpha: 0.8, |
||
| 64 | nailAlpha: 0, |
||
| 65 | innerRadius: "40%", |
||
| 66 | nailRadius: 15, |
||
| 67 | startWidth: 15, |
||
| 68 | borderAlpha: 0.8, |
||
| 69 | nailBorderAlpha: 0 |
||
| 70 | }, |
||
| 71 | |||
| 72 | GaugeAxis: { |
||
| 73 | tickColor: "#000000", |
||
| 74 | tickAlpha: 1, |
||
| 75 | tickLength: 15, |
||
| 76 | minorTickLength: 8, |
||
| 77 | axisThickness: 3, |
||
| 78 | axisColor: '#000000', |
||
| 79 | axisAlpha: 1, |
||
| 80 | bandAlpha: 0.8 |
||
| 81 | }, |
||
| 82 | |||
| 83 | TrendLine: { |
||
| 84 | lineColor: "#c03246", |
||
| 85 | lineAlpha: 0.8 |
||
| 86 | }, |
||
| 87 | |||
| 88 | // ammap |
||
| 89 | AreasSettings: { |
||
| 90 | alpha: 0.8, |
||
| 91 | color: "#67b7dc", |
||
| 92 | colorSolid: "#003767", |
||
| 93 | unlistedAreasAlpha: 0.4, |
||
| 94 | unlistedAreasColor: "#000000", |
||
| 95 | outlineColor: "#FFFFFF", |
||
| 96 | outlineAlpha: 0.5, |
||
| 97 | outlineThickness: 0.5, |
||
| 98 | rollOverColor: "#3c5bdc", |
||
| 99 | rollOverOutlineColor: "#FFFFFF", |
||
| 100 | selectedOutlineColor: "#FFFFFF", |
||
| 101 | selectedColor: "#f15135", |
||
| 102 | unlistedAreasOutlineColor: "#FFFFFF", |
||
| 103 | unlistedAreasOutlineAlpha: 0.5 |
||
| 104 | }, |
||
| 105 | |||
| 106 | LinesSettings: { |
||
| 107 | color: "#000000", |
||
| 108 | alpha: 0.8 |
||
| 109 | }, |
||
| 110 | |||
| 111 | ImagesSettings: { |
||
| 112 | alpha: 0.8, |
||
| 113 | labelColor: "#000000", |
||
| 114 | color: "#000000", |
||
| 115 | labelRollOverColor: "#3c5bdc" |
||
| 116 | }, |
||
| 117 | |||
| 118 | ZoomControl: { |
||
| 119 | buttonRollOverColor: "#3c5bdc", |
||
| 120 | buttonFillColor: "#3994e2", |
||
| 121 | buttonBorderColor: "#3994e2", |
||
| 122 | buttonFillAlpha: 0.8, |
||
| 123 | gridBackgroundColor: "#FFFFFF", |
||
| 124 | buttonBorderAlpha:0, |
||
| 125 | buttonCornerRadius:2, |
||
| 126 | gridColor:"#FFFFFF", |
||
| 127 | gridBackgroundColor:"#000000", |
||
| 128 | buttonIconAlpha:0.6, |
||
| 129 | gridAlpha: 0.6, |
||
| 130 | buttonSize:20 |
||
| 131 | }, |
||
| 132 | |||
| 133 | SmallMap: { |
||
| 134 | mapColor: "#000000", |
||
| 135 | rectangleColor: "#f15135", |
||
| 136 | backgroundColor: "#FFFFFF", |
||
| 137 | backgroundAlpha: 0.7, |
||
| 138 | borderThickness: 1, |
||
| 139 | borderAlpha: 0.8 |
||
| 140 | }, |
||
| 141 | |||
| 142 | // the defaults below are set using CSS syntax, you can use any existing css property |
||
| 143 | // if you don't use Stock chart, you can delete lines below |
||
| 144 | PeriodSelector: { |
||
| 145 | color: "#000000" |
||
| 146 | }, |
||
| 147 | |||
| 148 | PeriodButton: { |
||
| 149 | color: "#000000", |
||
| 150 | background: "transparent", |
||
| 151 | opacity: 0.7, |
||
| 152 | border: "1px solid rgba(0, 0, 0, .3)", |
||
| 153 | MozBorderRadius: "5px", |
||
| 154 | borderRadius: "5px", |
||
| 155 | margin: "1px", |
||
| 156 | outline: "none", |
||
| 157 | boxSizing: "border-box" |
||
| 158 | }, |
||
| 159 | |||
| 160 | PeriodButtonSelected: { |
||
| 161 | color: "#000000", |
||
| 162 | backgroundColor: "#b9cdf5", |
||
| 163 | border: "1px solid rgba(0, 0, 0, .3)", |
||
| 164 | MozBorderRadius: "5px", |
||
| 165 | borderRadius: "5px", |
||
| 166 | margin: "1px", |
||
| 167 | outline: "none", |
||
| 168 | opacity: 1, |
||
| 169 | boxSizing: "border-box" |
||
| 170 | }, |
||
| 171 | |||
| 172 | PeriodInputField: { |
||
| 173 | color: "#000000", |
||
| 174 | background: "transparent", |
||
| 175 | border: "1px solid rgba(0, 0, 0, .3)", |
||
| 176 | outline: "none" |
||
| 177 | }, |
||
| 178 | |||
| 179 | DataSetSelector: { |
||
| 180 | |||
| 181 | color: "#000000", |
||
| 182 | selectedBackgroundColor: "#b9cdf5", |
||
| 183 | rollOverBackgroundColor: "#a8b0e4" |
||
| 184 | }, |
||
| 185 | |||
| 186 | DataSetCompareList: { |
||
| 187 | color: "#000000", |
||
| 188 | lineHeight: "100%", |
||
| 189 | boxSizing: "initial", |
||
| 190 | webkitBoxSizing: "initial", |
||
| 191 | border: "1px solid rgba(0, 0, 0, .3)" |
||
| 192 | }, |
||
| 193 | |||
| 194 | DataSetSelect: { |
||
| 195 | border: "1px solid rgba(0, 0, 0, .3)", |
||
| 196 | outline: "none" |
||
| 197 | } |
||
| 198 | |||
| 199 | }; |