Search found 34 matches

Go to advanced search

by annananana
Mon Jul 26, 2021 4:49 pm
Forum: Highcharts Usage
Topic: chart not showing correctly when the width of scrollable area is too large
Replies: 3
Views: 587
 
Jump to post

Re: chart not showing correctly when the width of scrollable area is too large

Hi, Thanks for the reply. Yeah I understand that scrollable area works that when the plot area width it's smaller than minWidth the scroll is showing. But in the 2 examples I provided, the width of plot area is smaller than minWidth. <div style={{ width: "300px" }}> <HighchartsReact highch...
by annananana
Mon Jul 26, 2021 5:22 am
Forum: Highcharts Usage
Topic: chart not showing correctly when the width of scrollable area is too large
Replies: 3
Views: 587
 
Jump to post

chart not showing correctly when the width of scrollable area is too large

Hi, I met an issue about chart not showing correctly when the width of scrollable area is too large. I want to keep the distance between points as a fixed pixel (for example 20px). So I will calculate the width of scrollable area based on x axis horizon. Here is an example working correctly: https:/...
by annananana
Wed Apr 21, 2021 11:43 pm
Forum: Highcharts Usage
Topic: Synchronization between chart and custom table
Replies: 3
Views: 736
 
Jump to post

Re: Synchronization between chart and custom table

Hi, Thanks for reply. To solve the problem step by step, let's focus on the scrolling first since I assume this is the most complicated part in the requirements. Use this demo as an example: https://codesandbox.io/s/highcharts-react-demo-forked-iq50w?file=/demo.jsx. The points on chart and points on...
by annananana
Mon Apr 12, 2021 6:27 am
Forum: Highcharts Usage
Topic: Synchronization between chart and custom table
Replies: 3
Views: 736
 
Jump to post

Synchronization between chart and custom table

Hey, I'm trying to implement the feature around synchronization between chart and custom table. The requirements are as follows. 1) when I change the value in the <input> inside the table, the corresponding point on chart would update the value accordingly, show marker in hover state, show the verti...
by annananana
Mon Mar 29, 2021 10:05 pm
Forum: Highcharts Usage
Topic: Highlight the point directly hovered on if tooltip is shared
Replies: 5
Views: 1055
 
Jump to post

Re: Highlight the point directly hovered on if tooltip is shared

Hi, Thanks for the reply. Your suggestion is valid and it mitigated that problem a little bit. But as a follow up, even with mouseOver and mouseOut event, it still seems like there are unnecessary updates happening. Here is the demo which I applies your suggestion on using mouseOver and mouseOut eve...
by annananana
Fri Mar 26, 2021 11:53 pm
Forum: Highcharts Usage
Topic: Highlight the point directly hovered on if tooltip is shared
Replies: 5
Views: 1055
 
Jump to post

Re: Highlight the point directly hovered on if tooltip is shared

Hi, Thanks for the reply. Actually the requirement in this post is not the same as this one https://www.highcharts.com/forum/viewtopic.php?f=9&t=46033. They are somewhat related but that post is about how to treat the tooltip when hovering over one of several points in the same vertical line. Th...
by annananana
Thu Mar 25, 2021 4:54 am
Forum: Highcharts Usage
Topic: Highlight the point directly hovered on if tooltip is shared
Replies: 5
Views: 1055
 
Jump to post

Highlight the point directly hovered on if tooltip is shared

Hi, I'm trying to find a way to realize the following requirement. Let's assume there are 3 kinds of marker style. Style A : normal marker style. Style B : style for the point which the mouse is hovering on directly. Style C : marker style for the point which is on the same vertical crosshair as the...
by annananana
Wed Mar 24, 2021 6:23 am
Forum: Highcharts Usage
Topic: Highlight the point which is hovered in tooltip
Replies: 12
Views: 3271
 
Jump to post

Re: Highlight the point which is hovered in tooltip

Hi, Sorry about the confusion. I have created a new demo https://jsfiddle.net/z6cmopw5/9/. We can work on this one together. Firstly, I would like to express my understanding for marker in hovered state and normal state . If a marker is in hovered state, it would be highlighted and there is a halo a...
by annananana
Tue Mar 23, 2021 2:51 am
Forum: Highcharts Usage
Topic: Control tooltip position to be the left/right of the point
Replies: 13
Views: 8014
 
Jump to post

Re: Control tooltip position to be the left/right of the point

Hi, Thanks for the solution. It works fine! One follow up question is I got his warning Property 'scrollingContainer' does not exist on type 'Chart'. because I'm using typescript in my project. Is there any way to mitigate this warning? One thing I can think about is maybe extend the original chart ...
by annananana
Fri Mar 19, 2021 6:22 pm
Forum: Highcharts Usage
Topic: Highlight the point which is hovered in tooltip
Replies: 12
Views: 3271
 
Jump to post

Re: Highlight the point which is hovered in tooltip

Hi, Thanks for the update! Actually I have found a possible workaround for that bug (which can be found in the following demo). But still want to get update from that bug, since this workaround has many iterations (iterate all series then iterate all data points), which might bring downside on perfo...
by annananana
Fri Mar 19, 2021 12:10 am
Forum: Highcharts Usage
Topic: Control tooltip position to be the left/right of the point
Replies: 13
Views: 8014
 
Jump to post

Control tooltip position to be the left/right of the point

Hi, I want to control the tooltip position and always put it on the left of the crosshair as long as it doesn't go out of the chart. But if the tooltip is going to be out of the chart, show it on the right side of the crosshair. (BTW, the reason behind this requirement is I found that if the tooltip...
by annananana
Tue Mar 16, 2021 10:28 pm
Forum: Highcharts Usage
Topic: Highlight the point which is hovered in tooltip
Replies: 12
Views: 3271
 
Jump to post

Re: Highlight the point which is hovered in tooltip

Hi,

Do we have any progress on this potential bug? If it has been fired somewhere, is there any link that I can keep track with?

Thanks!
by annananana
Fri Mar 12, 2021 6:50 pm
Forum: Highcharts Usage
Topic: Show circle spinner on chart
Replies: 10
Views: 3800
 
Jump to post

Re: Show circle spinner on chart

Hi,

I managed to solve the problem. Thanks for all the help!
by annananana
Thu Mar 11, 2021 2:16 am
Forum: Highcharts Usage
Topic: control the style of marker when hovering
Replies: 3
Views: 2209
 
Jump to post

Re: control the style of marker when hovering

Hi, Thanks for the reply. I have tried the demo (https://jsfiddle.net/zgr879x5/3/). I notice that based on current config, only when the mouse is close to that series (whose name is '2' in the demo), the marker will show up. Is that possible that when the mouse is hovering on the chart, no matter ho...
by annananana
Wed Mar 10, 2021 5:14 am
Forum: Highcharts Usage
Topic: Different tooltip when dragging the point
Replies: 7
Views: 873
 
Jump to post

Re: Different tooltip when dragging the point

Hi,

Thanks for helping me test different configurations.
I just reported a bug on github: https://github.com/highcharts/highcharts/issues/15290.

Go to advanced search