[visualization-api] google chart x axis with decimal place

2015-02-28 Thread Richard Wallace
I'm attempting to create a basic google chart. X axis is a time, y axis is a value. Data is formatted as so: html head   script type=text/javascript src=https://www.google.com/jsapi;/script   script type=text/javascript     google.load('visualization', '1.1', {packages:

Re: [visualization-api] need add one parameter twice in gauge charts element

2015-02-28 Thread 'Jon Orwant' via Google Visualization API
Use redFrom, redTo, yellowFrom, yellowTo, greenFrom, as greenTo you would normally but set redColor and yellowColor to the same value. Jon On Thu, Feb 26, 2015 at 1:50 PM, Javi Orozco guaxyofic...@gmail.com wrote: how apply twice one parameter? in gauge chart element I was trying as