make grid lines more visible on graphs
This commit is contained in:
parent
59c3b7a421
commit
3967ea76e0
@ -43,11 +43,19 @@ export const options: any = {
|
|||||||
maxTicksLimit: 8,
|
maxTicksLimit: 8,
|
||||||
stepSize: 1,
|
stepSize: 1,
|
||||||
},
|
},
|
||||||
|
grid: {
|
||||||
|
// gray grid lines
|
||||||
|
color: "#252525",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
x: {
|
x: {
|
||||||
ticks: {
|
ticks: {
|
||||||
autoSkip: true,
|
autoSkip: true,
|
||||||
},
|
},
|
||||||
|
grid: {
|
||||||
|
// gray grid lines
|
||||||
|
color: "#252525",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
elements: {
|
elements: {
|
||||||
|
@ -41,12 +41,20 @@ export const options: any = {
|
|||||||
maxTicksLimit: 8,
|
maxTicksLimit: 8,
|
||||||
stepSize: 1,
|
stepSize: 1,
|
||||||
},
|
},
|
||||||
|
grid: {
|
||||||
|
// gray grid lines
|
||||||
|
color: "#252525",
|
||||||
|
},
|
||||||
reverse: true,
|
reverse: true,
|
||||||
},
|
},
|
||||||
x: {
|
x: {
|
||||||
ticks: {
|
ticks: {
|
||||||
autoSkip: true,
|
autoSkip: true,
|
||||||
},
|
},
|
||||||
|
grid: {
|
||||||
|
// gray grid lines
|
||||||
|
color: "#252525",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
elements: {
|
elements: {
|
||||||
|
Loading…
Reference in New Issue
Block a user