[visualization-api] Google visualization dashboard Pie display

2014-07-23 Thread sahKa
*PIN * *TYPES* *MINUse* 00123 Sleep (21.51%) 40274 00123 Unknown (19.75%) 36993 00123 Exercise (13.89%) 26012 00123 Email messaging (6.91%) 12943 45000 Sleep (0.47%) 882 45000 Unknown (0.77%) 1433 45000 Exercise (0.04%) 76 45000

[visualization-api] Re: One or more participants failed to draw(): error

2014-07-16 Thread sahKa
I found the solution, I added google.visualization.events.addListener(chart, 'error', function (err) { google.visualization.errors.removeError(err.id); }); After this Line var chart = new google.visualization.Dashboard(document.getElementById('dashboard')). bind([categoryPicker],