com.googlecode.wickedcharts.highcharts.options.functions
Class DefaultFormatter
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.Function
com.googlecode.wickedcharts.highcharts.options.functions.DefaultFormatter
- All Implemented Interfaces:
- Serializable
public class DefaultFormatter
- extends Function
A simple javascript function intended to use as tooltip formatter. If used as
tooltip formatter, the series name and the currently selected y value are
displayed as tooltip.
Example: "Series: 4".
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
- See Also:
Tooltip.setFormatter(Function),
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultFormatter
public DefaultFormatter()
Copyright © 2013. All Rights Reserved.