Added all charts (pre optimization)

This commit is contained in:
2020-11-21 18:10:36 +01:00
parent f85346aea9
commit f862e4b8da
5 changed files with 5 additions and 47 deletions

View File

@ -10,15 +10,15 @@ export class LineChart extends Component {
options: {
chart: {
animations: {
enabled: false,
enabled: true,
easing: 'linear',
speed: 1000,
animateGradually: {
enabled: false,
},
dynamicAnimation: {
enabled: true,
speed: 500
enabled: false,
speed: 1000
}
},
zoom: {