javascript - Change dynamically option parameters of the Google Charts (Gauge Chart) -


Is there any way to dynamically change the option parameter to the Goggles chart? (Google gauge chart in my case) I tried to use this variable, but without success:

  var limit = 20; Var gauge option = {minimum: -15, max: 50, redform: range, red to: 40, minor ticks: 5}; ... ... ... gauge_temp.draw (gazetta, gauge option);  

Here, I dynamically try to modify the "redFrom" option through the dynamic range. But the result is a gauge without the colors around a circle.

I want the user to configure gauge option directly from the web page as the color of the gauge segment (redFrom, yellowFrom, ...).


Comments

Popular posts from this blog

Editing Python Class in Shell and SQLAlchemy -

import - Python ImportError: No module named wmi -

uislider - In a MATLAB GUI, how does one implement a continuously varying slider from a GUIDE created .m file? -