Hi i would like to request this feature.
I'm using your project with vueJs and I am perfonrming an ajax call to retrieve my data, so I would like to instanciate as soon as I create my component the gauge (maybe with min and max to some default values) and, when the ajax returns me the data use them to populate the gauge.
So it would be nice to have this feature.
Thanks!
PS.
right now i use a "workaround" setting the max value to 100 and calculating all in percentages.