Skip to content
lucymukh edited this page Jan 30, 2020 · 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.
  • iddAutoFitMode (string) allows to set a visible region for a master plot. Switches between three modes: 1. fit-to-view is enabled for a master plot ("enable" value, is set by default); 2. fit-to-view is disabled for a master plot ("disable" value); 3. fit-to-view is enabled, but constraints are applied. Notation: "bounds(x_left, x_right, y_low, y_high)". Values can be numbers or special 'auto' string.
Clone this wiki locally