How can I write functions to animate gauges? For example is this correct function?
function change(dir)
{
views[0].setValue(0, 1, dir);
charts[0].draw(views[0], options[0]);
}
Thank you
On Tuesday, June 19, 2012 5:48:48 PM UTC+2, Denonth wrote:
Hi all I am having this problem.
I am using google gauge and I am setting my size of it in the inline html tag. I ahve a problem when I am showing or hiding a gauge's. When it shows again it's probbably refreshed and it has his default size which is too big for me.
This is my code I could really use some help:
Thank you