|
107 | 107 | <b-row> |
108 | 108 | <b-col md="3" sm="6"> |
109 | 109 | <widget04 type="facebook" rightHeader="89k" rightFooter="friends" leftHeader="459" leftFooter="feeds"> |
110 | | - <line-chart1 chartId="facebook" :data='[0, 22, 34, 46, 58, 70, 68, 58, 52, 60, 64, 70]' label='Friends' |
| 110 | + <line-chart1 chartId="facebook" :data='[65, 59, 84, 84, 51, 55, 40]' label='Friends' |
| 111 | + :labels="['January', 'February', 'March', 'April', 'May', 'June', 'July']" |
111 | 112 | style='height:100px' backgroundColor='rgba(255,255,255,.1)'/> |
112 | 113 | </widget04> |
113 | 114 | </b-col> |
114 | 115 | <b-col md="3" sm="6"> |
115 | 116 | <widget04 type="twitter" rightHeader="973k" rightFooter="followers" leftHeader="1.792" leftFooter="tweets"> |
116 | | - <line-chart1 chartId="twitter" :data='[5, 22, 34, 46, 58, 70, 68, 58, 52, 60, 64, 72]' label='Followers' |
| 117 | + <line-chart1 chartId="twitter" :data='[1, 13, 9, 17, 34, 41, 38]' label='Followers' |
| 118 | + :labels="['January', 'February', 'March', 'April', 'May', 'June', 'July']" |
117 | 119 | style='height:100px' backgroundColor='rgba(255,255,255,.1)'/> |
118 | 120 | </widget04> |
119 | 121 | </b-col> |
120 | 122 | <b-col md="3" sm="6"> |
121 | 123 | <widget04 type="linkedin" rightHeader="500+" rightFooter="contracts" leftHeader="292" leftFooter="feeds"> |
122 | | - <line-chart1 chartId="linkedIn" :data='[15, 22, 34, 46, 58, 70, 68, 58, 52, 60, 64, 71]' label='Contracts' |
| 124 | + <line-chart1 chartId="linkedIn" :data='[78, 81, 80, 45, 34, 12, 40]' label='Contracts' |
| 125 | + :labels="['January', 'February', 'March', 'April', 'May', 'June', 'July']" |
123 | 126 | style='height:100px' backgroundColor='rgba(255,255,255,.1)'/> |
124 | 127 | </widget04> |
125 | 128 | </b-col> |
126 | 129 | <b-col md="3" sm="6"> |
127 | 130 | <widget04 type='google-plus' rightHeader='894' rightFooter='followers' leftHeader='92' leftFooter='circles'> |
128 | | - <line-chart1 chartId="google-plus" :data='[10, 22, 34, 46, 58, 70, 68, 58, 52, 60, 64, 74]' label='Followers' |
| 131 | + <line-chart1 chartId="google-plus" :data='[35, 23, 56, 22, 97, 23, 64]' label='Followers' |
| 132 | + :labels="['January', 'February', 'March', 'April', 'May', 'June', 'July']" |
129 | 133 | style='height:100px' backgroundColor='rgba(255,255,255,.1)'/> |
130 | 134 | </widget04> |
131 | 135 | </b-col> |
|
194 | 198 | <template slot='chart'> |
195 | 199 | <line-chart2 chartId="widget06_1" slot='chart' class='px-3' :data='[65, 59, 84, 84, 51, 55, 40]' |
196 | 200 | :labels="['January', 'February', 'March', 'April', 'May', 'June', 'July']" |
197 | | - style='height:70px' label='Members'/> |
| 201 | + style='height:70px' label='Members' pointHoverBackgroundColor='primary'/> |
198 | 202 | </template> |
199 | 203 | </widget06> |
200 | 204 | </b-col> |
|
212 | 216 | </b-dropdown> |
213 | 217 | </template> |
214 | 218 | <template slot='chart'> |
215 | | - <line-chart2 chartId="widget06_2" slot='chart' class='px-3' :data='[1, 18, 9, 17, 34, 22, 11]' |
| 219 | + <line-chart2 chartId='widget06_2' slot='chart' class='px-3' :data='[1, 18, 9, 17, 34, 22, 11]' |
216 | 220 | :labels="['January', 'February', 'March', 'April', 'May', 'June', 'July']" |
217 | | - style='height:70px' label='Members'/> |
| 221 | + style='height:70px' label='Members' :options='{elements: {line: {tension: 0.00001}}}' |
| 222 | + pointHoverBackgroundColor='info'/> |
218 | 223 | </template> |
219 | 224 | </widget06> |
220 | 225 | </b-col> |
|
234 | 239 | <template slot='chart'> |
235 | 240 | <line-chart1 chartId="widget06_3" slot='chart' :data='[78, 81, 80, 45, 34, 12, 40]' |
236 | 241 | :labels="['January', 'February', 'March', 'April', 'May', 'June', 'July']" |
237 | | - style='height:70px' backgroundColor ='rgba(255,255,255,.2)' label='Members'/> |
| 242 | + style='height:70px' backgroundColor ='rgba(255,255,255,.2)' label='Members' |
| 243 | + :options="{elements: {line: {borderWidth: 2.5}}}" pointHoverBackgroundColor='warning'/> |
238 | 244 | </template> |
239 | 245 | </widget06> |
240 | 246 | </b-col> |
|
253 | 259 | </template> |
254 | 260 | <template name='chart'> |
255 | 261 | <bar-chart1 chartId="widget06_4" slot='chart' :data='[10, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12]' |
256 | | - label='Members' backgroundColor='rgb(250, 152, 152)' style='height:70px'/> |
| 262 | + label='Members' backgroundColor='rgb(250, 152, 152)' style='height:70px' /> |
257 | 263 | </template> |
258 | 264 | </widget06> |
259 | 265 | </b-col> |
|
262 | 268 | <b-col sm="6" lg="3"> |
263 | 269 | <widget07 rightHeader='SALE' rightFooter='Today 6:43 AM' leftHeader='$1.890,65' leftFooter='+432,50 (15,78%)'> |
264 | 270 | <line-chart1 style="height:40px" chartId="widget07_line1" :data='[10, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12]' label='Sales'/> |
265 | | - <bar-chart1 style="height:40px" chartId="widget07_bar1" :data='[10, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12]' label='Sales' backgroundColor='rgba(0,0,0,.2)'/> |
| 271 | + <bar-chart1 style="height:40px" chartId="widget07_bar1" :data='[10, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12]' label='Sales'/> |
266 | 272 | </widget07> |
267 | 273 | </b-col> |
268 | 274 | <b-col sm="6" lg="3"> |
269 | 275 | <widget07 cardClasses='bg-success' rightHeader='SALE' rightFooter='Today 6:43 AM' leftHeader='$1.890,65' leftFooter='+432,50 (15,78%)'> |
270 | 276 | <line-chart1 style="height:40px" chartId="widget07_line2" :data='[10, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12]' label='Sales'/> |
271 | | - <bar-chart1 style="height:40px" chartId="widget07_bar2" :data='[10, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12]' label='Sales' backgroundColor='rgba(0,0,0,.2)'/> |
| 277 | + <bar-chart1 style="height:40px" chartId="widget07_bar2" :data='[10, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12]' label='Sales'/> |
272 | 278 | </widget07> |
273 | 279 | </b-col> |
274 | 280 | <b-col sm="6" lg="3"> |
275 | 281 | <widget07 cardClasses='bg-danger' rightHeader='SALE' rightFooter='Today 6:43 AM' leftHeader='$1.890,65' leftFooter='+432,50 (15,78%)'> |
276 | 282 | <line-chart1 style="height:40px" chartId="widget07_line3" :data='[10, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12]' label='Sales'/> |
277 | | - <bar-chart1 style="height:40px" chartId="widget07_bar3" :data='[10, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12]' label='Sales' backgroundColor='rgba(0,0,0,.2)'/> |
| 283 | + <bar-chart1 style="height:40px" chartId="widget07_bar3" :data='[10, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12]' label='Sales'/> |
278 | 284 | </widget07> |
279 | 285 | </b-col> |
280 | 286 | <b-col sm="6" lg="3"> |
281 | 287 | <widget07 cardClasses='bg-warning' rightHeader='SALE' rightFooter='Today 6:43 AM' leftHeader='$1.890,65' leftFooter='+432,50 (15,78%)'> |
282 | 288 | <line-chart1 style="height:40px" chartId="widget07_line4" :data='[10, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12]' label='Sales'/> |
283 | | - <bar-chart1 style="height:40px" chartId="widget07_bar4" :data='[10, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12]' label='Sales' backgroundColor='rgba(0,0,0,.2)' |
284 | | - pointHoverBackgroundColor='#FFC107'/> |
| 289 | + <bar-chart1 style="height:40px" chartId="widget07_bar4" :data='[10, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12]' label='Sales'/> |
285 | 290 | </widget07> |
286 | 291 | </b-col> |
287 | 292 | </b-row> |
288 | 293 | <b-row> |
289 | 294 | <b-col sm="4" lg="2"> |
290 | 295 | <widget08 header='title' text='1,123'> |
291 | | - <line-chart1 style="height:40px" chartId="widget08_1" :data='[10, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12]' label='Sales' borderColor='rgb(248, 108, 107, 1)'/> |
| 296 | + <line-chart1 style="height:40px" chartId="widget08_1" :data='[10, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12]' |
| 297 | + label='Sales' borderColor='danger'/> |
292 | 298 | </widget08> |
293 | 299 | </b-col> |
294 | 300 | <b-col sm="4" lg="2"> |
295 | 301 | <widget08 header='title' text='1,123'> |
296 | | - <line-chart1 style="height:40px" chartId="widget08_2" :data='[10, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12]' label='Sales' borderColor='rgb(32, 168, 216, 1)'/> |
| 302 | + <line-chart1 style="height:40px" chartId="widget08_2" :data='[10, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12]' |
| 303 | + label='Sales' borderColor='primary'/> |
297 | 304 | </widget08> |
298 | 305 | </b-col> |
299 | 306 | <b-col sm="4" lg="2"> |
300 | 307 | <widget08 header='title' text='1,123'> |
301 | | - <line-chart1 style="height:40px" chartId="widget08_3" :data='[10, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12]' label='Sales' borderColor='rgb(77, 189, 116)'/> |
| 308 | + <line-chart1 style="height:40px" chartId="widget08_3" :data='[10, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12]' |
| 309 | + label='Sales' borderColor='success'/> |
302 | 310 | </widget08> |
303 | 311 | </b-col> |
304 | 312 | <b-col sm="4" lg="2"> |
305 | 313 | <widget08 header='title' text='1,123'> |
306 | | - <bar-chart1 style="height:40px" chartId="widget08_4" :data='[10, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12]' label='Sales' backgroundColor='rgb(248, 108, 107, 1)'/> |
| 314 | + <bar-chart1 style="height:40px" chartId="widget08_4" :data='[10, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12]' |
| 315 | + label='Sales' backgroundColor='danger'/> |
307 | 316 | </widget08> |
308 | 317 | </b-col> |
309 | 318 | <b-col sm="4" lg="2"> |
310 | 319 | <widget08 header='title' text='1,123'> |
311 | | - <bar-chart1 style="height:40px" chartId="widget08_5" :data='[10, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12]' label='Sales' backgroundColor='rgb(32, 168, 216, 1)'/> |
| 320 | + <bar-chart1 style="height:40px" chartId="widget08_5" :data='[10, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12]' |
| 321 | + label='Sales' backgroundColor='primary'/> |
312 | 322 | </widget08> |
313 | 323 | </b-col> |
314 | 324 | <b-col sm="4" lg="2"> |
315 | 325 | <widget08 header='title' text='1,123'> |
316 | | - <bar-chart1 style="height:40px" chartId="widget08_6" :data='[10, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12]' label='Sales' backgroundColor='rgb(77, 189, 116)'/> |
| 326 | + <bar-chart1 style="height:40px" chartId="widget08_6" :data='[10, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12]' |
| 327 | + label='Sales' backgroundColor='success'/> |
317 | 328 | </widget08> |
318 | 329 | </b-col> |
319 | 330 | </b-row> |
|
0 commit comments