Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
);
}
}
export default withHighcharts(ch2, Highcharts);
{code}
);
}
}
export default withHighcharts(App, Highcharts);
);
}
}
export default connect(mapStateToProps)(withHighcharts(StatsPerWeek, Highcharts));
const mapDispatch = dispatch => ({
updateFromQuery: dispatch.data.updateFromQuery,
});
const mapState = state => ({
repartition: state.repartition.repartition,
filters: state.repartition.filters,
});
export default
connect(mapState, mapDispatch)
(
withRouter
(
withStyles(tableStyle)(
withHighcharts(AssigneeTable, Highcharts)
)
)
);
);
}
}
export default connect(mapStateToProps)(withHighcharts(StatsPerDay, Highcharts));
);
}
}
export default withHighcharts(ch2, Highcharts);
const mapDispatch = dispatch => ({
updateFromQuery: dispatch.data.updateFromQuery,
});
const mapState = state => ({
repartition: state.repartition.repartition,
filters: state.repartition.filters,
});
export default
connect(mapState, mapDispatch)
(
withRouter
(
withStyles(tableStyle)(
withHighcharts(AssigneeTable, Highcharts)
)
)
);
};
const mapDispatch = dispatch => ({
});
const mapState = state => ({
});
export default
connect(mapState, mapDispatch)
(
withHighcharts(
HighchartsVelocity, Highcharts
)
);
};
const mapDispatch = dispatch => ({
});
const mapState = state => ({
});
export default
connect(mapState, mapDispatch)
(
withHighcharts(
HighchartsVelocity, Highcharts
)
);
);
}
}
export default withHighcharts(ch2, Highcharts);