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: '',
color: '#{colorForCommodity c}',
color: #{colorForCommodity c},
lines: {
show: false,
},
points: {
show: true,
color: '#{colorForCommodity c}',
},
},
]