web: make chart point color consistent

This commit is contained in:
Simon Michael 2014-07-18 17:06:47 -07:00
parent ed44ee99e4
commit a415759022

View File

@ -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}',
}, },
}, },
] ]