Chip,

I see you have two 'series' options.  In JS, there can only be one property
in an object with the same name, and which one you end up with depends on
random aspects of how JS decides to build the object.

I don't know that this would cause what you are seeing, but you didn't
provide your data, which could make more of a difference regarding the
legend text, which comes from the column label.  Also, which version are
you using?  How are you loading the library?  Thanks.

On Thu, Jul 28, 2016 at 2:32 PM, Chip Davis <[email protected]> wrote:

> I have built a chart with this (see just below).....and I get the image at
> the bottom...legend text is not showing....stopped suddenly.  What is the
> issue?
>
>  var RRR = new google.visualization.ChartWrapper({
>           'chartType': 'ComboChart',
>           'containerId': 'RevenueRunRate',
>           'options': {
>           'explorer': { actions: ['dragToZoom', 'rightClickToReset'] },
>             'focusTarget': 'category',
>             'width': 400,
>             'height': 300,
>             'hAxis': {direction: 1, bold: true, format: 'MMM-yy'},
>             'legend': { position: 'bottom', maxLines: 3 },
>             'title': 'Growth: (Revenue Run Rate & Bookings)',
>             'tooltipWidth':35,
>             'tooltipHeight':35,
>             'tooltipFontSize':10,
>             'seriesType': 'area',
>             'vAxes': {
>                       0: {title:'Bookings', format: '$#,###',textStyle:
> {color: '#707B7C'}},
>                       1: {title: 'Revenue Run Rate',format:
> '$#,###',textStyle: {color: '#2E86C1'}}
>                       },
>             'series': {0: {type: 'line'}},
>             'series': {0: {targetAxisIndex:0, type: 'area'},
>                        1: {targetAxisIndex:1, type: 'line', lineWidth:
> 5,curveType: 'function', lineDashStyle: [8,2] }
>                         },
>
>             'colors': ['#707B7C', '#2E86C1'],
>             'animation': {
>
>                     duration: 1000,
>                     easing: 'inAndOut'
>                 },
>
>
>           },
>           view: {
>             columns: [5,20,6]
>         },
>
>
>         }
>         );
>
>
> <https://lh3.googleusercontent.com/-Tp6MQHgxcxA/V5pPa3E42DI/AAAAAAAAAhM/U-2Z5CRT8vgAo2rR3w1zHxKunVxIm0LkwCLcB/s1600/Chart%2B%2528RRR%2529.tiff>
>
> --
> 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
> https://groups.google.com/group/google-visualization-api.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-visualization-api/54afbc31-65e7-4666-b903-fe0640ba7a21%40googlegroups.com
> <https://groups.google.com/d/msgid/google-visualization-api/54afbc31-65e7-4666-b903-fe0640ba7a21%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>
[email protected] <[email protected]>   5CC, Cambridge MA

-- 
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 https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJOb4_BuUcnow1S9mhmU9CULcj0ezCh2bhQmk79DAAEHzw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to