ngRadialGauge icon indicating copy to clipboard operation
ngRadialGauge copied to clipboard

Angular.js Radial Gauge

Results 9 ngRadialGauge issues
Sort by recently updated
recently updated
newest added

Could you give me the option of how to draw more than one needle inside the gauge? Please

Thanks for creating such a great chart! Have you planned to integrate to use with Angular 2 or higher version? Thank you so much.

Hi, I'm trying to import this to an Ionic 3 project. Is it possible add a npm installer? Thank you

My project don't need decimal numbers. So I am hiding the precision for numbers. For even number Upper limit , the needle and graduations point correctly. But for odd upper...

Hello, I receive some exceptions with your plugin when I use it with tabs. The first panel is well rendered (if it's the active one), but not the others (which...

How can I remove the unit value from the chart? As per the example, I am trying to remove the unit "Kw" from the chart, but I should have the...

When the angle between two values exceeds 180, the needle transition covers the area outside the gauge. This can be prevented by something like ``` var lastAngle = 0; var...

I find that if I use data="..." attribute then the gauge flickers on update, if I use longer form of specifying values then transition is smooth. ie. ``` ```

It's possible to force the easing direction? If you put 0 as min value 4.5 as max value and you change currentvalue 0 to 4.4 you'll see the neddle torate...