>
> Thanks Sergey,
>
> I tried it a few different ways delaying with SetTimeout even waiting 9
seconds at one point. The result is the same legend squash :)
eg
$('dl.tabs dd a').on('click', function (event) {
activateTab($(this));
delayRedraw();
});
function delayRedraw(){
mydelay = setTimeout(redraw, 3000);
}
function redraw(){
chart.draw(data, options);
}
I guess this is an edge case ?
--
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.