source: node_modules/recharts/es6/state/selectors/rootPropsSelectors.js@ a762898

Last change on this file since a762898 was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago

Added visualizations

  • Property mode set to 100644
File size: 751 bytes
Line 
1export var selectRootMaxBarSize = state => state.rootProps.maxBarSize;
2export var selectBarGap = state => state.rootProps.barGap;
3export var selectBarCategoryGap = state => state.rootProps.barCategoryGap;
4export var selectRootBarSize = state => state.rootProps.barSize;
5export var selectStackOffsetType = state => state.rootProps.stackOffset;
6export var selectReverseStackOrder = state => state.rootProps.reverseStackOrder;
7export var selectChartName = state => state.options.chartName;
8export var selectSyncId = state => state.rootProps.syncId;
9export var selectSyncMethod = state => state.rootProps.syncMethod;
10export var selectEventEmitter = state => state.options.eventEmitter;
11export var selectChartBaseValue = state => state.rootProps.baseValue;
Note: See TracBrowser for help on using the repository browser.