Refactor(charts): Fix error

This commit is contained in:
Toma Rares 2020-06-26 11:12:33 +03:00
parent e2a0cdcb48
commit 640cfae3f0

View File

@ -150,7 +150,10 @@
[60, 80, 65, 130, 80, 105, 90, 130, 70, 115, 60, 130]
],
activeIndex: 0,
chartData: null,
chartData: {
datasets: [{ }],
labels: ['JAN', 'FEB', 'MAR', 'APR', 'MAY', 'JUN', 'JUL', 'AUG', 'SEP', 'OCT', 'NOV', 'DEC'],
},
extraOptions: chartConfigs.purpleChartOptions,
gradientColors: config.colors.primaryGradient,
gradientStops: [1, 0.4, 0],