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
The graphic pages located in files src/client/app/containers/LineChartContainer.ts, src/client/app/containers/BarChartContainer.ts, src/client/app/containers/CompareChartContainer.ts & src/client/app/containers/MapChartContainer.ts need to be updated for React hooks. The look of the page will stay the same.
Note that each of the Containers interacts with react-plotly using the old style mapStateToProps. Information on a way to just use a Component is available. Some useful links may be react-plotly README and React Plotly information page. Many other help pages are available.
Additional context
src/client/app/components/DashboardComponent.tsx is part of another issue but changes may be needed.
The text was updated successfully, but these errors were encountered:
huss
added
the
reserved
Expected to be assigned to developer by project so others should not work on without prior approval.
label
Apr 19, 2023
Is your feature request related to a problem? Please describe.
Please see issue #726 for information.
Describe the solution you'd like
The graphic pages located in files src/client/app/containers/LineChartContainer.ts, src/client/app/containers/BarChartContainer.ts, src/client/app/containers/CompareChartContainer.ts & src/client/app/containers/MapChartContainer.ts need to be updated for React hooks. The look of the page will stay the same.
Note that each of the Containers interacts with react-plotly using the old style mapStateToProps. Information on a way to just use a Component is available. Some useful links may be react-plotly README and React Plotly information page. Many other help pages are available.
Additional context
src/client/app/components/DashboardComponent.tsx is part of another issue but changes may be needed.
The text was updated successfully, but these errors were encountered: