A heat map is a graphical representation of data where the individual values contained in a matrix are represented as colors. In this case value has range -10..10.
As Control Add-In use D3 Javascript library it works in Windows Client, Tablet and Web. D3.js (or just D3 for Data-Driven Documents) is a JavaScript library for producing dynamic, interactive data visualizations in web browsers. It makes use of the widely implemented SVG, HTML5, and CSS standards.
To use this Visual Studio add-in project for develop your custom solution and autodeploy in NAV, you need to configure some settings:
- Change Post-build event command line in Visual Studio project properties. (name of javascript resource zip file, paths to Microsoft Dynamics NAV.
- Change Build powershell file ImportResource.ps1 (path to Microsoft.Dynamics.Nav.Management.dll, instance name, sn, name of zip file.
Detail information of installation process: https://github.com/Setrange/JavascriptControlAddInTemplate
Javascript Control Add-In Template https://github.com/Setrange/JavascriptControlAddInTemplate
Original D3 Javascript Example http://bl.ocks.org/ianyfchang/8119685