These pages outline the chart configuration options, and the methods and properties of Highcharts objects.
Feel free to search this API through the search bar or the navigation tree in the sidebar.
Alignment of the text, can be "left"
, "right"
or "center"
.
Default alignment depends on the
title.align:
Horizontal axes:
align
= "low"
, textAlign
is set to left
align
= "middle"
, textAlign
is set to center
align
= "high"
, textAlign
is set to right
Vertical axes:
align
= "low"
and opposite
= true
, textAlign
is
set to right
align
= "low"
and opposite
= false
, textAlign
is
set to left
align
= "middle"
, textAlign
is set to center
align
= "high"
and opposite
= true
textAlign
is
set to left
align
= "high"
and opposite
= false
textAlign
is
set to right