Questions tagged [angular2-highcharts]

For questions directly related to angular2-highcharts library.

angular2-highcharts is a Highcharts wrapper providing charting components for Angular

238 questions
0
votes
0 answers

Angular 2 Highcharts how to use value from click events in component?

Am trying to access the value of the columns in my highchart stacked bar chart with the click event like this: plotOptions: { series: { stacking: 'normal', cursor: 'pointer', point: { events: { …
0
votes
1 answer

Pie chart with subcribe method in Angular 4

got a very little issue but I can't figure out, I'm trying to inject "operating_rate" value from a Json in my pie chart using angular2-highchart, rxjs and Angular 4 here's my code (i think it's a format issue because when I did so with…
Emile Cantero
  • 1,943
  • 3
  • 22
  • 47
0
votes
1 answer

Angular2-highcharts with observables in Angular 4 project

I am trying to create a chart working with observables comming from http request, the following code is working with some fake datas I just would like to replace them by true datas comming from a backend-end script here's my code: my app.ts: export…
Emile Cantero
  • 1,943
  • 3
  • 22
  • 47
0
votes
0 answers

Labels not getting wrapped for fixed width

I have developed a Pie chart in my application and below is the plnkr for my pie chart. I am able to display the legend properly, but couldn't able to wrap the text as shown in the plnkr. I tried worwrap, break word but it didnt…
phani1382
  • 42
  • 5
0
votes
1 answer

how to turn off useUTC in angular2-highcharts?

how to turn off useUTC in angular2-highcharts? In normal jquery + highcharts, I can use Highcharts.setOptions({ global: { useUTC: false } });
Desmond Chen
  • 492
  • 5
  • 17
0
votes
1 answer

import for highcharts exporting, offline-exporting does not work

I am using "angular2-highcharts": "0.4.1" library for using highcharts in angular2 framework. It was working correctly. If I try to delete node_modules and install using npm install afresh it gives below error to imports [INFO] Module…
Coder Guru
  • 513
  • 3
  • 18
  • 37
0
votes
1 answer

Angular2-Highcharts: Click event on custom legend title

Below is the highcharts that I have created. I added a custom legend title, which gives me the count(2000). I am trying to have a click event on this 2000, but couldn't able to add it. https://plnkr.co/edit/yzXLz7AIDoWa1Pzxxl4k?p=preview My legend…
indra257
  • 66
  • 3
  • 24
  • 50
0
votes
1 answer

Is angular2-highcharts paid ? Can i use it for my Client?

This is a general question but i was not able to get the answer for it. Highcharts (https://www.highcharts.com/) is a paid library and it is clearly mentioned in documentation that i need to buy it but what about…
heman123
  • 3,009
  • 4
  • 24
  • 37
0
votes
0 answers

Highcharts- Increase the brightness of the pie on legend mouse hover

Can I increase the brightness of the slice on legend mouse hover. My plnkr is below. Also can I show the value on the slice when I mouse hover on the legend https://plnkr.co/edit/yzXLz7AIDoWa1Pzxxl4k?p=preview. My legend is as below …
indra257
  • 66
  • 3
  • 24
  • 50
0
votes
0 answers

Highchart legend customization

I have a highchart- pie chart and I customized the labels as below. But I couldn't able to find how to move the value to right side(right intended). also the lines at the bottom of each legend to cover the legend icon…
indra257
  • 66
  • 3
  • 24
  • 50
0
votes
0 answers

Angular2-highcharts switching option

I am writing SPA Web App in Angular2 & TypeScript. Significant part of the screen is occupied by Highcharts graph area, where there might be several completely different graphs (with different scales, legends, etc. thus, different Options). So…
olegkon
  • 65
  • 1
  • 9
0
votes
0 answers

HighCharts pie chart labels not displayed properly

I have taken an example Highcharts plnkr and edited it to match my requirements. Below is the plnkr that I have developed. https://plnkr.co/edit/yzXLz7AIDoWa1Pzxxl4k?p=preview Here all the labels and icons for the labels are displayed properly. But…
indra257
  • 66
  • 3
  • 24
  • 50
0
votes
1 answer

Angular2 High Charts not working on Angularcli

I have created a project added all the references and added highcharts reference in package.json. But require not found is displayed.
phani1382
  • 42
  • 5
0
votes
1 answer

HighCharts: Display total value below the legend title

I am able to display the legend and legend title in angular2-highcharts. I am planning to display the total count below the legend title ( here below city), but couldn't able to find out how. Also I am not sure why % is displayed along with the…
indra257
  • 66
  • 3
  • 24
  • 50
0
votes
1 answer

Angular 2 Highcharts Cannot read property 'info' of undefined

i am trying to load some stock historical data into highchart but i am getting Cannot read property 'info' of undefined while using Angular 2 Highcharts. It works with one set of data but when i try different data it throws this error. wonder if it…
kam
  • 425
  • 2
  • 6
  • 24
1 2 3
15
16