How to use the angular-highcharts.StockChart function in angular-highcharts

To help you get started, we’ve selected a few angular-highcharts examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github cebor / angular-highcharts / src / app / app.component.ts View on Github external
title: {
        text: 'Linechart'
      },
      credits: {
        enabled: false
      },
      series: [
        {
          name: 'Line 1',
          data: [1, 2, 3],
          type: 'line'
        }
      ]
    });

    this.stockChart = new StockChart({
      rangeSelector: {
        selected: 1
      },

      title: {
        text: 'AAPL Stock Price'
      },

      series: [
        {
          name: 'AAPL Stock Price',
          data: [
            [1482935400000, 116.76],
            [1483021800000, 116.73],
            [1483108200000, 115.82],
            [1483453800000, 116.15],

angular-highcharts

[![NPM version](https://img.shields.io/npm/v/angular-highcharts.svg)](https://npmjs.org/package/angular-highcharts) [![NPM downloads](https://img.shields.io/npm/dt/angular-highcharts.svg)](https://npmjs.org/package/angular-highcharts) ![](https://github.c

MIT
Latest version published 6 months ago

Package Health Score

67 / 100
Full package analysis