Skip to content

Releases: predictionmachines/InteractiveDataDisplay

v1.5.35

19 Dec 08:29
Compare
Choose a tag to compare

1.5.35 (December 19, 2019)

New features:

  • added iddIgnoredByFitToViewX/iddIgnoredByFitToViewY knockout bindings so that a plot can be not respected by fit to view along one of the axes.
  • Added dash lines support. Choose from dash patterns: "dot", "dash", "dash dot", "long dash", "long dash dot", "long dash dot dot"; or define a set of number pairs: [ dash_length1, space1, dash_length2, space2, ... ]. Knockout binding - iddLineDash.

Scientific notation in numeric axis

15 Jan 12:44
Compare
Choose a tag to compare

New features:

  • added support for data-idd-scientific-notation attribute on numeric axes. With this feature enabled ticks are represented in a form of scientific notation if this representation is shorter than floating point representation.

Axis related tooltip

27 Dec 12:18
Compare
Choose a tag to compare

New features:

  • Tooltip now shows the labels of label axis (in case of label axis depicts intervals)
  • Plot coordinates info can be suppressed in tooltip with data-idd-suppress-tooltip-coords

"data-idd-visible-region" and "data-idd-padding" plot attributes

13 Dec 10:22
Compare
Choose a tag to compare

New features:

  • "data-idd-visible-region" plot attribute can now define the visible are in data coordinates in format "xmin xmax ymin ymax". Specifying the attribute disables fit to view

  • "data-idd-padding" plot attribute can now override the padding (in pixels) added to the data region during calculation of visible region in case of active "fit to view" mode.

Vertical axis label fix & legend enabling div attribute

10 Dec 10:38
Compare
Choose a tag to compare

New features:

  • fixed vertical alignment of vertical axis title. See samples/Titles.html
  • added a new sample of figure with axes, grid and navigation
  • added support for the figure's data-idd-navigation-enabled and data-idd-legend-enabled attributes.

Bug fix

09 Aug 09:00
Compare
Choose a tag to compare

Bug fixes:

  • ChartViewer.update() call now requests to redraw the content.

bar width now set in plot coordinates

30 May 07:43
Compare
Choose a tag to compare

Bug fixed:

  • iddBarWidth binding for markers works with plot coordinates now

Bug fixes

21 May 15:26
Compare
Choose a tag to compare

Bug fixed:

  • plot.order can now be assigned either externally (e.g. via binding) or by relevant legend item reordering (in Chart Viewer)

Bug fixings

18 May 15:59
Compare
Choose a tag to compare

Bug fixed:

  • iddXlog, iddYlog do not brake axes navigation any more.

Several new KnockoutJS custom bindings

15 May 14:24
Compare
Choose a tag to compare

New features:

  • added custom KO binding: iddPlotOrder - integer value that controls the plot order
  • added sample page KO.Order.html for the iddPlotOrder binding
  • added custom KO bindings: iddXlog, iddYlog. They boolean value of them controls the log transform of corresponding axis.
  • added custom KO bindings: iddIgnoredByFitToView. if set to true, the plot is excluded from FitToView visible region calculation.