InteractiveDataDisplay Versions Save

Interactive Data Display for JavaScript

v1.5.35

4 years ago

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.

v1.5.20

5 years ago

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.

v1.5.19

5 years ago

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

v1.5.16

5 years ago

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.

1.5.15

5 years ago

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.

v1.5.13

5 years ago

Bug fixes:

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

v1.5.10

6 years ago

Bug fixed:

  • iddBarWidth binding for markers works with plot coordinates now

v1.5.9

6 years ago

Bug fixed:

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

v1.5.8

6 years ago

Bug fixed:

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

v1.5.7

6 years ago

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.