@@ -249,15 +249,15 @@ module.exports = {
249249 ] . join ( ' ' )
250250 } ,
251251
252- breaks : templatedArray ( 'break ' , {
252+ rangebreaks : templatedArray ( 'rangebreak ' , {
253253 enabled : {
254254 valType : 'boolean' ,
255255 role : 'info' ,
256256 dflt : true ,
257257 editType : 'calc' ,
258258 description : [
259- 'Determines whether this axis break is enabled or disabled.' ,
260- 'Please note that `breaks ` only work for *date* axis type.'
259+ 'Determines whether this axis rangebreak is enabled or disabled.' ,
260+ 'Please note that `rangebreaks ` only work for *date* axis type.'
261261 ] . join ( ' ' )
262262 } ,
263263
@@ -270,7 +270,7 @@ module.exports = {
270270 ] ,
271271 editType : 'calc' ,
272272 description : [
273- 'Sets the lower and upper bounds of this axis break .' ,
273+ 'Sets the lower and upper bounds of this axis rangebreak .' ,
274274 'Can be used with `operation` to determine the behavior at the bounds.' ,
275275 'Can be used with `pattern`.'
276276 ] . join ( ' ' )
@@ -308,7 +308,7 @@ module.exports = {
308308 editType : 'calc'
309309 } ,
310310 description : [
311- 'Sets the coordinate values corresponding to the breaks .' ,
311+ 'Sets the coordinate values corresponding to the rangebreaks .' ,
312312 'An alternative to `bounds`.' ,
313313 'Use `dvalue` to set the size of the values along the axis.'
314314 ] . join ( ' ' )
@@ -333,12 +333,12 @@ module.exports = {
333333 role : 'info' ,
334334 editType : 'calc' ,
335335 description : [
336- 'Determines if we include or not the bound values within the break .' ,
336+ 'Determines if we include or not the bound values within the rangebreak .' ,
337337 'Closed interval bounds (i.e. starting with *[* or ending with *]*)' ,
338- 'include the bound value within the break and thus make coordinates' ,
338+ 'include the bound value within the rangebreak and thus make coordinates' ,
339339 'equal to the bound disappear.' ,
340340 'Open interval bounds (i.e. starting with *(* or ending with *)*)' ,
341- 'does not include the bound value within the break and thus keep coordinates' ,
341+ 'does not include the bound value within the rangebreak and thus keep coordinates' ,
342342 'equal to the bound on the axis.'
343343 ] . join ( ' ' )
344344 } ,
@@ -351,7 +351,7 @@ module.exports = {
351351 editType: 'calc',
352352 role: 'info',
353353 description: [
354- 'Sets the gap distance between the start and the end of this break .',
354+ 'Sets the gap distance between the start and the end of this rangebreak .',
355355 'Use with `gapmode` to set the unit of measurement.'
356356 ].join(' ')
357357 },
0 commit comments