Search found 8 matches

Go to advanced search

by laxytt
Fri Jul 01, 2022 1:21 pm
Forum: Highcharts Usage
Topic: Different Tooltip per series & type
Replies: 13
Views: 14973
 
Jump to post

Re: Different Tooltip per series & type

Thank you for your response. My eslint rules don't really like any type. But I've managed to cast it like so: ( this.series as unknown as { tooltipOptions: { customTooltipPerSeries: () => unknown }; } ).tooltipOptions.customTooltipPerSeries.call(this) Maybe that would be useful for someone.
by laxytt
Thu Jun 30, 2022 8:26 am
Forum: Highcharts Usage
Topic: Different Tooltip per series & type
Replies: 13
Views: 14973
 
Jump to post

Re: Different Tooltip per series & type

I think it might be related to issue: https://github.com/highcharts/highcharts/issues/10814
Is the implementation something you would still suggest to use and how can I get rid of the typescript issue :wink:
by laxytt
Wed Jun 29, 2022 3:48 pm
Forum: Highcharts Usage
Topic: Different Tooltip per series & type
Replies: 13
Views: 14973
 
Jump to post

Re: Different Tooltip per series & type

Hi markus.wagner, Will this work for you?: https://jsfiddle.net/BlackLabel/2mekwgnz The idea is to execute the series.tooltip through the general tooltip (which you said that works in all your charts/series). Regards. Hi, I found your answer very helpful althouth I'm facing with an issue in my type...
by laxytt
Thu Jun 23, 2022 11:44 pm
Forum: Highcharts Usage
Topic: Plot Area being displayed weird after changing date range
Replies: 2
Views: 288
 
Jump to post

Re: Plot Area being displayed weird after changing date range

http://jsfiddle.net/qouyerkp/38/ Here is link to JSFIddle when you play with the zoom in the buttom you can finde the goal area, which is displaying weridly
by laxytt
Thu Jun 23, 2022 4:07 pm
Forum: Highcharts Gantt
Topic: Data labels should hide when bar width is small
Replies: 7
Views: 2538
 
Jump to post

Re: Data labels should hide when bar width is small

Hi, sure :) Thank you for fast reply.

I'm not too good at reproducing code in fiddle but did my best:
https://jsfiddle.net/uw8x5Lo6/15/
The short label should be hidden because plot line is shorter then label
by laxytt
Thu Jun 23, 2022 1:43 pm
Forum: Highcharts Usage
Topic: Plot Area being displayed weird after changing date range
Replies: 2
Views: 288
 
Jump to post

Plot Area being displayed weird after changing date range

I've encountered an issue with my plot area. When I'm changing date range on the graph (more back to the past) the plot area is acting weird as on the screen: I've set graph to display, default date range: https://ibb.co/7SM2G8n Changed date range 3M back https://ibb.co/Rcx67vJ and as you can see th...
by laxytt
Thu Jun 23, 2022 1:32 pm
Forum: Highcharts Gantt
Topic: Data labels should hide when bar width is small
Replies: 7
Views: 2538
 
Jump to post

Re: Data labels should hide when bar width is small

Hello, Welcome to our forum and thanks for contacting us with your question! Do you want to achieve something like this? Demo : https://jsfiddle.net/BlackLabel/d09g23xb/ Let me know if that was what you were looking for! Best regards! I have horizontal plot lines with labels. I would like to hide t...
by laxytt
Wed Jun 22, 2022 2:31 pm
Forum: Highcharts Gantt
Topic: Data labels should hide when bar width is small
Replies: 7
Views: 2538
 
Jump to post

Re: Data labels should hide when bar width is small

How can I achieve that on series type: 'line' ?

Go to advanced search