Description
- change name "Apply Spatial Vector"
- filter to only accept CM 1D (not 2D)
- on change EQ params change Plot
- on change axes int limits - change plot
- button "apply TF" to consider changed Eq params (not the defaults)
- we recently removed the class "view-column" from .histogramParentDiv, in visualizers/histogram/view.html but that is not ok for the stand alone viewer (missing border there)
- Color scheme min/max not updated on changed values in the histogram
- Application of the spatial vector on multiple model params is possible now, but not obvious to the end user unless final step (after submit)
- define new Eq classes:
- "IntervalTransform" from CM 1D [min ... max] into [a... b] where a and b are given by the user
- "Identity" to keep the current values.
- review the new code (fix Sonar issues on this PR)
- how is the current Eq class selection submitted into the session obj ?
- add unit-tests
- labels in histogram bottom could be more visible
- or just add hover title with the label&value?
- jquery flot stacked bars API to understand what can be done easier