Search found 1057 matches

Go to advanced search

by pawelys
Tue Dec 10, 2024 7:07 pm
Forum: Highcharts Usage
Topic: Line disappears after multiple zooms
Replies: 7
Views: 758
 
Jump to post

Re: Line disappears after multiple zooms

Could you also provide some details about your environment such as os type and version and browser type and version? That would be helpful!
by pawelys
Mon Dec 09, 2024 6:36 am
Forum: Highcharts Usage
Topic: Line disappears after multiple zooms
Replies: 7
Views: 758
 
Jump to post

Re: Line disappears after multiple zooms

Hey, everything still works properly on my end, so I've got a couple of ideas what might be the thing:

The `minRange` (https://api.highcharts.com/highcharts/xAxis.minRange) is an option for limiting the amount of zooming on a given axis.

https://api.highcharts.com/highcharts/xAxis.minRange
by pawelys
Mon Dec 09, 2024 6:24 am
Forum: Highcharts Usage
Topic: Bring closer 2 groups of stacking columns
Replies: 3
Views: 390
 
Jump to post

Re: Bring closer 2 groups of stacking columns

Hey pricopz89!

the fixed pointWidth might interfere with the option, so in my opinion these two options might interfere with each other. Could you share the next demo with just 2 series, that you want to bring together with the problem visible?
by pawelys
Mon Dec 02, 2024 10:59 am
Forum: Highcharts Usage
Topic: Line disappears after multiple zooms
Replies: 7
Views: 758
 
Jump to post

Re: Line disappears after multiple zooms

You can upload it to youtube :D
by pawelys
Mon Dec 02, 2024 7:31 am
Forum: Highcharts Maps
Topic: Covid map not working du to Cloudfare???
Replies: 1
Views: 2927
 
Jump to post

Re: Covid map not working du to Cloudfare???

Welcome to the official highcharts forum! it indeed does not sound good. Do you have some screenshots or demo, where I can see what the errors look like? From what I know, Highcharts do not use cookies and do not store any user data, so it might be some different issue. We are waiting for more infor...
by pawelys
Mon Dec 02, 2024 7:12 am
Forum: Highcharts Usage
Topic: Bring closer 2 groups of stacking columns
Replies: 3
Views: 390
 
Jump to post

Re: Bring closer 2 groups of stacking columns

Hey pricopz89,thanks for reaching out to us! To place the two stacks adjacent to each other without a gap, you'll need to modify the 'pointPadding' setting. You can find more details in our API documentation and in the demo below When your chart involves dates, we suggest using a xAxis type of 'date...
by pawelys
Fri Nov 29, 2024 10:44 am
Forum: Highcharts Usage
Topic: Line disappears after multiple zooms
Replies: 7
Views: 758
 
Jump to post

Re: Line disappears after multiple zooms

hey egholm, thanks for reaching out!
I couldn't reproduce your issue. Could you record a video or provide some more detailed reproduction steps? Thanks!
by pawelys
Fri Nov 29, 2024 10:41 am
Forum: Highcharts Stock
Topic: Chart with dynamic data does not scale properly
Replies: 1
Views: 2523
 
Jump to post

Re: Chart with dynamic data does not scale properly

Hello Loilock, thanks for getting in touch. The cause might be related to various factors that influence the calculation of the yAxis extremes. This calculation considers more than just the min and max values—it also takes into account the values' magnitude, tick interval, axis length in pixels, amo...
by pawelys
Tue Nov 12, 2024 6:42 am
Forum: Highcharts Usage
Topic: Bar Chart - Need to Copy labels
Replies: 1
Views: 422
 
Jump to post

Re: Bar Chart - Need to Copy labels

hey vivek.parmar, Thanks for reaching out!
Sorry, but I don't completely get, what you mean by "copy labels". What part of the labels you want to get? The list of current labels on both axes, or SVG elements that are displayed?
Could you explain the use case more thoroughly? Thanks!
by pawelys
Fri Nov 08, 2024 7:35 am
Forum: Highcharts Usage
Topic: How to Filter Data Points on Click and Disable Hover Effects in Highcharts?
Replies: 1
Views: 488
 
Jump to post

Re: How to Filter Data Points on Click and Disable Hover Effects in Highcharts?

Hello, Thanks for connecting with us! Here are the ways to approach your points: 1. You can manipulate point selections with the `point.select` method. Insert `point.select(null, true)` within your loop. The first argument set to null facilitates toggling between selection and deselection of points,...
by pawelys
Thu Nov 07, 2024 6:30 am
Forum: Highcharts Usage
Topic: area line charts lines not connecting when having nulls in specific order
Replies: 1
Views: 396
 
Jump to post

Re: area line charts lines not connecting when having nulls in specific order

Hello! I have to inform you that such a property doesn't exist. However, I suggest arranging your series starting from the least number of nulls to the highest. This can help ensure the longest series is at the bottom. You also have the option of disabling stacking, or converting any missing digits ...
by pawelys
Mon Nov 04, 2024 6:49 am
Forum: Highcharts Usage
Topic: More space around automatically adjusted series
Replies: 1
Views: 263
 
Jump to post

Re: More space around automatically adjusted series

Hey there! We do have an API option called minPadding and maxPadding. It subtly extends the automatically calculated extremes, creating a bit more room between the minimum and maximum value of the chart and the extremes. Here's the link to learn more about it: https://api.highcharts.com/highcharts/y...
by pawelys
Mon Nov 04, 2024 6:46 am
Forum: Highcharts Usage
Topic: add button popover to show the legend of plot lines
Replies: 1
Views: 234
 
Jump to post

Re: add button popover to show the legend of plot lines

Hello Geri, To incorporate a button directly into the chart, you can take advantage of the `chart.renderer.button` method. (https://api.highcharts.com/class-reference/Highcharts.SVGRenderer#button). In addition, you have the option to link a function to the click event. This function can subsequentl...
by pawelys
Mon Nov 04, 2024 6:27 am
Forum: Highcharts Usage
Topic: Pie Chart single data borderRadius
Replies: 1
Views: 258
 
Jump to post

Re: Pie Chart single data borderRadius

Hi branko, thanks for reaching out to us!

In order to achieve such effect you probably be better with using a gauge series.

Here is the example with such series: https://jsfiddle.net/BlackLabel/80k5xdsz/

Let me know, if that works for you!
by pawelys
Tue Oct 29, 2024 8:06 am
Forum: Highcharts Stock
Topic: Free chart movement
Replies: 8
Views: 4044
 
Jump to post

Re: Free chart movement

Hi Again!
Indeed, this is an already reported bug, that we are working on fixing. It is reported here -> https://github.com/highcharts/highcharts/issues/21606
You can follow this thread for updates on potential workarounds / Fixes.

Go to advanced search