this feature does not exist... you can however go deep into the SVG and search the <path> (i.e. polyline) that holds your line color and has a "fill-opacity" attribute which equals to "0.3" (30%) and reset its value to whatever color you like.
On Tue, Nov 29, 2011 at 5:16 PM, anurag trivedi <[email protected]>wrote: > Thanks for reply ! > > But I am talking about Area Chart series color and its line color both > should be different > > like Line=#006599, Area=#CCE0EB > > > On Tue, Nov 29, 2011 at 2:14 AM, Roni Biran <[email protected]> wrote: > >> In the draw function you can assign options (as you might know). >> In the hAxis you can assign textStyle. >> hAxis: {textStyle: { color: '#00FF00' } } >> >> Good luck >> >> >> On Mon, Nov 28, 2011 at 7:03 PM, anurag trivedi < >> [email protected]> wrote: >> >>> Hello, >>> >>> I have one problem in google chart. Please let me know, how to resolve >>> it. >>> >>> Please find attached file as google chart. >>> >>> You can see area chart. In this chart one line in blue color. and >>> background of area chart is also in blue color. >>> >>> My requirement is line and background should be in different color. >>> >>> Please do needful. >>> >>> >>> >>> >>> >>> -- >>> Thanks and Regards, >>> Anurag Trivedi >>> 09953799743 >>> skype id-anurag.trivedphp >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google Visualization API" group. >>> To post to this group, send email to >>> [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/google-visualization-api?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Visualization API" group. >> To post to this group, send email to >> [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-visualization-api?hl=en. >> > > > > -- > Thanks and Regards, > Anurag Trivedi > 09953799743 > skype id-anurag.trivedphp > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
