gevgeny / angular2-highcharts

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

Highcharts version 5 support #145

Open DuncanFaulkner opened 7 years ago

DuncanFaulkner commented 7 years ago

Hi Just wondering if / when this package is likely to support version 5 of highcharts?

gevgeny commented 7 years ago

it does https://github.com/gevgeny/angular2-highcharts/blob/master/package.json#L55

DuncanFaulkner commented 7 years ago

hi, I assume then that's in version 0.4.1? if so is there an ETA for fixing the highstock chart type issue in 0.4.1? as this was broken when I tried it.

gevgeny commented 7 years ago

what is the issue ?

DuncanFaulkner commented 7 years ago

if you pass "stockchart" into the chart <chart type="StockChart" [options]="options" (load)="saveInstance($event.context)"> it throws an error saying stockchart not known, it works in 0.3.4

DuncanFaulkner commented 7 years ago

also mentioned in #141

gevgeny commented 7 years ago

added a comment

k1ng440 commented 6 years ago

i am still having this issue.