HITheme Class Reference
| Inherits from | HIChartsJSONSerializable : NSObject |
|---|---|
| Declared in | HITheme.h |
Overview
A configuration object for the button theme. The object accepts SVG properties like stroke-width, stroke and fill. Tri-state button styles are supported by the states.hover and states.select objects.
Try it
padding
Padding for the button.
@property (nonatomic, readwrite) NSNumber *paddingDefaults to 5.
Declared In
HITheme.h
stroke
Default stroke for the buttons.
@property (nonatomic, readwrite) HIColor *strokeDefaults to none.
Declared In
HITheme.h
fill
The default fill exists only to capture hover events.
@property (nonatomic, readwrite) HIColor *fillDefaults to #ffffff.
Declared In
HITheme.h