Does someone have an idea how the cell object should look like when you want to transform a value in milliseconds to a duration format of h:mm?
At the moment I have a cell object which looks like
{ t: 'n', v: value, z: 'h:mm' }
but it doesn't display the correct hour and minutes.