26,459 questions
0
votes
1
answer
30
views
Highcharts v12: Previously suggested workaround for negative logarithmic axes breaks due to removal of Highcharts._modules
In 2024, I raised a StackOverflow question about supporting negative values on logarithmic axes.
A Highcharts engineer shared a workaround that wrapped:
Highcharts._modules['Core/Axis/LogarithmicAxis....
0
votes
1
answer
30
views
Highcharts Angular: Add minimum width for columns and add scrollbar if chart is getting bigger than plot area with more categories
I have implemented a grouped column chart using Highcharts in my Angular-TypeScript app.
I have already provided max width for the column using maxPointWidth , and is working fine.
Now I want to ...
0
votes
1
answer
40
views
Highcharts scaling show only records with 22k count. count with 2 and 3 records are not visible on x axis
I am using horizontal bar chart with stacks one above another like this.enter image description here
In above image in A category i have 3 bars should be stacked. one bar has 1 record,2nd bar has 10 ...
0
votes
1
answer
21
views
Null values in stacked area graph
I'm having an issue with stacked area charts. I want to have a stacked area chart which shows data up to a point, and then is blank. The idea is to have a trend line and the stacked area chart shows ...
0
votes
1
answer
69
views
What is the correct way of using Highcharts with an export button in React?
I'm using React 18.3, Highcharts 12.3.0 and highcharts-react-official 3.2.2.
I had a problem setting up Highcharts to show the export button before but I somehow managed to make it work with those ...
1
vote
0
answers
33
views
HighCharts' spline curves are too complicated
Is it possible to decrease smoothing artifacts without using an external function of interpolation?
The swamp-brown curve in the screenshot should not have sharp angles. Moreover, this sharp angle ...
2
votes
1
answer
75
views
Highcharts Angular: adding a good range and a bad range color
I have a column chart implemented. Now, I have to add good range and bad range values for the same.
Good range and bad range both will have radio buttons to choose between '<' and '>' and an ...
4
votes
0
answers
68
views
HighCharts updates series slowly
I need to plot wellbores at a horizon map and at a vertical section.
I have no problems with the maps, but vertical sections may have different directional angles, so I have to project my wellbore's ...
0
votes
0
answers
85
views
Cannot disable the chart scrolling on Y-axis on Highcharts flutter
I've been working with highchart's line chart to plot some data and that has worked fine. The only thing I cannot seem to find is, how to disable this movement on Y axis. I've tried disabling the ...
-4
votes
1
answer
110
views
Implementing Y-Axis Navigator and Scroll in Highcharts (Angular) [closed]
i want to add navigator in y-axis highCart graph but i m not able to add some limitation in high chart or what else? give me another option if the possible. i add some code like
type: 'datetime',
...
0
votes
0
answers
63
views
Populate Highchart Gantt from Database
I'm having a hard time populating the series data in a Highchart Gantt chart.
What I CAN do is populate the BAR. What I CAN'T do is:
Populate the markers
Populate the name
Here is my code:
$(...
Advice
0
votes
1
replies
43
views
ADA focus visible on pie chart during mouse hover in Highcharts (Angular)
I am using Highcharts to render a pie chart in an Angular CLI project. Everything works fine except for an accessibility issue: when I move the mouse over the pie chart, the ADA focus outline becomes ...
Advice
0
votes
2
replies
29
views
Highcharts Stock: Dynamically update Range Selector buttons based on available data
I want to selectively display the Range Selector buttons in a Highcharts Stock chart. Specifically, I need to implement logic such as:
If the total data span is less than 6 months, hide or disable the ...
0
votes
0
answers
37
views
Highcharts x-axis not sorting correctly when using groupBy with certain datasets
I’m facing a strange issue in Highcharts.
I have a chart configuration where the x-axis values are supposed to be sorted automatically. However, when I enable groupBy, the sorting does not work for ...
0
votes
0
answers
30
views
Row selection in highcharts gantt
I would like to select rows using Highcharts gantt.
I don't think this is a standard feature, but if a developer were to implement it, would the only option be to set a row selection event in the task'...