Agent Skills: JWebMP AG Charts 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.

UncategorizedID: GuicedEE/ai-rules/jwebmp-agcharts-enterprise

Install this agent skill to your local

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

Skill Files

Browse the full folder contents for jwebmp-agcharts-enterprise.

Download Skill

Loading file tree…

skills/.system/jwebmp-agcharts-enterprise/SKILL.md

Skill Metadata

Name
jwebmp-agcharts-enterprise
Description
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.

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

new AgHeatmapSeriesOptions<>()
    .setXKey("date")
    .setYKey("category")
    .setColorKey("value")
    .setColorRange(List.of("#FFFFFF", "#FF0000"));

Treemap

new AgTreemapSeriesOptions<>()
    .setLabelKey("name")
    .setSizeKey("size")
    .setColorKey("value");

Sunburst

new AgSunburstSeriesOptions<>()
    .setLabelKey("name")
    .setSizeKey("size")
    .setColorKey("category");

Sankey

new AgSankeySeriesOptions<>()
    .setFromKey("source")
    .setToKey("target")
    .setSizeKey("value");

Waterfall

new AgWaterfallSeriesOptions<>()
    .setXKey("category")
    .setYKey("value");

Candlestick

new AgCandlestickSeriesOptions<>()
    .setXKey("date")
    .setOpenKey("open")
    .setHighKey("high")
    .setLowKey("low")
    .setCloseKey("close");

Installation

<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