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
1 answer

HighCharts Angular 8 | yAxis problem with FireFox and IE

Hello Im using "highcharts 8.0.0","highcharts-angular 2.4.0" with angular8: The line charts works great with google chrome but with Firefox I can't see the yAxis (width ~ 16px) here's my chartOptions this.chartOptions = { chart: { …
0
votes
0 answers

Highstock / Angular-cli : TypeError: this.getChartData is not a function at I.afterSetExtreme

I am trying to implement the HighStock Lazy Loading Sample in my angular-cli application ( https://www.highcharts.com/stock/demo/lazy-loading ). The sample, when the page loads, make a request to an webapi and retrives the data for the chart. That…
Tony
  • 1,394
  • 5
  • 22
  • 48
0
votes
2 answers

Avoid displaying y axis label and points when there is no data: HIghcharts

I am trying to plot a stacked bar graph using highcharts. I need to avoid the y axis label "Count" and the range from the y axis when there is no data for the graph. But need to bring back the label as well as the value when there is some data. Can…
joy08
  • 9,004
  • 8
  • 38
  • 73
0
votes
1 answer

How can i align the highchart legend pagination to right or left side of the legends?

I wanted to move the legend pagination to the right or left side of the legends Fiddle link "legend":{ "enabled":true, "maxHeight":50, "itemMarginTop":5, "navigation":{ "activeColor":"#1d4659", "animation":true, …
M_K
  • 5
  • 3
0
votes
1 answer

Is it possible to change linecolor for timeline chart in between specific points?

In the above image, I would like to have the points From index 2 to 3 in red in the timeline highchart. Please help me. Here is code sample: Highcharts.wrap(Highcharts.Tooltip.prototype, 'hide', function(proceed)…
0
votes
1 answer

New Node should be added without changing the position of existing one using highchart

Highcharts.chart('container', { chart: { type: 'networkgraph', ... I am using network-graph while adding or modifying node the existing node position is changing very much. If i want the changes without making the position change the…
0
votes
1 answer

Get Id after addpoint in highchart

is there a way to get a callback in addpoint in highchart? const coord = {x: event.xAxis[0].value, y: event.yAxis[0].value, title: 'Note', content: '', action: 'create' } this.chart.series[2].addPoint( coord, true) After I create the marker point,…
hammies
  • 1,344
  • 2
  • 22
  • 46
0
votes
2 answers

Highcharts - How do I track/follow a live updated chart without using a navigator?

I have a graph which has live data feeding in, but the chart only tracks or follows the data line if the navigator is enabled. I am unsure if this is a feature or is it a bug. On the JSFiddle, notice how it doesn't track, but as soon as you change…
Dolan
  • 1,519
  • 4
  • 16
  • 36
0
votes
1 answer

Combination charts - Word chart with bar chart

I am using highcharts for one of my projects and I want to know if it is possible to have a combination chart of bar chart and word cloud chart. Something like shown below Is it possible to achieve this or is there any open source chart libraries…
Vikhyath Maiya
  • 3,122
  • 3
  • 34
  • 68
0
votes
1 answer

Highcharts - Adding a point with addPoint stretches time

When you spam click Add Point on the JSFiddle below, you will see that it does not respect the time interval, and instead it stretches the time. https://jsfiddle.net/ouc2x3ng/1/ I have read this:…
Dolan
  • 1,519
  • 4
  • 16
  • 36
0
votes
3 answers

Highcharts Variablepie with Angular

I am currently working on an ASP.NET application with an Angular frontend written in TypeScript. I am looking to create a variablepie chart using Variablepie Highcharts but I am having issues displaying it. I followed this tutorial in combination…
Michael Vaquier
  • 1,621
  • 2
  • 10
  • 19
0
votes
2 answers

Highchart network graph with tooltip when hover on every node

I am creating network graphs using highcharts for one of my Angular project. I want to create tooltip when mouse moves on to a point/node. I tried to create using below chart options. But, I am getting error. How can I create tooltip for…
Sreehari
  • 1,328
  • 11
  • 29
0
votes
1 answer

Highcharts y-axis labels removed after zoom out

I have used highcharts 7.0.2 version. In my application initially, charts line charts are bound properly but after zoom in and zoom out it will create an issue on axis labels. Below are some snaps for the same. Also, I have used the zooming on 'xy'…
0
votes
3 answers

Milestone Trendanalysis with Highcharts

Is it possible to make the following chart with Highcharts library? It's a simple line chart but with inverted triangle shaped grid. Is there any predefined type or a way to customize the grid shape? Any pointers which will guide me to a proper…
JPS
  • 2,730
  • 5
  • 32
  • 54
0
votes
1 answer

Highchart flags goes out when range selector is set to entire size

As you can see here: live example The main problem is when range selector is set to full size, we can see only two lines, without flags at the left side. If range selector is set to smaller range and you drag it to left side, it seems like…
Alex Fomin
  • 195
  • 2
  • 12