Questions tagged [angular-highcharts]
90 questions
0
votes
1 answer
how to set negative axes intervals in highcharts
I want to set intervals of negative and positive axes differently like my data in positive have values around 4000000 and in negative I have -2, -5 , -10 ..etc such values and they all are dynamic .
What's the best way to do that except Tick…

Ezzah Waseem
- 37
- 4
0
votes
1 answer
High chart legend colors in square form
I need legend colors in square form but its square boxes also appearing on graph which I don't need.
It is also appearing on the graph which I don't need.

Mueed Ullah Anwar
- 49
- 6
0
votes
2 answers
world map not displaying - Angular Highcharts
I am trying to display a worldMap Highcharts. I followed this example stackblitz Highcharts Angular
where it is working fine. but when trying to run the example locally it display the zoom buttons and the legends but without the map and with no…

Ali
- 1,633
- 7
- 35
- 58
0
votes
1 answer
nGradient effect with negative values on highcharts
I have the following gradient effect line chart.
https://jsfiddle.net/e7Ly41wm/2/
plotOptions: {
area: {
fillColor: {
linearGradient: {
x1: 0,
…

developer
- 1,401
- 4
- 28
- 73
0
votes
1 answer
I'm getting a confusing legend in Highcharts (angular-highcharts)
I have two data sets that I want to format into two column charts.
(2) [{…}, {…}]
0:
historyDate: "2021-02-10T10:00:000Z"
documentStatusHistory:
CANCELLED: 6
COMPLETED: 52
IN_PROGRESS: 1
OPEN: 1
…

Pascal
- 370
- 1
- 3
- 20
0
votes
1 answer
error while installing highcharts in angular app
I want to install the highcharts package in angula pp but angular cli gives me error and like given below:
npm WARN @angular/flex-layout@11.0.0-beta.33 requires a peer of @angular/cdk@^11.0.0 but none is installed. You must install peer dependencies…
user10309793
0
votes
0 answers
MapChart with "countries/us/us-all"
I can't bind the high map us all countries.
I am having error in data series, below is my map configuration.
importing files
import { MapChart } from 'angular-highcharts';
import * as Highcharts from 'highcharts/highmaps';
import * as usJson from…

Vishal Prajapati
- 35
- 6
0
votes
0 answers
angular-highcharts ref$ observable to drillUp()
angular-hicharts deprecated their ref and uses a ref$ observable instead.
I have updated to Highcharts 7 and the latest version of angular-highcharts that supports Highcharts 7.
I used the code below to drillUp() but I assume that I should change to…

Xander
- 402
- 1
- 6
- 19
0
votes
1 answer
Highcharts x-range chart datetime type for x and y axis
I have created an x-range chart to represent some ranges. I want to make both x-axis and the y-axis as DateTime types. Currently, both the x and y-axis are numbers. I have created a fiddle to show my current behavior.
How can I make the x and the…

Bonyfus Martin
- 41
- 7
0
votes
1 answer
chartOptions.redraw is not a function in highcharts using angular
This is the html code
enter code here
This is…

Pattinson Mj
- 1
- 2
0
votes
1 answer
Angular 7 High Charts Stock Chart Datetime X Axis tooltip formatting independently of other tooltips
I'm working with high charts in angular 7, and am wanting to format the date in just the x-axis tooltip, and I want to leave the others alone entirely.
I was able to get the formatting I wanted in the x-axis tooltip, but it also broke the other two.…

Chris Rutherford
- 1,592
- 3
- 22
- 58
0
votes
1 answer
How to use Highcharts regression plugin to plot a trend line using angular 8 wrapper
I am trying to plot trendline in my spline plot using highcharts regression plugin.
But I am not able to find any snippet showing how to import highcharts-regression plugin correctly in my angular component.
I have imported angular highcharts in my…

Vinayak kaviskar
- 3
- 5
0
votes
1 answer
Click event in drilldown chart - Highcharts
I am working on an app where I need to show drilldown chart. I am using highcharts for this, I want to fire the click event when user clicks on the bars of second chart (drilled one).
I am using code but this is firing the event on the first chart…

Rohit
- 1,520
- 2
- 17
- 36
0
votes
1 answer
Highchart Solid Gauge Chart make one end straight/normal
I'm using Angular-Highcharts and creating solidgauge graph. I wanted to make the start point square/straight and other end rounded. Is it possible to do that with Highcharts? Kindly find below is the live example.
Thanks in advance.

VAN KD
- 87
- 6
0
votes
1 answer
How to show additional data in tooltip of PIE Chart-Highcharts
Tying to add extra additional data in pie chart. I have tried in this way but not working. the value is not displaying in tooltip. So is it possible to add additional data in tooltip?.
chartData=[{"name": "apples", "y": 20,"additionalData":…

Manmadh
- 47
- 6