Can we render canvas.js charts in Yellowfin chart creation?
Answered
Hi Team,
I am trying to create Pyramid chart using JS.
I am using canvas.js charts.
I am getting error like "window.onload" is not a function.
Till now I created charts using Google charts and d3.js charts.
Can we render charts using canvas.js ?
I am attaching script for reference.
Regards
Chandana
Files:
pyramid.txt
Hi Chandana,
Window.onload should not be needed in this case, as the generate chart function already serves this purpose.
Are you able to get this to work when you remove this function?
Nathan
Hi Chandana,
Window.onload should not be needed in this case, as the generate chart function already serves this purpose.
Are you able to get this to work when you remove this function?
Nathan
Replies have been locked on this page!