[S] Make line animation faster

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