Search found 615 matches

Go to advanced search

by andrzej.b
Mon Feb 17, 2025 4:29 pm
Forum: Highcharts Usage
Topic: Missing Points type in Point type definition in version 12 - TooltipFormatter
Replies: 2
Views: 8
 
Jump to post

Re: Missing Points type in Point type definition in version 12 - TooltipFormatter

Hi, Welcome to our forum and thanks for contacting us with your question! You are right, it is a bug, and it has already been reported here: https://github.com/highcharts/highcharts/issues/22266 Please follow up over there to see any updates, workaround, etc. If anything else pops up, please let us ...
by andrzej.b
Mon Feb 17, 2025 8:32 am
Forum: Highcharts Dashboards
Topic: DataGrid Styling
Replies: 5
Views: 4874
 
Jump to post

Re: DataGrid Styling

Hi,

Dashboards v3.0 was released last year in October, you can read more about the new setup here: https://www.highcharts.com/docs/datagri ... on#styling

Kind regards,
by andrzej.b
Mon Feb 17, 2025 8:24 am
Forum: Highcharts Usage
Topic: PieChart tooltip hovering legend
Replies: 4
Views: 86
 
Jump to post

Re: PieChart tooltip hovering legend

Hi, To address this, I recommend creating a ticket on the Highcharts GitHub repository using this link: https://github.com/highcharts/highcharts/issues/new/choose. This will allow the maintainers to review and potentially fix the issue in future releases. In the meantime, you can easily work around ...
by andrzej.b
Mon Feb 17, 2025 7:59 am
Forum: Highcharts Usage
Topic: I am to create and export a word cloud to a pdf, How can I go about it using Highcharts?
Replies: 8
Views: 1649
 
Jump to post

Re: I am to create and export a word cloud to a pdf, How can I go about it using Highcharts?

Hi, Welcome to the forum and thank you for raising your question. In version 12, the way modules are imported has changed. It is no longer necessary to initialize them after importing. They initialize themselves, the only thing you need to do is to change the syntax a bit. import * as Highcharts fro...
by andrzej.b
Fri Feb 14, 2025 4:35 pm
Forum: Highcharts Usage
Topic: PieChart tooltip hovering legend
Replies: 4
Views: 86
 
Jump to post

Re: PieChart tooltip hovering legend

Hi, Welcome to our forum and thanks for contacting us with your question! There is no API option to add such a tooltip, but you can add mouseover and mouseout eventListeners on legend items in the chart.event.load like so: events: { load: function () { const chart = this const legend = chart.legend ...
by andrzej.b
Fri Feb 14, 2025 1:42 pm
Forum: Highcharts Usage
Topic: Getting error for downloading chart as image
Replies: 1
Views: 53
 
Jump to post

Re: Getting error for downloading chart as image

Hi, Thank you for reaching out regarding the issue with export.highcharts.com. Our export service is primarily designed to convert rendered charts into image files, typically initiated through the export menu attached to charts, in a browser window. To ensure optimal performance for all users, we re...
by andrzej.b
Fri Feb 14, 2025 11:42 am
Forum: Highcharts Usage
Topic: How to Keep Highlighted Selection Box Aligned While Using Zoom?
Replies: 1
Views: 40
 
Jump to post

Re: How to Keep Highlighted Selection Box Aligned While Using Zoom?

Hi there, To keep both the zoom effect and the correctly positioned highlight box, you need to ensure that the selection box updates its position and dimensions after zooming. The issue arises because the chart's axes are redrawn during zoom, which can misalign your custom selection box. Here's a wa...
by andrzej.b
Fri Feb 14, 2025 10:22 am
Forum: Highcharts Gantt
Topic: Adjusting Gantt Chart Height and Layer Behavior
Replies: 3
Views: 382
 
Jump to post

Re: Adjusting Gantt Chart Height and Layer Behavior

Hi,

This thread should help you: viewtopic.php?t=44350

Best,
by andrzej.b
Fri Feb 14, 2025 9:57 am
Forum: Highcharts Stock
Topic: annotation drag issue
Replies: 2
Views: 84
 
Jump to post

Re: annotation drag issue

Hi, Thanks for letting us know about this issue. This does look like a potential bug, and I’d recommend reporting it on the official Highcharts GitHub repository: https://github.com/highcharts/highcharts/issues. That’s the best place to raise issues like this, as it allows the development team to in...
by andrzej.b
Thu Feb 13, 2025 2:42 pm
Forum: Highcharts Dashboards
Topic: highcharts.css overwrites KPI component configuration
Replies: 2
Views: 207
 
Jump to post

Re: highcharts.css overwrites KPI component configuration

Hi,

Thanks for bringing this up. The best place to raise such concerns is here: https://github.com/highcharts/highchart ... new/choose
You can expect possible updates or workarounds there.

If anything else pops up, please let us know.

Kind regards,
by andrzej.b
Thu Feb 13, 2025 2:09 pm
Forum: Highcharts Usage
Topic: AreaSpline and Line Chart Combine
Replies: 5
Views: 1025
 
Jump to post

Re: AreaSpline and Line Chart Combine

Hi,

In that case, you can use SVG renderer to render labels as a workaround, see the documentation: https://www.highcharts.com/docs/advance ... s/renderer

Please see a demo: https://jsfiddle.net/BlackLabel/ej1u62w0/

Kind regards,
by andrzej.b
Thu Feb 13, 2025 1:38 pm
Forum: Highcharts Gantt
Topic: Adjusting Gantt Chart Height and Layer Behavior
Replies: 3
Views: 382
 
Jump to post

Re: Adjusting Gantt Chart Height and Layer Behavior

Hi,

Your issues seem to be related to this bug: https://github.com/highcharts/highcharts/issues/13898
Please add your comments there, and follow up on possible workarounds.

Feel free to reach out if you have any further questions.

Best,
by andrzej.b
Thu Feb 13, 2025 1:11 pm
Forum: Highcharts Maps
Topic: Is there a list of hc-key values along with their corresponding "highcharts-name" values?
Replies: 6
Views: 5847
 
Jump to post

Re: Is there a list of hc-key values along with their corresponding "highcharts-name" values?

Hi there, The hc-key for the UK map can go down to various administrative levels. For the most detailed maps, you can often get down to the level of counties and sometimes even further to local authorities, depending on the map data available. However, the granularity might not reach specific locati...
by andrzej.b
Thu Feb 13, 2025 11:50 am
Forum: Highcharts Usage
Topic: Getting highchart error
Replies: 1
Views: 45
 
Jump to post

Re: Getting highchart error

Hi,

Would you mind reproducing the issue in an online editor so I can help you with it?

Kind regards,
by andrzej.b
Wed Feb 12, 2025 3:12 pm
Forum: Highcharts Usage
Topic: Boost error when changing serie threshold
Replies: 1
Views: 130
 
Jump to post

Re: Boost error when changing serie threshold

Hi there, Thanks for letting us know about the issue. Since you reported it on Github, please continue the discussion over there. We work as a single support team across all channels, so you will receive your answer there. Please try not to duplicate topics in the future. We respond on all channels ...

Go to advanced search