Search found 753 matches

Go to advanced search

by daniel_s
Tue Mar 26, 2024 2:11 pm
Forum: Highcharts Usage
Topic: How to set the mininum range selection while zooming
Replies: 1
Views: 58
 
Jump to post

Re: How to set the mininum range selection while zooming

Hi yasarui , Really appreciate you contacting us again. It means a lot to us! The reason of why the tooltip shows inconsistent values from time to time is the fact, that the max and min axis values from the event are not rounded to 5 minutes, e.g you can see the values like 1710895421755.1733 , so i...
by daniel_s
Mon Mar 25, 2024 2:51 pm
Forum: Highcharts Dashboards
Topic: Defining initial series state
Replies: 1
Views: 53
 
Jump to post

Re: Defining initial series state

Hi liorhe , Thank you for contacting us again! Could you please provide me with the basic demo which shows what the problem is? It's always better to work on a real example than trying to produce it from scratch. Basically we'll be able to help you much faster then. By the way, you might probably ac...
by daniel_s
Mon Mar 25, 2024 1:11 pm
Forum: Highcharts Usage
Topic: Place react custom tooltip at the last item after resizing
Replies: 3
Views: 94
 
Jump to post

Re: Place react custom tooltip at the last item after resizing

Hi yasarui,

The tooltip content doesn't change, because you've been using a static data. If you would like to use dynamic data, you can request it on every redraw.
Please take a look on the example below.

Demo: https://stackblitz.com/edit/vitejs-vite ... %2FApp.jsx

Kind regards!
by daniel_s
Tue Mar 19, 2024 1:18 pm
Forum: Highcharts Usage
Topic: Place react custom tooltip at the last item after resizing
Replies: 3
Views: 94
 
Jump to post

Re: Place react custom tooltip at the last item after resizing

Hi yasarui , Thanks for opening the new topic. Really appreciate you've chosen Highcharts! In order to get the expected result it's just needed to run the same process that you've done on load event, but on the redraw too. I moved the steps out of the load event, created the new function, and assign...
by daniel_s
Tue Mar 19, 2024 12:58 pm
Forum: Highcharts Usage
Topic: Map Datalabels not working properly after drillup
Replies: 2
Views: 96
 
Jump to post

Re: Map Datalabels not working properly after drillup

Hi andreyga22 , Thank you for contacting us. Looks like it's the bug, so I decided to open the new issue on our GitHub. You can just temporarily add the "pointer-events": "none" statement into the activeDataLabelStyle object, and then the data labels will be kind of transparent f...
by daniel_s
Fri Mar 15, 2024 1:14 pm
Forum: Highcharts Maps
Topic: 3D scatter chart z axis points combined and not showing labels
Replies: 4
Views: 134
 
Jump to post

Re: 3D scatter chart z axis points combined and not showing labels

Hi tcg , Got it. I can see they're present on my demo example, but can't see them on the chart placed on your site. Could you provide me with entire configuration you've been using to create the chart? I've just copied it from user's configuration object, but the charts differ though. Would be reall...
by daniel_s
Wed Mar 13, 2024 1:26 pm
Forum: Highcharts Usage
Topic: Position the tooltip at the bottom right corner of the chart
Replies: 2
Views: 85
 
Jump to post

Re: Position the tooltip at the bottom right corner of the chart

Hi yasarui , Welcome on our forum, and thank you for contacting us! In order to dynamically set the tooltip's position under the xAxis line, we should calculate the position basing on the plot line's width and height including chart's spacing. The best way of doing it is to refer to the chart object...
by daniel_s
Wed Mar 13, 2024 1:03 pm
Forum: Highcharts Maps
Topic: 3D scatter chart z axis points combined and not showing labels
Replies: 4
Views: 134
 
Jump to post

Re: 3D scatter chart z axis points combined and not showing labels

Hi tcg , Thank you for contacting us, and really love to see you're running Highcharts! If I understood you well, you would like to see the labels near every point on the chart, am I right? I've took the options from your configuration, and one thing I needed to do is to enable data labels on all se...
by daniel_s
Wed Mar 13, 2024 10:16 am
Forum: Highcharts Usage
Topic: Heatmap question
Replies: 18
Views: 883
 
Jump to post

Re: Heatmap question

Thanks - I thought Jakub was asking for the original set-up before trying to utilize the one provided in the demo. I haven't managed to get a count to work correctly, but I can see a count. I have tried a variation of things, and have another version where it does return three arrays, but that also...
by daniel_s
Tue Mar 12, 2024 10:46 am
Forum: Highcharts Usage
Topic: Create grid line like ECG paper
Replies: 3
Views: 169
 
Jump to post

Re: Create grid line like ECG paper

Hi datnguyen.7031 , Thank you for sending the demo! It's always much more comfortable to play with the real example, than trying to build it up from scratch. I've modified your example, where: - changed the x axis tick interval to 200ms, and enabled the grid line for them - enabled minor ticks with ...
by daniel_s
Tue Mar 12, 2024 9:33 am
Forum: Highcharts Usage
Topic: Heatmap question
Replies: 18
Views: 883
 
Jump to post

Re: Heatmap question

Hi 20thcw_dev , Could you elaborate on the problem you have with your demo? Unfortunately we can't get to the point what is wrong with this one. Did you mean the months should be wrapped to the next line when the numberOfElementsInTheRow exceeded? I also see your calculations are written in a comple...
by daniel_s
Fri Mar 08, 2024 5:29 pm
Forum: Highcharts Usage
Topic: Create grid line like ECG paper
Replies: 3
Views: 169
 
Jump to post

Re: Create grid line like ECG paper

Hi datnguyen .7031, First of all, thank you for choosing Highcharts, it means the world to us, and welcome to our community! There are several ways of achieving the goal you need, and of course, it is feasible. Would be really nice, and appreciate you provide us with the chart you've been able to pr...
by daniel_s
Wed Mar 06, 2024 12:38 pm
Forum: Highcharts Maps
Topic: Help How to properly connect a custom treemap?
Replies: 1
Views: 127
 
Jump to post

Re: Help How to properly connect a custom treemap?

Hi VanViktor , Thank you for contacting us again! Could you provide me with the documentation you've been using to create the mentioned custom map? Would be really nice to also get the minimal working example, where the problem is noticeable? Looks like it's just the part of your app, and reproducin...
by daniel_s
Wed Mar 06, 2024 10:13 am
Forum: Highcharts Usage
Topic: Inconsistent Column Spacing When Splitting Single Series for Color Differentiation
Replies: 1
Views: 115
 
Jump to post

Re: Inconsistent Column Spacing When Splitting Single Series for Color Differentiation

Hi hemanthreddyk , Thank you for contacting us, and running Highcharts. We really appreciate it! In order to achieve the desired effect and center the point when there is no data within the other series with the same category, you should turn on the centerInCategory parameter by setting it to true ....
by daniel_s
Mon Mar 04, 2024 9:59 am
Forum: Highcharts Stock
Topic: Bugs for version 11.3.0
Replies: 8
Views: 1032
 
Jump to post

Re: Bugs for version 11.3.0

Hi HansR , and ebinvjohny , No sorry, I am not. I use HighCharts under the free non-commercial license conditions for the CumulusUtils / CumulusMX project. Thank you for clarification. We're usually able to prioritize some of the issues for our licensed users, especially when they've got the Advanta...

Go to advanced search