[ ] question about the decisions made in the repository
Issue description
Current behavior:
If I add the canvas-gauges library and create a new Radial Gauge the bootstrap dropdown stops to work. If I click on a dropdown the browser gets a high CPU load and is not responsive anymore.
Happens on both the master and starter-kit branch.
Expected behavior:
The dropdown should work and not crash the browser. I created an empty new angular project only with bootstrap and here the dropdown works normaly
Steps to reproduce:
Implement canvas-gauges like below and then click on a dropdown. The dropdown doesnt have to be on the same component.
Related code:
npm install canvas-gauges
In a component (for example dashboard.component.ts):
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior: If I add the canvas-gauges library and create a new Radial Gauge the bootstrap dropdown stops to work. If I click on a dropdown the browser gets a high CPU load and is not responsive anymore. Happens on both the master and starter-kit branch.
Expected behavior: The dropdown should work and not crash the browser. I created an empty new angular project only with bootstrap and here the dropdown works normaly
Steps to reproduce: Implement canvas-gauges like below and then click on a dropdown. The dropdown doesnt have to be on the same component.
Related code: npm install canvas-gauges
In a component (for example dashboard.component.ts):
and in the html add
<canvas #gauge></canvas>
Other information:
npm, node, OS, Browser
Angular, Nebular