|
@@ -172,7 +172,7 @@
|
|
grid: {
|
|
grid: {
|
|
strokeDashArray: 3,
|
|
strokeDashArray: 3,
|
|
},
|
|
},
|
|
- colors: ["#0780cf", "#009db2", "#fa6d1d"],
|
|
|
|
|
|
+ colors: [tabler.getColor("azure"), tabler.getColor("cyan"), tabler.getColor("orange")],
|
|
legend: {
|
|
legend: {
|
|
show: true,
|
|
show: true,
|
|
position: 'bottom',
|
|
position: 'bottom',
|
|
@@ -212,7 +212,7 @@
|
|
grid: {
|
|
grid: {
|
|
strokeDashArray: 2,
|
|
strokeDashArray: 2,
|
|
},
|
|
},
|
|
- colors: ["#71ae46", "#d85d2a"],
|
|
|
|
|
|
+ colors: [tabler.getColor("lime"), tabler.getColor("red")],
|
|
legend: {
|
|
legend: {
|
|
show: true,
|
|
show: true,
|
|
position: 'bottom',
|
|
position: 'bottom',
|
|
@@ -252,7 +252,7 @@
|
|
grid: {
|
|
grid: {
|
|
strokeDashArray: 4,
|
|
strokeDashArray: 4,
|
|
},
|
|
},
|
|
- colors: ["#f59311", "#6ca30f"],
|
|
|
|
|
|
+ colors: [tabler.getColor("yellow"), tabler.getColor("lime")],
|
|
legend: {
|
|
legend: {
|
|
show: true,
|
|
show: true,
|
|
position: 'bottom',
|
|
position: 'bottom',
|
|
@@ -292,6 +292,7 @@
|
|
grid: {
|
|
grid: {
|
|
strokeDashArray: 3,
|
|
strokeDashArray: 3,
|
|
},
|
|
},
|
|
|
|
+ colors: [tabler.getColor("green"), tabler.getColor("lime"), tabler.getColor("yellow")],
|
|
legend: {
|
|
legend: {
|
|
show: true,
|
|
show: true,
|
|
position: 'bottom',
|
|
position: 'bottom',
|