var timeoutCb = function()

in src/helper/template.ts [114:129]


                    var timeoutCb = function () {
                        chart.setOption({
                            series: [{
                                type: 'bar',
                                id: 'bar',
                                data: getDataLine(i + 1),
                                label: {
                                    valueAnimation: true
                                }
                            }],
                            title: [{
                                text: data[headerLength + i + 1][0]
                            }]
                        });
                        removeTimeoutHandlers(timeout);
                    };