Aniket Naik

Results 14 comments of Aniket Naik

Hi @AndreaMinato can you give me a code example for this?

Hi @AndreaMinato I'll take a look into this.

Hi @patson12 can you share a repo or some starter code?

@moalamri svg-gauge is an es module and I've used it in my project via ```require("svg-gauge")``` and ```import gauge from "svg-gauge"```

@slavkoja Okay, I'll start working on this. Thanks!

Hi @pzontrop, The label function currently can only return plain text and not elements. The future version may have this functionality. Meanwhile you can label display via CSS and show...

@Misiu This is good! Although I'd like the the label function determine what to do with the value. If it returns a string, it is set as textContent. If it...

@Misiu Currently there is a workaround for your case (easier if your second label is static). This is without any change in the gauge's code. See the online demo for...

What kind of elements do you want inside the guage? Graphic or only text or both?

Hi @medigate-io-dev @avshalomt2 , Thanks for this! Is there a demo of showcasing how it looks/behaves? Probably codepen? Also its difficult to see the actual changes with all the indentation...