File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
import React , { Component } from 'react' ;
2
2
import PropTypes from 'prop-types' ;
3
3
import {
4
- CogMenu ,
4
+ SubPanel ,
5
5
ColorPicker ,
6
6
DataSelector ,
7
7
Dropdown ,
@@ -223,8 +223,8 @@ class DefaultEditor extends Component {
223
223
/>
224
224
</ Section >
225
225
< Section name = { _ ( 'Positioning' ) } >
226
- < CogMenu >
227
- < Section >
226
+ < SubPanel >
227
+ < Section name = { _ ( 'Anchor Point' ) } >
228
228
< Info >
229
229
{ _ (
230
230
'The positioning inputs are relative to the ' +
@@ -240,15 +240,15 @@ class DefaultEditor extends Component {
240
240
] }
241
241
/>
242
242
< Radio
243
- attr = "legend.orientation "
243
+ attr = "legend.yanchor "
244
244
options = { [
245
245
{ label : _ ( 'Top' ) , value : 'top' } ,
246
246
{ label : _ ( 'Middle' ) , value : 'middle' } ,
247
247
{ label : _ ( 'Bottom' ) , value : 'bottom' } ,
248
248
] }
249
249
/>
250
250
</ Section >
251
- </ CogMenu >
251
+ </ SubPanel >
252
252
< Numeric
253
253
label = { _ ( 'X Position' ) }
254
254
step = { 0.01 }
You can’t perform that action at this time.
0 commit comments