ng2-highcharts
ng2-highcharts copied to clipboard
Angular2 library to use Highcharts out of the box
Hello, I'm trying to make it work with drilldown but it's not. Could you please help me ? is there something to add or import ?
` chart: { type: 'spline' } ` angular/cli angular6 thank you for your reply.
I'm using .draw(options) to create a chart but every serie is with the same colorIndex so they finish ending up with the same color. Is there an option to randomize...
I'm trying to update highcharts data series dynamically with parallel HTTP requests, although can't find out how to update the series neither how to access the main Highcharts object, just...
I am facing this error that the chart i am adding is not available and it have to add `highcharts-more.js`.So i want to know how i can add this js...
Hi. I have taken a look at #10 #42 #19. However, just using this code `````` and replacing the whole `charData` object properties triggers complete rerender as expected. Accessing the...
ERROR TypeError: Highcharts.StockChart is not a constructor. Highcharts are already working. when integrating highstock im getting these errors. Why definations of highstocks are not in index.d.ts? even if i move...
Hi @Bigous, First of all thanks for the great work on updating the documentations and releasing the new version compatible with ng 4. Here is my situation: I just updated...