diff --git a/src/assets/scripts/charts/chartJS/index.js b/src/assets/scripts/charts/chartJS/index.js index 58e0de1..1d02273 100755 --- a/src/assets/scripts/charts/chartJS/index.js +++ b/src/assets/scripts/charts/chartJS/index.js @@ -15,19 +15,19 @@ export default (function () { new Chart(lineCtx, { type: 'line', data: { - labels: ['January', 'February', 'March', 'April', 'May', 'June', 'July'], + labels: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul'], datasets: [{ label : 'Series A', backgroundColor : 'rgba(237, 231, 246, 0.5)', borderColor : COLORS['deep-purple-500'], - pointBackgroundColor : COLORS['deep-purple-700'], + pointBackgroundColor : COLORS['white'], borderWidth : 2, - data : [60, 50, 70, 60, 50, 70, 60], + data : [60, 50, 70, 85, 50, 70, 60], }, { label : 'Series B', - backgroundColor : 'rgba(232, 245, 233, 0.5)', - borderColor : COLORS['blue-500'], - pointBackgroundColor : COLORS['blue-700'], + backgroundColor : 'rgba(189, 225, 242, 0.5)', + borderColor : COLORS['cyan-200'], + pointBackgroundColor : COLORS['white'], borderWidth : 2, data : [70, 75, 85, 70, 75, 85, 70], }], diff --git a/src/assets/scripts/charts/easyPieChart/index.js b/src/assets/scripts/charts/easyPieChart/index.js index 4eea285..4a76898 100755 --- a/src/assets/scripts/charts/easyPieChart/index.js +++ b/src/assets/scripts/charts/easyPieChart/index.js @@ -4,6 +4,10 @@ import 'easy-pie-chart/dist/jquery.easypiechart.min.js'; export default (function () { if ($('.easy-pie-chart').length > 0) { $('.easy-pie-chart').easyPieChart({ + lineWidth:7, + lineCap:"square", + scaleColor:false, + animate: 2500, onStep(from, to, percent) { this.el.children[0].innerHTML = `${Math.round(percent)} %`; }, diff --git a/src/assets/scripts/charts/sparkline/index.js b/src/assets/scripts/charts/sparkline/index.js index 6ef99d3..7d2abdd 100755 --- a/src/assets/scripts/charts/sparkline/index.js +++ b/src/assets/scripts/charts/sparkline/index.js @@ -10,7 +10,7 @@ export default (function () { const drawSparklines = () => { if ($('#sparklinedash').length > 0) { - $('#sparklinedash').sparkline([0, 5, 6, 10, 9, 12, 4, 9], { + $('#sparklinedash').sparkline([0, 55, 45, 54, 29, 33, 32, 57, 33, 69, 35], { type: 'bar', height: '20', barWidth: '3', @@ -21,7 +21,7 @@ export default (function () { } if ($('#sparklinedash2').length > 0) { - $('#sparklinedash2').sparkline([0, 5, 6, 10, 9, 12, 4, 9], { + $('#sparklinedash2').sparkline([0, 55, 45, 54, 29, 33, 32, 57, 33, 69, 35], { type: 'bar', height: '20', barWidth: '3', @@ -32,7 +32,7 @@ export default (function () { } if ($('#sparklinedash3').length > 0) { - $('#sparklinedash3').sparkline([0, 5, 6, 10, 9, 12, 4, 9], { + $('#sparklinedash3').sparkline([0, 55, 45, 54, 29, 33, 32, 57, 33, 69, 35], { type: 'bar', height: '20', barWidth: '3', @@ -43,7 +43,7 @@ export default (function () { } if ($('#sparklinedash4').length > 0) { - $('#sparklinedash4').sparkline([0, 5, 6, 10, 9, 12, 4, 9], { + $('#sparklinedash4').sparkline([0, 5, 15, 10, 9, 1, 4, 9, 3, 12, 7,3, 9, 5], { type: 'bar', height: '20', barWidth: '3', diff --git a/src/assets/scripts/vectorMaps/index.js b/src/assets/scripts/vectorMaps/index.js index f8d4426..c583916 100755 --- a/src/assets/scripts/vectorMaps/index.js +++ b/src/assets/scripts/vectorMaps/index.js @@ -15,7 +15,7 @@ export default (function () {
Moo Doe
+- 7 mins ago -
+
Lee Doe
+- 10 mins ago -
+John Doe
-+ 5 mins ago +
Moo Doe
-+ 7 mins ago +
Lee Doe
-+ 10 mins ago +
-