- target - Variable in class org.fujion.sparkline.BoxPlot
-
If set to a value, then a small crosshair is drawn at that point to represent a target value.
- targetColor - Variable in class org.fujion.sparkline.BoxPlot
-
CSS color used to draw the target crosshair.
- targetColor - Variable in class org.fujion.sparkline.BulletPlot
-
The CSS color of the vertical target marker.
- targetWidth - Variable in class org.fujion.sparkline.BulletPlot
-
The width of the target marker in pixels.
- thresholdColor - Variable in class org.fujion.sparkline.DiscretePlot
-
Color to use in combination with thresholdValue.
- thresholdValue - Variable in class org.fujion.sparkline.DiscretePlot
-
Values less than this value will be drawn using thresholdColor instead of lineColor.
- tooltipChartTitle - Variable in class org.fujion.sparkline.CommonOptions
-
If specified then the tooltip uses the string specified by this setting as a title.
- tooltipClassname - Variable in class org.fujion.sparkline.CommonOptions
-
Specifies a CSS class name to apply to tooltips to override the default built-in style.
- tooltipFormat$array - Variable in class org.fujion.sparkline.CommonOptions
-
A format array to control the format of the tooltips.
- tooltipFormat$string - Variable in class org.fujion.sparkline.CommonOptions
-
A format string to control the format of the tooltip.
- tooltipFormatFieldlist - Variable in class org.fujion.sparkline.BoxPlot
-
An array of values specifying which fields to display in a tooltip and in what order.
- tooltipFormatFieldlistKey - Variable in class org.fujion.sparkline.BoxPlot
-
Specifies which key holds the field name to reference above.
- tooltipFormatter - Variable in class org.fujion.sparkline.CommonOptions
-
Pass a javascript function to use as a callback to override the HTML used to generate
tooltips.
- tooltipOffsetX - Variable in class org.fujion.sparkline.CommonOptions
-
Specifies how many pixels away from the mouse pointer to render the tooltip on the X axis.
- tooltipOffsetY - Variable in class org.fujion.sparkline.CommonOptions
-
Specifies how many pixels away from the mouse pointer to render the tooltip on the Y axis.
- tooltipPrefix - Variable in class org.fujion.sparkline.CommonOptions
-
A string to prepend to each field displayed in a tooltip.
- tooltipSkipNull - Variable in class org.fujion.sparkline.CommonOptions
-
If true then null values will not have a tooltip displayed.
- tooltipSuffix - Variable in class org.fujion.sparkline.CommonOptions
-
A string to append to each field displayed in a tooltip.
- tooltipValueLookups - Variable in class org.fujion.sparkline.CommonOptions
-
An range map to map field values to tooltip strings.
- toString() - Method in enum org.fujion.sparkline.SparklineType
-
- TristatePlot - Class in org.fujion.sparkline
-
Options for tri-state plots.
- TristatePlot() - Constructor for class org.fujion.sparkline.TristatePlot
-
- type - Variable in class org.fujion.sparkline.CommonOptions
-
The type of sparkline.