Forum Discussion
SivaPhaneendra
10 years agoRegular Visitor
Table Heat map custom visual develpment
Hello, I want to develop a heatmap with a X axis,a Y axia and values, can anybody help how to develop?
SivaPhaneendra
10 years agoRegular Visitor
Hi,
I downloded the latest code from Galiya githib for 'tableHeatmap.ts', when I am trying to run the same code from visual studio it is giving lot of erros while building the code (please find the below images). Could anybody help to debug this?
Error1Error2
vincent_1234
10 years agoHelper I
The issue is the lack of references, it does not know where your TypeScript definitions are.
This changed in the latest checking of the project so make sure you pull the latest code
add this right above your module:
/// <reference path="../_references.ts"/>