Package | Description |
---|---|
org.pepstock.charba.client.treemap |
Contains all classes to activate the TreeMap controller (AKA
chartjs-chart-treemap.js ) for CHART.js. |
Modifier and Type | Method and Description |
---|---|
List<Dash> |
TreeMapDataset.getDividerDash()
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeMapDataset.setDividerDash(Dash... dividerDash)
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
|