Skip to content

Commit 2cfb019

Browse files
authored
Merge pull request #596 from ds26gte/dcic2024
provide pie-chart, bar-chart, dot-plot, labeled-dot-plot, E
2 parents d6bc072 + 7a87ba8 commit 2cfb019

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/web/arr/trove/dcic2024.arr

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ include from BASIC: *, type *, data * end
1313
include tables
1414
include chart
1515
import statistics as S
16-
# import lists as L
16+
# import lists as L
1717
import sets as ST
18+
import constants as C
1819

1920
provide:
2021
get-row,
@@ -42,7 +43,15 @@ provide:
4243
group,
4344
count,
4445
count-many,
45-
render-chart
46+
render-chart,
47+
pie-chart,
48+
bar-chart,
49+
dot-plot,
50+
labeled-dot-plot
51+
end
52+
53+
provide from C:
54+
E
4655
end
4756

4857
# ----------- TABLE FUNCTIONS -----------

0 commit comments

Comments
 (0)