Open GoogleCodeExporter opened 9 years ago
Error:
Uncaught Error: Invalid value in 0,0
Here's another example:
function drawVisualization() {
// Create and populate the data table.
var data = google.visualization.arrayToDataTable([
['Name', 'Manager', 'Tooltip'],
['Mike', null, null],
['Tim', 'Mike', null],
['Alice', 'Mike', null],
['Bob', 'Jim', 'Bob Sponge'],
['Carol', 'Bob', null]
]);
// Create and draw the visualization.
new google.visualization.OrgChart(document.getElementById('visualization')).
draw(data, {allowHtml: true});
}
Original comment by Ryan.Gar...@gmail.com
on 19 Sep 2013 at 5:13
Original issue reported on code.google.com by
Ryan.Gar...@gmail.com
on 19 Sep 2013 at 5:10