| name | jwebmp-c3 |
| description | C3 charting library integration for JWebMP providing D3-based reusable chart components. Use when creating data visualizations, time-series charts, or D3-powered dashboards. |
| metadata | {"short-description":"C3 Charts"} |
C3 Charts
Overview
Integration of C3 Charts into JWebMP with typed component model, CRTP API, dual rendering (HTML/JSON), and page configurators.
Quick Start
import com.jwebmp.plugins.c3.C3;
Use Cases
- C3 charts, D3-based visualizations, data-driven graphics
- Integrating with JWebMP Component model
- Server-driven event handling
- Feature-based functionality
Installation
<dependency>
<groupId>com.jwebmp.plugins</groupId>
<artifactId>c3</artifactId>
</dependency>
Version managed by JWebMP BOM.
References
- Module:
com.jwebmp.plugins.c3
- Java: 25+
- License: Apache 2.0
See Also
jwebmp-core - JWebMP core component model
- Other JWebMP plugins - Explore additional integrations