cinemascience / cinema_components

A JavaScript library for building Cinema viewers
Other
2 stars 5 forks source link

Added Multiline plot #18

Closed rgcmaack closed 5 years ago

rgcmaack commented 5 years ago

This pull request adds the multiline plot component. It can be used to display image metric sums(avg, min, max, ...). These metric sums will be showed in groups as lines defined by an Array in the constructor. Synchronization with other components can be achieved by using the various public methods.

Added the possibility to update selections in Pcoord by using a public method.

Added the ability to save and load the state of inputs in ImageSpread and added the "Group equal values" checkbox. This checkbox first groups database entries by entries with equal values, excluding image metric sum dimensions and the sort dimension. These groups then get sorted by the sort dimension showing the change between timestamps without extensive scrolling.

rgcmaack commented 5 years ago

@dhrogers