Skip to contents

Usage

MarkElement(...)

Arguments

...

Props to pass to the component.

Value

Object with shiny.tag class suitable for use in the UI of a Shiny app.

Details

  • dataIndex number
    Default is - The index to the element in the series' data array.

  • shape 'circle', 'cross', 'diamond', 'square', 'star', 'triangle', 'wye'
    Default is - The shape of the marker.

  • isFaded bool
    Default is FALSE If true, the marker is faded.

  • isHighlighted bool
    Default is FALSE If true, the marker is highlighted.

  • skipAnimation bool
    Default is - If true, animations are skipped.