-
Notifications
You must be signed in to change notification settings - Fork 2
DataView Page #3
Comments
It would also be useful to be able to visualise several data sets side by side. I could think of a way to select (up to 3 or 4) data sets in the Dataset page by a long click on one data set, which then activates the possibility to select more (similar to google photos), or with a In the background, this however requires to make sure that
|
We should probably then add a multiView class that produces a page specificly optimized for the comparison of multiple datasets. |
Next time we discuss, let's build some mock ups (with pen and paper) to make these ideas more concrete. |
Some first tries with the Profile plot - the pictures below show a d3.js native approach (other than the react native d3 plot we have with the scatter plot). The advantage is that we have there a filtering functionality on each axis ( https://bl.ocks.org/jasondavies/1341281 ). In case we dont need the filtering we should go for a react native approach as the performance is better (and only updates a point when it really changes). In filter mode: (filtered by the two light grey boxes) |
In this issue we list all functionalities and ideas regarding the "DataView" page, which displays among others the D3.js plot. Suggestions or screenshots of comparable websites and other ideas are welcome.
Plot Related:
Table Related
API related:
Other:
The text was updated successfully, but these errors were encountered: