@@ -34,33 +34,26 @@ module.exports = {
3434 a : {
3535 valType : 'data_array' ,
3636 editType : 'calc' ,
37- description : [
38- 'Sets the quantity of component `a` in each data point.' ,
39- 'If `a`, `b`, and `c` are all provided, they need not be' ,
40- 'normalized, only the relative values matter. If only two' ,
41- 'arrays are provided they must be normalized to match' ,
42- '`ternary<i>.sum`.'
43- ] . join ( ' ' )
37+ description : 'Sets the a-axis coordinates.'
4438 } ,
4539 b : {
4640 valType : 'data_array' ,
4741 editType : 'calc' ,
48- description : [
49- 'Sets the quantity of component `a` in each data point.' ,
50- 'If `a`, `b`, and `c` are all provided, they need not be' ,
51- 'normalized, only the relative values matter. If only two' ,
52- 'arrays are provided they must be normalized to match' ,
53- '`ternary<i>.sum`.'
54- ] . join ( ' ' )
42+ description : 'Sets the b-axis coordinates.'
5543 } ,
5644 mode : extendFlat ( { } , scatterAttrs . mode , { dflt : 'markers' } ) ,
5745 text : extendFlat ( { } , scatterAttrs . text , {
5846 description : [
59- 'Sets text elements associated with each (a,b,c) point.' ,
47+ 'Sets text elements associated with each (a,b) point.' ,
48+ 'If a single string, the same string appears over' ,
49+ 'all the data points.' ,
50+ 'If an array of strings, the items are mapped in order to the' ,
51+ 'the data points in (a,b).' ,
52+ 'If trace `hoverinfo` contains a *text* flag and *hovertext* is not set,' ,
53+ 'these elements will be seen in the hover labels.'
6054 'If a single string, the same string appears over' ,
6155 'all the data points.' ,
6256 'If an array of strings, the items are mapped in order to the' ,
63- 'the data points in (a,b,c).'
6457 ] . join ( ' ' )
6558 } ) ,
6659 line : {
0 commit comments