|
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:
823 bytes
|
| Line | |
|---|
| 1 | import { createSelector } from 'reselect';
|
|---|
| 2 | import { selectChartLayout } from '../../context/chartLayoutContext';
|
|---|
| 3 | import { selectTooltipAxisRangeWithReverse, selectTooltipAxisTicks } from './tooltipSelectors';
|
|---|
| 4 | import { selectChartOffsetInternal } from './selectChartOffsetInternal';
|
|---|
| 5 | import { combineActiveProps, selectOrderedTooltipTicks } from './selectors';
|
|---|
| 6 | import { selectPolarViewBox } from './polarAxisSelectors';
|
|---|
| 7 | import { selectTooltipAxisType } from './selectTooltipAxisType';
|
|---|
| 8 | var pickChartPointer = (_state, chartPointer) => chartPointer;
|
|---|
| 9 | export var selectActivePropsFromChartPointer = createSelector([pickChartPointer, selectChartLayout, selectPolarViewBox, selectTooltipAxisType, selectTooltipAxisRangeWithReverse, selectTooltipAxisTicks, selectOrderedTooltipTicks, selectChartOffsetInternal], combineActiveProps); |
|---|
Note:
See
TracBrowser
for help on using the repository browser.