|
1 | 1 | { |
| 2 | + "vue_ui_stackbar": { |
| 3 | + "default": {}, |
| 4 | + "hack": { |
| 5 | + "table": { |
| 6 | + "th": { |
| 7 | + "backgroundColor": "#1A1A1A", |
| 8 | + "color": "#99AA99" |
| 9 | + }, |
| 10 | + "td": { |
| 11 | + "backgroundColor": "#1A1A1A", |
| 12 | + "color": "#AACCAA" |
| 13 | + } |
| 14 | + }, |
| 15 | + "style": { |
| 16 | + "chart": { |
| 17 | + "backgroundColor": "#1A1A1A", |
| 18 | + "color": "#99AA99", |
| 19 | + "title": { |
| 20 | + "color": "#66CC66", |
| 21 | + "subtitle": { |
| 22 | + "color": "#99AA99" |
| 23 | + } |
| 24 | + }, |
| 25 | + "legend": { |
| 26 | + "backgroundColor": "#1A1A1A", |
| 27 | + "color": "#99AA99" |
| 28 | + }, |
| 29 | + "zoom": { |
| 30 | + "color": "#5F6A5F", |
| 31 | + "highlightColor": "#66CC66" |
| 32 | + }, |
| 33 | + "highlighter": { |
| 34 | + "color": "#66CC66" |
| 35 | + }, |
| 36 | + "tooltip": { |
| 37 | + "backgroundColor": "#2A2F2A", |
| 38 | + "color": "#AACCAA", |
| 39 | + "borderColor": "#66CC66" |
| 40 | + }, |
| 41 | + "bars": { |
| 42 | + "totalValues": { |
| 43 | + "color": "#99AA99" |
| 44 | + } |
| 45 | + }, |
| 46 | + "grid": { |
| 47 | + "x": { |
| 48 | + "axisColor": "#5F6A5F", |
| 49 | + "axisName": { |
| 50 | + "color": "#66CC66" |
| 51 | + }, |
| 52 | + "timeLabels": { |
| 53 | + "color": "#99AA99" |
| 54 | + } |
| 55 | + }, |
| 56 | + "y": { |
| 57 | + "axisColor": "#5F6A5F", |
| 58 | + "axisName": { |
| 59 | + "color": "#66CC66" |
| 60 | + }, |
| 61 | + "axisLabels": { |
| 62 | + "color": "#99AA99" |
| 63 | + } |
| 64 | + } |
| 65 | + } |
| 66 | + } |
| 67 | + } |
| 68 | + }, |
| 69 | + "zen": { |
| 70 | + "table": { |
| 71 | + "th": { |
| 72 | + "backgroundColor": "#1A1A1A", |
| 73 | + "color": "#99AA99" |
| 74 | + }, |
| 75 | + "td": { |
| 76 | + "backgroundColor": "#1A1A1A", |
| 77 | + "color": "#AACCAA" |
| 78 | + } |
| 79 | + }, |
| 80 | + "style": { |
| 81 | + "chart": { |
| 82 | + "backgroundColor": "#fbfafa", |
| 83 | + "color": "#8A9892", |
| 84 | + "title": { |
| 85 | + "color": "#8A9892", |
| 86 | + "subtitle": { |
| 87 | + "color": "#99AA99" |
| 88 | + } |
| 89 | + }, |
| 90 | + "legend": { |
| 91 | + "backgroundColor": "#fbfafa", |
| 92 | + "color": "#99AA99" |
| 93 | + }, |
| 94 | + "zoom": { |
| 95 | + "color": "#E0CFC3", |
| 96 | + "highlightColor": "#8F837A" |
| 97 | + }, |
| 98 | + "highlighter": { |
| 99 | + "color": "#8F837A" |
| 100 | + }, |
| 101 | + "tooltip": { |
| 102 | + "backgroundColor": "#fbfafa", |
| 103 | + "color": "#8A9892" |
| 104 | + }, |
| 105 | + "bars": { |
| 106 | + "borderRadius": 4, |
| 107 | + "totalValues": { |
| 108 | + "show": false |
| 109 | + }, |
| 110 | + "dataLabels": { |
| 111 | + "show": false |
| 112 | + } |
| 113 | + }, |
| 114 | + "grid": { |
| 115 | + "x": { |
| 116 | + "showAxis": false, |
| 117 | + "axisName": { |
| 118 | + "color": "#8F837A" |
| 119 | + }, |
| 120 | + "timeLabels": { |
| 121 | + "show": false |
| 122 | + } |
| 123 | + }, |
| 124 | + "y": { |
| 125 | + "showAxis": false, |
| 126 | + "axisName": { |
| 127 | + "color": "#8F837A" |
| 128 | + }, |
| 129 | + "axisLabels": { |
| 130 | + "show": false |
| 131 | + } |
| 132 | + } |
| 133 | + } |
| 134 | + } |
| 135 | + } |
| 136 | + }, |
| 137 | + "concrete": { |
| 138 | + "table": { |
| 139 | + "th": { |
| 140 | + "backgroundColor": "#1A1A1A", |
| 141 | + "color": "#99AA99" |
| 142 | + }, |
| 143 | + "td": { |
| 144 | + "backgroundColor": "#1A1A1A", |
| 145 | + "color": "#AACCAA" |
| 146 | + } |
| 147 | + }, |
| 148 | + "style": { |
| 149 | + "chart": { |
| 150 | + "backgroundColor":"#f6f6fb", |
| 151 | + "color": "#50606C", |
| 152 | + "title": { |
| 153 | + "color": "#50606C", |
| 154 | + "subtitle": { |
| 155 | + "color": "#718890" |
| 156 | + } |
| 157 | + }, |
| 158 | + "legend": { |
| 159 | + "backgroundColor": "#f6f6fb", |
| 160 | + "color": "#61747E" |
| 161 | + }, |
| 162 | + "zoom": { |
| 163 | + "color": "#92B0AB", |
| 164 | + "highlightColor": "#50606C" |
| 165 | + }, |
| 166 | + "highlighter": { |
| 167 | + "color": "#7DA9B5" |
| 168 | + }, |
| 169 | + "tooltip": { |
| 170 | + "backgroundColor": "#f6f6fb", |
| 171 | + "color": "#50606C" |
| 172 | + }, |
| 173 | + "bars": { |
| 174 | + "totalValues": { |
| 175 | + "color": "#50606C" |
| 176 | + } |
| 177 | + }, |
| 178 | + "grid": { |
| 179 | + "x": { |
| 180 | + "showHorizontalLines": true, |
| 181 | + "axisColor": "#829C98", |
| 182 | + "axisName": { |
| 183 | + "color": "#50606C" |
| 184 | + }, |
| 185 | + "timeLabels": { |
| 186 | + "color": "#61747E" |
| 187 | + } |
| 188 | + }, |
| 189 | + "y": { |
| 190 | + "showVerticalLines": true, |
| 191 | + "axisColor": "#829C98", |
| 192 | + "axisName": { |
| 193 | + "color": "#50606C" |
| 194 | + }, |
| 195 | + "axisLabels": { |
| 196 | + "color": "#61747E" |
| 197 | + } |
| 198 | + } |
| 199 | + } |
| 200 | + } |
| 201 | + } |
| 202 | + } |
| 203 | + }, |
2 | 204 | "vue_ui_xy": { |
3 | 205 | "default": {}, |
4 | 206 | "hack": { |
|
0 commit comments