Agent skill

highcharts-cdn

Sub-skill of highcharts: CDN (+1).

Stars 4
Forks 4

Install this agent skill to your Project

npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/data/visualization/highcharts/cdn

SKILL.md

CDN (+1)

CDN

html
<!-- Basic Highcharts -->
<script src="https://code.highcharts.com/highcharts.js"></script>

<!-- Stock Charts -->
<script src="https://code.highcharts.com/stock/highstock.js"></script>

<!-- Maps -->
<script src="https://code.highcharts.com/maps/highmaps.js"></script>


*See sub-skills for full details.*

## NPM


```bash
npm install highcharts
javascript
import Highcharts from 'highcharts';
import HighchartsStock from 'highcharts/modules/stock';
import HighchartsMap from 'highcharts/modules/map';

HighchartsStock(Highcharts);
HighchartsMap(Highcharts);

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results