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