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
-[Create your first chart](https://www.fusioncharts.com/dev/fusiontime/getting-started/create-your-first-chart-in-fusiontime)
424
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