File tree Expand file tree Collapse file tree 2 files changed +38
-14
lines changed
Expand file tree Collapse file tree 2 files changed +38
-14
lines changed Original file line number Diff line number Diff line change 541541 < li > < a href ="/ej2-javascript/chart/how-to/tool-tip-table "> Table in Tooltip</ a > </ li >
542542 < li > < a href ="/ej2-javascript/chart/how-to/footer "> Footer and Watermark</ a > </ li >
543543 < li > < a href ="/ej2-javascript/chart/how-to/threshold "> Threshold in Chart</ a > </ li >
544- < li > < a href ="/ej2-javascript/chart/how-to/grid-data-chart "> Visualize current view records of grid in
545- Chart</ a > </ li >
544+ < li > < a href ="/ej2-javascript/chart/how-to/grid-data-chart "> Visualize current view records of grid in Chart</ a > </ li >
546545 < li > < a href ="/ej2-javascript/chart/how-to/percentage-tool-tip "> Pie Percentage</ a > </ li >
547546 < li > < a href ="/ej2-javascript/chart/how-to/data-label-template "> Datalabel Template</ a > </ li >
548547 < li > < a href ="/ej2-javascript/chart/how-to/hide-tool-tip "> Tooltip Hide</ a > </ li >
549548 < li > < a href ="/ej2-javascript/chart/how-to/dotted-line "> Dotted Line</ a > </ li >
550- < li > < a href ="/ej2-javascript/chart/how-to/grid-data-pie "> Visualize current view records of grid in Pie
551- Chart</ a > </ li >
549+ < li > < a href ="/ej2-javascript/chart/how-to/grid-data-pie "> Visualize current view records of grid in Pie Chart</ a > </ li >
552550 < li > < a href ="/ej2-javascript/chart/how-to/down-sampling "> Downsampling the data</ a > </ li >
553551 < li > < a href ="/ej2-javascript/chart/how-to/clicked-data "> Pie Clicked Data</ a > </ li >
554552 < li > < a href ="/ej2-javascript/chart/how-to/initial-scrollbar "> Enable Scrollbar</ a > </ li >
Original file line number Diff line number Diff line change @@ -109,16 +109,42 @@ The below html code example shows the minimal dependency of chart.
109109
110110``` html
111111<!DOCTYPE html>
112- <html xmlns =" http://www.w3.org/1999/xhtml" >
113- <head >
114- <title >Essential JS 2 Chart</title >
115- <!-- Essential JS 2 Chart's global script -->
116- <script src =" http://cdn.syncfusion.com/ej2/ej2-charts/dist/global/ej2-charts.min.js" type =" text/javascript" ></script >
117- </head >
118- <body >
119- </body >
120- </html >
121-
112+ <html xmlns =" http://www.w3.org/1999/xhtml" >
113+ <head >
114+ <title >Essential JS 2 Chart</title >
115+ <!-- Include Essential JS 2 other component's script based on features used -->
116+ <script
117+ src =" https://cdn.syncfusion.com/ej2/ej2-base/dist/global/ej2-base.min.js"
118+ type =" text/javascript"
119+ ></script >
120+ <script
121+ src =" https://cdn.syncfusion.com/ej2/ej2-data/dist/global/ej2-data.min.js"
122+ type =" text/javascript"
123+ ></script >
124+ <script
125+ src =" https://cdn.syncfusion.com/ej2/ej2-pdf-export/dist/global/ej2-pdf-export.min.js"
126+ type =" text/javascript"
127+ ></script >
128+ <script
129+ src =" https://cdn.syncfusion.com/ej2/ej2-file-utils/dist/global/ej2-file-utils.min.js"
130+ type =" text/javascript"
131+ ></script >
132+ <script
133+ src =" https://cdn.syncfusion.com/ej2/ej2-compression/dist/global/ej2-compression.min.js"
134+ type =" text/javascript"
135+ ></script >
136+ <script
137+ src =" https://cdn.syncfusion.com/ej2/ej2-svg-base/dist/global/ej2-svg-base.min.js"
138+ type =" text/javascript"
139+ ></script >
140+ <!-- Essential JS 2 Chart's global script -->
141+ <script
142+ src =" http://cdn.syncfusion.com/ej2/ej2-charts/dist/global/ej2-charts.min.js"
143+ type =" text/javascript"
144+ ></script >
145+ </head >
146+ <body ></body >
147+ </html >
122148```
123149
124150## Adding Chart control
You can’t perform that action at this time.
0 commit comments