angular-highcharts
angular-highcharts copied to clipboard
Highcharts directive for Angular
I have gone through demo on stackblitz and implemented highstocks with same options. But From and To dates(In Range selector) are not updating when I manually change the dates. Even...
i've a problem with dependency-wheel chart, i cant load module because file "dependency-wheel.src.d.ts" not exists in highcharts/modules. Is there a workaround ?
I am unable to use latitude/longitude coordinates with the type 'mappoint'. I keep getting this error https://www.highcharts.com/errors/22/, saying that the map is incompatible with lat/long coordinates even though I saved...
I'm getting the error: ``` core.js:6237 ERROR TypeError: Object(...) is not a function at StockChart.init (angular-highcharts.js:240) at ChartDirective.init (angular-highcharts.js:322) at ChartDirective.ngOnInit (angular-highcharts.js:308) at callHook (core.js:4735) at callHooks (core.js:4699) at executeInitAndCheckHooks...
I updated to highcharts 8.0.4 and upon calling .addPoint on my chart, it basically errors with 'Cannot read parallelArrays of undefned'. Any ideas?
Hi, I have a problem with this piece of code right here. ` HighchartsChartComponent.prototype.ngOnDestroy = /** * @return {?} */ function () { // #44 if (this.chart) { // #56...
Using Angular 8.2.4, angular-highcharts 8.0.3 and highcharts 7.2.0. I've followed the Client side export section of the docs as well as their jsFiddle to include an offline export feature in...
[[Stackblitz reproduction]](https://stackblitz.com/edit/angular-9nkrgd-vkpnsm?file=src%2Fapp%2Fapp.component.ts) As seen in the example (with the console open): after clicking the export button once, `chart.ref` gets replaced by an empty chart object (even though the chart.ref$ observable...
I installed highcharts and angular-highcharts with versions 8.0.0 and 8.0.3 respectively. When i created a sample component as described: ``` @Component( selector: "app-chart", template: "" ) class ChartComponent implements OnInit...
We needed to adapt our Angular application to support SSR and got an error in this lib. With it current stat, when trying to call a page in SSR mode,...