Skip to content

Commit d30416d

Browse files
committed
improve description for real and imaginary components
1 parent cacf161 commit d30416d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/traces/scattersmith/attributes.js

+8-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,19 @@ module.exports = {
1313
real: {
1414
valType: 'data_array',
1515
editType: 'calc+clearAxisTypes',
16-
description: 'Sets the real coordinates'
16+
description: [
17+
'Sets the real component of the data, in units of normalized impedance',
18+
'such that real=1, imag=0 is the center of the chart.'
19+
].join(' ')
1720
},
1821

1922
imag: {
2023
valType: 'data_array',
2124
editType: 'calc+clearAxisTypes',
22-
description: 'Sets the imaginary coordinates'
25+
description: [
26+
'Sets the imaginary component of the data, in units of normalized impedance',
27+
'such that real=1, imag=0 is the center of the chart.'
28+
].join(' ')
2329
},
2430

2531
text: scatterAttrs.text,

0 commit comments

Comments
 (0)