You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Define the bare minimum of parameters
Create the SVG on the page (could be done statically in HTML)
Call a createViz() function, passing in max n, max es, the SVG, and other parameters.
The text was updated successfully, but these errors were encountered:
I think there is a lot of separation already, but we could potentially do more. For example, sliders could move into the viz.js file (esp. if we're going to put them inside the circle, which probably means putting them in the SVG).
I don't think we should be doing any logic other than e.g. setting the highest-level parameters (maybe max
n
andes
?) in index. Ideally, we would just:createViz()
function, passing in maxn
, maxes
, the SVG, and other parameters.The text was updated successfully, but these errors were encountered: