JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Gantt I found a visual bug in the gantt chart baseline

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #109740
    Guillermo Rubio
    Participant

    Hello, when showbaseline is enabled, i found that the baseline printed when view is bigger than week is not starting where it should be, is using the same spacing between start of month/week as the actual bar.

    Let me explain with an example, lest say i have the datasource with

    [{
    “id”: “actividad-1”,
    “label”: “INICIO”,
    “dateStart”: “2020-11-03T23:00:00.000Z”,
    “dateEnd”: “2020-11-17T23:00:00.000Z”,
    “planned”: {
    “dateStart”: “2020-11-13T23:00:00.000Z”,
    “dateEnd”: “2020-11-18T11:00:00.000Z”
    },
    “type”: “task”,
    “progress”: 0,
    “disableResize”: true
    }]

    The top bar and the baseline bar will be same length, but baseline should be 10 days shorter. This only ocurs when the view is not showing days.

    if the baseline is in diferent month, it will be printed in the correct month but using the spacing between the start of the month ant teh start of the baseline as the actual bar, i meran if actual bar starts day 4 january and baseline starts 16 february, the baseline will be on february but starting day 4.

     

    If a put the view=’week’ the baseline will be printed correctly.

     

    Thank you

    #109746
    admin
    Keymaster

    Thanks for the feedback!

    We created a work item about this misbehavior and will resolve it in the next patch release.

    Best Regards,
    Peter Stoev

    Smart UI Team
    https://www.htmlelements.com/

    #110067
    Antal Homen
    Participant

    Hello! I am wondering about the solution to the above problem, when will the fix be available?
    Thank you in advance for your answer

    #110192
    admin
    Keymaster

    Hi Antal,

    We have an active work item. When this is resolved, the info will be posted here: https://www.htmlelements.com/docs/release-notes/. We have a planned release for this month so I hope that this will come into the release.

    Best Regards,
    Peter Stoev

    Smart UI Team
    https://www.htmlelements.com/

    #110675
    Antal Homen
    Participant

    Dear Peter,
    I use smart-webcomponents-angular/ganttchart version 14.2. The angular verizo is 14s. I can’t use a bigger version than that. Will the baseline patch be available on smart-webcomponents-angular/ganttchart 14.2?

    Best Regards,
    Antal Homen

    #110676
    ivanpeevski
    Participant

    Hi Antal,

    You can safely use the latest smart-webcomponents-angular version in angular 14. We continue to support it.

     

    Best Regards,
    Ivan peevski

    Smart UI Team
    https://www.htmlelements.com/

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.