Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 2 KB

ChangeLog.md

File metadata and controls

40 lines (30 loc) · 2 KB

#Change Log - Visuals API

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

##Utility libraries

##API Version v1.4.0

##API Version 1.3.0

##API Version 1.2.0

  • 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

##API Version 1.1.0

  • 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

##API Version v1.0.0

  • Initial API release