Skip to content

horizon -> mainmast #433

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

Merged
merged 18 commits into from
Apr 30, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
use modern module style, which, along with brownplt/pyret-lang@351390d,…
… will allow include of charts to be more future-proof
  • Loading branch information
jpolitz committed Apr 22, 2022
commit aa68e6edc2333ec764589b5e05194e9d479301f0
17 changes: 7 additions & 10 deletions src/web/arr/trove/chart.arr
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
provide {
render-chart: render-chart,
render-charts: render-charts,
from-list: from-list,
} end

provide-types {
DataSeries :: DataSeries,
ChartWindow :: ChartWindow,
}
provide:
render-chart,
render-charts,
from-list,
type DataSeries,
type ChartWindow
end

import global as G
import base as B
Expand Down