Search found 8 matches

Go to advanced search

by tanmayshah95
Mon Jan 17, 2022 2:27 pm
Forum: Highcharts Maps
Topic: Gradually increase/decrease Series labels font size on map zoom
Replies: 6
Views: 2020
 
Jump to post

Re: Gradually increase/decrease Series labels font size on map zoom

Hello mateusz.b, Thanks for your response and solution. Disabling animation after first render worked for us. Now, we were planning to further update highcharts to latest version but now it seems this custom handling is not working at all. For latest version of highcharts (9.3.2), afterSetExtremes e...
by tanmayshah95
Fri Nov 19, 2021 12:05 pm
Forum: Highcharts Maps
Topic: Gradually increase/decrease Series labels font size on map zoom
Replies: 6
Views: 2020
 
Jump to post

Re: Gradually increase/decrease Series labels font size on map zoom

Hello, Were you able to find solution regarding to our second problem. We are upgrading to highcharts v9.2.2 and will need a fix to this issue as labels looks way misplaced on zoom (button as well as scroll). Issue on v9.2.2: https://jsfiddle.net/tanmayshah95/dek0gLf2/ Working on previous versions: ...
by tanmayshah95
Thu Nov 26, 2020 2:53 pm
Forum: Highcharts Usage
Topic: Need responsive behavior on Axis labels when chart margin is modified
Replies: 3
Views: 619
 
Jump to post

Re: Need responsive behavior on Axis labels when chart margin is modified

Hello Dominik, As per mentioned case, we were expecting ellipsis property to be automatically handled on changing axis position to fixed margin. Similar behavior is already present at the time of dynamic margin (when marginBottom is not set) where at the time of chart rendering, labels are properly ...
by tanmayshah95
Thu Nov 26, 2020 11:41 am
Forum: Highcharts Usage
Topic: Need responsive behavior on Axis labels when chart margin is modified
Replies: 3
Views: 619
 
Jump to post

Need responsive behavior on Axis labels when chart margin is modified

Hello, I need to achieve responsive behavior of axis labels such as auto rotation (if rotation not set), ellipsis (if rotation is set) etc. is automatically calculated, when chart margin is modified. example: https://jsfiddle.net/tanmayshah95/usxfcyvb/1/ Here, margin bottom is set to 100. And labels...
by tanmayshah95
Thu Sep 10, 2020 7:13 am
Forum: Highcharts Usage
Topic: Sankey chart nodes creating circular links even if straight links are possible
Replies: 3
Views: 746
 
Jump to post

Re: Sankey chart nodes creating circular links even if straight links are possible

Hi, I am not looking for straightness of links as it is defined by curve factor. What i wanted to know is that how to avoid circular links without manually setting level property on nodes. As in given example (Current result): "China" node has incoming links from Morocco, Senegal, Mali and...
by tanmayshah95
Sun Sep 06, 2020 7:27 pm
Forum: Highcharts Usage
Topic: Sankey chart nodes creating circular links even if straight links are possible
Replies: 3
Views: 746
 
Jump to post

Sankey chart nodes creating circular links even if straight links are possible

Hello, I have tried to plot two Sankey charts on same data set with same nodes and links, but still Node is creating a circular link by getting plotted on same level of its respective 'From' node. Only difference is Link ordering as ordering can not be fixed in our case. Current Result: Circular lin...
by tanmayshah95
Mon Jun 01, 2020 5:06 am
Forum: Highcharts Maps
Topic: Gradually increase/decrease Series labels font size on map zoom
Replies: 6
Views: 2020
 
Jump to post

Gradually increase/decrease Series labels font size on map zoom

Hi, I am trying to implement, increase/decrease of font size on map zoom in/out. For this, i have used getExtremes api and afterSetExtremes event of xAxis to find zoom level. With this zoom level, font size is updated in chart. is there any other way to achieve this? This was working fine if map is ...
by tanmayshah95
Wed Sep 25, 2019 7:21 am
Forum: Highcharts Usage
Topic: Need to override getCenter for Sunburst chart
Replies: 1
Views: 284
 
Jump to post

Need to override getCenter for Sunburst chart

I am trying to override getCenter of CenteredSeriesMixin for Sunburst chart. Since it is used locally in translate i am unable to do so. I was expecting getCenter API on prototype so that it is wrappable.

Code snippet from translate():
positions = series.center = getCenter.call(series),

Go to advanced search