Index in EJ2 TypeScript Chart control

8 May 20231 minute to read

The Chart control is used to visualize the data with user interactivity and provides customizing options to configure the data visually. It can bind data from datasource such as array of JSON objects , OData web services or DataManager. All chart elements are rendered using Scalable Vector Graphics (SVG).

Key Features

  • Supports 16 interactive chart types starting from line series to stacking series.
  • Support to bind local and remote datasource.
  • Supports multiple axes, and able to plot data with different data types such as numbers, datetime, logarithmic and string.
  • Supports interactive features like zooming, crosshair, trackball, tooltip and selection.