Crate charts[−][src]
Modules
utils |
Structs
Enums
Fill | |
Position | |
Visibility |
Constants
AXIS_LABEL_MARGIN | The top-and/or-bottom margin of x-axis labels and the right-and/or-left margin of y-axis labels. |
CHART_PADDING | The padding of the chart itself. |
CHART_TITLE_MARGIN | |
DEFAULT_FONT_FAMILY | |
LEGEND_MARGIN | The margin between the legend and the chart-axes box in pixels. |
PI | |
PI_2 | The pi/2 constant. |
TAU | The 2*pi constant - TAU |
TITLE_PADDING | The padding around the chart title and axis titles. |
Traits
BaseOption | |
Chart | |
Drawable | |
Entity | A chart entity such as a point, a bar, a pie… |
Functions
default_label_formatter | |
default_value_formatter |
Type Definitions
LabelFormatter | |
ValueFormatter |