Make time and cost delineation more apparent
(cherry picked from commit 1e0b4a0a1f
)
This commit is contained in:
parent
f7a27f9350
commit
9ac97425c7
@ -81,6 +81,9 @@ function populateChart() {
|
||||
scales: {
|
||||
x: {
|
||||
type: 'time',
|
||||
grid: {
|
||||
color: '#625f62',
|
||||
},
|
||||
ticks: {
|
||||
color: '#a7a4ab',
|
||||
font: {
|
||||
@ -93,6 +96,9 @@ function populateChart() {
|
||||
},
|
||||
y: {
|
||||
beginAtZero: startYAtZero,
|
||||
grid: {
|
||||
color: '#2f2c2f',
|
||||
},
|
||||
ticks: {
|
||||
color: '#a7a4ab',
|
||||
font: {
|
||||
|
Loading…
Reference in New Issue
Block a user