microsoft / powerbi-visuals-heatmap

powerbi-visuals-heatmap
MIT License
28 stars 27 forks source link

Converting visual from Legacy API to 1.5.0 API #1

Closed zBritva closed 7 years ago

zBritva commented 7 years ago

In pbiviz.json at externalJS section powerbi-visuals-utils, globalize, d3 libraries were added In capabilities.json 'categories' dataViewMapping was changed to 'table' D3.js version was changed to ^3.5.5 .api and dist directories were added to .gitignore source code changes: truncateTextIfNeeded function was rewritten without AxisHelper and TextMeasurementService classes in a converter function SelectionId was removed formatter utils was changed to new API functions SVGUtil.translate function was copied to visual.ts as TableHeatMap.translate function.

msftclas commented 7 years ago

@zBritva, Thanks for your contribution as a Microsoft full-time employee or intern. You do not need to sign a CLA. Thanks, Microsoft Pull Request Bot