I am using the vsualization API version 1.1.2 and am using both the
annotated time line and the pie chart (corecharts). I have noticed
that sometimes the Visualization Utils does not call the
onloadCallback and the graph is not loaded. This does not happen all
of the time, only sometimes. I am not sure if this has to do with my
internet connectivity. This is how I call the package. I read about a
previous issue where the visualizationutils was not calling the onload
callback but in the issue they said that it had been fixed. I am still
seeing the issue. I am using Ie8.
Runnable onLoadCallback = new Runnable() {
public void run() {
// Stuff
}
VisualizationUtils.loadVisualizationApi(onLoadCallback,
AnnotatedTimeLine.PACKAGE);