highcharts-example-1-stock-chart-with-time-series
Sub-skill of highcharts: Example 1: Stock Chart with Time Series (+5).
Best use case
highcharts-example-1-stock-chart-with-time-series is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Sub-skill of highcharts: Example 1: Stock Chart with Time Series (+5).
Teams using highcharts-example-1-stock-chart-with-time-series 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/example-1-stock-chart-with-time-series/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How highcharts-example-1-stock-chart-with-time-series Compares
| Feature / Agent | highcharts-example-1-stock-chart-with-time-series | 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?
Sub-skill of highcharts: Example 1: Stock Chart with Time Series (+5).
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
# Example 1: Stock Chart with Time Series (+5)
## Example 1: Stock Chart with Time Series
```html
<script src="https://code.highcharts.com/stock/highstock.js"></script>
<div id="container"></div>
<script>
// Load stock data from CSV
fetch('../data/stock_prices.csv')
.then(response => response.text())
.then(csvText => {
const lines = csvText.split('\n');
*See sub-skills for full details.*
## Example 2: Combination Chart (Column + Line)
```javascript
Highcharts.chart('container', {
title: {
text: 'Sales vs Profit Margin'
},
xAxis: {
categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun']
},
yAxis: [{
title: {
*See sub-skills for full details.*
## Example 3: Heatmap
```javascript
Highcharts.chart('container', {
chart: {
type: 'heatmap'
},
title: {
text: 'Sales per employee per weekday'
},
xAxis: {
categories: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday']
*See sub-skills for full details.*
## Example 4: Gantt Chart
```html
<script src="https://code.highcharts.com/gantt/highcharts-gantt.js"></script>
<div id="container"></div>
<script>
Highcharts.ganttChart('container', {
title: {
text: 'Project Timeline'
},
xAxis: {
*See sub-skills for full details.*
## Example 5: 3D Chart
```html
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/highcharts-3d.js"></script>
<div id="container"></div>
<script>
Highcharts.chart('container', {
chart: {
type: 'column',
options3d: {
*See sub-skills for full details.*
## Example 6: Live Updating Chart
```javascript
Highcharts.chart('container', {
chart: {
type: 'spline',
animation: Highcharts.svg,
marginRight: 10,
events: {
load: function () {
var series = this.series[0];
setInterval(function () {
*See sub-skills for full details.*Related Skills
handle-freetaxusa-session-timeouts
Recover from FreeTaxUSA session timeout dialogs blocking form submission and navigation
espp-stock-sale-entry-freetaxusa
Workflow for entering ESPP stock sales in FreeTaxUSA with unknown acquisition dates and basis adjustments
booking-timeline
Use when constructing the Booking & reservation timeline section of a trip plan. Encodes the 4-month / 2-month / 6-week / 1-week reservation cascade and refund-window rules. Invoked by trip-planner.
maritime-legal
AI-assisted maritime legal and casualty consulting — engineering-technical interface with admiralty proceedings
mkdocs-example
MkDocs example admonition syntax. Use when inserting code examples or worked demonstrations in MkDocs documentation.
skill-creator-inspiration-examples
Sub-skill of skill-creator: Inspiration & Examples.
skill-creator-example-1-scenario-name
Sub-skill of skill-creator: Example 1: [Scenario Name] (+1).
bash-script-framework-example-1-create-new-cli-tool
Sub-skill of bash-script-framework: Example 1: Create New CLI Tool (+1).
instrument-data-allotrope-example-1-vi-cell-blu-file
Sub-skill of instrument-data-allotrope: Example 1: Vi-CELL BLU file (+2).
wave-theory-example-1-complete-wave-analysis
Sub-skill of wave-theory: Example 1: Complete Wave Analysis.
wave-theory-4-time-series-generation
Sub-skill of wave-theory: 4. Time Series Generation (+1).
ship-dynamics-6dof-example-2-natural-frequency-sensitivity-study
Sub-skill of ship-dynamics-6dof: Example 2: Natural Frequency Sensitivity Study.