highcharts-example-1-stock-chart-with-time-series

Sub-skill of highcharts: Example 1: Stock Chart with Time Series (+5).

5 stars

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

$curl -o ~/.claude/skills/example-1-stock-chart-with-time-series/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/data/visualization/highcharts/example-1-stock-chart-with-time-series/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/example-1-stock-chart-with-time-series/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How highcharts-example-1-stock-chart-with-time-series Compares

Feature / Agenthighcharts-example-1-stock-chart-with-time-seriesStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

5
from vamseeachanta/workspace-hub

Recover from FreeTaxUSA session timeout dialogs blocking form submission and navigation

espp-stock-sale-entry-freetaxusa

5
from vamseeachanta/workspace-hub

Workflow for entering ESPP stock sales in FreeTaxUSA with unknown acquisition dates and basis adjustments

booking-timeline

5
from vamseeachanta/workspace-hub

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

5
from vamseeachanta/workspace-hub

AI-assisted maritime legal and casualty consulting — engineering-technical interface with admiralty proceedings

mkdocs-example

5
from vamseeachanta/workspace-hub

MkDocs example admonition syntax. Use when inserting code examples or worked demonstrations in MkDocs documentation.

skill-creator-inspiration-examples

5
from vamseeachanta/workspace-hub

Sub-skill of skill-creator: Inspiration & Examples.

skill-creator-example-1-scenario-name

5
from vamseeachanta/workspace-hub

Sub-skill of skill-creator: Example 1: [Scenario Name] (+1).

bash-script-framework-example-1-create-new-cli-tool

5
from vamseeachanta/workspace-hub

Sub-skill of bash-script-framework: Example 1: Create New CLI Tool (+1).

instrument-data-allotrope-example-1-vi-cell-blu-file

5
from vamseeachanta/workspace-hub

Sub-skill of instrument-data-allotrope: Example 1: Vi-CELL BLU file (+2).

wave-theory-example-1-complete-wave-analysis

5
from vamseeachanta/workspace-hub

Sub-skill of wave-theory: Example 1: Complete Wave Analysis.

wave-theory-4-time-series-generation

5
from vamseeachanta/workspace-hub

Sub-skill of wave-theory: 4. Time Series Generation (+1).

ship-dynamics-6dof-example-2-natural-frequency-sensitivity-study

5
from vamseeachanta/workspace-hub

Sub-skill of ship-dynamics-6dof: Example 2: Natural Frequency Sensitivity Study.