Releases: predictionmachines/InteractiveDataDisplay
Releases · predictionmachines/InteractiveDataDisplay
v1.5.35
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
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
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
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
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
bar width now set in plot coordinates
Bug fixed:
- iddBarWidth binding for markers works with plot coordinates now
Bug fixes
Bug fixings
Bug fixed:
- iddXlog, iddYlog do not brake axes navigation any more.
Several new KnockoutJS custom bindings
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.