Search found 773 matches

Go to advanced search

by daniel_s
Thu Apr 18, 2024 12:11 pm
Forum: Highcharts Usage
Topic: Use of color bar with linear gradient in scatter.
Replies: 1
Views: 32
 
Jump to post

Re: Use of color bar with linear gradient in scatter.

Hi Daniel , Thank you for opening the subject on our forum! It should be feasible, but currently we've found the bug related to scatter + color axis & boost combination, and for some reason it does not work correctly after turning on the boost module. If you really need solution, one thing I can...
by daniel_s
Wed Apr 17, 2024 12:26 pm
Forum: Highcharts Usage
Topic: How can I remove the gap near the yAxis?
Replies: 9
Views: 1567
 
Jump to post

Re: How can I remove the gap near the yAxis?

Hi Kittu16,

It depends on your configuration, so could you provide me with the demo where the problem is noticeable?

Kind regards!
by daniel_s
Wed Apr 17, 2024 12:11 pm
Forum: Highcharts Usage
Topic: How to use a custom data property in a network chart
Replies: 1
Views: 33
 
Jump to post

Re: How to use a custom data property in a network chart

Hi jolehm , Thank you for reaching out to us! The demo you provided above does not work because custom properties are put within the data, which defines the links. In order to make it work correctly, you should define the nodes separately, and put the pointCode there. Please take a look on the attac...
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: 72
 
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: 4
Views: 95
 
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: 4
Views: 95
 
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: 91
 
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: 91
 
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: 96
 
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: 59
 
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: 65
 
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: 4
Views: 90
 
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: 58
 
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: 4
Views: 90
 
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: 56
 
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...

Go to advanced search