Highcharts Typescript Support

Sub-skill of highcharts: TypeScript Support.

vamseeachanta Updated

File contents

TypeScript Support

TypeScript Support

import * as Highcharts from 'highcharts';

const options: Highcharts.Options = {
  title: {
    text: 'TypeScript Example'
  },
  series: [{
    type: 'line',
    data: [1, 2, 3, 4, 5]
  }]
};

Highcharts.chart('container', options);

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/data/visualization/highcharts/typescript-support commit ba399d4ec4

Frequently asked questions

npx skillmds@latest add vamseeachanta/highcharts-typescript-support