Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 682 Bytes

File metadata and controls

21 lines (14 loc) · 682 Bytes

Recreating one of AG Grid feature, which allows users to select any rows and columns from table and then allows to choose any graph and then renders the selection in graph.

How to use

  1. Select columns by dragging the mouse over columns.
  2. Right-click on selected records.
  3. Select any option from the context menu.

Available Scripts

git clone

Clone the repository.

npm install

Install project dependencies.

npm run start

Start the application.