mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-21 09:50:13 +01:00
do not use ids for styles
This commit is contained in:
parent
1cc807d733
commit
9ea34a99ca
4 changed files with 10 additions and 7 deletions
|
|
@ -26,10 +26,10 @@ export class LineChart {
|
|||
};
|
||||
|
||||
chart.addListener('rendered', zoomChart);
|
||||
// zoomChart();
|
||||
//
|
||||
// if (chart.zoomChart) {
|
||||
// chart.zoomChart();
|
||||
// }
|
||||
zoomChart();
|
||||
|
||||
if (chart.zoomChart) {
|
||||
chart.zoomChart();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue