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:
-
aObjectHash of new styles
-
bObjectHash of original styles
Returns:
Object
_setStyles
(
protected
-
newStyles
Method used by styles setter.
Parameters:
-
newStylesObjectHash of properties to update.
Returns:
Object
Properties
_styles
Object
private
Storage for styles attribute.
