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
2 answers

Highcharts 100% (height width) in Card from ng2-admin - Angular2 ng2-admin Template

i wont use Highcharts in akveo/ng2-admin template. Install also gevgeny/angular2-highcharts. But Highcharts does not change the size and does not adapt to the parent container. Css class not work: .highcharts-container { width:100% !important; …
newan
  • 152
  • 1
  • 7
0
votes
1 answer

Display text inside pie chart

I have pie chart. I'm using angular2-highcharts library title : { text : 'simple chart' }, series: [{ data: [29.9, 71.5, 106.4, 129], }], chart: { type: 'pie' } On hover it displays values.…
gsiradze
  • 4,583
  • 15
  • 64
  • 111
0
votes
1 answer

Highchart/Highstock OHLC not showing previous Candlestick with live data

i have got ohlc data coming from a service with time changing every minute, i am using highstocks to draw minute candlesticks but it only shows the last candle and the previous ones are disappearing. It works if i use the current time (in…
kam
  • 425
  • 2
  • 6
  • 24
-1
votes
1 answer

Highcharts sunburst how to disable hover on sector animation?

In my below angular highcharts I want to disable hover animation when in hover on a sector/arc of the sunburst chart Basically disable the chart from becoming skyblue on hover Stackblitz Demo ->…
dota2pro
  • 7,220
  • 7
  • 44
  • 79
-1
votes
1 answer

How to display navigator under area type highchart?

In the below forked example of area type chart, how can I add a navigator for different years ? I have added config to show navigator, but it doesn't appear. navigator: { enabled: true series: [{ name: 'USA', showInNavigator: true, like…
dota2pro
  • 7,220
  • 7
  • 44
  • 79
-1
votes
1 answer

If 'highcharts-chart' is an Angular component, then verify that it is part of this module

I am using highcharts-angular as per official documentation : https://www.npmjs.com/package/highcharts-angular and facing the error : If 'highcharts-chart' is an Angular component, then verify that it is part of this module.
rtvalluri
  • 557
  • 2
  • 6
  • 22
-1
votes
1 answer

How to show time in box chart in highchart?

Pls suggest the below image chart in Highcharts option with example? enter image description here
-1
votes
1 answer

highcharts, no data position

I'm configuring my chart in highcharts and everything works fine but the noData position. This is my options: optionsChart = { chart: { type: 'bar' }, lang: { noData: 'No data available' }, noData: { position: { align:…
cucuru
  • 3,456
  • 8
  • 40
  • 74
-1
votes
1 answer

Group Categories in columnrange highcharts with custom view

I am using highcharts with angular 4. I want to create a chart to show the result something like this: Where: GHRM and HR Scanner are application name. We are showing some data groupwise (application wise here) To achieve the above result I…
Suresh Negi
  • 372
  • 2
  • 6
  • 19
-1
votes
1 answer

Highcharts Annotations for donut chart

I am trying to implement position of Annotations for donut chart outside of donut. I tried distance, x & y property, but they are not providing the desired result. Is there any way we can position the annotations for donut chart? Jsfiddle link is:…
Coder
  • 21
  • 5
-1
votes
2 answers

How do I style the background color of series tooltip with angular2-highcharts?

I am using a series tooltip to render a custom tooltip. I am unable to find how to style the tooltip. For example. Series 1 with series tooltip -> background-color: '#F00' Series 2 with series tooltip -> background-color: '#0F0' Series 3 with…
lewis_r_s
  • 29
  • 7
-1
votes
3 answers

highcharts activity gauge need to display first series data without mouseover

I am using angular 4 and I want to show the series 1 value got selected by default when we load the page and also it should show always without mouse hover, but when i mouse hover the second cirle it should show the corresponding value. this.chart…
Arunsai B K
  • 193
  • 1
  • 12
-2
votes
1 answer

How to create column chart with percentage Highcharts Angular 2

Hi have the following chart configuration: private InputData: any = { chart: { type: 'column' }, title : { text : 'some title' }, xAxis: { categories: ['Monday', 'Tuesday'] }, …
blackdaemon
  • 755
  • 5
  • 19
  • 44
1 2 3
15
16