mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
report: fix negative colors in barcharts
Specified bar colors only apply to positive bars in the plot. Negative bars still have the default colors, which are slightly darker shades of the default positive colors. This commit forces negative bars to have the same colors as positive bars.
This commit is contained in:
@@ -514,6 +514,9 @@
|
||||
(push "options.seriesColors = [")
|
||||
(push colors-str)
|
||||
(push "];\n")
|
||||
(push "options.negativeSeriesColors = [")
|
||||
(push colors-str)
|
||||
(push "];\n")
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user