Top "Angular2-highcharts" questions

For questions directly related to angular2-highcharts library.

How to import highcharts-more

I would like to use the spiderweb chart from highcharts, which requires me to import highcharts-more, but I cannot figure …

angular highcharts angular2-highcharts
Can't bind to 'options' since it isn't a known property of 'chart'

I have created a chart module using Angular2-highcharts but when I try to run the application I am getting …

highcharts ionic3 angular2-highcharts
Get the timezone from my browser/server to inject in angular2-highcharts

I actually get the timezone setup manually using the timezoneOffset fonction comming from the Highcharts api, I am currently in …

angular typescript angular2-highcharts
Typescript and Angular2-highcharts: Property 'series' does not exist on type 'Object'

When i try to implement the following plunkr in Angular, i get the following error message. Property 'series' does not …

typescript angular2-highcharts
Highcharts Angular dynamic update

I want to update my Highcharts gauge with a value from my Observable subscription below, but I can't figure out …

angular angular2-highcharts
export csv from highcharts

I'm using angular-5,angular2-highcharts version 0.5.5 and highcharts version 6.0.7. I want to add in my html in not in the …

highcharts angular2-highcharts
How can refresh or reload data in highchart in angular 5/6

I am using highcharts in angular6. i want to reload data using setinterval . i can not find proper solution. Chartcomponent.…

angular angular2-highcharts