Hi Bob,
Sorry to bother you, but I was wondering if there is a way to assign custom tooltips for your linePlusBarChart. I can edit the global tooltip, e.g.:
nv.addGraph(function() {
var testdata = exampleData(),
chart = nv.models.linePlusBarChart()
.tooltipContent(function(key, x, y, e, graph) {
return '<h3>' + key + '</h3>' +
'<p>' + y + ' this is a test ' + x + '</p>'
});
But I'm not sure if there's a straight forward way to create separate tooltips for the bar and line. Thanks for all your efforts on this.
On Tuesday, August 21, 2012 6:19:02 AM UTC-7, Bob Monteverde wrote: