Chart for Data Science
-- Change first word "SELECT" to "QLINE-SELECT"
SELECT QLINE-SELECT
-- labels - first column
-- Axis X:
-- X - column name, axis: x1, x2, ..xn Value: Number
-- L - column name, axis: l Value: Text
-- T - column name, axis: t Value: UnixTime Number
-- Axis Y:
-- Y - column name, axis: y1, y2, ..yn Value: Number
-- Y - color line: y_cFF00FF (HEX6)
-- Option:
-- C - color point: c Value: FF00FF (HEX6)
-- V - radius point: v Value: Number
-- Example :
QLINE-SELECT example
-- Example :
QAREA-SELECT example
-- Example :
QBAR-SELECT example
-- Example :
QPIE-SELECT example
-- Example :
QBUBBLE-SELECT example