this function is used to map the revert xyValues from x scaled values
this function is used to map the input xyValues to x scaled values
this function is used to map the input xyValues to y scaled values
Values to be decimated
start time of the region
start time of the region
Values to be decimated.
Returns the key of this decimator
the name of this decimation scheme
Returns the decimated list of data
used to generate a list of all rects that could be drawn sorted by duration
Set the minimum width of a rectangle. If there is multiple trace points within the the minimum width then the data is merged together into a single rectangle. Once all data in a rectangle is merged then we call the [setUserPixelFunction] callback so the the user can modify the value to be rendered if needed
the minimum width of a pixel in which data is grouped together
Generated using TypeDoc
this decimator merges the rectangles in a flame chart to combine identical rectangles that are touching on a left/right pixel basis so we can merge them for rendering