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