Skip to content

Commit f8e4e3c

Browse files
committed
image alt text renamed
1 parent d91b463 commit f8e4e3c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

angular/Chart/Exporting.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Exporting options in Essential Angular Chart
4-
description: Learn how to export Chart as excel file or image.
3+
title: Exporting in Angular Chart Control | Syncfusion
4+
description: Learn here all about Exporting support in Syncfusion Essential Angular Chart control, its elements, and more.
55
platform: Angular
66
control: Chart
77
documentation: ug
88
---
99

10-
# Exporting Chart
10+
# Exporting Chart in Essential Angular Chart
1111

1212
Exporting a chart can be done in both client-side and in server-side. This can be modified by setting values to the property "mode" in exporting. Default value for mode is client.
1313

@@ -194,7 +194,7 @@ public void ExportChart(string Data, string ChartModel)
194194

195195
Excel exporting is a server-side operation. In addition have to refer Syncfusion.XlsIO assembly to export as excel.
196196

197-
![](Exporting_images/Exporting_img1.png)
197+
![Excel Exporting in Angular Chart](Exporting_images/Exporting_img1.png)
198198

199199
#### Multiple chart excel exporting
200200

@@ -260,7 +260,7 @@ Export multiple chart to excel at server-side
260260

261261
{% endhighlight %}
262262

263-
![](Exporting_images/Exporting_img2.png)
263+
![Multiple Excel Exporting in Angular Chart](Exporting_images/Exporting_img2.png)
264264

265265
## Naming the exported file
266266

@@ -279,7 +279,7 @@ We can also rotate the chart and can export it. Possible angles of rotation are
279279
280280
{% endhighlight %}
281281

282-
![](Exporting_images/Exporting_img3.png)
282+
![Rotating the Chart in Angular](Exporting_images/Exporting_img3.png)
283283

284284
## Setting orientation for the document
285285

angular/GettingStarted/getting-started-with-webpack-aot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Getting started with Webpack Ahead-of-Time Configuration
4-
description: Overview of Syncfusion Essential Angular.
3+
title: Getting started with Webpack in Angular Application | Syncfusion
4+
description: Learn here all about Getting started with Webpack Ahead-of-Time Configuration in Syncfusion Essential Angular Chart control, its elements, and more.
55
platform: Angular
66
control: Introduction
77
documentation: ug
88
---
99

1010

11-
# Getting started with Webpack Ahead-of-Time Configuration
11+
# Getting started with Webpack in Angular Application
1212

1313
To quick start with Syncfusion JavaScript Angular components run the below commands to clone the repository for [Webpack starter](https://github.com/syncfusion/angular2-seeds) and installing required dependency packages.
1414

@@ -658,4 +658,4 @@ export const rootRouterConfig: Routes = [
658658
npm start
659659
{% endhighlight %}
660660

661-
![](/angular/GettingStarted/Images/aotoutput.png)
661+
![Running the Application in Angular Chart ](GettingStarted/Images/aotoutput.png)

0 commit comments

Comments
 (0)