Package | Description |
---|---|
org.pepstock.charba.client.impl.plugins |
Contains some plugins implementations, available out-of-the box.
|
Modifier and Type | Method and Description |
---|---|
static ChartPointerOptionsBuilder |
ChartPointerOptionsBuilder.create()
Returns new builder instance.
|
static ChartPointerOptionsBuilder |
ChartPointerOptionsBuilder.create(IsChart chart)
Returns new builder instance using the chart global options.
|
ChartPointerOptionsBuilder |
ChartPointerOptionsBuilder.setCursorPointer(CursorType cursor)
Sets the cursor type when the cursor is over the dataset item.
|
ChartPointerOptionsBuilder |
ChartPointerOptionsBuilder.setElements(PointerElement... elements)
Sets the chart elements in scope to
ChartPointer.ID plugin. |