Package tech.tablesaw.plotly.components
Class Axis
java.lang.Object
tech.tablesaw.plotly.components.Component
tech.tablesaw.plotly.components.JSONComponent
tech.tablesaw.plotly.components.Axis
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDetermines whether the range of this axis is computed in relation to the input data.static classstatic enumstatic enumIf this axis needs to be compressed (either due to its own `scaleanchor` and `scaleratio` or those of the other axis), determines how that happens: by increasing the "range" (default), or by decreasing the "domain".static enumIf this axis needs to be compressed (either due to its own `scaleanchor` and `scaleratio` or those of the other axis), determines which direction we push the originally specified plot area.static enumIf "normal", the range is computed in relation to the extrema of the input data.static enumIf set to another axis id (e.g.static enumDetermines whether an x (y) axis is positioned at the "bottom" ("left") or "top" ("right") of the plotting area.static classstatic enumSets the axis type. -
Method Summary
Methods inherited from class tech.tablesaw.plotly.components.JSONComponent
asJSON
-
Method Details
-
builder
-
getJSONContext
- Specified by:
getJSONContextin classComponent
-