|
1 | | -# How to Select a Row or Cell in the Vue Gantt Chart |
| 1 | +# How to Insert Charts in the Angular Spreadsheet Component |
2 | 2 |
|
3 | | -A quick start project that allows you to perform selection in the Vue Gantt Chart component of Syncfusion. It also includes a code example to select one or more rows and cells using built-in properties of Vue Gantt Chart. |
| 3 | +A quick-start project that helps you insert a chart in the Syncfusion Angular Spreadsheet. In this project, a chart has been inserted in a specific cell using both the chart property and the "insertChart" method. To enable or disable this feature, use the "allowChart" property in the Spreadsheet component. |
4 | 4 |
|
5 | | -Refer to the following selection documentation for the Syncfusion Vue Gantt Chart component: |
6 | | -https://helpej2.syncfusion.com/vue/documentation/gantt/selection/selection |
| 5 | +Refer to the following data visualization documentation for the Syncfusion Angular Spreadsheet component: |
| 6 | +https://ej2.syncfusion.com/angular/documentation/spreadsheet/illustrations#chart |
7 | 7 |
|
8 | | -Check out this online selection example of the Syncfusion Vue Gantt Chart component: |
9 | | -https://ej2.syncfusion.com/vue/demos/#/material/gantt/selection.html |
| 8 | +Check out online data visualization examples for the Syncfusion Angular Spreadsheet component: |
| 9 | +https://ej2.syncfusion.com/angular/demos/#/bootstrap5/spreadsheet/chart |
10 | 10 |
|
11 | | -Refer to the following documentation for the feature modules in the Syncfusion Vue Gantt Chart component: |
12 | | -https://ej2.syncfusion.com/vue/documentation/gantt/module |
| 11 | +Watch the video to get started with the Angular Spreadsheet component: |
| 12 | +https://www.youtube.com/watch?v=2Ozwe37X-7Q |
13 | 13 |
|
14 | | -Refer to the following Syncfusion Vue Gantt Chart Getting Started video: |
15 | | -https://www.youtube.com/watch?v=S1GbWmVcre0 |
| 14 | +Watch the video to check data binding in the Angular Spreadsheet component: |
| 15 | +https://www.youtube.com/watch?v=jCbBJdUil64 |
16 | 16 |
|
17 | 17 | ## Project prerequisites |
18 | 18 |
|
19 | | -Make sure that you have the latest versions of Vue, Node, Vue Class Component, and Visual Studio Code in your machine before starting to work on this project. |
| 19 | +Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project. |
20 | 20 |
|
21 | 21 | ### How to run this application? |
22 | 22 |
|
23 | | -To run this application, you need to clone the `how-to-select-a-row-or-cell-in-the-vue-gantt-chart-component` repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the `npm install` command and run your project using the `npm run serve` command. |
| 23 | +To run this application, you need to clone the `how-to-insert-charts-in-an-angular-spreadsheet` repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the `npm install` command and run your project using the `ng serve` command. |
0 commit comments