Skip to content

Releases: predictionmachines/InteractiveDataDisplay

Uncertain polyline and heatmap plots

27 May 16:12
Compare
Choose a tag to compare

Breaking changes in API:

  • Polyline plot:
    • data.y passed to draw can be uncertain, the plot renders bands for the quantiles (see samples/Uncertain polyline.html);
    • function or trajectory mode determines whether input points will be ordered or not.
  • Heatmap plot:
    • Argument of draw now contains property values instead of f. Values may be uncertain.
    • Introduces new property of draw data, interval which allows to highlight region containing uncertain data interseting with the interval.

New features:

  • Export to SVG: figure, numeric axis and polyline can be exported to SVG. Uses SVG.js. See method Plot.exportToSvg() and the sample Vector export.
  • Nice real numbers formatting in tooltips, probes and legend.
  • Tooltips and probes share same content. The content is refactored for the markers and heatmaps.

Fixes:

  • Legend doesn't stop propagation of mouse and touch events by default so it can be made draggable if needed.

New appearance

26 Apr 14:56
Compare
Choose a tag to compare
  • Updated UI:
    • ChartViewer legend is now on the right and is hidden by default
    • Navigation panel is updated, in particular, it allows showing and hiding the legend
    • Increased axes titles font size and added margin for the vertical axis title
  • Fixes bug which prevented reordering of plots having same name

Updated markers API and revisited design

19 Apr 10:57
Compare
Choose a tag to compare