Questions tagged [angular-highcharts]

90 questions
0
votes
1 answer

Higcharts spline lineargradient when line is flat not drawing line

Good morning, I'm facing this problem using HighCharts in an angular application. We are trying to draw a graph which is supposed to be changing over time, but at the beggining it's flat, you can take this as an example:…
0
votes
0 answers

Donut Chart Highcharts not rendering as expected

I am using Donut chart for displaying data categorized into two categories. Whenever dataseries is updated, sometimes Highcharts does not render the series data in provided order. And because of this, data is not displayed as per category. Expected…
0
votes
1 answer

How to show mouse pointer coordinates on mouse move in angular highchart?

I want to show tooltip on mouse hover of every coordinate in angular-highchart, it should show x and y axis value in tooltip or label. how we can show the tooltip on every coordinate of high chart.
0
votes
1 answer

Highchart windrose customization

I would like to draw a windrose something like shown in the image below where I want to show outside circle with diffrent line color based on the data. is it possible to custmize the last gridline with highchart? I tried to play around with…
0
votes
0 answers

Angular + HighCharts "ERROR TypeError: Cannot read properties of undefined ('xxxx') " but showing correct info

I have a dashboard with charts (Highcharts) in Angular. I can access to the data base with a PHP file, but I am getting an error when I inspect the result. If I return a result in stocks() accessing to an Array, the data shows a chart correctly but…
0
votes
1 answer

Highcharts not rendering data after build is deployed

Highcharts is not displaying graphs once deployed but the same is working fine on local host. I am using Highcharts version 9.1.2 for angular, following their documentation I created a scatter graph which is working perfectly on local host, but once…
0
votes
2 answers

How to get a map of all series "type" names to parameters for HighCharts technical indicator series?

In highcharts stock charts, different series types have different parameters for example the paramaters for macd can be seen here: https://api.highcharts.com/highstock/series.macd.params I would like to be able to get a map of type names, like…
user1689987
  • 1,002
  • 1
  • 8
  • 23
0
votes
1 answer

Angular Highcharts error missing module for candlestick type

When trying to do a Highcharts candle stock chart with Angular Highcharts: https://github.com/highcharts/highcharts-angular I get an error seen here: ERROR Error: Highcharts error #17: www.highcharts.com/errors/17/?missingModuleFor=candlestick -…
user1689987
  • 1,002
  • 1
  • 8
  • 23
0
votes
0 answers

How to prevent overlapping issue of custom labels in highcharts?

I have created a path with x and y values of the chart and I have added the custom labels using the renderer.label, I am facing the issue of overlapping over the labels how can I handle…
0
votes
1 answer

Xaxis set extremes in highstock options

I'm using a highstock column type chart, and I want to set the xAxis extremes with the options. Basically I'm looking for the options equivalent of the setExtremes method: this.chart.xAxis[0].setExtremes(null, null)
Norbert Huurnink
  • 1,326
  • 10
  • 18
0
votes
0 answers

Style Highcharts Angular Bullet Graph to look like the Highcharts Bullet Graph

How can I style the bullet graph here https://jsfiddle.net/BlackLabel/p2zwf6e8/ chartOptions: Options = { series: [ { type: "bullet", data: [ { y: 360, target: 300 } ] …
0
votes
2 answers

Add additional tooltip from from JSON Array

I have a JSON array like this: chart_data = [ {category: 'A', per: '0.74', total: 10294, in: 5651, out: 5661}, {category: 'B', per: '0.72', total: 10294, in: 5556, out: 7751}, {category: 'C', per: '0.68', total: 10294, in: 5598, out:…
0
votes
1 answer

How to add animation flashing for netwrok graph highcharts?

I want to add each node to flash after one minute interval, is there a way to do that ? Can someone please help, Here is my codepen with code so far https://codepen.io/wranter/pen/zYWEoXO
0
votes
1 answer

angular-highcharts unable to resolve dependency tree peer @angular/common@"^13.0.0" from angular-highcharts@14.1.5

Trying to install angular-highcharts to my angular project but I m getting the error below: PS C:\Users\YUNUS\Desktop\newProject\gos-panel\src\app\shared> npm i angular-highcharts highcharts npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to…
0
votes
1 answer

highchart Customclass css not applied to tooltip for dumbbell series

i'm working on dumbbell series highchart i'm using custom class for charts which is working fine. but it's not applied in the highchart tooltip and legand. I used the same class for other charts where it's working fine. it isn't working in the…