-
Notifications
You must be signed in to change notification settings - Fork 37
MDynamicChartStyle
-
MChartTitle
Title displayed at the top of the chart-
title : string
-
title : string
-
MChartSubtitle
Subtitle displayed below the title at the top of the chart, can be used without title-
subtitle : string
-
subtitle : string
-
MEmptyMessage
When the list is empty, display this in the center-
message : Material
-
message : Material
-
MValuesLabels
Adds points value labels-
withPostfix : bool
-
withPostfix : bool
-
MValuesPostfix
Postfix which is added at the end of every YAxis value
For example MValuesPostfix(" s") will produce values like "1 s", "2 s" etc.-
postfix : string
-
postfix : string
-
MTooltipValuesPostfix
The same as MValuesPostfix but without vertAxis modification-
postfix : string
-
postfix : string
-
EscapeHTML
-
MAxesStyle
-
x : [ MAxisStyle ]
-
y : [ MAxisStyle ]
-
x : [ MAxisStyle ]
-
MInCard
Adds elevation and background to table -
MHideLegend
Hides chart legend at the right of the chart -
MChartCurve
TODO: Add curve type -
MHidePoints
-
MHideValueHover
Do not show hover for points -
MLineLabels
Adds lines labels. Use MPointLabelStyle to customize line label style.