Search found 807 matches

Go to advanced search

by dawid.d
Mon Mar 25, 2024 9:16 am
Forum: Highcharts Usage
Topic: How to access the last column value in a column chart after zooming
Replies: 1
Views: 70
 
Jump to post

Re: How to access the last column value in a column chart after zooming

Hello, Thanks for the question and sorry for the late response. In the series object you have two parameters: `points` and `data`. The first, `points`, only contains a list of points that are within the visible range, while `data` includes all of them, even those outside extremes. See the demo below...
by dawid.d
Thu Mar 21, 2024 4:36 pm
Forum: Highcharts Stock
Topic: Polar chart with multiple y axis titles overlapping issue
Replies: 1
Views: 77
 
Jump to post

Re: Polar chart with multiple y axis titles overlapping issue

Hi Gowtham,

Welcome to our forum and thanks for contacting us with your question!

What is your idea about how these titles should be positioned in the case of stacked axes? If you give me more details, I will try to help you find a solution to achieve this.

Best regards!
by dawid.d
Thu Mar 21, 2024 4:17 pm
Forum: Highcharts Dashboards
Topic: Disable / Enable settings per chart in Edit Mode
Replies: 2
Views: 83
 
Jump to post

Re: Disable / Enable settings per chart in Edit Mode

Hi, Thanks for the question! There is no such functionality in Dashboards API yet, but it is quite simple to implement. You can find a workaround in the demo below. Demo: https://jsfiddle.net/BlackLabel/zyjL2hpw/ I added it as a feature request on our GitHub, you can vote for it there, give it a thu...
by dawid.d
Thu Mar 21, 2024 11:20 am
Forum: Highcharts Usage
Topic: Error when using Navigator, axis inverted and boostThreshold
Replies: 3
Views: 119
 
Jump to post

Re: Error when using Navigator, axis inverted and boostThreshold

Hi, thanks for the demo! This looks like a bug in the boost module. You can report it here: https://github.com/highcharts/highcharts/issues/new/choose I tried to find a workaround and if you add a new empty series that is not boosted (you can hide it), everything will start to be rendered correctly....
by dawid.d
Thu Mar 21, 2024 10:31 am
Forum: Highcharts Usage
Topic: How to label in x aixs each stacked and grouped column
Replies: 3
Views: 123
 
Jump to post

Re: How to label in x aixs each stacked and grouped column

Oh yeah, you're right. I haven't centered it properly. It should work better now:
https://jsfiddle.net/BlackLabel/Ldqyc564/
by dawid.d
Wed Mar 20, 2024 3:33 pm
Forum: Highcharts Maps
Topic: Custom map SVG curved paths supported?
Replies: 14
Views: 247
 
Jump to post

Re: Custom map SVG curved paths supported?

I didn't mean to custom position the sunburst areas, they are fixed. But just like I would add mappoint over a map using regular x and y coordinates, I'd need to do the same with sunburst if I'm to use it. Oh, ok, thanks for explaining! You can do it using e.g. scatter chart on appropriately sized ...
by dawid.d
Tue Mar 19, 2024 6:07 pm
Forum: Highcharts Dashboards
Topic: Numeric "select" type under Edit Mode for Highcharts Component
Replies: 2
Views: 92
 
Jump to post

Re: Numeric "select" type under Edit Mode for Highcharts Component

Hello, Thanks for the question! This is because Highcharts in Dashboards have styled mode enabled by default, and the option you are trying to change does not work when it is enabled. (see: https://www.highcharts.com/docs/chart-design-and-style/style-by-css) See how it works with styled mode turned ...
by dawid.d
Tue Mar 19, 2024 4:19 pm
Forum: Highcharts Dashboards
Topic: Colorpicker in the edit mode
Replies: 1
Views: 74
 
Jump to post

Re: Colorpicker in the edit mode

Hello, Thanks for contacting us with your question! Unfortunately, this is not possible yet, but it is a good idea for a feature that you can request on our official GitHub repository, here: https://github.com/highcharts/highcharts/issues/new/choose Feel free to ask any further questions! Best regar...
by dawid.d
Tue Mar 19, 2024 4:16 pm
Forum: Highcharts Maps
Topic: Custom map SVG curved paths supported?
Replies: 14
Views: 247
 
Jump to post

Re: Custom map SVG curved paths supported?

Does sunburst support placing points using some coordinates over areas? Where it's not the entire area that is highlighted, but there is a point placed precisely at a coordinate? Hmm, I'm not sure if I understand you correctly, but if you are asking about the possibility of setting the exact positi...
by dawid.d
Mon Mar 18, 2024 3:19 pm
Forum: Highcharts Usage
Topic: Sankey chart nodes bubbling with small sample size
Replies: 2
Views: 88
 
Jump to post

Re: Sankey chart nodes bubbling with small sample size

Hi Will,

Welcome to our forum and thanks for contacting us with your question!

Would you be able to prepare a demo presenting this problem, e.g. in JSFiddle? This would be a great help for us in the investigation. You can follow this: https://jsfiddle.net/BlackLabel/g861qtc2/

Thanks!
by dawid.d
Mon Mar 18, 2024 10:46 am
Forum: Highcharts Maps
Topic: Custom map SVG curved paths supported?
Replies: 14
Views: 247
 
Jump to post

Re: Custom map SVG curved paths supported?

I just got info that sometimes the parser you use may not work well. The recommendation then is to simplify SVG.
More information can be found here: https://github.com/highcharts/map-from- ... t-the-tool
by dawid.d
Mon Mar 18, 2024 9:23 am
Forum: Highcharts Usage
Topic: Lollipop series not firing click event
Replies: 1
Views: 82
 
Jump to post

Re: Lollipop series not firing click event

Hello, Welcome to our forum and thanks for contacting us with your question! It turns out that this is a bug introduced in version v10.3.3. I reported it here: https://github.com/highcharts/highcharts/issues/20870 You can expect updates and possible workarounds there. For my part, I can propose you ...
by dawid.d
Mon Mar 18, 2024 7:58 am
Forum: Highcharts Maps
Topic: Custom map SVG curved paths supported?
Replies: 14
Views: 247
 
Jump to post

Re: Custom map SVG curved paths supported?

How should the tutorial be update then? Should the link to the tool be removed? It gave me good results when using only lines. I don't think it should be removed, even though it is quite old, because like you said, it works well for lines, and maps seem to rarely use other path operators, if at all...
by dawid.d
Mon Mar 18, 2024 7:29 am
Forum: Highcharts Stock
Topic: Dual Hicharts Stock navigator xAxis not showing correctly
Replies: 1
Views: 111
 
Jump to post

Re: Dual Hicharts Stock navigator xAxis not showing correctly

Hello! Thanks for contacting us with your question! This is because the two axes on your chart have different extremes, and the navigator always has one axis to which it is assigned. This comes from the characteristics of the navigator and its purpose - setting extremes. It would be difficult to set...
by dawid.d
Mon Mar 18, 2024 7:12 am
Forum: Highcharts Dashboards
Topic: Customize Editable Options under setting menu
Replies: 1
Views: 141
 
Jump to post

Re: Customize Editable Options under setting menu

Hello, Welcome to our forum and thanks for contacting us with your question! Recently, such a feature request appeared on our GitHub. Does this coincide with what you would like to achieve? https://github.com/highcharts/highcharts/issues/20793 Currently, there is no such functionality implemented, b...

Go to advanced search