チャートの色変更
This commit is contained in:
parent
ff96126057
commit
7667493d56
@ -80,8 +80,8 @@ export default defineComponent({
|
|||||||
tension: 0,
|
tension: 0,
|
||||||
borderWidth: 2,
|
borderWidth: 2,
|
||||||
borderJoinStyle: 'round',
|
borderJoinStyle: 'round',
|
||||||
borderColor: '#00E396',
|
borderColor: '#B0E7CB',
|
||||||
backgroundColor: alpha('#00E396', 0.1),
|
backgroundColor: alpha('#B0E7CB', 0.1),
|
||||||
data: []
|
data: []
|
||||||
}, {
|
}, {
|
||||||
label: 'Active',
|
label: 'Active',
|
||||||
@ -89,8 +89,8 @@ export default defineComponent({
|
|||||||
tension: 0,
|
tension: 0,
|
||||||
borderWidth: 2,
|
borderWidth: 2,
|
||||||
borderJoinStyle: 'round',
|
borderJoinStyle: 'round',
|
||||||
borderColor: '#00BCD4',
|
borderColor: '#96CCE7',
|
||||||
backgroundColor: alpha('#00BCD4', 0.1),
|
backgroundColor: alpha('#96CCE7', 0.1),
|
||||||
data: []
|
data: []
|
||||||
}, {
|
}, {
|
||||||
label: 'Waiting',
|
label: 'Waiting',
|
||||||
@ -98,8 +98,8 @@ export default defineComponent({
|
|||||||
tension: 0,
|
tension: 0,
|
||||||
borderWidth: 2,
|
borderWidth: 2,
|
||||||
borderJoinStyle: 'round',
|
borderJoinStyle: 'round',
|
||||||
borderColor: '#FFB300',
|
borderColor: '#E7E7B0',
|
||||||
backgroundColor: alpha('#FFB300', 0.1),
|
backgroundColor: alpha('#E7E7B0', 0.1),
|
||||||
yAxisID: 'y2',
|
yAxisID: 'y2',
|
||||||
data: []
|
data: []
|
||||||
}, {
|
}, {
|
||||||
@ -108,7 +108,7 @@ export default defineComponent({
|
|||||||
tension: 0,
|
tension: 0,
|
||||||
borderWidth: 2,
|
borderWidth: 2,
|
||||||
borderJoinStyle: 'round',
|
borderJoinStyle: 'round',
|
||||||
borderColor: '#E53935',
|
borderColor: '#FF9D9D',
|
||||||
borderDash: [5, 5],
|
borderDash: [5, 5],
|
||||||
fill: false,
|
fill: false,
|
||||||
yAxisID: 'y2',
|
yAxisID: 'y2',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user