gevgeny / angular2-highcharts

:bar_chart: :chart_with_upwards_trend: Highcharts for your Angular project
MIT License
379 stars 113 forks source link

Event properties target.category and clickevent.point are not available in angular 6 typescript #271

Open ChandruD103 opened 6 years ago

ChandruD103 commented 6 years ago

Facing issue while doing prod build. though it is throwing same error in local, allows me running the application without any issue and I can see these properties in the running mode. error TS2339: Property 'category' does not exist on type 'EventTarget'. error TS2339: Property 'point' does not exist on type 'Event'.