Examples
Quickstart
This tutorial creates a simple Time Series Chart with two data sets utilizing the Bubble Tea framework, Lip Gloss for styling and BubbleZone for mouse support.
(source)
Canvas
A Canvas provides a 2D grid to plot arbitrary runes supporting Lip Gloss styles and uses BubbleZone for mouse support.
(source)
Graphing
There are various graphing functions for drawing runes onto the Canvas.
Braille
(source)
Candlesticks
(source)
Circles
(source)
Columns
(source)
Lines
(source)
Rows
(source)
Bar Chart
Barcharts displays values as either horizontal rows or vertical columns.
Rows
(source)
Columns
(source)
Line Chart
Linecharts displays (X,Y) data points onto a 2D grid in various types of charts.
Circles
Circles can be displayed with a given point and radius.
(source)
Lines
Lines can be displayed between two points.
(source)
Scatter
Scatter charts can be created by plotting abitrary runes onto (X,Y) coordinates.
(source)
Streaming
Streaming charts display a continuous a line moving across the Canvas from the right side to the left side.
(source)
Time Series
Time series charts have values on the Y axis and time values on the X axis.
(source)
Wave Line
Wave line charts display a continuous a line going across the line chart.
(source)
Sparkline
Sparklines displays data moving across the Canvas from the right side to the left side.
(source)