The page contains a quick summary of the API versions.
Versions listed on this page are considered stable and should not change. For information about upcoming versions and features see the Roadmap
- Color Utils
- Formatting Utils
- Dataview Utils
- Type Utils
- Interactivity Utils
- SVG Utils
- Tooltip Utils
- Chart Utils
- Test Utils
- localization - support for visual localization
- Edit mode - support for visual to enter in-visual edit mode
- Interactive (html) R custom visuals - support for creating interactive R custom visuals, based on html
- allowInteractions - support for visual interactivity
- locale - support for locale
- tooltips - support for tooltips
- colorPallette - manage the colors used on your visual.
- Multiple selection - selectionManager can accept an array of
SelectionId
. - R visuals - support for custom visuals using R scripts
-
Debug visual in iFrame
-
Light weight sandbox - faster initialization of the iFrame
-
Visual Host Addtions
- createSelectionIdBuilder - allows for creation of unique identifiers used for data selection
- createSelectionManager - manages the selection state of the visual and communicates changes to the visual host
- colors - an array of default colors to use in your visual
- Initial API release