Skip to content

title: Chart Presets titleTemplate: Timescope Examples

Chart Presets

Example

Code

TypeScript
new Timescope({
     :
  series: {
    temperature: {
      data: {
        source: 'samples',
      },
      chart: 'linespoints',
    },
  },
     :
})

Presets

Chart presetMarksLinks
linesline
lines:filledarea, line
curvescurve
curves:filledcurve-area, curve
steps-startstep-start
steps-start:filledstep-area-start, step-start
stepsstep
steps:filledstep-area, step
steps-endstep-end
steps-end:filledstep-area-end, step-end
pointscircle
linespointscircleline
linespoints:filledcirclearea, line
curvespointscirclecurve
curvespoints:filledcirclecurve-area, curve
stepspoints-startcirclestep-start
stepspoints-start:filledcirclestep-area-start, step-start
stepspointscirclestep
stepspoints:filledcirclestep-area, step
stepspoints-endcirclestep-end
stepspoints-end:filledcirclestep-area-end, step-end
impulsesline (using value, zero)
impulsespointsline (using value, zero), circle
boxesbox (using value, zero; fill transparent)
boxes:filledbox (using value, zero)