source:
node_modules/recharts/es6/state/selectors/containerSelectors.js
| Last change on this file was a762898, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 238 bytes | |
| Line | |
|---|---|
| 1 | export var selectChartWidth = state => state.layout.width; |
| 2 | export var selectChartHeight = state => state.layout.height; |
| 3 | export var selectContainerScale = state => state.layout.scale; |
| 4 | export var selectMargin = state => state.layout.margin; |
Note:
See TracBrowser
for help on using the repository browser.
