From 0db334e66f9b2eff8434c87a78f572554ba6dee1 Mon Sep 17 00:00:00 2001 From: xidedix Date: Tue, 10 Apr 2018 17:11:00 +0200 Subject: [PATCH] refactor: chart examples - add: getStyle() - minor fixes --- index.html | 2 ++ scss/vendors/_variables.scss | 10 +++--- src/views/Dashboard.vue | 13 ++++---- src/views/Widgets.vue | 8 ++--- src/views/dashboard/CalloutChartExample.vue | 11 ++++++- src/views/dashboard/CardLine1ChartExample.vue | 13 +++++--- src/views/dashboard/CardLine2ChartExample.vue | 13 +++++--- src/views/dashboard/CardLine3ChartExample.vue | 2 +- src/views/dashboard/MainChartExample.vue | 29 +++++++++--------- static/favicon.ico | Bin 0 -> 1150 bytes 10 files changed, 60 insertions(+), 41 deletions(-) create mode 100644 static/favicon.ico diff --git a/index.html b/index.html index 7ec835d0..004c12f9 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,8 @@ CoreUI - Open Source Bootstrap Admin Template + + + @@ -225,7 +226,7 @@ Recurring Clients
22,643
- +
diff --git a/src/views/Widgets.vue b/src/views/Widgets.vue index 0b099fa8..6bb14d87 100644 --- a/src/views/Widgets.vue +++ b/src/views/Widgets.vue @@ -234,7 +234,7 @@
- +
@@ -254,7 +254,7 @@
- +
@@ -274,7 +274,7 @@
- +
@@ -294,7 +294,7 @@
- +
diff --git a/src/views/dashboard/CalloutChartExample.vue b/src/views/dashboard/CalloutChartExample.vue index 1389a1af..24092b1e 100644 --- a/src/views/dashboard/CalloutChartExample.vue +++ b/src/views/dashboard/CalloutChartExample.vue @@ -1,5 +1,6 @@ diff --git a/src/views/dashboard/CardLine1ChartExample.vue b/src/views/dashboard/CardLine1ChartExample.vue index bc974493..15cc5366 100644 --- a/src/views/dashboard/CardLine1ChartExample.vue +++ b/src/views/dashboard/CardLine1ChartExample.vue @@ -1,8 +1,11 @@