Skip to content

Commit 5893f00

Browse files
committed
Reverse order of labels and values
1 parent ff2f1f8 commit 5893f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/default_panels/GraphCreatePanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ const GraphCreatePanel = (props, {localize: _}) => {
2828
<PlotlySection name={_('Data')}>
2929
<DataSelector label={_('Latitude')} attr="lat" />
3030
<DataSelector label={_('Longitude')} attr="lon" />
31-
<DataSelector label={_('Labels')} attr="labels" />
3231
<DataSelector label={_('Values')} attr="values" />
32+
<DataSelector label={_('Labels')} attr="labels" />
3333
<DataSelector label={_('Locations')} attr="locations" />
3434
<Radio
3535
label={_('Orientation')}

0 commit comments

Comments
 (0)