Skip to content

Commit 4dc2889

Browse files
rohanoid5ashok1994
authored andcommitted
Added IE patch note (#74)
1 parent 6a48435 commit 4dc2889

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ A simple and lightweight official AngularJS component for FusionCharts JavaScrip
2424
- [Quick Start](#quick-start)
2525
- [Going Beyond Charts](#going-beyond-charts)
2626
- [Usage and Integration of FusionTime](#usage-and-integration-of-fusiontime)
27+
- [Special note for IE Users](#special-note)
2728
- [For Contributors](#for-contributors)
2829
- [Licensing](#licensing)
2930

@@ -422,6 +423,30 @@ Useful links for FusionTime
422423
- [How FusionTime works](https://www.fusioncharts.com/dev/fusiontime/getting-started/how-fusion-time-works)
423424
- [Create your first chart](https://www.fusioncharts.com/dev/fusiontime/getting-started/create-your-first-chart-in-fusiontime)
424425

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.
447+
</div>
448+
```
449+
425450
## For Contributors
426451

427452
- Clone the repository and install dependencies

0 commit comments

Comments
 (0)