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

@ -9,20 +9,6 @@ export class DonutChart extends Component {
this.state = {
options: {
chart: {
animations: {
enabled: false,
easing: 'linear',
speed: 1000,
animateGradually: {
enabled: false,
},
dynamicAnimation: {
enabled: true,
speed: 500
}
}
},
legend: {
fontSize: '18px',
},