Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

General bindings

lucymukh edited this page Dec 17, 2019 · 6 revisions
  • iddPlotName (string) allows to set a plot name which is shown in legend and tooltip.
  • iddPlotTitles (Object) allows to set titles for the plot's properties. E.g. { color: 'age' } sets the age title for the color data series. Given titles are displayed in legends and tooltips.
  • iddIgnoredByFitToView (boolean) takes the plot out of the consideration in the fit-to-view process.
  • iddIgnoredByFitToViewX/iddIgnoredByFitToViewY (boolean) gets the plot to be ignored by fit-to-view along one of the axes.
  • iddPlotTitles provides titles for each property of the plot .
  • iddEditorColorPalette to assign a color palette to the color palette editor instance.
  • iddPlotOrder (integer) value that controls plots order.
  • iddVisibleRegion (string) sets a visible region. Notation: "x_leftmost x_right y_lowest y_highest"

Clone this wiki locally