-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Milestone
Description
The tree-map view needs a color scheme that works well with an increasing number of packages/classes. Ideally, we should be looking to implement the following facilities in such a palette:
- the palette can produce an array/range of contrasting colors at scale.
- the palette enables a change in brightness of the colors that it is composed of.
- the palette enables the creation of a color-range based on an existing array of colors/numbers -- this is useful for using such an implementation in the case of metrics like suspiciousness.
- the palette should exist in its own JavaScript (.js) file that allows for the implementation to be tested independent of the rest of the code base.
- the palette-implementation is supported with a suite of unit-tests.
Reactions are currently unavailable