Skip to content

Commit a8710ab

Browse files
committed
- provide pie-chart, bar-chart, dot-plot, labeled-dot-plot
- define & provide E to prevent users using E casually
1 parent 7565709 commit a8710ab

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/web/arr/trove/dcic2024.arr

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,12 @@ provide:
4242
group,
4343
count,
4444
count-many,
45-
render-chart
45+
render-chart,
46+
pie-chart,
47+
bar-chart,
48+
dot-plot,
49+
labeled-dot-plot,
50+
E
4651
end
4752

4853
# ----------- TABLE FUNCTIONS -----------
@@ -242,3 +247,5 @@ fun count-many(tab, cols):
242247
end)
243248
end
244249
end
250+
251+
E = ~2.718281828459045

0 commit comments

Comments
 (0)