Search found 469 matches

Go to advanced search

by andrzej.b
Fri Jan 10, 2025 8:24 pm
Forum: Highcharts Stock
Topic: Next Js HighStock
Replies: 4
Views: 128
 
Jump to post

Re: Next Js HighStock

Hi, The demo you shared is not working. As for the if (typeof Highcharts === 'object') check, it's not necessary with the new import style in v12. This check was typically used in environments where you needed to ensure that Highcharts was loaded before using it, but with ES module imports, this is ...
by andrzej.b
Fri Jan 10, 2025 7:42 pm
Forum: Highcharts Usage
Topic: zip download for latest version
Replies: 3
Views: 64
 
Jump to post

Re: zip download for latest version

Hi,

Your issue seems related to this ticket: https://github.com/highcharts/highcharts/issues/22450
It's going to have a fix with the upcoming release.

Kind regards,
by andrzej.b
Fri Jan 10, 2025 7:40 pm
Forum: Highcharts Usage
Topic: Help with Line Step Behavior and Column Alignment in Highcharts
Replies: 4
Views: 38
 
Jump to post

Re: Help with Line Step Behavior and Column Alignment in Highcharts

Hi @MayankOfficial, I'm afraid we don't have such a feature easily available. If you think such a feature would be useful for more users, you can request it here: https://github.com/highcharts/highcharts/issues/new/choose You can expect possible updates or workarounds there. However, if you need a c...
by andrzej.b
Fri Jan 10, 2025 7:35 pm
Forum: Highcharts Maps
Topic: Discrete quantized legend for maps
Replies: 5
Views: 106
 
Jump to post

Re: Discrete quantized legend for maps

Hi Blaine, Thanks for the update. If you think such a feature would be useful for more users, you can request it here: https://github.com/highcharts/highcharts/issues/new/choose You can expect possible updates or workarounds there. However, if you need a customized solution for yourself without wait...
by andrzej.b
Fri Jan 10, 2025 4:05 pm
Forum: Highcharts Stock
Topic: YTD displays dates from the previous year
Replies: 3
Views: 44
 
Jump to post

Re: YTD displays dates from the previous year

So glad to have been able to help – if you have any follow up questions, please let us know.
by andrzej.b
Fri Jan 10, 2025 4:05 pm
Forum: Highcharts Usage
Topic: Highcharts export image with custom images(png/jpeg) on xaxis
Replies: 19
Views: 1934
 
Jump to post

Re: Highcharts export image with custom images(png/jpeg) on xaxis

Can you reproduce the issue fully, in codesandbox or stackblitz, so that I could see the labels actually rendered? And how they behave while exporting?
by andrzej.b
Fri Jan 10, 2025 2:31 pm
Forum: Highcharts Usage
Topic: Highcharts export image with custom images(png/jpeg) on xaxis
Replies: 19
Views: 1934
 
Jump to post

Re: Highcharts export image with custom images(png/jpeg) on xaxis

Something like this? if (useLogo) { if (type === 'bar') { return `<span><img src="${data[index].logo}" alt="${name}" style="width: 30px; height: 30px;" /></span>`; } else { return `<span><img src="${data[index].logo}" alt="${name}" style="width:...
by andrzej.b
Fri Jan 10, 2025 2:28 pm
Forum: Highcharts Usage
Topic: Help with Line Step Behavior and Column Alignment in Highcharts
Replies: 4
Views: 38
 
Jump to post

Re: Help with Line Step Behavior and Column Alignment in Highcharts

Hi, With column setting it's easy, you just need to apply proper centerInCategory, pointPadding and borderWidth. With the line series, it's tricky. With the current setting, you might prefer the left step: https://api.highcharts.com/highcharts/series.line.step Demo: https://jsfiddle.net/BlackLabel/5...
by andrzej.b
Fri Jan 10, 2025 1:30 pm
Forum: Highcharts Usage
Topic: Highcharts export image with custom images(png/jpeg) on xaxis
Replies: 19
Views: 1934
 
Jump to post

Re: Highcharts export image with custom images(png/jpeg) on xaxis

Ok, thanks, I've noted that you use just <img/> for your graphics, for the export to work correctly, have you tried wrapping them in the <span></span> as on my example? It helps with HTML interpretation during the export.
by andrzej.b
Fri Jan 10, 2025 1:26 pm
Forum: Highcharts Stock
Topic: Next Js HighStock
Replies: 4
Views: 128
 
Jump to post

Re: Next Js HighStock

Hi, Welcome to the forum and thank you for reaching out with your question. Quick note: if you are using Higcharts v12, you need to adjust the imports as per update notes in the changelog here: https://www.highcharts.com/changelog/#highcharts-v12.0.0 Could you reproduce the issue in an online editor...
by andrzej.b
Fri Jan 10, 2025 1:22 pm
Forum: Highcharts Usage
Topic: When using Highcharts in React, the chart breaks when the state changes.
Replies: 1
Views: 48
 
Jump to post

Re: When using Highcharts in React, the chart breaks when the state changes.

Hi,

Welcome to the forum and thank you for reaching out with your question.

I've tried to reproduce your issue with pure highcharts code, and it didn;t show up: https://jsfiddle.net/BlackLabel/2dk5nfpj/
Could you reproduce the issue in an online editor that I could work on?

Kind regards,
by andrzej.b
Fri Jan 10, 2025 1:13 pm
Forum: Highcharts Usage
Topic: we require ellipse of line similar to screenshot.
Replies: 1
Views: 43
 
Jump to post

Re: we require ellipse of line similar to screenshot.

Hi, Thanks for reaching out with your question. You can use renderer to render a custom path (ellipse) or a circle. Take a look at the example below. API Reference: http://api.highcharts.com/highcharts/Renderer.circle http://api.highcharts.com/highcharts/Renderer.path Example: https://jsfiddle.net/B...
by andrzej.b
Fri Jan 10, 2025 12:34 pm
Forum: Highcharts Usage
Topic: Highcharts export image with custom images(png/jpeg) on xaxis
Replies: 19
Views: 1934
 
Jump to post

Re: Highcharts export image with custom images(png/jpeg) on xaxis

Could you reproduce the issue in an online editor that I could work on?
by andrzej.b
Fri Jan 10, 2025 12:33 pm
Forum: Highcharts Stock
Topic: YTD displays dates from the previous year
Replies: 3
Views: 44
 
Jump to post

Re: YTD displays dates from the previous year

Hi Adam, Welcome to our forum and thanks for contacting us with your question! The YTD sets the maximum extremes based on minRange param on xAxis. The minRange is calculated according to your data points differences on time. When you declare "smaller" minRange which is i.e 1 day, then the ...
by andrzej.b
Fri Jan 10, 2025 9:03 am
Forum: Highcharts Usage
Topic: Highcharts export image with custom images(png/jpeg) on xaxis
Replies: 19
Views: 1934
 
Jump to post

Re: Highcharts export image with custom images(png/jpeg) on xaxis

Hi,

If you use HTML on labels, with exporting.allowHTML you can get JPEG and PNG easily: https://jsfiddle.net/BlackLabel/vd10bc7j/

I hope you will find it useful.

Kind regards,

Go to advanced search