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