[S] Make line animation faster
This commit is contained in:
@@ -48,6 +48,7 @@ export default class OverallLine extends Vue
|
|||||||
silent: true,
|
silent: true,
|
||||||
symbol: 'none',
|
symbol: 'none',
|
||||||
lineStyle: {color: Constants.THEME.colors[2]},
|
lineStyle: {color: Constants.THEME.colors[2]},
|
||||||
|
animationDuration: 500,
|
||||||
data: Constants.TERMS.map((term, index) =>
|
data: Constants.TERMS.map((term, index) =>
|
||||||
{
|
{
|
||||||
return {xAxis: term.getTime(), label: {formatter: `Term ${index + 1}`}}
|
return {xAxis: term.getTime(), label: {formatter: `Term ${index + 1}`}}
|
||||||
|
|||||||
Reference in New Issue
Block a user