XY Plotting with Java

I have used jfreechart 100 times for different solutions.it is easy to learn as it has a Developer’s Guide and many more easy tutorials on Java2s.com. just google it and you will find much more Here is a demo of XY series

how to set start value as “0” in chartjs?

For Chart.js 2.*, the option for the scale to begin at zero is listed under the configuration options of the linear scale. This is used for numerical data, which should most probably be the case for your y-axis. So, you need to use this: A sample line chart is also available here where the option … Read more