How to access node values from graph in JIT/infovis

122 views Asked by At

I'm looking for a solution that is similar to that asked by this question - namely I want to access the numerical information of each label and display it via a tooltip - see the example below:

enter image description here

The aggregate data (the number at the top of each date column) is compiled in the source jit.js, and I don't have access to it. I don't want to modify the source because it would take a lot of work and also prevent me from updating in the future without remodification. Does anyone know an easy way to access the data for each label? or perhaps the values of the previous and next nodes?

0

There are 0 answers