Agent Skills: C3 Charts

C3 charting library integration for JWebMP providing D3-based reusable chart components. Use when creating data visualizations, time-series charts, or D3-powered dashboards.

UncategorizedID: GuicedEE/ai-rules/jwebmp-c3

Install this agent skill to your local

pnpm dlx add-skill https://github.com/GuicedEE/ai-rules/tree/HEAD/skills/.system/jwebmp-c3

Skill Files

Browse the full folder contents for jwebmp-c3.

Download Skill

Loading file tree…

skills/.system/jwebmp-c3/SKILL.md

Skill Metadata

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.

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;

// Create component
// Example usage depends on the specific C3 Charts library

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