tooltip property

bool tooltip

Set to display system tooltip(via 'title' attribute) for tick text

  • NOTE: Only available for category axis type (axis.x.type='category')

Implementation

external bool get tooltip;
void tooltip=(bool v)

Implementation

external set tooltip(bool v);