Skip to content

Commit 039d292

Browse files
committed
Add Meta DataSelector in layout
1 parent 8269ed0 commit 039d292

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/default_panels/StyleLayoutPanel.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import {
1717
Radio,
1818
} from '../components';
1919
import {HoverColor} from '../components/fields/derived';
20+
import DataSelector from '../components/fields/DataSelector';
2021

2122
const StyleLayoutPanel = (props, {localize: _}) => (
2223
<LayoutPanel>
@@ -165,6 +166,9 @@ const StyleLayoutPanel = (props, {localize: _}) => (
165166
</HovermodeDropdown>
166167
</PlotlySection>
167168
</PlotlyFold>
169+
<PlotlyFold name={_('Meta')}>
170+
<DataSelector label={_('Custom Data')} attr="meta" />
171+
</PlotlyFold>
168172
</LayoutPanel>
169173
);
170174

0 commit comments

Comments
 (0)