Questions tagged [angular-highcharts]

90 questions
0
votes
1 answer

How can I draw Highcharts horizontal stacked bar with date-time duration

Working with Angular8 and Highcharts Actual input data [ { name: 'Bar 1', open: [{from: 1649307600000, to: 1649307600000}], inprogress: [], done: [{from: 1649868600000, to: 1650085200000}], …
Gnik
  • 7,120
  • 20
  • 79
  • 129
0
votes
1 answer

In HighMaps how can we pattern fill a world map?

I was tring to add dotted pattern to the world map...using highmaps and pattern-fill.js. On doing that i gives a a basic maps with no color. I used the following template for the same... Help me get it right. The goal is to get a world continent map…
0
votes
1 answer

How to make - - legend in 'areaspline' type high charts?

I already had look at Highcharts - How do I get dashed lines in legend . Its for "line" chart type my chart type is "areaspline" where I need dashed style legend "-- Legend" even below code events: {load: function(event) {$('.highcharts-legend-item…
0
votes
0 answers

How do I get rid of the preview of offscreen points in a zoomed in Highcharts scatterplot?

I'm using Highcharts to show multiple series of data, a few scatterplot and a few line. When I select an area to zoom in on a scatter point, I see a bunch of extra points that are supposed to be out of range drawn on the axis of the chart. Is there…
0
votes
1 answer

How can I redirect a data from a ngonInit() to an export class, More details below

I have this function inside my ngonInit() that retrieves data from a backend and transfer it into this variable this.chartOptions.series[0]['data'] this variable serve as a reference to transfer the gathered data into my highcharts data, which is…
Xon Version4
  • 65
  • 1
  • 6
0
votes
0 answers

I can't add my highcharts graphic to the printJS

I've an Angular app and using printJS in somewhere in my app. There is a highcharts-chart at the top of the page and a gridTable at the bottom. I can print gridTable with printJS, but I want to print highcharts-chart together with gridTable. Is it…
0
votes
1 answer

Angular cannot using Highcharts X-range series

I created a project with Angular framework and used Highcharts X-range but I can't do it by attaching Error as shown in the picture... HTML: typescript: please someone who knows tell me how to fix it. Many thanks,
khunying
  • 13
  • 2
0
votes
1 answer

why load,render method is call when download png in highcharts

when I export the PNG from Highcharts it call load and render function that means it reloads the chart. can we restrict calls to load and render events of highcharts when we export the png?
0
votes
1 answer

how to adjust distance between to bars in bar chart highchart

highchart issue screenshot I want to adjust the highhcart bars spacing, I want to remove gaps and overllaping issue on two bar charts
0
votes
2 answers

Highchart tooltip formatter function not able to get x value (this.x)?

I was try to using formatter function with new angular 12 i was getting error Property 'value' does not exist on type 'ChartService'.ts(2339) how to fix that ? enter image description here
0
votes
0 answers

Highcharts: Add arrows at the end of X/Y axis

I'm trying to add arrow at the end of X and Y axis like in the following image using the following answer, But angular gives me "Property does not exist error" for few of the properties. I'm unable to find a solution for the problem
Kedar Udupa
  • 544
  • 9
  • 27
0
votes
1 answer

HighCharts: Multiple X and Y Axis tooltip doesn't appear (custom formatter)

I am working on a chart having multiple x and y axis. Data series is linked to these x and y axis. I have a tooltip which is shared and uses html and custom formatter. Below is the configuration of tooltip: enabled: true, useHTML:…
Ritesh Waghela
  • 3,474
  • 2
  • 19
  • 25
0
votes
1 answer

xAxis label is not visible properly in Highcharts

if I have a large amount of data then the xAxis label is not showing properly. you can see in this code: https://jsfiddle.net/4nvmuc25/127/ if I have a low amount of data then it's fine my xAxis label is showing correctly. so I want to show the…
user10235687
0
votes
1 answer

Highcharts not rotating to vertical in angular

I want to draw a vertical "bar chart" using HighCharts in angular, I have done many google searches, there I find that add this code in chart options then it will be done, chart: { type: 'column' } or chart: { type: 'bar' …
0
votes
0 answers

Why parents of level 2 are linking to same child nodes either their child are different in organization Highcharts

I am using organization Highcharts in which the parents on Level 2 are linking to same childs. As you can see in the picture Nurrettin & Mohammad Sabir nodes linked to all same child nodes. However Nurretin is a parent of Cemil Ceylan & Mustafa…