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: README.md
+43-10Lines changed: 43 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
A simple and lightweight official AngularJS component for FusionCharts JavaScript charting library. angularjs-fusioncharts enables you to add JavaScript charts in your AngularJS application without any hassle.
-[Create your first chart](https://www.fusioncharts.com/dev/fusiontime/getting-started/create-your-first-chart-in-fusiontime)
416
425
426
+
## Special Note
427
+
428
+
If you want to support your application on IE(11 and below), then you need to take following steps:
429
+
430
+
### Firstly
431
+
432
+
You have to update your `angularjs-fusioncharts` and `fusioncharts` modules to latest versions. For `angularjs-fusioncharts` install `v5.0.1` and above; for `fusioncharts` install `v3.13.3-sr.1` and above.
433
+
434
+
### Secondly
435
+
436
+
In your template, modify your code like so,
437
+
438
+
```html
439
+
<div
440
+
fusioncharts
441
+
width="600"
442
+
height="400"
443
+
type="ANY_CHART_TYPE"
444
+
datasource-dt="dataSource"
445
+
>
446
+
// Instead of passing data in datasouce, use datasource-dt.
0 commit comments