Home Forums Chart Support Angular 8, IE 11 Prroblem

Angular 8, IE 11 Prroblem

Viewing 2 posts - 1 through 2 (of 2 total)
  • #26295

    I have created a basic line graph from canvasjs. When I deploy my project locally on google chrome it doesn’t give me a problem, but when I try it on Internet Explorer 11 it gives me a problem. The only error I get when I inspect is a vendor.js, and I have tried to import the following libraries ‘web-animations-js’, ‘classlist.js’ to no success. Please help as I have been frustrated with this problem for days.

    #26307

    @jackscho,

    It seems to be working fine. In order to run an angular app in IE11, you need to modify Browserslist and TypeScript configuration files. In tsconfig.json, you need to set "target": "es5" and in .browserslistrc file, replace not IE 11 with IE 11 to make angular app compatible with IE11. Please refer this angular docs page for more information.

    If the issue still persists, please share a sample project over Google-Drive or OneDrive reproducing the issue you are facing, so that we can look into your code, understand the scenario better and help you out?

    —-
    Manoj Mohan
    Team CanvasJS

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.