Efficiently pass Java data to Javascript for chart plotting purpose -


i aware there numerous java chart libraries available of plotting style old fashioned such jfreechart , gral. javafx chart nice not support boxplot. thinking of javascript more fashioned style , more interactive. worried performance when converting datasets javascript string datasets 10k.

any suggestion

  1. java chart library more fashioned style , interactive.
  2. efficiently pass datasets java javascript. use j2v8?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -