angular-highcharts
angular-highcharts copied to clipboard
Highcharts directive for Angular
I changed chart type 'line' to 'candlestick' but nothing showed up without any error. This is how I changed: `chart: { type: 'candlestick' }` and `series: { type: 'candlestick' }`...
Hi, Is it possible to register event handlers like `legendItemClick` or point select events on the tag where `[chart] ` directive ws placed? Thanks in advance, plunker example would be...
Hello. I have a bug with progress indicator when I use HighchartsGantt class. The problem is that it's not darker in 25% Final chart json: { "title": "Tesy", "subtitle": "aaa",...
Since ```angular-highcharts``` works with a specific version (range) of ```highcharts``` and since ```highcharts``` itself would be used by the user, shouldn't this requirement be specified explicitly as a peer dependency?
Since angular-highcharts works with this version range of highcharts, which the user would themselves need access to. Solves issue #389
After updating to Angular 14, when I use [(update)]="updateFlag" it updates chart, but for some reason creates new div with legend, instead of just rewrite it. 
This article mentioned another repo, may be official one https://www.highcharts.com/blog/tutorials/highcharts-with-angular-v14/ What's is difference, what the cons and pros?
Hi, We are using offline export of highcharts, after exporting chart to any format whenever we route to another component we face below exception in console. Updating highcharts is not...
https://angular.dev/tools/cli/esbuild#esm-default-imports-vs-namespace-imports My npm versions: "@angular/core": "17.1.2", "@angular-devkit/build-angular": "17.1.2", "angular-highcharts": "17.0.0", Error: Unable to resolve specifier 'highcharts/highcharts-gantt' imported from http://localhost:4200/angular_highcharts-17_0_0-dev.js at throwUnresolved (es-module-shims.js:442:11) at _resolve (es-module-shims.js:399:71) at es-module-shims.js:848:32 at Array.map ()...
VERSION 1: angular 14, angular-highcharts: "^14.1.7" positioner logic: `positioner: function(labelWidth, labelHeight, point) { // Get the chart position relative to the entire document const chartPosition = this.chart.pointer.getChartPosition(); // Calculate the...