[S] Change line color

This commit is contained in:
Hykilpikonna
2019-11-09 15:41:12 -05:00
parent 0af393a1e4
commit df011787e1
@@ -45,6 +45,7 @@ export default class OverallLine extends Vue
{
silent: true,
symbol: 'none',
lineStyle: {color: Constants.THEME.colors[2]},
data: Constants.TERMS.map((term, index) =>
{
return {xAxis: term.getTime(), label: {formatter: `Term ${index + 1}`}}