Hello,
I am using Google Calendar Chart in which I wanna to display Google
Calendar Chart Tooltip as Date : Bank_Name - Amt .
For which I data three column :
var data = new google.visualization.DataTable();
data.addColumn({ type: 'date', id: 'Date' });
data.addColumn({ type: 'string', id: 'BankName' });
data.addColumn({ type: 'number', id: 'BaseAmount' });
And add to DataTable data as
str = new Array(new
Date(dateFormat),String(dataValues[i].BankName),
Number(dataValues[i].BaseAmount)); //
alert(str);
data.addRows([str]);
But it not taking it while displaying the google Calendar chart. Displaying
error "Invalid Data Table format: must have two data columns."
Kindly help me how to display date: Bank_Name along with baseAmount.
--
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 https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-visualization-api/fa608e77-1479-45c6-b118-824b46cecc7d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.