Chartjs-Call chartjs in rhino using java

0👍

It’s seem not possible to export chart with rhino and chartjs at server side. Please correct me if i am wrong.

But i found few alternate solutions:

  • Phantomjs
  • Chrome,Mozilla headless
  • Nodejs
  • JavaFX Webview (seem available on client and not stable on server, unix might not support)

I also tried with :

  • htmlunit library
  • jsdom, canvas and combine with nashorn.

but All seem not working stable with chartjs.

0👍

If you have specific issues regarding HtmlUnit please open an issue.

https://github.com/HtmlUnit/htmlunit/issues

Leave a comment