jwebmp-agcharts-enterprise
AG Charts Enterprise integration for JWebMP with premium charting features. Extends jwebmp-agcharts with advanced chart types (heatmaps, treemaps, sunburst, sankey, waterfall), financial charts (candlestick, OHLC), advanced animations, and enterprise-grade features. Requires AG Charts Enterprise license. Use when working with AG Charts Enterprise features, advanced visualizations, financial charts, or premium charting capabilities.
Best use case
jwebmp-agcharts-enterprise is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
AG Charts Enterprise integration for JWebMP with premium charting features. Extends jwebmp-agcharts with advanced chart types (heatmaps, treemaps, sunburst, sankey, waterfall), financial charts (candlestick, OHLC), advanced animations, and enterprise-grade features. Requires AG Charts Enterprise license. Use when working with AG Charts Enterprise features, advanced visualizations, financial charts, or premium charting capabilities.
Teams using jwebmp-agcharts-enterprise should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/jwebmp-agcharts-enterprise/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How jwebmp-agcharts-enterprise Compares
| Feature / Agent | jwebmp-agcharts-enterprise | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
AG Charts Enterprise integration for JWebMP with premium charting features. Extends jwebmp-agcharts with advanced chart types (heatmaps, treemaps, sunburst, sankey, waterfall), financial charts (candlestick, OHLC), advanced animations, and enterprise-grade features. Requires AG Charts Enterprise license. Use when working with AG Charts Enterprise features, advanced visualizations, financial charts, or premium charting capabilities.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# JWebMP AG Charts Enterprise
AG Charts Enterprise integration for JWebMP with premium charting features.
## Additional Features
- **Advanced Chart Types** — Heatmaps, Treemaps, Sunburst, Sankey, Waterfall
- **Financial Charts** — Candlestick, OHLC
- **Advanced Animations** — Premium animation effects
- **Enterprise Features** — Export, server-side rendering
## Advanced Chart Types
### Heatmap
```java
new AgHeatmapSeriesOptions<>()
.setXKey("date")
.setYKey("category")
.setColorKey("value")
.setColorRange(List.of("#FFFFFF", "#FF0000"));
```
### Treemap
```java
new AgTreemapSeriesOptions<>()
.setLabelKey("name")
.setSizeKey("size")
.setColorKey("value");
```
### Sunburst
```java
new AgSunburstSeriesOptions<>()
.setLabelKey("name")
.setSizeKey("size")
.setColorKey("category");
```
### Sankey
```java
new AgSankeySeriesOptions<>()
.setFromKey("source")
.setToKey("target")
.setSizeKey("value");
```
### Waterfall
```java
new AgWaterfallSeriesOptions<>()
.setXKey("category")
.setYKey("value");
```
### Candlestick
```java
new AgCandlestickSeriesOptions<>()
.setXKey("date")
.setOpenKey("open")
.setHighKey("high")
.setLowKey("low")
.setCloseKey("close");
```
## Installation
```xml
<dependency>
<groupId>com.jwebmp.plugins</groupId>
<artifactId>agcharts-enterprise</artifactId>
</dependency>
```
**Note:** Requires valid AG Charts Enterprise license.
## References
- Module: `com.jwebmp.plugins.agchartsenterprise`
- AG Charts Enterprise: 13.1.0
- Java: 25+
- License: Apache 2.0 (code), AG Charts Enterprise license required
- [AG Charts Enterprise](https://charts.ag-grid.com/license-pricing/)Related Skills
jwebmp-webawesome
WebAwesome icon integration for JWebMP — modern, open-source icon library. Provides 1,500+ icons with solid/regular styles, sizing, rotation, animation, and CSS utilities. Drop-in FontAwesome alternative with fresh designs. Use when working with WebAwesome icons, modern icon designs, or as FontAwesome alternative in JWebMP applications.
jwebmp-webawesome-pro
WebAwesome Pro integration for JWebMP with premium icons and features. Extends jwebmp-webawesome with additional styles, premium icons, and advanced features. Use when working with WebAwesome Pro icons or premium WebAwesome features in JWebMP applications.
jwebmp-weather-icons
Weather Icons font library for JWebMP providing weather icon fonts. Use when displaying weather-related icons.
jwebmp-waypoints
Waypoints jQuery plugin for JWebMP triggering functions when elements enter the viewport. Use when implementing scroll-based interactions and animations.
jwebmp-waves-effect
Waves material design ripple effect for JWebMP creating Material Design click ripples on elements. Use when adding Material Design interaction effects.
jwebmp-vertx
Portable connector between JWebMP and Vert.x 5 powered by GuicedEE. Provides automatic page routing, AJAX event pipeline, data component servlet, CSS endpoint, site-loader script, WebSocket broadcasting via event bus, user-agent detection, and call-scope integration. Use when working with JWebMP Vert.x integration, HTTP routing, AJAX handling, WebSocket communication, or building reactive web applications with JWebMP.
jwebmp-tsclient
TypeScript client generation for JWebMP plugins. Provides annotations and utilities for generating TypeScript interfaces, components, services, and modules from Java code. Supports @TsDependency, @TsDevDependency, @NgComponent, @NgDataService, @NgRestClient annotations. Use when creating JWebMP plugins that generate TypeScript code, defining npm dependencies, building Angular-integrated components, or generating typed Angular REST client services.
jwebmp-toastr
Toastr jQuery notification plugin integration for JWebMP displaying non-blocking toast notifications. Use when showing transient user notifications and alerts.
jwebmp-themify-icons
Themify Icons font library for JWebMP providing a comprehensive icon font collection. Use when adding Themify icons to projects.
jwebmp-skycons
Skycons animated weather icons for JWebMP creating beautiful animated SVG weather visualizations. Use when rendering weather data with animated icons.
jwebmp-session-storage
Browser Session Storage integration for JWebMP providing client-side temporary data storage for the browser session. Use when storing temporary user session data.
jwebmp-prism
Prism syntax highlighter integration for JWebMP providing powerful code highlighting with line numbers, copy button, and themes. Use when displaying highlighted code with advanced features.