Dan Manastireanu
Dan Manastireanu
Fix handling of inline elements by using Math.max(clientHeight, offsetHeight, scrollHeight) instead of just clientHeight. Inline elements report 0 as clientHeight and scrollHeight
See discussion in https://github.com/DefinitelyTyped/DefinitelyTyped/pull/56461
When tooltip interpolation is not used, the first point is duplicated on zoom. This happens for both linear and time axis. If tooltip interpolation is used the value doesn't seem...
When the dataset data is not sorted ascending by x value the interpolation does not work. https://codepen.io/danmana/pen/mdVPbEb?editors=1010 Interpolate assumes the data is sorted ascending when searching for the matching index...
Express `RequestHandler` has a fifth generic `Locals` that controls the typing of the `res.locals` property. With the current version of express-async-handler it's impossible to pass that generic. ```ts interface MyLocals...
* center-align the timings in the first row. * The vertical bars are now also aligned right between the column headers. * Aligned the `:` with the vertical bars for...