Skip to content

Releases: ESA-VirES/AnalyticsViewer

v0.4.10

23 Sep 17:44
Compare
Choose a tag to compare
  • 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

22 Sep 17:10
Compare
Choose a tag to compare
  • Solved issue of false initialization when using parsed data and first element was NaN

v0.4.8

22 Sep 15:18
Compare
Choose a tag to compare
  • 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

21 Sep 12:49
Compare
Choose a tag to compare
  • 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

15 Sep 09:03
Compare
Choose a tag to compare
  • Bug fixing:
    • Made sure filters are cleared correctly when active filters are changed using the fieldsforfiltering parameter

v0.4.4

14 Sep 09:59
Compare
Choose a tag to compare

Solving small issues (Added check for uom set, to make sure it is not null)

v0.4.3

14 Sep 09:08
Compare
Choose a tag to compare
  • Small change to solve issues in firefox when clearing a filter (brush) or removing the filter

v0.4.2

14 Sep 07:54
Compare
Choose a tag to compare
  • 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

30 Aug 14:03
Compare
Choose a tag to compare
  • 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

29 Aug 14:19
Compare
Choose a tag to compare
  • 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