IndicatorDelta Type
Constructors
Constructor | Description |
|
|
Static members
Static member | Description |
Full Usage:
IndicatorDelta.init (?Decreasing, ?Font, ?Increasing, ?Position, ?Prefix, ?Reference, ?Relative, ?Suffix, ?ValueFormat)
Parameters:
IndicatorSymbol
-
Sets the style of decreasing deltas.
?Font : Font
-
Set the font used to display the delta
?Increasing : IndicatorSymbol
-
Sets the style of increasing deltas.
?Position : IndicatorDeltaPosition
-
Sets the position of delta with respect to the number.
?Prefix : string
-
Sets a prefix appearing before the delta.
?Reference : 'a
-
Sets the reference value to compute the delta. By default, it is set to the current value.
?Relative : bool
-
Show relative change
?Suffix : string
-
Sets a suffix appearing next to the delta.
?ValueFormat : string
-
Sets the value formatting rule using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format.
Returns: IndicatorDelta
|
|
Full Usage:
IndicatorDelta.style (?Decreasing, ?Font, ?Increasing, ?Position, ?Prefix, ?Reference, ?Relative, ?Suffix, ?ValueFormat)
Parameters:
IndicatorSymbol
-
Sets the style of decreasing deltas.
?Font : Font
-
Set the font used to display the delta
?Increasing : IndicatorSymbol
-
Sets the style of increasing deltas.
?Position : IndicatorDeltaPosition
-
Sets the position of delta with respect to the number.
?Prefix : string
-
Sets a prefix appearing before the delta.
?Reference : 'a
-
Sets the reference value to compute the delta. By default, it is set to the current value.
?Relative : bool
-
Show relative change
?Suffix : string
-
Sets a suffix appearing next to the delta.
?ValueFormat : string
-
Sets the value formatting rule using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format.
Returns: IndicatorDelta -> IndicatorDelta
|
|