Added timeout processing

This commit is contained in:
2020-11-21 19:18:29 +01:00
parent 73157520ab
commit 04c27560ea
5 changed files with 126 additions and 82 deletions

View File

@ -12,13 +12,13 @@ export class LineChart extends Component {
animations: {
enabled: true,
easing: 'linear',
speed: 1000,
speed: 250,
animateGradually: {
enabled: false,
},
dynamicAnimation: {
enabled: false,
speed: 1000
enabled: true,
speed: 250
}
},
zoom: {