Hi Biduth,

The code you copied doesn't have any obvious problems, but there are a lot
of unknowns making it impossible to tell what might be going wrong.  It
would probably be best if you could give me a link to your web page so I
can see what is happening and debug it from there.   Thanks.

On Sat, Feb 21, 2015 at 11:58 PM, Biduth Kesh Pandey <
[email protected]> wrote:

> We are using the below js url to load the jsapi.
>
> <script type="text/javascript" src='
> https://www.google.com/jsapi?autoload={
> "modules":[{"name":"visualization","version":"1","packages":["controls","corechart","table"]}]}'></script>
>
> function visualize(iscallSlider) {
>     document.getElementById('RRProcessed').value = 'false';
>     var graphs = $.state.graphs;
>     var control = new google.visualization.ControlWrapper({});
>
>     $.each($.parseJSON(JSON.stringify($.state.DataNControlTemp)),
> function(i, Attr) {
>         var pie, data;
>         if ($.state.DataNControlTemp[i].filterType == 'Trend')
>             data = calculateVisualTrend(i, Attr, iscallSlider);
>         else
>             data = calculateVisualOthers(i, Attr, iscallSlider);
>
>
>         var datai = graphs[i].datai;
>         pie = new google.visualization.ChartWrapper({
>             'chartType': Attr.chartType,
>             'containerId': 'G' + i,
>             'options': {
>                 'width': 100,
>                 'height': 100,
>                 'pieSliceText': 'label',
>                 bar: { groupWidth: '25%' }
>             },
>             dataTable: data
>         });
>         graphs[i].chart = pie;
>         var dash = new
> google.visualization.Dashboard(document.getElementById('PageArea_'));
>         $.state.dash = dash;
>         dash.bind(control, [graphs[i].chart]);
>         dash.draw(data);
>     });
> }
>
>
> please let me know any thing you need from our side.
>
>
> Thanks & Regards
>
> Biduth kesh Pandey
> Sr. Software Engineer
>
>
> On Sun, Feb 22, 2015 at 10:19 AM, Biduth Kesh Pandey <
> [email protected]> wrote:
>
>> Hi Dlaliberte,
>>
>> We are getting issue related to both the axis label text and legend text
>> as shown in the image attached.However tool-tip text are working fine.The
>> issue has been occurred since 18th feb 2015. when i am debugging the code i
>> am not getting any error. I don't know how to fix it.
>> we are using Dashboard,controlwrapper and chartwrapper technique to draw
>> the chart.
>>
>>
>>
>> Thanks & Regards
>>
>> Biduth kesh Pandey
>> Sr. Software Engineer
>>
>>
>>
>


-- 
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>  -
978-394-1058
[email protected] <[email protected]>   5CC, Cambridge MA
[email protected] <[email protected]> 9 Juniper Ridge
Road, Acton 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 http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to