Hi Daniel LaLiberte,
Thank you clarification. i tried total day for that change
finally , i also find same solution .
On Thursday, June 2, 2016 at 9:10:15 PM UTC+5:30, Daniel LaLiberte wrote:
>
> Hi Santosh,
>
> Yes, that has been a deficiency for a long time. We don't have much
> flexibility in the overall layout of the charts to automatically allow more
> room for multiple sets of axis labels, though we should probably allow a
> manual offset option to let you control it yourself.
>
> In the meantime, you could position one of the axes inside the chart area
> using the textPosition option.
>
>
> On Thu, Jun 2, 2016 at 3:33 AM, Santosh Korada <[email protected]
> <javascript:>> wrote:
>
>>
>> <https://lh3.googleusercontent.com/-Pp3txsmoauQ/V0_hE-DQmzI/AAAAAAAAACk/xS7yYvKO-2024G2PXv5EIRuvijD9TsDewCLcB/s1600/tfd74geg-.jpg>
>> my name is santosh kumar.
>>
>> i faced the problem while creating combo charts for three different
>> graphs . i want y-axis for each graph. i got one left y-axis and two right
>> y-axes . two right y-axes are merged or overlapped .
>>
>> i have written the following code .
>>
>> function drawVisualization() {
>> // Some raw data (not necessarily accurate)
>> var data = google.visualization.arrayToDataTable([
>> ['Month', 'Bolivia', 'Ecuador', 'Madagascar'],
>> ['2004/05', 165, 938, 522],
>> ['2005/06', 135, 1120, 599],
>> ['2006/07', 157, 1167, 587],
>> ['2007/08', 139, 1110, 615],
>> ['2008/09', 136, 691, 629]
>> ]);
>>
>> var options = {
>> title : 'Monthly Coffee Production by Country',
>> vAxes : {
>> 0:{minValue: 0,title: 'cups'},
>> 1:{minValue: 0,title:'cups1',textStyle:{color: 'green'}},
>> 2:{minValue: 0,title: 'cups2',textStyle:{color: 'red'}}
>> },
>> hAxis: {title: 'Month'},
>> seriesType: 'bars',
>> series: {0: {type: 'line',targetAxisIndex:0},1: {type:
>> 'line',targetAxisIndex:1},
>> 2: {type:'line',targetAxisIndex:2}
>> }
>> };
>>
>> var chart = new
>> google.visualization.ComboChart(document.getElementById('chart_div'));
>> chart.draw(data, options);
>>
>>
>> }
>>
>> --
>> 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]
>> <javascript:>.
>> To post to this group, send email to [email protected]
>> <javascript:>.
>> 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/ae4981fd-f163-4f48-a45f-d5c5f850c17b%40googlegroups.com
>>
>> <https://groups.google.com/d/msgid/google-visualization-api/ae4981fd-f163-4f48-a45f-d5c5f850c17b%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] <javascript:> 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/f92e8983-99b0-42ea-bb02-77b9ec81dfbe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.