this.chart.data.datasets[0].data.map(item => {
                    return this.operation[0](item)
                });