Metric operation visivility


#1

Hey Guys, i need your help with a minor ui problem, i want to hide the operation in the metric when i hover in a Vector Map, is there a way to set my own label or just hide that function name?


#2

Actually there is a function for that, just go to your metric and use the function hideFunction like this:

cf.Metric("median_listing_price", "avg").hideFunction();

That should solve the problem, give it a try and let us know if it works


#3

Actually i tried this on the last weekend and it works for me, seems like it works for most of the visualizations, so that awesome, thank you so much @emoya