subarroca / ng-gauge

Gauge generic component made with angular2 and SVG
https://subarroca.github.io/ng-gauge/
13 stars 6 forks source link

Microsoft Edge SVG rendering bug #7

Open tsvetan-ganev opened 7 years ago

tsvetan-ganev commented 7 years ago

Greetings and big thanks for your awesome component.

I experienced some issues with using it in MS Edge.

This is how the gauges are rendered in Chrome (and in Firefox): chrome

And this is how they are rendered in MS Edge: edge

cancanf3 commented 6 years ago

any updates on this?

tsvetan-ganev commented 6 years ago

@cancanf3, I ended up using https://github.com/naikus/svg-gauge and wrapped it in an Angular component.

Edit: Somebody already wrapped the library for Angular: https://github.com/mattlewis92/angular-gauge, so it might be even easier to integrate it in your project.