Skip to main content

All Questions

Tagged with
2 votes
1 answer
928 views

Pie chart legend not showing - Uncaught TypeError: Cannot set property 'innerHTML' of null

I have to show legends for a pie chart. I have been following below link. http://jsfiddle.net/vrwjfg9z/ But it does not work for me in below code. <!DOCTYPE html> <html> <...
javascript_learner's user avatar
1 vote
0 answers
399 views

Google donut chart labeled legend as html not string

Can I add custom html for legends of google chart? I want to add additional info and Icon for each part, not only text. I've added this jsFiddle example google.setOnLoadCallback(drawChart); ...
user3003810's user avatar