hdc-arizona / GardenMockups

Some mockups for tables and maps for the GardenRoots data
0 stars 0 forks source link

Multivariate Coloring Prototype #12

Open kisaacs opened 3 years ago

kisaacs commented 3 years ago

Color map using a combination of multiple variables.

Step 1: Develop a simple way for people to select multiple variables and add/subtract from a list. This needs to be functional... but don't worry about the design beyond that as the query panel is coming.

Step 2: Normalize the values of all variables so they are between 0 and 1.

Step 3: Add the normalized values. The normalize those sums.

Step 4: use that value to color map.

Step 5: Make sure the hover shows the individual, unnormalized values

kisaacs commented 3 years ago

@TT1603