-
-
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 EnergyUseHistoryChart
component accepting Rules Engine data as parameter/prop
#221
Closed
7 tasks done
Labels
Comments
thadk
changed the title
Draw
Draw Jul 10, 2024
EnergyUseHistoryChart
component accepting Rules Engine data as parameterEnergyUseHistoryChart
component accepting Rules Engine data as parameter/prop
This was referenced Jul 10, 2024
thadk
added a commit
that referenced
this issue
Aug 21, 2024
thadk
added a commit
that referenced
this issue
Aug 21, 2024
* 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 one, please especially reference this part: home-energy-analysis-tool/heat-stack/app/routes/_heat+/single.tsx Lines 471 to 481 in 23ef2bb
|
Made good headway on this issue this week, see the 221_usage_chart branch.
|
This was referenced Sep 11, 2024
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
<EnergyUseHistoryChart/>
: Add basic interactivity #247Try to implement interactivity in design as closely as possible--click the one checkbox to see next step. (here's the very initial clickable page).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 EnergyUseHistoryChart:
The text was updated successfully, but these errors were encountered: