-
Notifications
You must be signed in to change notification settings - Fork 2.1k
nv.models.discreteBar
Andrew Tseng edited this page Mar 2, 2014
·
7 revisions
# elementClick
{
value:
point:
series:
pos:
pointIndex:
seriesIndex:
e:
}# elementDblClick
{
value:
point:
series:
pos:
pointIndex:
seriesIndex:
e:
}# elementMouseover
{
value: // the Y-value of the element being moused over
point: // the datum corresponding to the element being moused over
series:
pos:
pointIndex: // index of this element's datum
seriesIndex:
e: // d3.event at the point of handling the mouseover event
}# elementMouseout
{
value: // the Y-value of the element being moused-out
point: // the datum corresponding to the element being moused-out
series:
pointIndex: // index of the element's datum
seriesIndex:
e: // d3.event at the point of handling the mouseout event
}