Versatile jQuery plotting plugin for JWebMP. Generate line, bar, pie, donut, bubble, and waterfall charts with pluggable renderers.
Built on jqPlot · jQuery · Angular 21 · JWebMP Core · JPMS module com.jwebmp.plugins.jqplot · Java 25+
<dependency>
<groupId>com.jwebmp.plugins</groupId>
<artifactId>jqplot</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>- Multiple Chart Types — Line, bar, pie, donut, bubble, waterfall graphs
- Pluggable Renderers — Customizable axis, legend, series, tick, and title renderers
- Type-Safe Java API — JQPlotOptions, JQPlotAxes, series options with CRTP fluent methods
- jQuery Integration — Built on jQuery plotting framework
- Auto npm Integration —
@TsDependency+@NgScript+@NgStyleSheetfor Angular builds - Zero Configuration — Auto-registered via ServiceLoader SPI
Licensed under the Apache License 2.0.
Made with JWebMP