Reviewed & tested by the community
Project:
Views Dataviz with Google Charts API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Feb 2013 at 08:31 UTC
Updated:
28 Oct 2013 at 15:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
davapiano commentedI get the same error.
Comment #2
vkouroub commentedSame here.
Comment #3
vivdrupal commentedSame here.
Complete notice is -- depending on the number of records displayed (here 10):
Comment #4
maximpodorov commentedThe possible fix:
Comment #5
cck commentedHi, the fix works for me. $data is already an array and initialized with labels a few lines above. I don't see the reason to use is_array(), a check with isset() should be enough.
Comment #6
maximpodorov commentedComment #7
cck commentedHi, here is the patch based on #5 to review.
Comment #8
everpat commentedI applied the fix in #7 and it removed the notices. I will report if anything changes going forward.
Thank you.
Comment #9
cursor commentedComment #10
JadH commentedI had the same issue.
I applied the patch in #7 and it works.
Comment #11
Anonymous (not verified) commentedPatch #7 works!
Comment #12
Exploratus commented#7 works for me also! Can we get this commited?
Comment #13
annikaC commented+1 on patch in #7!