Skip to content

Commit 38b520e

Browse files
committed
fixed CI issues
1 parent 86c6e5e commit 38b520e

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

aspnetmvc/Chart/Exporting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public void ExportChart(string Data, string ChartModel)
195195

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

198-
![](Exporting_images/Exporting_img1.png)
198+
![Excel exporting in ASP.NET MVC Chart.](Exporting_images/aspnetmvc-chart-exporting.png)
199199

200200

201201
## Multiple Chart Excel Exporting
@@ -265,7 +265,7 @@ Export multiple chart to excel at server-side
265265

266266

267267

268-
![](Exporting_images/Exporting_img2.png)
268+
![ASP.NET MVC Chart exporting.](Exporting_images/aspnetmvc-chart-multiple-exporting.png)
269269

270270
## Naming the exported file
271271

@@ -282,7 +282,7 @@ We can also rotate the chart and can export it. Possible angles of rotation are
282282

283283
{% endhighlight %}
284284

285-
![](Exporting_images/Exporting_img3.png)
285+
![Rotating the ASP.NET MVC Chart.](Exporting_images/aspnetmvc-chart-rotation.png)
286286

287287
## Setting orientation for the document
288288

aspnetmvc/DateTimePicker/Time-Interval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can set time interval between two adjacent time values in the time popup man
2525

2626
2. The following screenshot displays the output for the above code.
2727

28-
![](Time-Interval_images/Time-Interval_img1.png)
28+
![Time interval in ASP.NET MVC DateTimePicker.](Time-Interval_images/aspnetmvc-datetimepicker-time-interval.png)
2929

3030
Showcase for DateTimePicker with I hour interval in time picker popup
3131
{:.caption}

0 commit comments

Comments
 (0)