Samuel Gratzl

Results 136 comments of Samuel Gratzl

the big difference between a number and date column is the number mapping. Thus, in a date column the max/min date has just a visual effect on the histogram. However,...

if you wanna implement this can you create an issue with specific instructions when to apply, when not to apply it, what effects it should have on things like the...

the data provider already has a `setFilter` function https://github.com/lineupjs/lineupjs/blob/main/src/provider/LocalDataProvider.ts#L103 which allows to specify a filter function on top of all the column filters. So, one can implement a custom search...

an `ICategory` consists of the following * `.value` ... used to define the sorting order, if not defined in the description, the index will be used * `.name` ... used...

From your description I'm not sure whether the existing SetColumn won't be a better fit for this situation.

current CTRL behavior: ![ctrl_selection](https://user-images.githubusercontent.com/4129778/131150233-da330e4a-26ba-477d-b7a1-7226202af7dd.gif) regarding shift behavior: we have 5 rows: `1,2,3,4,5` what should be selected in the following cases: * selected: 1, shift-click on 3 -> 1,2,3 * selected:...

when building the ranking you can specify the width: https://github.com/lineupjs/lineupjs/blob/790a0bbd36906539c27bae08ce517c27885ae56a/src/builder/column/ColumnBuilder.ts#L66 in an existing ranking you find the right column and then call https://github.com/lineupjs/lineupjs/blob/790a0bbd36906539c27bae08ce517c27885ae56a/src/model/Column.ts#L289

> sort groups by mean age a box plot doesn't encode the mean value