Wijmo UI for the Web
contentStyle Field
wijmo.chart Namespace > chart_hint Interface : contentStyle Field

A value that indicates the style object to apply to text displayed in the tooltip.

For more information on the available style parameters, see the Style Options topic.

Default: {fill: "#d1d1d1","font-size": 16}

Type: Object

Syntax
var instance; // Type: wijmo.chart.chart_hint;
var value; // Type: any
value = instance.contentStyle;
var contentStyle : any;
Remarks

Note: Any style options set in the fallback textStyle option are used for any style options that are not set explicitly (or set by default) in this option.

The style object is defined in RaphaelJS, in the attr method’s parameters. Here is an external link to the documentation: http://raphaeljs.com/reference.html#Element.attr

See Also

Reference

chart_hint Interface