naikus / svg-gauge

Minimalistic, animated SVG gauge. Zero dependencies
MIT License
319 stars 74 forks source link

Error in docs: options for valueTextClass #27

Closed boonier closed 5 years ago

boonier commented 6 years ago

In the docs, it specifies valueTextClass to set the class for the value-text element.

Looking in the code at line 85, valueTextClass is in fact valueClass:

valueClass: "value-text"

naikus commented 6 years ago

@boonier Thanks for pointing this out! Will fix this in the next release