Data with irregular intervals
SQL source code for this example:
DRAW LINECHART WITH
AXIS BOTTOM
AXIS LEFT
AXIS TOP
AXIS RIGHT;
SELECT series AS series, x AS x, y AS y, 'circle' as pointstyle
FROM example_data;
DRAW LINECHART WITH
AXIS BOTTOM
AXIS LEFT
AXIS TOP
AXIS RIGHT;
SELECT series AS series, x AS x, y AS y, 'circle' as pointstyle
FROM example_data;