Open
Description
I came across your tool and am quite impressed with the API and examples!
I would like to apply something of this sort to a dash app with a UMAP scatter plot that will have a highly variable number of points (between 10,000-500,000+) each of which represents a human cell in a biological system.
However, since UMAP data is inherently unordered (the order is merely the order at which different entities in a data frame come ordered), and that the coordinates can be either positive or negative, this type of data is not directly compatible with the FigureResampler
class.
I was wondering if there was any way to provide support for unordered and non times series data with similar functionality for dash apps?