I am aware that there are numerous Java chart libraries available but most of their plotting style is old fashioned such as JFreeChart and Gral. JavaFX chart is nice but it is not support boxplot. So I am thinking of Javascript which is more fashioned style and more interactive. But I am worried about the performance when converting the datasets into Javascript as String as my datasets is up to 10k.
Any suggestion about
- Java chart library which is more fashioned style and interactive.
- Efficiently pass datasets from Java to Javascript. Is it good to use J2V8?