How to use charts library like highcharts with cocos2d-html5

Hello,
Has anybody had success using a charting library with cocos2d-html5? I tried using highcharts (http://www.highcharts.com/) but that didn’t work. I am trying to display a bell curve of results of all players that played my shooting game.
Thanks
Cyril

Because highcharts use svg to draw charts, so you can’t draw chart to canvas. The charts of highcharts container is a Div element, you can append this div element to Cocos2dGameContainer.