We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cacf161 commit d30416dCopy full SHA for d30416d
src/traces/scattersmith/attributes.js
@@ -13,13 +13,19 @@ module.exports = {
13
real: {
14
valType: 'data_array',
15
editType: 'calc+clearAxisTypes',
16
- description: 'Sets the real coordinates'
+ 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(' ')
20
},
21
22
imag: {
23
24
- description: 'Sets the imaginary coordinates'
25
26
+ 'Sets the imaginary component of the data, in units of normalized impedance',
27
28
29
30
31
text: scatterAttrs.text,
0 commit comments