GNS-Science / toshi-nest

The toshi-nest is for fledgling work e.g. reusable Node components to share across TUI and other projects
GNU Affero General Public License v3.0
0 stars 1 forks source link

Kororaa Epic: dissagregation enhancements #66

Open chrisdicaprio opened 2 years ago

chrisdicaprio commented 2 years ago

We want to be able to plot dissagregation data as 2D and/or 3D bar charts. There are 4 possible independent variables that a dissag chart could be plotted on:

We want to user to be able to choose up to 2 variables for the spatial (x-y) axes of the plot and up to 1 for the color.

Assume the application API will handle serving the correct data when axes are chosen by the user (i.e., collapsing of the data along certain axes must happen to create the correct data, this will be handled by either Kororaa or the API, it is not in scope for this ticket).

The color of the bars is plotted according to the color axis chosen by the user. The API will supply them in the order to be plotted and their contribution to the height of the bar, the component only needs to render them e.g. image

chrisdicaprio commented 3 weeks ago

see https://github.com/GNS-Science/kororaa/issues/329