Consider this chart:
http://nvd3.org/examples/stackedArea.html
When the mouse is over a particular point, a interactive HTML table shows up with all the y-category values corresponding to the x-value. I would like the sum of all the y-category values to be shown in the title of the table as well. Is there a way to do that?