Search found 526 matches

Go to advanced search

by jedrzej.r
Tue Dec 05, 2023 11:59 am
Forum: Highcharts Stock
Topic: Vertical scroll on mobile devices
Replies: 7
Views: 2803

Re: Vertical scroll on mobile devices

Hi! Welcome to our forum and thanks for reaching out to us with your inquiry! Could you please provide a minimal reproducible demo or share your config, so that I can reproduce this issue? Without it, I'm afraid it will be almost impossible to find a solution to this problem. You can start by editin...
by jedrzej.r
Tue Dec 05, 2023 11:46 am
Forum: Highcharts Usage
Topic: Custom Button overlap with grid lines
Replies: 1
Views: 46

Re: Custom Button overlap with grid lines

Hi! Thanks for reaching out to us with your inquiry! In order to get avoid overlapping elements with custom button, you can adjust the chart.marginTop property, so there is enough space for it to render. Demo: https://jsfiddle.net/BlackLabel/6uw9svk0/ API: https://api.highcharts.com/highcharts/chart...
by jedrzej.r
Tue Dec 05, 2023 11:27 am
Forum: Highcharts Usage
Topic: ArcDiagram nodes become floating point at certain screen widths
Replies: 3
Views: 55

Re: ArcDiagram nodes become floating point at certain screen widths

You are correct, when the offset is set to a different value than the default 100%, on bigger screen width, the largest node gets clipped. To get rid of this problem, you could either extend chart height, or use the responsive object, which allows to adjust chart properties accordingly. Demo: https:...
by jedrzej.r
Tue Dec 05, 2023 10:41 am
Forum: Highcharts Stock
Topic: Scroll with mouse wheel
Replies: 7
Views: 7357

Re: Scroll with mouse wheel

Apologies for my misunderstanding! As far as I know, this approach is still up-to-date and since there isn't any built in mouse wheel scrollbar event (except for using scrollablePlotArea : https://api.highcharts.com/highcharts/chart.scrollablePlotArea ), I'd stick with this solution. In case of any ...
by jedrzej.r
Mon Dec 04, 2023 3:59 pm
Forum: Highcharts Stock
Topic: zoom outside the chart borders
Replies: 2
Views: 236

Re: zoom outside the chart borders

Hi! Thanks for reaching out to us with your question! In order to be able to zoom beyond visible data points, you could either arbitrary set x-axis extremes to a 3 month period back and forth, or by attaching to the selection event, you can set x-axis extremes based on a custom condition, e.g. if th...
by jedrzej.r
Mon Dec 04, 2023 12:11 pm
Forum: Highcharts Usage
Topic: ArcDiagram nodes become floating point at certain screen widths
Replies: 3
Views: 55

Re: ArcDiagram nodes become floating point at certain screen widths

Hi! Thanks for reaching out to us with your question! In order to override this behaviour, you can use the tooltip's nodeFormatter function, in which you can customize tooltip output and e.g. format the sum to show no decimal points. Demo: https://jsfiddle.net/BlackLabel/au7hwsr8/ API: https://api.h...
by jedrzej.r
Mon Dec 04, 2023 11:22 am
Forum: Highcharts Usage
Topic: How to add this shape label with ability to hover and move
Replies: 4
Views: 471

Re: How to add this shape label with ability to hover and move

You can simply change the shape of the flag by referring to the shape property. As for dragging it across the x-axis, you can import draggable-points module and enable draggableX property on particular flag series. Demo: https://jsfiddle.net/BlackLabel/rkvf04ae/ API: https://api.highcharts.com/highs...
by jedrzej.r
Wed Nov 29, 2023 12:24 pm
Forum: Highcharts Usage
Topic: How to add this shape label with ability to hover and move
Replies: 4
Views: 471

Re: How to add this shape label with ability to hover and move

Hi! Thanks for reaching out to us with your question! In order to create labels like in provided image, you can use flags series type, which allows you to easily put flags on x-axis or even attach them to other series on the chart. Demo: https://jsfiddle.net/BlackLabel/kxs23a8L/ References: https://...
by jedrzej.r
Wed Nov 29, 2023 11:20 am
Forum: Highcharts Usage
Topic: labels on either side of the waterfall chart
Replies: 10
Views: 651

Re: labels on either side of the waterfall chart

Hi again! I've tried to reproduce your issue by generating two charts dynamically with different data series, but still couldn't find the issue. Below you will find an example of an optimal way to create multiple charts by iterating through data sets. Please update the following demo with your confi...
by jedrzej.r
Wed Nov 29, 2023 10:29 am
Forum: Highcharts Usage
Topic: Different series size on PDF
Replies: 2
Views: 416

Re: Different series size on PDF

Hi! Welcome to our forum and thanks for reaching out to us with your inquiry! Could you please reproduce this issue in an online editor? You can start by editing this example: https://jsfiddle.net/BlackLabel/0pbeym97/ . Only then, I will be able to investigate it further and come up with a solution ...
by jedrzej.r
Wed Nov 29, 2023 10:27 am
Forum: Highcharts Stock
Topic: Range Selector Input requires two clicks to open the calendar, but I want to open it with one click.
Replies: 2
Views: 618

Re: Range Selector Input requires two clicks to open the calendar, but I want to open it with one click.

Hi! Welcome to our forum and thanks for reaching out to us with your inqury! Unfortunately, it's not possible to do with the Highcharts range selector, but you can create your own input elements and position them in the same place. After picking a date, you can calll the setExtremes method on xAxis ...
by jedrzej.r
Tue Nov 28, 2023 12:50 pm
Forum: Highcharts Usage
Topic: Tooltip shared option does not work in highcharts xrange graph
Replies: 3
Views: 481

Re: Tooltip shared option does not work in highcharts xrange graph

Hi again! To address this issue, you can make use of the legendItemClick event and override the legend behaviour, so if there is more than one series with the same name, they will be toggled accordingly. Demo: https://jsfiddle.net/BlackLabel/3xh1j6y8/ If you'd rather have data in one series, you can...
by jedrzej.r
Tue Nov 28, 2023 11:49 am
Forum: Highcharts Usage
Topic: Chart axis only resizes to maximise chart area on redraw
Replies: 6
Views: 541

Re: Chart axis only resizes to maximise chart area on redraw

I've checked with vite v4.5.0 as well as the dynamic series update, but it doesn't affect the chart extremes. When updating chart options in Highcharts React integration, make sure to follow this guideline: https://github.com/highcharts/highcharts-react#optimal-way-to-update . Answering to your seco...
by jedrzej.r
Tue Nov 28, 2023 10:55 am
Forum: Highcharts Usage
Topic: Sunburst chart gets cut off
Replies: 2
Views: 537

Re: Sunburst chart gets cut off

Hi again!

Could you please provide some sample data with which the problem can be reproduced? Without it, I'm afraid we won't be able to find the cause of this issue.

I'm waiting for your reply.
Best regards!
by jedrzej.r
Tue Nov 28, 2023 10:17 am
Forum: Highcharts Usage
Topic: labels on either side of the waterfall chart
Replies: 10
Views: 651

Re: labels on either side of the waterfall chart

Could you please share a minimal reproducible demo by updating above example, so that I can investigate it further? I'm afraid that without looking at the code, I won't be able to help find a solution to your problem.

Patiently waiting for your reply.
Best regards!

Go to advanced search