Skip to content

Matrix Heatmap Javascript Control Add-In for Microsoft Dynamics NAV

License

Notifications You must be signed in to change notification settings

OlegLobakov/MatrixHeatmapAddIn

Repository files navigation

Matrix Heatmap Javascript Control Add-In for Microsoft Dynamics NAV

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.

Information

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.

Demo

Warehouse Search

Installation

To use this Visual Studio add-in project for develop your custom solution and autodeploy in NAV, you need to configure some settings:

  1. Change Post-build event command line in Visual Studio project properties. (name of javascript resource zip file, paths to Microsoft Dynamics NAV.
  2. 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

Control Add-In Template

Javascript Control Add-In Template https://github.com/Setrange/JavascriptControlAddInTemplate

Idea

Original D3 Javascript Example http://bl.ocks.org/ianyfchang/8119685