Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LineChart

Line chart based on D3.js functionality

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Private _data

_data: any

Private _startingParams

_startingParams: LineChartParameters

Protected svgElement

svgElement: Selection<SVGSVGElement, undefined, null, undefined>

Accessors

node

  • get node(): SVGSVGElement

Methods

Private createChart

  • createChart(data: any, params: LineChartParameters, existingSvgElem?: d3.Selection<SVGSVGElement, undefined, null, undefined>): Selection<SVGSVGElement, undefined, null, undefined>

updateChart

  • updateChart(data: any): void

Generated using TypeDoc