Skip to content

Commit 8a2da92

Browse files
author
pipeline
committed
bug(EJ2-4407): chart descriptions added
1 parent 69f34c9 commit 8a2da92

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

src/chart/annotation.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@
2222
<div id="description">
2323
<p>
2424
In this example, you can see how to render and configure annotation feature in chart. We have used a pie chart to depict the sales for each year using annotation support, while selecting a particular year from the StackedColumn series, the respective data's are showed in pie.
25-
An annotation can hold any html element as its content, here we have added the Pie chart as its content.  
25+
An annotation can hold any html element as its content, here we have added the Pie chart as its content.  
2626
</p>
27-
28-
2927
<p style="font-weight: 500">Injecting Module</p>
3028
<p>
3129
Chart component features are segregated into individual feature-wise modules. To use Annotation feature, we need to inject
3230
<code>ChartAnnotationService</code> into the <code>@NgModule.providers</code> section.
3331
</p>
34-
<p>
32+
<p>
33+
More information on the chart annotation can be found in this
34+
<a target="_blank" href="http://ej2.syncfusion.com/angular/documentation/chart/api-chartAnnotation.html">documentation section</a>.
35+
</p>
3536
</div>

src/chart/datalabel-template.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@
2020
Chart component features are segregated into individual feature-wise modules. To use DataLabel, we need to inject
2121
<code>DataLabelService</code> into the <code>@NgModule.providers</code> section.
2222
</p>
23+
<p>
24+
More information on the Crosshair can be found in this &nbsp;
25+
<a target="_blank" href="http://ej2.syncfusion.com/angular/documentation/chart/api-dataLabelSettingsModel.html">documentation section</a>.
26+
</p>
2327
</div>

0 commit comments

Comments
 (0)