File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export class UnconnectedText extends Component {
27
27
}
28
28
29
29
UnconnectedText . propTypes = {
30
- defaultValue : PropTypes . number ,
30
+ defaultValue : PropTypes . string ,
31
31
fullValue : PropTypes . any ,
32
32
multiValued : PropTypes . bool ,
33
33
updatePlot : PropTypes . func ,
Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ class StyleAxesPanel extends Component {
276
276
/>
277
277
</ Section >
278
278
279
- < Section name = { _ ( 'Placement ' ) } attr = "dtick" >
279
+ < Section name = { _ ( 'Spacing ' ) } attr = "dtick" >
280
280
< Radio
281
281
attr = "tickmode"
282
282
options = { [
@@ -304,7 +304,7 @@ class StyleAxesPanel extends Component {
304
304
< Numeric label = { _ ( 'Width' ) } attr = "tickwidth" units = "px" />
305
305
< ColorPicker label = { _ ( 'Tick Color' ) } attr = "tickcolor" />
306
306
</ Section >
307
- < Section name = { _ ( 'Placement ' ) } >
307
+ < Section name = { _ ( 'Spacing ' ) } >
308
308
< Radio
309
309
attr = "tickmode"
310
310
options = { [
You can’t perform that action at this time.
0 commit comments