loader:
<script type="text/javascript"
src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript">
google.load('visualization', '1', {'packages':['controls']});
google.setOnLoadCallback(drawVisualization);
On Thursday, July 28, 2016 at 1:32:22 PM UTC-5, Chip Davis 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/ec37d512-062e-43b9-b744-0d1b7a7593d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.