IndicatorDelta Type

Constructors

Constructor Description

IndicatorDelta()

Full Usage: IndicatorDelta()

Returns: IndicatorDelta
Returns: IndicatorDelta

Static members

Static member Description

IndicatorDelta.init (?Decreasing, ?Font, ?Increasing, ?Position, ?Prefix, ?Reference, ?Relative, ?Suffix, ?ValueFormat)

Full Usage: IndicatorDelta.init (?Decreasing, ?Font, ?Increasing, ?Position, ?Prefix, ?Reference, ?Relative, ?Suffix, ?ValueFormat)

Parameters:
    ?Decreasing : 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

Returns a new IndicatorDelta object with the given styles

?Decreasing : 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.style (?Decreasing, ?Font, ?Increasing, ?Position, ?Prefix, ?Reference, ?Relative, ?Suffix, ?ValueFormat)

Full Usage: IndicatorDelta.style (?Decreasing, ?Font, ?Increasing, ?Position, ?Prefix, ?Reference, ?Relative, ?Suffix, ?ValueFormat)

Parameters:
    ?Decreasing : 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

Returns a function that applies the given styles to an IndicatorDelta object

?Decreasing : 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