mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-14 13:03:56 +03:00
web: make chart point color consistent
This commit is contained in:
parent
ed44ee99e4
commit
a415759022
@ -148,13 +148,12 @@ registerChartHtml percommoditytxnreports =
|
||||
/* [] */
|
||||
],
|
||||
label: '',
|
||||
color: '#{colorForCommodity c}',
|
||||
color: #{colorForCommodity c},
|
||||
lines: {
|
||||
show: false,
|
||||
},
|
||||
points: {
|
||||
show: true,
|
||||
color: '#{colorForCommodity c}',
|
||||
},
|
||||
},
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user