Search found 11 matches

Go to advanced search

by aditya3434
Thu Dec 05, 2024 6:51 am
Forum: Highcharts Usage
Topic: Drilldown bugging out when initial series has a single point
Replies: 1
Views: 54
 
Jump to post

Drilldown bugging out when initial series has a single point

In the example given in the jsFiddle below, when navigating from a drilldown series back to the initial series, the X-axis tick disappears if the initial series contains only one point. Refer to the attached gif. jsFiddle Link : https://jsfiddle.net/ytqfd1g5/ The strange thing is that this bug is ve...
by aditya3434
Thu Dec 05, 2024 5:58 am
Forum: Highcharts Usage
Topic: Tooltip border width bug
Replies: 1
Views: 45
 
Jump to post

Tooltip border width bug

Adding a border width to the tooltip, results in some weird lines appearing while hovering as shown in the image attached below. Removing the border width returns the behavior back to normal.

jsFiddleLink : https://jsfiddle.net/zhovyLt2/
by aditya3434
Thu Dec 05, 2024 5:30 am
Forum: Highcharts Usage
Topic: Plot band text styling
Replies: 1
Views: 38
 
Jump to post

Plot band text styling

I have a chart consisting of a thin plot band with some added text. In v10.3.3, this text overflows out the plot band in a centered manner. However, in v11.4.8, the text is wrapped inside the plot band itself. jsFiddle link : https://jsfiddle.net/6o0p9rba/1/ Is there a way to revert to the old styli...
by aditya3434
Tue Oct 29, 2024 5:53 am
Forum: Highcharts Usage
Topic: Drilldown styles not being respected in sunburst chart
Replies: 3
Views: 237
 
Jump to post

Re: Drilldown styles not being respected in sunburst chart

Is there a way to move the config to plotOptions.series? I'm passing general series styles to plotOptions. Is there a way to do that with sunburst chart? Just moving the breadcrumb config to plotOptions.series doesn't seem to work.
by aditya3434
Mon Oct 28, 2024 7:37 am
Forum: Highcharts Usage
Topic: Drilldown styles not being respected in sunburst chart
Replies: 3
Views: 237
 
Jump to post

Drilldown styles not being respected in sunburst chart

I'm passing certain styles for drilldown button as shown in the jsFiddle below. Although these styles work on simple charts, they simply don't function in sunburst chart. jsFiddle link (for Sunburst chart) : https://jsfiddle.net/dxhb6uja/ jsFiddle link (for Column chart where styles are working) : h...
by aditya3434
Tue Oct 01, 2024 10:42 am
Forum: Highcharts Stock
Topic: Align RangeSelector dropdown to right
Replies: 1
Views: 2046
 
Jump to post

Align RangeSelector dropdown to right

I want to align my RangeSelector dropdown to the top right corner of my chart. However, even after passing buttonPosition align to right, it only renders midway with a significant margin from the right. It renders correctly on version 10.3.3. Is there a way to get the same output in version 11.4.8? ...
by aditya3434
Thu Jun 06, 2024 6:49 am
Forum: Highcharts Usage
Topic: Only 1 series highlighted when allAreas is true in mapChart
Replies: 4
Views: 1488
 
Jump to post

Re: Only 1 series highlighted when allAreas is true in mapChart

Hey Daniel! Thanks for the reply. In your example, because you set allAreas to false, you only see the countries you have defined in your series data. In my use case, I have to show the entire Europe map. If you set allAreas to true in your example, we get the entire map, however, only Russia and Uk...
by aditya3434
Wed May 29, 2024 9:45 am
Forum: Highcharts Usage
Topic: Only 1 series highlighted when allAreas is true in mapChart
Replies: 4
Views: 1488
 
Jump to post

Only 1 series highlighted when allAreas is true in mapChart

I have a map chart consisting of some European countries. I want to highlight 2 series of countries with different colors simultaneously, leaving the countries left rendered as grey (default). Hence, I enable allAreas to be true. However, then only 1 series is highlighted at a time. The other series...
by aditya3434
Wed Mar 20, 2024 8:27 am
Forum: Highcharts Usage
Topic: Sync zoom button with synchronized charts in version 11.4.0
Replies: 5
Views: 714
 
Jump to post

Re: Sync zoom button with synchronized charts in version 11.4.0

jakub.s wrote: Tue Mar 19, 2024 11:51 am Just wanted to let you know that it has been fixed on the master branch: https://github.com/highcharts/highchart ... 2167573050 and will be a part of the next release.

Regards!
Thanks jakub! Any idea when the next release would take place?
by aditya3434
Thu Mar 14, 2024 5:56 am
Forum: Highcharts Usage
Topic: Sync zoom button with synchronized charts in version 11.4.0
Replies: 5
Views: 714
 
Jump to post

Sync zoom button with synchronized charts in version 11.4.0

This is the same issue as described in this thread : https://www.highcharts.com/forum/viewtopic.php?f=9&t=45993 Fix given here : https://www.highcharts.com/forum/viewtopic.php?p=164552&sid=fe5e141d92cb176096401516c69c2049#p164552 The fix given above works in 10.3.3 but not in version 11.4.0....
by aditya3434
Thu Mar 14, 2024 5:49 am
Forum: Highcharts Usage
Topic: Usage of SVGRenderer.fontMetrics
Replies: 1
Views: 238
 
Jump to post

Usage of SVGRenderer.fontMetrics

In version 10.3.3, SVGRenderer.fontMetrics() took a font size and an optional element argument. My current usage is shown below let font_size = chart.renderer.fontMetrics('0.8em').b * 0.3 However, after the upgrade to 11.4.0, this line is throwing an error, since now fontMetrics() only takes an elem...

Go to advanced search