Skip to content
Snippets Groups Projects
Commit 29aa1b14 authored by Fry, Janell's avatar Fry, Janell
Browse files

IOW-307 Getting current.

parent ddcfd3b7
No related branches found
No related tags found
No related merge requests found
......@@ -137,6 +137,7 @@ export const drawSimpleLegend = function(div, {legendMarkerRows, layout}) {
svg.attr('viewBox', `-4 0 ${layout.width} ${bBox.height + 20}`);
};
const uniqueClassesSelector = memoize(tsKey => createSelector(
currentVariableLineSegmentsSelector(tsKey),
//getCurrentTimeSeriesLineSegments(tsKey),
......@@ -151,7 +152,6 @@ const uniqueClassesSelector = memoize(tsKey => createSelector(
));
/**
* Select attributes from the state useful for legend creation
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment