Hi, 

I try to fix minValue at 0 like this

    var view = new google.visualization.DataView(data);
        view.setRows(view.getFilteredRows([{column: 0, minValue:0},{column: 
1, minValue:0},{column: 2, minValue:0}]));
 var options = {
       legend : {position: 'top', textStyle: {fontName: 'Arial', fontSize: 
'12', color: '666666'}},
          hAxis: { gridlines: { count:'0'}},
          vAxes:{
               0: {minValue : 0, textStyle: {fontName: 'Arial', fontSize: 
'12', color:'006699' },}, // Left axis
            1: {minValue : 0, textStyle: {fontName: 'Arial', fontSize: 
'12', color:'FF9900' },} // Right axis

But I have always negative values?
What it's wrong?
Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to