26,439 questions
Advice
0
votes
2
replies
72
views
How do I add a secondary Y-axis to a Highcharts line chart and sync its scale with the primary axis?
I have a Highcharts line chart with two series using different units (e.g. temperature in °C and rainfall in mm). I've added a second yAxis and linked each series to it using yAxis: 1, but the two ...
Advice
1
vote
1
replies
72
views
Highsoft.Highcharts .NET wrapper v11.4.6.3 silently drops ChartEvents.Load string handler — worked in v11.0.1.1
I'm using the Highsoft.Highcharts NuGet package in an ASP.NET Web Forms application targeting .NET Framework 4.8.
After upgrading from Highsoft.Highcharts v11.0.1.1 to v11.4.6.3, the ChartEvents.Load ...
Score of 0
1 answer
78 views
Highcharts Accessibility module affect marker enabled
When the accessibility module is included. If you have the markers enabled set at the data point level, for example:
{x:1, y:1.61, marker: {enabled: false}}
Then the value will be stored as true for ...
Score of 0
2 answers
44 views
Can you cast a series to e.g. SeriesGaugeOptions in TypeScript
We are evaluating using Highcharts in our Blazor application and installed Highcharts using package.json (npm) in VS 2026
The tsconfig.json file looks like this:
{
"compilerOptions": {
...
Score of 2
1 answer
101 views
how to add dependency stock indicators in highcharter package
library(highcharter)
library(tidyverse)
library(quantmod)
x <- getSymbols("AAPL", auto.assign = F)
x <- xts::last(x, n = "3 years")
highchart(
type = "stock"
) |...
Score of 0
1 answer
45 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....
Score of 0
1 answer
45 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 ...
Score of 0
1 answer
45 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 ...
Score of 1
1 answer
42 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 ...
Score of 0
1 answer
123 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 ...
Score of 1
0 answers
43 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 ...
Score of 2
1 answer
85 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 ...
Score of 4
0 answers
72 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 ...
Score of 0
0 answers
98 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 ...
Score of -4
1 answer
120 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',
...