Skip to content
Snippets Groups Projects

Wdfn 768 - Convert the legend component to vue

Merged Williams, Darius Shamar requested to merge dswilliams/waterdataui:wdfn-768 into main
All threads resolved!
1 file
+ 0
10
Compare changes
  • Side-by-side
  • Inline
@@ -159,16 +159,6 @@ export const attachToNode = function(store,
hydrographApp.mount('#hydrograph-brush-container');
}
if (!showOnlyGraph) {
// const graphControlsApp = createApp(GraphControlsApp, {});
// graphControlsApp.use(ReduxConnectVue, {
// store,
// mapDispatchToPropsFactory: (actionCreators) => (dispatch) => bindActionCreators(actionCreators, dispatch),
// mapStateToPropsFactory: createStructuredSelector
// });
// graphControlsApp.provide('store', store);
// graphControlsApp.provide('siteno', siteno);
// graphControlsApp.mount('.ts-legend-controls-container');
const parameterSelectionApp = createApp(ParameterSelectionApp, {});
parameterSelectionApp.use(ReduxConnectVue, {
store,
Loading