I have an internal webpage that has several google timeline charts that get
data from an internal sql database that stopped working 2 days ago.
I get this error on the page
Uncaught (in promise) Error: Row 10532 given with size different than 3
(the number of columns in the table).
G_
https://www.gstatic.com/charts/51/js/jsapi_compiled_default_module.js:294
Yn
https://www.gstatic.com/charts/51/js/jsapi_compiled_default_module.js:295
drawChart http://192.168.1.207/enviro1/www/environment.php:53213
promise callback*J.V https://www.gstatic.com/charts/loader.js:150
<anonymous> http://192.168.1.207/enviro1/www/environment.php:112
The data in the console is not following the data I am loading to it. I am
sending it the last 7 days of day as of the current date but the above
error is happening not on the current data but on data from july.
data.addRows([[new Date('2021','7','23','00','01','00'),78.69,100,32],
[new Date('2021','7','23','00','01','59'),78.69,100,32],
[new Date('2021','7','23','00','02','59'),78.65,100,32],
[new Date('2021','7','23','00','04','00'),78.6,100,32],
[new Date('2021','7','23','00','05','00'),78.52,100,32],
[new Date('2021','7','23','00','06','00'),78.44,100,32],
[new Date('2021','7','23','00','06','59'),78.46,100,32],
[new Date('2021','7','23','00','07','59'),78.46,100,32],
[new Date('2021','7','23','00','08','59'),78.47,100,32],
[new Date('2021','7','23','00','09','59'),78.5,100,32],
[new Date('2021','7','23','00','11','00'),78.28,100,32],
[new Date('2021','7','23','00','11','59'),78.37,100,32],
[new Date('2021','7','23','00','12','59'),78.37,100,32],
[new Date('2021','7','23','00','13','59'),78.32,100,32],
[new Date('2021','7','23','00','14','59'),78.26,100,32],
[new Date('2021','7','23','00','16','00'),78.44,100,32],
[new Date('2021','7','23','00','16','59'),78.28,100,32],
[new Date('2021','7','23','00','17','59'),78.59,100,32],
[new Date('2021','7','23','00','18','59'),78.69,100,32],
[new Date('2021','7','23','00','20','00'),78.34,100,32],
[new Date('2021','7','23','00','21','00'),78.55,100,32],
I have no idea what happened i have changed NOTHING on my end if i put the
query in sql i get exactly what i want the last 7 days but it seems like
the API is not taking the data I am send and just picking stuff from the
past.
As i said - This stopped working 2 days ago on all the computer browsers in
my house without me changing a single thing in my code.
Are google API timeline charts broken, is Google API down?
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/google-visualization-api/6acdd85a-f392-4781-9776-f841229aa4a7n%40googlegroups.com.