tags
- Introduction
Objects
- Audio
- AudioPlus
- HyperText
- Image
- Paragraphs
- Text
- TimeSeries
Controls
- BrushLabels
- Choice
- Choices
- Ellipse
- EllipseLabels
- HyperTextLabels
- KeyPoint
- KeyPointLabels
- Label
- Labels
- List
- Pairwise
- ParagraphLabels
- Polygon
- PolygonLabels
- Ranker
- Rating
- Rectangle
- RectangleLabels
- Relation
- Relations
- Shortcut
- Taxonomy
- TextArea
- TimeSeriesLabels
- Filter
Visual & Experience
- Header
- Style
- Table
- View
TimeSeriesLabels
TimeSeriesLabels tag creates labeled time range
Parameters
Param | Type | Default | Description |
---|---|---|---|
name | string |
name of the element | |
toname | string |
name of the timeseries to label | |
[choice] | single | multiple |
single |
configure if you can select just one or multiple labels |
[maxUsages] | number |
maximum available usages | |
[showInline] | boolean |
true |
show items in the same visual line |
[opacity] | float |
0.9 |
opacity of range |
[fillColor] | string |
range fill color, default is transparent | |
[strokeWidth] | number |
1 |
width of the stroke |
Example
<View>
<TimeSeriesLabels name="label" toName="ts">
<Label value="Run"/>
<Label value="Walk"/>
</TimeSeriesLabels>
<TimeSeries name="ts" value="$csv" valueType="url">
<Channel column="first_column"/>
</TimeSeries>
</View>