@@ -37,13 +37,13 @@ exports.attributes = {
3737 description : [
3838 'Sets the filter target by which the filter is applied.' ,
3939
40- 'If a string, * target* is assumed to be a reference to a data array' ,
40+ 'If a string, ` target` is assumed to be a reference to a data array' ,
4141 'in the parent trace object.' ,
4242 'To filter about nested variables, use *.* to access them.' ,
4343 'For example, set `target` to *marker.color* to filter' ,
4444 'about the marker color array.' ,
4545
46- 'If an array, * target* is then the data array by which the filter is applied.'
46+ 'If an array, ` target` is then the data array by which the filter is applied.'
4747 ] . join ( ' ' )
4848 } ,
4949 operation : {
@@ -83,23 +83,23 @@ exports.attributes = {
8383 valType : 'any' ,
8484 dflt : 0 ,
8585 description : [
86- 'Sets the value or values by which to filter by .' ,
86+ 'Sets the value or values by which to filter.' ,
8787
8888 'Values are expected to be in the same type as the data linked' ,
89- 'to * target* .' ,
89+ 'to ` target` .' ,
9090
9191 'When `operation` is set to one of' ,
9292 'the comparison values (' + COMPARISON_OPS + ')' ,
93- '* value* is expected to be a number or a string.' ,
93+ '` value` is expected to be a number or a string.' ,
9494
9595 'When `operation` is set to one of the interval values' ,
9696 '(' + INTERVAL_OPS + ')' ,
97- '* value* is expected to be 2-item array where the first item' ,
97+ '` value` is expected to be 2-item array where the first item' ,
9898 'is the lower bound and the second item is the upper bound.' ,
9999
100100 'When `operation`, is set to one of the set values' ,
101101 '(' + SET_OPS + ')' ,
102- '* value* is expected to be an array with as many items as' ,
102+ '` value` is expected to be an array with as many items as' ,
103103 'the desired set elements.'
104104 ] . join ( ' ' )
105105 } ,
0 commit comments