Skip to content
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

add dashboard example #14

Merged
merged 11 commits into from
Jan 10, 2024
Merged

add dashboard example #14

merged 11 commits into from
Jan 10, 2024

Conversation

trebor
Copy link
Contributor

@trebor trebor commented Jan 10, 2024

this adds an example dashboard, with some rocket launch data, and fills in the index page. some issues:

  • the index page is a little dreary.
  • bigNumber() and resize() code is checked in. once that code lands in CLI it can be removed from here.
  • there is some issue git in CLI and that has jammed up testing at the moment
  • the data set 1.8 meg. i'm not sure if that is too large.

the dashboard:

image

@trebor trebor requested review from mythmon and cinxmo January 10, 2024 05:07
import * as d3 from "npm:d3";
import {html} from "npm:htl";

export function BigNumber(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -1,3 +1,10 @@
# {{projectTitle}}

This is the default generated content. 1 + 1 = ${1 + 1}
To update these pages edit files in
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we'll want the option to be able to specify a different source root in the future but not a blocker for now!

@trebor trebor merged commit b24e8d2 into main Jan 10, 2024
@trebor trebor deleted the trebor/add-examples branch January 10, 2024 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants