JPlot is a graphing tool that can be customized by users almost everywhere. Each graph tool contains a Config
class which includes tons of variables that control how the graph will look like. All the tools are also support image exporting feature, which can save the graph as an image to designated location.
- Grapher: see how a function looks like by providing its expression
- Histogram: support more than one products, compare their distributions
- TrendGraph: see how data changes overtime, and compare multiple items
- PieChart: support more than one products, check out their occupancy rates
Every tool has a Demo
class with detailed explanations, run them and see the results