All Questions
Tagged with highcharts angular
1,007
questions
1
vote
1
answer
42
views
Not proper show 3d chart with type of the barchart in Highchart Angular 18
enter image description here
Version : "highcharts": "^11.4.7",
In this Below Code All another chart proper work but only 3d barchart not render proper, simple barchart also do ...
0
votes
1
answer
26
views
how do cropTreshold mechanism in highcharts work?
i work with Highcharts inside my angular 16 app. i have an api that returns me temperature data to print in a line chart.
i noticed something weird : sometimes the chart.series[0].data[] array ...
0
votes
0
answers
30
views
Network graph issue in highchart 9
This code is working fine with highchart version 7 but after upgrading highchart vesrion 9 it is causing issue. All co-ordinates of all nodes and paths are getting set to 0. And graph is appearing as ...
0
votes
2
answers
60
views
How to use i18n files to localize Highcharts weekday labels?
I am working on a project where I need to localize the weekday labels in Highcharts. I know that I can do it by calling Highcharts.setOptions() before creating the chart, like this:
javascript
...
2
votes
1
answer
47
views
Custom Font-Family for Highcharts Labels Not Applied When Printing with html2pdf in Angular
I am using Highcharts in my Angular application and I have successfully changed the font-family of the axis labels using the following CSS code:
.highcharts-yaxis-labels, .highcharts-xaxis-labels, ....
0
votes
1
answer
51
views
How can I only display a circle as legend symbol?
I've create a line chart with chart.js. I set symbol type circle but in the circle why also show line and circle symbol combined.
See below images you can get more idea
I want to only circle not line ...
0
votes
2
answers
41
views
How to add thresholds with specific ranges to a Highcharts graph?
I’m working on a Highcharts line chart where I need to add thresholds with specific ranges on the x-axis. I want certain areas of the chart to be colored based on these thresholds, Here are the ...
0
votes
1
answer
37
views
how to add tooltip on x axis labels - on highchart
I have a chart that its options config looks like that:
this.chartOptions = {
{
"responsive": {
"rules": [
{
"condition": {
...
0
votes
1
answer
61
views
Unable to use the treemap.js module with highcharts V11.4
There's a specific graph I need called a 'treemap with a colour axis' which requires two modules. treemap.js and heatmap.js.
I've tried a few different methods but I keep getting strange errors when I ...
0
votes
2
answers
28
views
high chart calculate best time units to the x-axis automatically
I have a highchart diagram and I will get number X of days that I want to present on the diagram.
if I get X days I don't know if it is better to present them as days or weeks or month or years.
is ...
0
votes
1
answer
55
views
Reduce prod build size of Highcharts in Angular
Is there a way to reduce the build size of Highcharts imports in angular ? The bundle is very large, especially considering we don't use highmaps or Highstocks and these modules don't even need to be ...
0
votes
0
answers
51
views
Highcharts colorAxix custom
Hi i have coloraxis like this
stops:[
[
0,
"#006622"
],
[
0.222,
"#7bd020"
],
[
0.444,
"#ffe500"
]...
0
votes
0
answers
42
views
Highcharts with Angular loads blank before data is received
I'm trying to integrate Highcharts into my Angular application. I am trying to pull data from the Spring backend and put it in the chart.
I tried using the Angular Highchart tags originally but couldn'...
1
vote
1
answer
59
views
Angular Highcharts areaspline graph not working when i tried to put date on x-axis
Angular Highcharts areaspline graph not working when i tried to put date on x-axis. Where am I doing wrong ?
I want my chart to have the same kind of x-axis data (i.e date format). On hovering points ...
1
vote
0
answers
33
views
Highstock : Tooltip not show in the exact points when there is a null between the value with the same X axis value
First of all, I want to have a break between value chages in the series and here is the screen shot.
chart case
But I have a problem when the changes of value is in the same series object it's not ...