layout | title | description | platform | control | documentation | domainurl |
---|---|---|---|---|---|---|
post |
Chart in Angular Document editor component | Syncfusion |
Learn here all about Chart in Syncfusion Angular Document editor component of Syncfusion Essential JS 2 and more. |
ej2-angular |
Chart |
ug |
Document Editor provides chart preservation support. Using Document Editor, you can see the chart reports from your Word document.
The following example shows chart preservation in Document Editor.
{% tabs %} {% highlight ts tabtitle="app.component.ts" %} {% include code-snippet/document-editor/import-cs1/src/app.component.ts %} {% endhighlight %}
{% highlight ts tabtitle="main.ts" %} {% include code-snippet/document-editor/import-cs1/src/main.ts %} {% endhighlight %} {% endtabs %}
{% previewsample "page.domainurl/samples/document-editor/import-cs1" %}
The following chart types are supported in document editor
- Scatter_Markers
- Bubble
- Area
- Area_Stacked
- Area_Stacked_100
- Bar_Clustered
- Bar_Stacked
- Bar_Stacked_100
- Column_Clustered
- Column_Stacked
- Column_Stacked_100
- Pie
- Doughnut
- Line
- Line_Markers
- Line_Markers_Stacked
- Line_Markers_Stacked_100
- Line_Stacked
- Line_Stacked_100