Search found 491 matches

Go to advanced search

by andrzej.b
Wed Jan 15, 2025 9:13 pm
Forum: Highcharts Usage
Topic: Overlapping series with Streamgraph
Replies: 1
Views: 61
 
Jump to post

Re: Overlapping series with Streamgraph

Hi, Welcome to the forum and thank you for reaching out. It seems that to a certain extent, you might be better off with an areaspline chart, please take a look at this demo: https://www.highcharts.com/demo/highcharts/fan-chart Otherwise, this functionality is beyond the scope of support on our foru...
by andrzej.b
Wed Jan 15, 2025 8:39 pm
Forum: Highcharts Usage
Topic: Banned ip problem
Replies: 41
Views: 6941
 
Jump to post

Re: Banned ip problem

Hi Artem,

I've shared your issue with our Admin Team and will give you an update as soon as I get a reply from them.

Kind regards,
by andrzej.b
Wed Jan 15, 2025 8:35 pm
Forum: Highcharts Usage
Topic: Container height in % stopped working after upgrade
Replies: 3
Views: 104
 
Jump to post

Re: Container height in % stopped working after upgrade

Hi, I've checked your demo. By default, the chart would have a height of 400px. For many versions, I've checked up to v6. But, if you add a wrapper div, and, with CSS, set the height of this wrapper to a certain height, even in the newest version, your chart will have 100% of the height of the wrapp...
by andrzej.b
Wed Jan 15, 2025 4:38 pm
Forum: Highcharts Usage
Topic: Polar chart rotating when adding a second series
Replies: 1
Views: 24
 
Jump to post

Re: Polar chart rotating when adding a second series

Hi,

Thanks for reaching out with your question.

When you add a second series, the chart's layout might adjust automatically. To fix this, you can set the startAngle in the pane configuration to control the rotation of the chart - in this case, you would need a negative value.

Kind regards,
by andrzej.b
Wed Jan 15, 2025 4:30 pm
Forum: Highcharts Stock
Topic: Range Selector button dropdown
Replies: 3
Views: 124
 
Jump to post

Re: Range Selector button dropdown

Hi, I double-checked the demo, and there is an issue after the width update, but only with the options 'responsive' or 'always', with 'never' there is no issue, as there is no dropdown - 'zoom' is a label, not a button. Still, I've reported the issue with other options here, it is a very recent regr...
by andrzej.b
Wed Jan 15, 2025 1:04 pm
Forum: Highcharts Usage
Topic: Datalabels overflowing in Sunburst Chart
Replies: 3
Views: 168
 
Jump to post

Re: Datalabels overflowing in Sunburst Chart

Hi, Thanks for the input! This does look like a potential bug, and I’d recommend reporting it on the official Highcharts GitHub repository: https://github.com/highcharts/highcharts/issues. That’s the best place to raise issues like this, as it allows the development team to investigate and determine...
by andrzej.b
Wed Jan 15, 2025 11:22 am
Forum: Highcharts Usage
Topic: Request to Remove Bar Space with null Value and Adjust Other Bars Width
Replies: 3
Views: 184
 
Jump to post

Re: Request to Remove Bar Space with null Value and Adjust Other Bars Width

Hi there,
You can apply the negative group padding to prevent the overlap.
Regards,
by andrzej.b
Tue Jan 14, 2025 8:08 pm
Forum: Highcharts Usage
Topic: Is it possible to set spline steps for each column when columns are grouped ?
Replies: 1
Views: 125
 
Jump to post

Re: Is it possible to set spline steps for each column when columns are grouped ?

Hi, I'm afraid we don't have such a feature easily available. If you think such a feature would be useful for more users, you can request it here: https://github.com/highcharts/highcharts/issues/new/choose You can expect possible updates or workarounds there. However, if you need a customized soluti...
by andrzej.b
Tue Jan 14, 2025 8:05 pm
Forum: Highcharts Usage
Topic: Container height in % stopped working after upgrade
Replies: 3
Views: 104
 
Jump to post

Re: Container height in % stopped working after upgrade

Hi,

Thanks for letting us know about this issue.

Would you mind reproducing the issue in an online editor so I can help you with it?

Kind regards,
by andrzej.b
Tue Jan 14, 2025 7:59 pm
Forum: Highcharts Usage
Topic: Change Highcharts version on Node Export Server
Replies: 1
Views: 44
 
Jump to post

Re: Change Highcharts version on Node Export Server

Hi, Thanks for letting us know about this issue. At first glance, this does look like a potential bug, and I’d recommend reporting it on the official Highcharts Node Server GitHub repository: https://github.com/highcharts/node-export-server/issues/new. That’s the best place to raise issues like this...
by andrzej.b
Tue Jan 14, 2025 7:52 pm
Forum: Highcharts Usage
Topic: Highcharts export image with custom images(png/jpeg) on xaxis
Replies: 21
Views: 2380
 
Jump to post

Re: Highcharts export image with custom images(png/jpeg) on xaxis

Hi, Thanks for the working example. I've noted that there is already an open issue on GitHub related to this: https://github.com/highcharts/node-export-server/issues/592 Please add your comments and follow it up then for the workarounds and updates. Your activity there has an impact on prioritisatio...
by andrzej.b
Tue Jan 14, 2025 7:46 pm
Forum: Highcharts Usage
Topic: multi series y axis label problem
Replies: 3
Views: 143
 
Jump to post

Re: multi series y axis label problem

Hi, Thanks for the working demo. The issue is on your config. For the second yAxis, you assign one category, but then in the series, you refer to value 1, which refers to the second index (they start at 0 as expected in JS), and in Highcharts, reference to the points beyond the length of category li...
by andrzej.b
Tue Jan 14, 2025 7:11 pm
Forum: Highcharts Maps
Topic: Dragging annotations not in new position on export
Replies: 6
Views: 266
 
Jump to post

Re: Dragging annotations not in new position on export

Hi,

So glad to have been able to help – if you have any follow up questions, please let us know.

Kind regards,
by andrzej.b
Tue Jan 14, 2025 4:01 pm
Forum: Highcharts Usage
Topic: Tabbing to legend (still) scrolls the page up
Replies: 1
Views: 103
 
Jump to post

Re: Tabbing to legend (still) scrolls the page up

Hi, Thanks for letting us know about this issue. It seems that it is a bug, so I have created a GitHub issue for it. You can watch this issue in the link below and track any information and workarounds for this one: https://github.com/highcharts/highcharts/issues/22522 If anything else pops up, plea...
by andrzej.b
Tue Jan 14, 2025 3:03 pm
Forum: Highcharts Usage
Topic: Axis with custom tick distance
Replies: 1
Views: 92
 
Jump to post

Re: Axis with custom tick distance

Hi,

Thanks for reaching out with your question.

You should be able to get what you want with this API option: https://api.highcharts.com/highcharts/x ... kPositions
Please also check other tick settings over there if needed.

I hope you will find it useful.

Kind regards,

Go to advanced search