Search found 123 matches

Go to advanced search

by eraka
Mon Oct 10, 2022 4:31 am
Forum: Highcharts Gantt
Topic: Getting point.dataLabel undefined at times
Replies: 27
Views: 2925
 
Jump to post

Re: Getting point.dataLabel undefined at times

Hi
yes correct, thanks for that demo.

nothing as of now ...thank you !!
by eraka
Fri Oct 07, 2022 2:09 pm
Forum: Highcharts Gantt
Topic: Getting point.dataLabel undefined at times
Replies: 27
Views: 2925
 
Jump to post

Re: Getting point.dataLabel undefined at times

thanks for the demo, but unfortunately those points on select still not getting aligned.
by eraka
Thu Oct 06, 2022 10:08 am
Forum: Highcharts Gantt
Topic: Getting point.dataLabel undefined at times
Replies: 27
Views: 2925
 
Jump to post

Re: Getting point.dataLabel undefined at times

can u plz show in demo link
by eraka
Thu Oct 06, 2022 9:19 am
Forum: Highcharts Gantt
Topic: Getting point.dataLabel undefined at times
Replies: 27
Views: 2925
 
Jump to post

Re: Getting point.dataLabel undefined at times

I tried creating a counter variable counterFlag in class component but inside the formatter (custom) when i am trying to access it with if condtion its saying

Property 'counterFlag' does not exist on type 'PointLabelObject'.


if(this.counterFlag ){
}
by eraka
Mon Oct 03, 2022 1:55 pm
Forum: Highcharts Gantt
Topic: Getting point.dataLabel undefined at times
Replies: 27
Views: 2925
 
Jump to post

Re: Getting point.dataLabel undefined at times

Hi kamil,

if you see there is custom formatter that i am using i blv that is called but else case of formatter. Is there any way is can use formatter inside a flag and call it conditionally, please see the stackblitz shared earlier.
by eraka
Thu Sep 29, 2022 7:49 am
Forum: Highcharts Gantt
Topic: Getting point.dataLabel undefined at times
Replies: 27
Views: 2925
 
Jump to post

Re: Getting point.dataLabel undefined at times

Hi kamil i figured it out i was calling this.chartSet(), now i am using this.chartRef.series[0].update({ data: this.points }); it solve the problem. But there is one issue, when we select point item, the other point labels get out of the box https://stackblitz.com/edit/highcharts-angular-gantt-rkpq8...
by eraka
Fri Sep 16, 2022 1:33 pm
Forum: Highcharts Gantt
Topic: Getting point.dataLabel undefined at times
Replies: 27
Views: 2925
 
Jump to post

Re: Getting point.dataLabel undefined at times

ok i got ur point regarding this.point. Adding chart.redraw inside events function is running.

In this code i am also unable to replicate the issue but on my local its coming. Just confirm this whatever code i created its sequencing is proper?
by eraka
Fri Sep 16, 2022 4:55 am
Forum: Highcharts Gantt
Topic: Getting point.dataLabel undefined at times
Replies: 27
Views: 2925
 
Jump to post

Re: Getting point.dataLabel undefined at times

Hi kamil that change you mentioned for line 96 for me removing this keyword is giving error pls see. i changes the code can you plz verify chart.redraw is called or not as in my local i believe its not called so i got undefined at times. https://stackblitz.com/edit/highcharts-angular-gantt-kszrcs?fi...
by eraka
Fri Sep 16, 2022 4:48 am
Forum: Highcharts Gantt
Topic: Remove vertical lines and change color of time axis
Replies: 14
Views: 1667
 
Jump to post

Re: Remove vertical lines and change color of time axis

hi hubert

i want just 24 hr timeline means 0 to 23:59 and where when i add new data then it got dealigned, plz see that
by eraka
Mon Sep 12, 2022 3:26 pm
Forum: Highcharts Gantt
Topic: Remove vertical lines and change color of time axis
Replies: 14
Views: 1667
 
Jump to post

Re: Remove vertical lines and change color of time axis

this is example i created https://stackblitz.com/edit/highcharts-angular-gantt-z4z22o?file=src%2Fapp%2Fapp.component.html,src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.module.ts,package.json,src%2Fapp%2Fapp.service.ts i local i am able to render the data but not here can you please see here....i have...
by eraka
Mon Sep 12, 2022 3:23 pm
Forum: Highcharts Gantt
Topic: Getting point.dataLabel undefined at times
Replies: 27
Views: 2925
 
Jump to post

Re: Getting point.dataLabel undefined at times

hi i have created the example in https://stackblitz.com/edit/highcharts-angular-gantt-z4z22o?file=src%2Fapp%2Fapp.component.html,src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.module.ts,package.json,src%2Fapp%2Fapp.service.ts but somehow its not showing the data though in local its working, can u plz ...
by eraka
Mon Sep 12, 2022 1:00 pm
Forum: Highcharts Gantt
Topic: Event for unclick in gantt highchart
Replies: 8
Views: 1078
 
Jump to post

Re: Event for unclick in gantt highchart

thanks

Go to advanced search