|
@@ -30,7 +30,7 @@ import XLSX_STYLE from 'xlsx-style'
|
|
|
import FileSaver from 'file-saver'
|
|
|
|
|
|
export default {
|
|
|
- name: 'CommonBarStatisticsCharts',
|
|
|
+ name: 'NewBarStatisticsCharts',
|
|
|
components: { StatisticsHeader },
|
|
|
props: {
|
|
|
chartsTitle: {
|
|
@@ -374,7 +374,6 @@ export default {
|
|
|
this.getChartsData(serviceId, dataContent)
|
|
|
)
|
|
|
)
|
|
|
- console.log(this.seriesKey)
|
|
|
const listValues = listValuesArray.reduce(
|
|
|
(preValues, currentValues) => {
|
|
|
currentValues.forEach(value => {
|