You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/chart/annotation.html
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,11 @@
21
21
</div>
22
22
<divid="description">
23
23
<p>
24
-
In this example, you can see how to render and configure annotation feature in chart. In this example, we have used a pie
25
-
chart in catesain axis using annotation support. While selecting a category, data's are showed in pie.
24
+
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.
26
26
</p>
27
+
28
+
27
29
<pstyle="font-weight: 500">Injecting Module</p>
28
30
<p>
29
31
Chart component features are segregated into individual feature-wise modules. To use Annotation feature, we need to inject
0 commit comments