Skip to content

V1.1.0 - Initial store version

Compare
Choose a tag to compare
@liprec liprec released this 08 Dec 21:23
· 4 commits to master since this release

The D3.js Visual for Power BI provides a D3.js skeleton visual that everybody can use to create custom visuals with D3.js. Either the visual can be created from scratch or an existing D3.js visual can be used via a seamless 'lift-and-shift' procedure.

Visual available at: https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA104381354?tab=Overview&src=github&mktcmpid=overview

Changes since last version:

  • [NEW] Support for optional accessor function for pbi.dsv
  • [NEW] Added pbi object for look at the raw data
  • [CHANGE] SVG element dimensions are set at initial load (#1)
  • [CHANGE] Update to API v1.9.0
  • [BUG] Fieldnames with spaces do not working
  • [BUG] Help URL not working
  • [BUG] Editor not working in IE11