Skip to content

Move any posit, viz, etc. code out of index.html -- maximize separation #39

@gussmith23

Description

@gussmith23

I don't think we should be doing any logic other than e.g. setting the highest-level parameters (maybe max n and es?) in index. Ideally, we would just:

  1. Define the bare minimum of parameters
  2. Create the SVG on the page (could be done statically in HTML)
  3. Call a createViz() function, passing in max n, max es, the SVG, and other parameters.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions