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

![bug-img](https://user-images.githubusercontent.com/30897581/179232364-a1d5e9c0-34da-4036-90bc-96532a91c174.png)

* Update some more dependencies * Update to current angular build structure * Support strict mode * Migrate from tslint to eslint * Add github action to create test build...

while npm run dev:serve-ssr Am getting this error. how to fix? Compiled successfully. C:\Users\Nirali\Documents\marketsmojo\technical-repo-gui\mojotechnicals\dist\mojotechnicals\server\main.js:56687 b=b?b._modules:{};g(b,"Series/HollowCandlestick/HollowCandlestickPoint.js",[b["Core/Series/SeriesRegistry.js"]],function(b){var c=this&&this.__extends||function(){var b=function(a,e){b=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(b,a){b.__proto__=a}||function(b,a){for(var e in a)a.hasOwnProperty(e)&&(b[e]=a[e])};return b(a,e)};return function(a,e){function c(){this.constructor=a}b(a,e);a.prototype=null===e?Object.create(e):(c.prototype=e.prototype,new c)}}();return function(b){function a(){var a= ^ TypeError:...

Currently, `angular-highcharts` will import all these three things internally, such as `highmaps` in https://github.com/cebor/angular-highcharts/blob/0b4c5fcb417b0c8731c7d8b8f54f40a45a246e60/projects/angular-highcharts/src/lib/mapchart.ts#L3 and it couldn't let `angular-highcharts` utilize the efficiency of something like tree shaking. However, the build...

I am trying to add a Gantt module by following instructions in the documentation. ```ts // app.module.ts import { AppComponent } from './app.component'; import { ChartModule, HIGHCHARTS_MODULES } from 'angular-highcharts';...

Hi, In my project panel in which highchart is drawn , is resizable . when it get resize stockchart is not changing its size.

This PR significantly reduces the bundle size of the library (from ~1280KB -> ~490KB) without breaking changes. If you take a look at https://github.com/highcharts/highcharts-angular#highcharts-instance-details, you can see that users are...

This is a known issue in Highcharts ( https://github.com/highcharts/highcharts/issues/2284 ) When you print the chart won't reflows. As others may stumble upon this I'm writing this simple workaround here. The...

Im getting this error and the descriptions on how to fix it make no sense. I tried ` as Highcharts.SeriesColumnOptions and as Highcharts.SeriesLineDataOptions` and this is my code: ` new...