-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Draw HeatLoad
graph from static Rules Engine output
#223
Comments
* Use replacer/reviver to pass Map of Maps to the browser. link to example. Co-authored-by: Devin Altobello <[email protected]> Co-authored-by: plocket <[email protected]> * console.log and comments to help #223 and #221 --------- Co-authored-by: Devin Altobello <[email protected]> Co-authored-by: plocket <[email protected]>
In #238, I've added console.log's in the default component of single.tsx for how to access each of the data structures with extra comments as well. For this ticket, please especially reference this part: home-energy-analysis-tool/heat-stack/app/routes/_heat+/single.tsx Lines 483 to 491 in 23ef2bb
|
@stevebreit is going to write up how to use the variables in summary input to draw the line and plot the x-y coordinates. @thiagobardini might want to implement. |
@thadk @thiagobardini |
Goal:
Usage:
https://stackoverflow.com/a/56150320
Output from Rules Engine when it runs in pyodide.test.ts for passing into React component prop/parameter (use
reviver
to convert back toMap()
) :Pretty excerpts:
Existing HeatLoad graph:
The text was updated successfully, but these errors were encountered: