Do you want to have axis labels at the end points, or do you want to label 
the data points themselves?

For the area fills, set the series.<series indec>.areaOpacity option to 0 
for all series that you want to remove the shading on.  So, if the first, 
second, and third data series should not have area fills, set it like this:

series: {
    0: {
        // options for 1st series
        areaOpacity: 0
    },
    1: {
        // options for 2nd series
        areaOpacity: 0
    },
    2: {
        // options for 3rd series
        areaOpacity: 0
    }
}

On Saturday, October 4, 2014 1:17:39 PM UTC-4, John Hughes wrote:
>
> I am converting a Flash AreaChart to a Google AreaChart, so far so good 
> but I have two questions.
>
> The chart I have has 4 trend lines with shading below.  H title, V title, 
> and legend right.
>
> 1) I need to a label to the end points (far left, far right).  All four 
> lines start at the same point.  Basically label first point and last point 
> on one of the trend lines.
>
> 2) I want one of the trend lines to have shading but I want to disable it 
> on the other trend lines.  So 1 with shading and 3 without.  I am thinking 
> to set the shading to the same color as the background or make it 
> transparent but so far have not found out how.
>
>

-- 
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