angular-highcharts icon indicating copy to clipboard operation
angular-highcharts copied to clipboard

Highcharts directive for Angular

Results 80 angular-highcharts issues
Sort by recently updated
recently updated
newest added

Looks like Angular's change detection runs on every Highcharts chart event. Are there any plans to add an option to run highcharts outside angular? Sample app that shows the problem...

Hey, just wanted to know if theres any kind of possibility to get dynamic themes working. I dont really get it how it can be made with setOptions. To change...

Dear @cebor I really inspired with this wrapper lib and already using quite a while. Recently I need to use the [Highcharts annotation module](https://www.highcharts.com/docs/advanced-chart-features/annotations-module). I wanted to use the same...

Trying to reproduce this code `` plotOptions: { series: { fillColor: { linearGradient: [0, 0, 0, 300], stops: [ [0, Highcharts.getOptions().colors[0]], [1, Highcharts.Color(Highcharts.getOptions().colors[0]).setOpacity(0).get('rgba')] ] } } }`` I can't fine...

getSVGForLocalExport please add this to ref

I know Highchart has a sample of synchronous charts (https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/demo/synchronized-charts/), but does angular-highcharts have a way of doing that using Angular?

I have 2 components in my applications in which one is having ohlc stock chart and another one is having column chart (highchart). Now whenever I route from the column...

not work plugin more.. in angular "@angular/core": "^6.0.9" "angular-highcharts": "^6.2.6" "highcharts": "^6.1.4" [https://www.imagemhost.com.br/images/2018/09/27/ngmodule.jpg](url) [https://www.imagemhost.com.br/images/2018/09/27/ngmodules.jpg](url) [https://www.imagemhost.com.br/images/2018/09/27/home.jpg](url) [https://www.imagemhost.com.br/images/2018/09/27/home2.jpg](url) erro line 560 ERROR in src/app/home/home.component.ts(560,9): error TS2345: Argument of type '{ chart: {...

Hi, I am trying to use highcharts in Angular Universal and I come across this error. TypeError: extend is not a function at C:\Users\a2441918\Code\angular-universal\node_modules\highcharts\highcharts-more.src.js:38:3 at C:\Users\a2441918\Code\angular-universal\node_modules\highcharts\highcharts-more.src.js:358:3 at C:\Users\a2441918\Code\angular-universal\node_modules\angular-highcharts\angular-highcharts.umd.js:399:17 at Array.forEach...