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

I use angular-gridster2 with angular-hightcharts but there is problem in width and height. ![465](https://user-images.githubusercontent.com/6747872/38305565-88641618-3822-11e8-81cd-8ee0ecc3655d.png) how to fix highchart size in mat-card material design with gridster?

Hey, I just wanted to input some options like 'height: 60%' in my Yaxis options within the chart object, but somehow it says that its not a know property. The...

I tried the basic steps to use angular-highcharts: ![highcharts](https://user-images.githubusercontent.com/2377872/39317747-a73ffc80-497c-11e8-8149-aea74cf9dc29.png) however I´m getting this error: ![error](https://user-images.githubusercontent.com/2377872/39317782-c02fe444-497c-11e8-94be-af2c8ffd838c.JPG) but in the steps for the basic example there is no provider given any idea?...

[How to synchronize multiple highcharts on click event](https://stackblitz.com/edit/angular-n85ify?file=app/app.component.ts) Refer code @ [a link] If one chart is clicked (drilled down), other chart also drill down in sync **app.component.ts** import {...

Hi, I'm trying to use the sankey diagram from Highcharts but it says the type is unknown. I don't know if it's a bug or a new feature, so i'm...

help me ! I use the following configuration and I get this error. ![captura de pantalla 2017-12-22 a las 5 41 22 p m](https://user-images.githubusercontent.com/4483428/34385461-f275ffdc-eaf0-11e7-818d-94ce88645424.png) ``` export class ChartComponent { chart...

drilldowns not working app.module.ts ```ts import { ChartModule, HIGHCHARTS_MODULES } from 'angular-highcharts'; import exporting from 'highcharts/modules/drilldown'; export function highchartsModules() { // apply Highcharts Modules to this array return [ exporting...

How can we use solidgauge chart type with angular-highcharts. Are you not providing it as a module. Ref: https://www.highcharts.com/demo/gauge-solid I couldn't find any example for that