web: make chart point color consistent
This commit is contained in:
parent
ed44ee99e4
commit
a415759022
@ -148,13 +148,12 @@ registerChartHtml percommoditytxnreports =
|
|||||||
/* [] */
|
/* [] */
|
||||||
],
|
],
|
||||||
label: '',
|
label: '',
|
||||||
color: '#{colorForCommodity c}',
|
color: #{colorForCommodity c},
|
||||||
lines: {
|
lines: {
|
||||||
show: false,
|
show: false,
|
||||||
},
|
},
|
||||||
points: {
|
points: {
|
||||||
show: true,
|
show: true,
|
||||||
color: '#{colorForCommodity c}',
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user