bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
55 stars 6 forks source link

Not possible to configure Gantt to use duration without rounding #10359

Open chuckn0rris opened 1 week ago

chuckn0rris commented 1 week ago

Forum post

decimalPrecision and durationDisplayPrecision ignores by Gantt and rounds values, not possible to specify as example 3.0001

Try here


const gantt = new Gantt({
    appendTo : 'container',

    dependencyIdField : 'wbsCode',
    durationDisplayPrecision : 4,

Change duration for task to "3.0001". Check Tooltip, re-open editor. See it totally ignored,

matsbryntse commented 6 days ago

Test pushed to 10359-duration