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 *padding

Defaults to 5.

Declared In

HITheme.h

  stroke

Default stroke for the buttons.

@property (nonatomic, readwrite) HIColor *stroke

Defaults to none.

Declared In

HITheme.h

  fill

The default fill exists only to capture hover events.

@property (nonatomic, readwrite) HIColor *fill

Defaults to #ffffff.

Declared In

HITheme.h

  zIndex

@property (nonatomic, readwrite) NSNumber *zIndex

– getParams

- (NSDictionary *)getParams