Skip to content

provide pie-chart, bar-chart, dot-plot, labeled-dot-plot, E #596

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: horizon
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions src/web/arr/trove/dcic2024.arr
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ include from BASIC: *, type *, data * end
include tables
include chart
import statistics as S
# import lists as L
# import lists as L
import sets as ST
import constants as C

provide:
get-row,
Expand Down Expand Up @@ -42,7 +43,15 @@ provide:
group,
count,
count-many,
render-chart
render-chart,
pie-chart,
bar-chart,
dot-plot,
labeled-dot-plot
end

provide from C:
E
end

# ----------- TABLE FUNCTIONS -----------
Expand Down