Chartjs-How to display chart in android tv using web view(chart.js)

0👍

I suspect perhaps your TV is not HTML5 compliant; the <canvas> tag requires HTML5 – however you can export the graph to an image and import that to the page (it will loose it’s dynamic changing, and just be a static image) – you’ll want to do something like inside this fiddle: http://jsfiddle.net/KSgV7/585/ where he generates an image and displays it on-screen (it’s not my fiddle).

Good luck!

Leave a comment