title: Chart Presets titleTemplate: Timescope Examples
Chart Presets
Example
Code
TypeScript
new Timescope({
:
series: {
temperature: {
data: {
source: 'samples',
},
chart: 'linespoints',
},
},
:
})Presets
| Chart preset | Marks | Links |
|---|---|---|
lines | – | line |
lines:filled | – | area, line |
curves | – | curve |
curves:filled | – | curve-area, curve |
steps-start | – | step-start |
steps-start:filled | – | step-area-start, step-start |
steps | – | step |
steps:filled | – | step-area, step |
steps-end | – | step-end |
steps-end:filled | – | step-area-end, step-end |
points | circle | – |
linespoints | circle | line |
linespoints:filled | circle | area, line |
curvespoints | circle | curve |
curvespoints:filled | circle | curve-area, curve |
stepspoints-start | circle | step-start |
stepspoints-start:filled | circle | step-area-start, step-start |
stepspoints | circle | step |
stepspoints:filled | circle | step-area, step |
stepspoints-end | circle | step-end |
stepspoints-end:filled | circle | step-area-end, step-end |
impulses | line (using value, zero) | – |
impulsespoints | line (using value, zero), circle | – |
boxes | box (using value, zero; fill transparent) | – |
boxes:filled | box (using value, zero) | – |