Renderer Class
The Renderer class is a base class for chart components that use the styles
attribute.
Item Index
Methods
Properties
Methods
_getDefaultStyles
()
protected
Gets the default value for the styles
attribute.
Returns:
Object
_mergeStyles
(
protected
-
a
-
b
Merges to object literals so that only specified properties are overwritten.
Parameters:
-
a
ObjectHash of new styles
-
b
ObjectHash of original styles
Returns:
Object
_setStyles
(
protected
-
newStyles
Method used by styles
setter.
Parameters:
-
newStyles
ObjectHash of properties to update.
Returns:
Object
Properties
_styles
Object
private
Storage for styles
attribute.