Releases: ESA-VirES/AnalyticsViewer
Releases · ESA-VirES/AnalyticsViewer
v0.4.10
- Solved issue of non updating points for parameters with special characters in the name
- Solved issue of inverted time axis in y-Axis
- Added optional parameter to name download file
- Added debounce to resize behaviour as with many elements it is quite intensive
v0.4.9
- Solved issue of false initialization when using parsed data and first element was NaN
v0.4.8
- Added check for NaN values when rendering dots
- Created encasing for filter labels to make sure long names do not overlap with buttons
- Changed single color palette;
v0.4.7
- Added optional argument for single_color, if set to true dots will be rendered in one color each for unique id and selected parameter
- Changed unit of measurement display from round brackets to square bracket around the unit of measure
- Fixed some minor issues in coloring
v0.4.5
- Bug fixing:
- Made sure filters are cleared correctly when active filters are changed using the fieldsforfiltering parameter
v0.4.4
Solving small issues (Added check for uom set, to make sure it is not null)
v0.4.3
- Small change to solve issues in firefox when clearing a filter (brush) or removing the filter
v0.4.2
- Introduction of new second y-Axis which tries to decide which scale to use automatically based on the ranges of the datasets
- Added visualization of additional info (such as unit of measurement)
- Added alphabetical sorting for parameters
- Introduced some separation in rendering steps to improve performance
- Worked on solving resizing issues (and some other small things)
- Some style changes
v0.4.1
- Unit of measurement object can be passed now as argument uom_set
- Filter view can be now hidden with a button to only show scatter plot
- Added reset zoom button
v0.4.0
- Merging of 2 feature branches:
- Introduced new zoom functionality (single axis zoom possible)
- Visualization possible for 2d data as rectangles
- Option to connect points in scatterplot with lines