angular-highcharts
angular-highcharts copied to clipboard
Highcharts directive for Angular
I use angular-gridster2 with angular-hightcharts but there is problem in width and height.  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:  however I´m getting this error:  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.  ``` 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