Hello All,

I am new to Google charts so I ask that you please forgive me if this has 
already been covered. Anyway I am trying to create an area chart with a 
smooth line. Just like  the line chart with "smooth lines".

I have options - 

 var options = {
          title: 'Company Performance',
          curveType: 'function',
          smoothLine:'true',
          hAxis: {title: 'Year',  titleTextStyle: {color: '#333'}},
          vAxis: {minValue: 0}
          
        };

but nothing seems to make the line smooth. I have tested these options in 
the line chart mode, and of course the lines are smooth.

Please help!

Thank you

David P

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to