Single Line Chart

A basic chart with a single line connecting points.

Features explored in this example:

  • Creating paths from a list of values
  • Basic attributes of the plot
  • Built-in and user defined callback functions

Multi Line Chart

Plot multiple lines on a single chart.

Features explored in this example:

  • Adding multiple visual elements to a plot

Stacked Line Chart

Extend the multiple line chart example to create a stacked line chart.

Features explored in this example:

  • The line-group visual element

Code