Search found 499 matches

Go to advanced search

by andrzej.b
Thu Jan 16, 2025 4:10 pm
Forum: Highcharts Stock
Topic: Custom stockTools GUI and Actions
Replies: 6
Views: 1083
 
Jump to post

Re: Custom stockTools GUI and Actions

Hi,

I believe you can find examples in this thread: viewtopic.php?p=195978#p195978
And check the documentation link from Dawid's reply above.

If anything else pops up, please let us know.

Kind regards,
by andrzej.b
Thu Jan 16, 2025 3:50 pm
Forum: Highcharts Usage
Topic: Update series.data in bar-chart
Replies: 2
Views: 29
 
Jump to post

Re: Update series.data in bar-chart

Hi, Welcome to the forum and thanks for reaching out with your question. You are close :) here is refined version of your remove function: remove() { if (this.chartRef) { const series = this.chartRef.series[0]; const newData = series.data .filter(point => point.options.id !== 'RED') .map(point => ({...
by andrzej.b
Thu Jan 16, 2025 3:26 pm
Forum: Highcharts Usage
Topic: Is it possible to set spline steps for each column when columns are grouped ?
Replies: 3
Views: 192
 
Jump to post

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

Hi, Again, with a spline series, there is no way to combine it like you want with a column series easily; you could try to link it to a separate xAxis and work out the logic to get your display - it's beyond the scope of the forum support. If you need help with your implementation, you can try to lo...
by andrzej.b
Thu Jan 16, 2025 12:15 pm
Forum: Highcharts Usage
Topic: Histogram has incorrect bin size for the final bin
Replies: 1
Views: 56
 
Jump to post

Re: Histogram has incorrect bin size for the final bin

Hi, Thanks for reaching out with your question. You can fix the display with the binWidth option, eg. setting it to 20 should help: https://api.highcharts.com/highcharts/plotOptions.histogram.binWidth Adding the last tick can be enforced with xAxis.endOnTick option: https://api.highcharts.com/highch...
by andrzej.b
Thu Jan 16, 2025 11:59 am
Forum: Highcharts Usage
Topic: Request to Remove Bar Space with null Value and Adjust Other Bars Width
Replies: 5
Views: 218
 
Jump to post

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

Hi,

Just don't set group padding, and it will work well with default settings.

Best,
by andrzej.b
Thu Jan 16, 2025 9:06 am
Forum: Highcharts Usage
Topic: multi series y axis label problem
Replies: 5
Views: 177
 
Jump to post

Re: multi series y axis label problem

You're welcome! In case of any further questions, feel free to contact us again.
by andrzej.b
Thu Jan 16, 2025 8:45 am
Forum: Highcharts Stock
Topic: Range Selector button dropdown
Replies: 5
Views: 162
 
Jump to post

Re: Range Selector button dropdown

Hi,

I can only once again ask you to continue the discussion under the GH ticket. Thanks for understanding.

Kind regards,
by andrzej.b
Thu Jan 16, 2025 8:28 am
Forum: Highcharts Usage
Topic: Banned ip problem
Replies: 42
Views: 6977
 
Jump to post

Re: Banned ip problem

Hi Artem,

I've got a reply; it was a false positive ban and, as such, has been lifted, I hope you can access Highcharts normally now.

If anything else pops up, please let us know.

Kind regards,
by andrzej.b
Wed Jan 15, 2025 9:13 pm
Forum: Highcharts Usage
Topic: Overlapping series with Streamgraph
Replies: 1
Views: 68
 
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: 42
Views: 6977
 
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: 127
 
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: 33
 
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: 5
Views: 162
 
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: 197
 
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: 5
Views: 218
 
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,

Go to advanced search