mdewilde / chart

Java library for use with Chart.js javascript library
Apache License 2.0
112 stars 43 forks source link

Application architecture #30

Open aatoma opened 4 years ago

aatoma commented 4 years ago

Is there any document/resource/code example about the specifics of chart.java not covered by chart.js doc? I took a look at the examples, but couldn't find anything about the architecture of a java application integrating chart.js by means of chart.java. What would be the best strategy to render the chart in the application?