We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae22f1e commit 5bb4388Copy full SHA for 5bb4388
test/sql/textplot.test
@@ -21,3 +21,8 @@ query T
21
SELECT tp_density([1,2,3], width := 5);
22
----
23
█ █ █
24
+
25
+query T
26
+select tp_sparkline([3,3,4,2,2,1,-5,-5], mode := 'delta', theme := 'thumbs', width:= 5);
27
+----
28
+👍👍👎👎👎
0 commit comments