|
16 | 16 | <h4 class="mb-0">9.823</h4> |
17 | 17 | <p>Members online</p> |
18 | 18 | </b-card-body> |
19 | | - <card-line1-chart-example class="chart-wrapper px-3" style="height:70px;" height="70"/> |
| 19 | + <card-line1-chart-example chartId="card-chart-01" class="chart-wrapper px-3" style="height:70px;" height="70"/> |
20 | 20 | </b-card> |
21 | 21 | </b-col> |
22 | 22 | <b-col sm="6" lg="3"> |
|
34 | 34 | <h4 class="mb-0">9.823</h4> |
35 | 35 | <p>Members online</p> |
36 | 36 | </b-card-body> |
37 | | - <card-line2-chart-example class="chart-wrapper px-3" style="height:70px;" height="70"/> |
| 37 | + <card-line2-chart-example chartId="card-chart-02" class="chart-wrapper px-3" style="height:70px;" height="70"/> |
38 | 38 | </b-card> |
39 | 39 | </b-col> |
40 | 40 | <b-col sm="6" lg="3"> |
|
52 | 52 | <h4 class="mb-0">9.823</h4> |
53 | 53 | <p>Members online</p> |
54 | 54 | </b-card-body> |
55 | | - <card-line3-chart-example class="chart-wrapper" style="height:70px;" height="70"/> |
| 55 | + <card-line3-chart-example chartId="card-chart-03" class="chart-wrapper" style="height:70px;" height="70"/> |
56 | 56 | </b-card> |
57 | 57 | </b-col> |
58 | 58 | <b-col sm="6" lg="3"> |
|
70 | 70 | <h4 class="mb-0">9.823</h4> |
71 | 71 | <p>Members online</p> |
72 | 72 | </b-card-body> |
73 | | - <card-bar-chart-example class="chart-wrapper px-3" style="height:70px;" height="70"/> |
| 73 | + <card-bar-chart-example chartId="card-chart-04" class="chart-wrapper px-3" style="height:70px;" height="70"/> |
74 | 74 | </b-card> |
75 | 75 | </b-col> |
76 | 76 | </b-row> |
|
92 | 92 | </b-button-toolbar> |
93 | 93 | </b-col> |
94 | 94 | </b-row> |
95 | | - <main-chart-example class="chart-wrapper" style="height:300px;margin-top:40px;" height="300"></main-chart-example> |
| 95 | + <main-chart-example chartId="main-chart-01" class="chart-wrapper" style="height:300px;margin-top:40px;" height="300"></main-chart-example> |
96 | 96 | <div slot="footer"> |
97 | 97 | <b-row class="text-center"> |
98 | 98 | <b-col class="mb-sm-2 mb-0"> |
|
129 | 129 | <div class="brand-card-header bg-facebook"> |
130 | 130 | <i class="fa fa-facebook"></i> |
131 | 131 | <div class="chart-wrapper"> |
132 | | - <social-box-chart-example :data="[65, 59, 84, 84, 51, 55, 40]" height="90"/> |
| 132 | + <social-box-chart-example chartId="box-chart-01" :data="[65, 59, 84, 84, 51, 55, 40]" height="90"/> |
133 | 133 | </div> |
134 | 134 | </div> |
135 | 135 | <div class="brand-card-body"> |
|
149 | 149 | <div class="brand-card-header bg-twitter"> |
150 | 150 | <i class="fa fa-twitter"></i> |
151 | 151 | <div class="chart-wrapper"> |
152 | | - <social-box-chart-example :data="[1, 13, 9, 17, 34, 41, 38]" height="90"/> |
| 152 | + <social-box-chart-example chartId="box-chart-02" :data="[1, 13, 9, 17, 34, 41, 38]" height="90"/> |
153 | 153 | </div> |
154 | 154 | </div> |
155 | 155 | <div class="brand-card-body"> |
|
169 | 169 | <div class="brand-card-header bg-linkedin"> |
170 | 170 | <i class="fa fa-linkedin"></i> |
171 | 171 | <div class="chart-wrapper"> |
172 | | - <social-box-chart-example :data="[78, 81, 80, 45, 34, 12, 40]" height="90"/> |
| 172 | + <social-box-chart-example chartId="box-chart-03" :data="[78, 81, 80, 45, 34, 12, 40]" height="90"/> |
173 | 173 | </div> |
174 | 174 | </div> |
175 | 175 | <div class="brand-card-body"> |
|
189 | 189 | <div class="brand-card-header bg-google-plus"> |
190 | 190 | <i class="fa fa-google-plus"></i> |
191 | 191 | <div class="chart-wrapper"> |
192 | | - <social-box-chart-example :data="[35, 23, 56, 22, 97, 23, 64]" height="90"/> |
| 192 | + <social-box-chart-example chartId="box-chart-04" :data="[35, 23, 56, 22, 97, 23, 64]" height="90"/> |
193 | 193 | </div> |
194 | 194 | </div> |
195 | 195 | <div class="brand-card-body"> |
|
217 | 217 | <strong class="h4">9,123</strong> |
218 | 218 | <div class="chart-wrapper" :style="{ top: '-10px'}"> |
219 | 219 | <!--<callout-chart-example :data="[35, 23, 56, 22, 97, 23, 64]" variant="#20a8d8" width="80" height="30" />--> |
220 | | - <callout-chart-example :data="[35, 23, 56, 22, 97, 23, 64]" variant="info" width="80" height="30" /> |
| 220 | + <callout-chart-example chartId="callout-chart-01" :data="[35, 23, 56, 22, 97, 23, 64]" variant="info" width="80" height="30" /> |
221 | 221 | </div> |
222 | 222 | </Callout> |
223 | 223 | </b-col> |
|
226 | 226 | <small class="text-muted">Recurring Clients</small><br> |
227 | 227 | <strong class="h4">22,643</strong> |
228 | 228 | <div class="chart-wrapper" :style="{ top: '-10px'}"> |
229 | | - <callout-chart-example :data="[65, 59, 84, 84, 51, 55, 40]" variant="danger" width="80" height="30" /> |
| 229 | + <callout-chart-example chartId="callout-chart-02" :data="[65, 59, 84, 84, 51, 55, 40]" variant="danger" width="80" height="30" /> |
230 | 230 | </div> |
231 | 231 | </Callout> |
232 | 232 | </b-col> |
|
326 | 326 | <small class="text-muted">Pageviews</small><br> |
327 | 327 | <strong class="h4">78,623</strong> |
328 | 328 | <div class="chart-wrapper" :style="{ top: '-10px'}"> |
329 | | - <callout-chart-example :data="[35, 23, 56, 22, 97, 23, 64]" variant="#f8cb00" width="80" height="30"/> |
| 329 | + <callout-chart-example chartId="callout-chart-03" :data="[35, 23, 56, 22, 97, 23, 64]" variant="#f8cb00" width="80" height="30"/> |
330 | 330 | </div> |
331 | 331 | </Callout> |
332 | 332 | </b-col> |
|
335 | 335 | <small class="text-muted">Organic</small><br> |
336 | 336 | <strong class="h4">49,123</strong> |
337 | 337 | <div class="chart-wrapper" :style="{ top: '-10px'}"> |
338 | | - <callout-chart-example :data="[65, 59, 84, 84, 51, 55, 40]" variant="#4dbd74" width="80" height="30" /> |
| 338 | + <callout-chart-example chartId="callout-chart-04" :data="[65, 59, 84, 84, 51, 55, 40]" variant="#4dbd74" width="80" height="30" /> |
339 | 339 | </div> |
340 | 340 | </Callout> |
341 | 341 | </b-col> |
|
0 commit comments