Is there any way to implement a custom tooltip to visualize my values attached to the particular node? For example
{id:"1",name:"Socialmedia",gbw:123,mbw:365,parent:"0",value:150}
These are values attached to a particular node in my tree. when on hover I need to display the "gbw" value as a tooltip.
tooltip: {
text : "Guranteed Bandwidth: %node-gbw <br>Maximum Bandwidth:"
}
I tried this code and %data-gbw as well in the tool-tip. But it is showing nothing when on hover. Do zing charts support this type of visualization?
Using
data-tokens in the series data you should be able to accomplish this. For exampleand then your tooltip object would use the value
Note I work for ZingSoft, but you are welcome to go thru support or use our studio to make a demo if you want support from us more predictably. I put a full working demo there for you - https://app.zingsoft.com/demos/create/8OYIRFIC