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

@ -16,18 +16,6 @@ export class BarChart extends Component {
this.setState({options: {
chart: {
stacked: true,
animations: {
enabled: false,
easing: 'linear',
speed: 1000,
animateGradually: {
enabled: false,
},
dynamicAnimation: {
enabled: true,
speed: 500
}
}
},
plotOptions: {
bar: {

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',
},

View File

@ -8,20 +8,6 @@ export class HeatmapChart extends Component {
this.state = {
options: {
chart: {
animations: {
enabled: false,
easing: 'linear',
speed: 1000,
animateGradually: {
enabled: false,
},
dynamicAnimation: {
enabled: true,
speed: 500
}
}
},
dataLabels: {
enabled: false
},

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: {