Type alias WidgetThemeSettings
WidgetThemeSettings:
object
Widget theme settings
Type declaration
border
border?: boolean
Widget container border toggle
borderColor
borderColor?: string
Widget container border color
cornerRadius
cornerRadius?: RadiusSizes
Corner radius of the widget container
header
header?: object
Widget header styles
header.backgroundColorbackgroundColor?:
stringHeader background color
header.dividerLinedividerLine?:
booleanToggle of the divider line between widget header and chart
header.dividerLineColordividerLineColor?:
stringDivider line color
header.titleAlignmenttitleAlignment?:
AlignmentTypesHeader title alignment
header.titleFontSizetitleFontSize?:
numberHeader title font size
header.titleTextColortitleTextColor?:
stringHeader title text color
shadow
shadow?: ShadowsTypes
Shadow level of the widget container
Effective only when spaceAround is defined
spaceAround
spaceAround?: SpaceSizes
Space between widget container edge and the chart