Search found 770 matches

Go to advanced search

by daniel_s
Tue Apr 16, 2024 12:10 pm
Forum: Highcharts Usage
Topic: Make custom image marker increase in size on hover
Replies: 1
Views: 55
 
Jump to post

Re: Make custom image marker increase in size on hover

Hi HarryChart , Thank you for contacting us! Indeed, it is possible to get rid of mentioned lag. You could define custom CSS class, and then assign it to an element by .addClass() function when the mouse is over the series, and remove it within the onMouseOut handler. Please take a look on the attac...
by daniel_s
Mon Apr 15, 2024 9:09 am
Forum: Highcharts Usage
Topic: Prevent legends to be cut
Replies: 3
Views: 79
 
Jump to post

Re: Prevent legends to be cut

Hi rezkesh , Could you tell me whether you're running the latest version of Highcharts, or some previous one? As you can see on the demo, it works well with the latest so it might be the problem with your local configuration. Are you able to provide me with the example where setting mentioned proper...
by daniel_s
Fri Apr 12, 2024 8:20 am
Forum: Highcharts Usage
Topic: Prevent legends to be cut
Replies: 3
Views: 79
 
Jump to post

Re: Prevent legends to be cut

Hi rezkesh , Thank you for reaching out to us! In order to make the exported chart wider and increase its height, you can play with exporting.sourceWidth and exporting.sourceHeight properties. I've prepared the demo, where I've set the mentioned properties to 700px , so now the legend is not cropped...
by daniel_s
Fri Apr 12, 2024 7:32 am
Forum: Highcharts Stock
Topic: Showing a Loading message while chart is rendering
Replies: 3
Views: 80
 
Jump to post

Re: Showing a Loading message while chart is rendering

Hi DoumiLo , You're welcome! I've used the `setTimeout` in order to move the chart creation time to the end of the Event Loop's queue. That's why the "Loading.." can be drawn within the chart container before it's rendered. I recommend you to take a look on the below article which explains...
by daniel_s
Thu Apr 11, 2024 2:15 pm
Forum: Highcharts Stock
Topic: Showing a Loading message while chart is rendering
Replies: 3
Views: 80
 
Jump to post

Re: Showing a Loading message while chart is rendering

Hi DoumiLo , Thank you for opening the topic! Of course you can display a message, during the chart render time, and actually, there are two ways of doing it which came to my mind, but you should choose the one which better suits your requirements and code. Please take a look on the example below, w...
by daniel_s
Wed Apr 10, 2024 1:17 pm
Forum: Highcharts Usage
Topic: Updating a bar chart with broken axis
Replies: 1
Views: 87
 
Jump to post

Re: Updating a bar chart with broken axis

Hi lucki , First of all, thank you for reporting the missing property. I've just opened the https://github.com/highcharts/highcharts/issues/20984 in our library's GitHub issues where it's reported. Regarding your issue, if breakpoints are dynamic, you should delete existing graphics, for example by ...
by daniel_s
Wed Apr 10, 2024 11:40 am
Forum: Highcharts Usage
Topic: Gauge with live data via polling?
Replies: 1
Views: 53
 
Jump to post

Re: Gauge with live data via polling?

Hi oz1sej , Thank you for contacting us! Using the data module can simplify the process of making the chart more dynamic than usually, and as you could notice should work out of the box, e.g by providing the CSV file, or by connecting the Google spreadsheet. It's hard to deduce what is wrong with yo...
by daniel_s
Tue Apr 09, 2024 12:40 pm
Forum: Highcharts Usage
Topic: Continuous color trend with Sankey diagram
Replies: 2
Views: 58
 
Jump to post

Re: Continuous color trend with Sankey diagram

Hello kschick989 , We're really happy to see you've back with further questions! Unfortunately I can't get what you mean, so could you try to provide me with more detailed explanation of what effect would you like to achieve? I would really appreciate some graphic sample, even the quick and raw sket...
by daniel_s
Tue Apr 09, 2024 11:53 am
Forum: Highcharts Usage
Topic: Having series-on-point module enabled messes with invisible series
Replies: 3
Views: 66
 
Jump to post

Re: Having series-on-point module enabled messes with invisible series

Hi hubaksis, Indeed, you can pass your own custom property and access it from the inside of `afterAddSeries` event callback function. > Do you have any estimate on fixing this issue? Unfortunately, we don't have any ETA when it could be fixed. If you basically have the Advantage plan, I could try to...
by daniel_s
Tue Apr 09, 2024 10:02 am
Forum: Highcharts Usage
Topic: Space between highcharted bar radius
Replies: 1
Views: 53
 
Jump to post

Re: Space between highcharted bar radius

Hello wh c , Thank you for opening the new topic, and welcome on our forum! It's hard to find out what causes the issue without taking a look on your configuration, so could you provide me with the minimal demo, which presents the problem? I assume you've been using the bar.borderRadius property, bu...
by daniel_s
Mon Apr 08, 2024 12:45 pm
Forum: Highcharts Usage
Topic: Having series-on-point module enabled messes with invisible series
Replies: 3
Views: 66
 
Jump to post

Re: Having series-on-point module enabled messes with invisible series

Hi hubaksis , Appreciate you're running Highcharts with your application! It definitely looks like the bug, so I've reported it on our Github's issue tracker, and you can watch the progress of fixing it. In a meantime (temporarily) you could apply a simple workaround which lets the chart work correc...
by daniel_s
Mon Apr 08, 2024 9:53 am
Forum: Highcharts Usage
Topic: Making pie chart allign with the top of the container
Replies: 1
Views: 51
 
Jump to post

Re: Making pie chart allign with the top of the container

Hi Chrintz , Thank you for contacting us once again! The fact that the legend is so narrow, and it has 3 lines is caused by the default distance between the items, which is set to 20 pixels. You can simply decrease it by setting the legend.itemDistance , and adjust it to your requirements (e.g to 8p...
by daniel_s
Thu Apr 04, 2024 4:34 pm
Forum: Highcharts Usage
Topic: Tootltip is disappearning
Replies: 3
Views: 125
 
Jump to post

Re: Tootltip is disappearning

Hi PSR.R,

Would you be able to provide us with some demo example where the problem is noticeable?
Are you running native/pure Highcharts library, or the Android wrapper version?

Kind regards!
by daniel_s
Wed Apr 03, 2024 3:47 pm
Forum: Highcharts Stock
Topic: MACD is not printed properly
Replies: 1
Views: 116
 
Jump to post

Re: MACD is not printed properly

Hi ngel , Thank you for contacting us and asking the question! Could you explain what do you mean by saying missing data ? The thing that should be taken into account is the fact that indicators usually aggregate the data, and need some data range to calculate the first point, for example MACD requi...
by daniel_s
Wed Apr 03, 2024 2:39 pm
Forum: Highcharts Usage
Topic: Tootltip is disappearning
Replies: 3
Views: 125
 
Jump to post

Re: Tootltip is disappearning

Hi PSR.R , Thank you for joining Highcharts community. Could you describe the problem you have in more details? Would be really appreciated to see what is happening on the short video clip, or receive some description of how to reproduce the problem step by step. Looking forward for your answer, Kin...

Go to advanced search