Search found 25 matches

Go to advanced search

by Kishan silawat
Thu Mar 07, 2024 7:56 am
Forum: Highcharts Gantt
Topic: Highchart Gantt Yaxis label on click custom function for chart height adjustment
Replies: 11
Views: 702
 
Jump to post

Re: Highchart Gantt Yaxis label on click custom function for chart height adjustment

I got the problem, it was my mistake, at the time of my logic I was using some other version of gantt highachart. I have resolved this.
Thanks for the help, I'm using cdn for highchart gantt but forget to mention which specific version should I use.
Thanks for the help.
by Kishan silawat
Thu Mar 07, 2024 7:36 am
Forum: Highcharts Gantt
Topic: Highchart Gantt Yaxis label on click custom function for chart height adjustment
Replies: 11
Views: 702
 
Jump to post

Re: Highchart Gantt Yaxis label on click custom function for chart height adjustment

https://drive.google.com/file/d/18IXEumOJJo2EHOo_pbNTKuxtaBwI0Q9_/view?usp=sharing https://drive.google.com/file/d/18IXEumOJJo2EHOo_pbNTKuxtaBwI0Q9_/view?usp=sharing check here, when I'm clicking the label its expands and changes its class at first, but if I again click on the same label it should ...
by Kishan silawat
Wed Mar 06, 2024 9:37 am
Forum: Highcharts Gantt
Topic: Highchart Gantt Yaxis label on click custom function for chart height adjustment
Replies: 11
Views: 702
 
Jump to post

Re: Highchart Gantt Yaxis label on click custom function for chart height adjustment

This logic was working before, by the way on clicking on of the icon on yaxis label everything working fine.
but when I'm clicking on the yaxis label it does not changing their class expand to collapse or we can say it does not running togglecollapse.
by Kishan silawat
Mon Mar 04, 2024 1:30 pm
Forum: Highcharts Gantt
Topic: Highchart Gantt Yaxis label on click custom function for chart height adjustment
Replies: 11
Views: 702
 
Jump to post

Re: Highchart Gantt Yaxis label on click custom function for chart height adjustment

I have this as y axis config. yAxis: [ { className: 'yaxis-grid', uniqueNames: true, grid:{ borderColor: borderColor, }, labels: { style: { textDecoration: 'none', }, useHTML: true, levels: level, formatter: function() { value = category_list.includes(category) ? this.value.replace(/\d+|-/g,'') : th...
by Kishan silawat
Mon Mar 04, 2024 1:18 pm
Forum: Highcharts Gantt
Topic: Highchart Gantt Yaxis label on click custom function for chart height adjustment
Replies: 11
Views: 702
 
Jump to post

Re: Highchart Gantt Yaxis label on click custom function for chart height adjustment

The reason for doing this is that I'm using uniqueNames in yaxis and there is open bug in Highchart related to chart size if we use uniquenames=true. so that's why I'm changing chart size on purpose.
check this out bug.

https://github.com/highcharts/highcharts/issues/11796
by Kishan silawat
Mon Mar 04, 2024 10:28 am
Forum: Highcharts Gantt
Topic: Highchart Gantt Yaxis label on click custom function for chart height adjustment
Replies: 11
Views: 702
 
Jump to post

Re: Highchart Gantt Yaxis label on click custom function for chart height adjustment

I have added code,
https://jsfiddle.net/tbh9y4ru/8/

In my code base I'm actually fetching data using ajax then creating the chart I have inspect the chart and found if I click on arrow that is in yaxis it comes in elements and If I click on label it comes in div.
by Kishan silawat
Fri Mar 01, 2024 2:38 pm
Forum: Highcharts Gantt
Topic: Highchart Gantt Yaxis label on click custom function for chart height adjustment
Replies: 11
Views: 702
 
Jump to post

Highchart Gantt Yaxis label on click custom function for chart height adjustment

Hello Team, I'm creating yaxis label on click function. I'm using uniquenames=true, and I have collapsible and expanding yaxis but when I'm applying the onclick function this does not changing the yaxis label class collapsed to expanded, Here is my logic. chart.yAxis[0].labelGroup.div.childNodes.for...
by Kishan silawat
Thu Feb 23, 2023 5:48 am
Forum: Highcharts Gantt
Topic: sometimes some tool-tips doesn't working
Replies: 8
Views: 1070
 
Jump to post

Re: sometimes some tool-tips doesn't working

Hi, Thanks for the demo! Instead of setting CSS settings for the overflow, it's better to use the scrollablePlotArea.minHeight option. See: https://api.highcharts.com/gantt/chart.scrollablePlotArea.minHeight Demo: https://jsfiddle.net/BlackLabel/do4ywkrp/ Simplified demo: https://jsfiddle.net/Black...
by Kishan silawat
Wed Feb 22, 2023 10:35 am
Forum: Highcharts Gantt
Topic: sometimes some tool-tips doesn't working
Replies: 8
Views: 1070
 
Jump to post

Re: sometimes some tool-tips doesn't working

Hi, I've seen the video, but it's not enough to tell what is the source of this problem. Seeing how it's implemented would let me know if it's a bug or an implementation issue. And if it's a bug, I need to find the cause of it. Kind regards! I have added a JSFiddle link please have a look. https://...
by Kishan silawat
Wed Feb 15, 2023 7:26 am
Forum: Highcharts Gantt
Topic: sometimes some tool-tips doesn't working
Replies: 8
Views: 1070
 
Jump to post

Re: sometimes some tool-tips doesn't working

Hi, Thanks for contacting us! As for the first question, could you make a demo showing the problem in e.g. jsfiddle? It would be very helpful in finding the source of the error. As for the second question, the formatter allows setting the content for the entire tooltip, whereas pointFormatter sets ...
by Kishan silawat
Tue Feb 14, 2023 1:14 pm
Forum: Highcharts Gantt
Topic: tooltip appears outside the chart.
Replies: 5
Views: 834
 
Jump to post

Re: tooltip appears outside the chart.

Thanks for the reply and suggestion. Have you checked this URL https://imgur.com/Cpj7KvT the tooltip texts are transparent? I did not want this. Can you help me how to not make that tooltip text transparent? Transparent means see the image, the behind text can be seen through the tooltip and it is m...
by Kishan silawat
Mon Feb 13, 2023 11:13 am
Forum: Highcharts Gantt
Topic: tooltip appears outside the chart.
Replies: 5
Views: 834
 
Jump to post

Re: tooltip appears outside the chart.

Please check the image after putting outside = false.
https://imgur.com/Cpj7KvT
by Kishan silawat
Mon Feb 13, 2023 10:52 am
Forum: Highcharts Gantt
Topic: tooltip appears outside the chart.
Replies: 5
Views: 834
 
Jump to post

Re: tooltip appears outside the chart.

I think I got the solution, I am not getting tooltip because I have set outside = true in tooltip, but there is also and issue when I set outside = false then the tooltip becomes transparent.
by Kishan silawat
Mon Feb 13, 2023 8:59 am
Forum: Highcharts Gantt
Topic: tooltip appears outside the chart.
Replies: 5
Views: 834
 
Jump to post

tooltip appears outside the chart.

Hello, I am using gantt highchart with a custom tooltip but it does not appear when we select the zooming option. I'm adding the JSFiddle in this tooltip showing but outside the chart. I want to show a tooltip in the bar's center every time with a zooming option. https://jsfiddle.net/Kishan_Silawat_...
by Kishan silawat
Thu Feb 09, 2023 7:46 am
Forum: Highcharts Gantt
Topic: sometimes some tool-tips doesn't working
Replies: 8
Views: 1070
 
Jump to post

Re: sometimes some tool-tips doesn't working

Can you suggest to me hoe to use a customized tooltip div? as I have searched we have two options like pointFormatter and formatter function, can you point to me which one I should use and which is faster?

Go to advanced search