do not use ids for styles

This commit is contained in:
nixa 2016-05-06 13:34:20 +03:00
parent 1cc807d733
commit 9ea34a99ca
4 changed files with 10 additions and 7 deletions

View file

@ -26,10 +26,10 @@ export class LineChart {
};
chart.addListener('rendered', zoomChart);
// zoomChart();
//
// if (chart.zoomChart) {
// chart.zoomChart();
// }
zoomChart();
if (chart.zoomChart) {
chart.zoomChart();
}
}
}