You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could be part of the desc item in _showTooltip: function(name, desc, x, y, depth) { ... }, but it would be part of the textbox along with the rest of the desc text.
_showTooltip could include another parameter for cost information, which is rendered using another function similar to addTextLines, but the formatting thereof would be fixed by the author (you).
Or a template could be used (by passing in a jQuery selector or a templated string?) to allow the developer the space needed to layout the cost info as they want.
I don't think we want to assume this is just one number, maybe we can assume it is an array of arbitrary length?
The text was updated successfully, but these errors were encountered: