|
Last change
on this file was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago |
|
Added visualizations
|
-
Property mode
set to
100644
|
|
File size:
589 bytes
|
| Rev | Line | |
|---|
| [a762898] | 1 | "use strict";
|
|---|
| 2 |
|
|---|
| 3 | Object.defineProperty(exports, "__esModule", {
|
|---|
| 4 | value: true
|
|---|
| 5 | });
|
|---|
| 6 | exports.selectMargin = exports.selectContainerScale = exports.selectChartWidth = exports.selectChartHeight = void 0;
|
|---|
| 7 | var selectChartWidth = state => state.layout.width;
|
|---|
| 8 | exports.selectChartWidth = selectChartWidth;
|
|---|
| 9 | var selectChartHeight = state => state.layout.height;
|
|---|
| 10 | exports.selectChartHeight = selectChartHeight;
|
|---|
| 11 | var selectContainerScale = state => state.layout.scale;
|
|---|
| 12 | exports.selectContainerScale = selectContainerScale;
|
|---|
| 13 | var selectMargin = state => state.layout.margin;
|
|---|
| 14 | exports.selectMargin = selectMargin; |
|---|
Note:
See
TracBrowser
for help on using the repository browser.