@@ -249,15 +249,15 @@ module.exports = {
249
249
] . join ( ' ' )
250
250
} ,
251
251
252
- breaks : templatedArray ( 'break ' , {
252
+ rangebreaks : templatedArray ( 'rangebreak ' , {
253
253
enabled : {
254
254
valType : 'boolean' ,
255
255
role : 'info' ,
256
256
dflt : true ,
257
257
editType : 'calc' ,
258
258
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.'
261
261
] . join ( ' ' )
262
262
} ,
263
263
@@ -270,7 +270,7 @@ module.exports = {
270
270
] ,
271
271
editType : 'calc' ,
272
272
description : [
273
- 'Sets the lower and upper bounds of this axis break .' ,
273
+ 'Sets the lower and upper bounds of this axis rangebreak .' ,
274
274
'Can be used with `operation` to determine the behavior at the bounds.' ,
275
275
'Can be used with `pattern`.'
276
276
] . join ( ' ' )
@@ -284,17 +284,17 @@ module.exports = {
284
284
role : 'info' ,
285
285
editType : 'calc' ,
286
286
description : [
287
- 'Determines a pattern on the time line that generates breaks .' ,
287
+ 'Determines a pattern on the time line that generates rangebreaks .' ,
288
288
'If *%w* - Sunday-based weekday as a decimal number [0, 6].' ,
289
289
'If *%H* - hour (24-hour clock) as a decimal number [0, 23].' ,
290
290
'These are the same directive as in `tickformat`, see' ,
291
291
'https://github.com/d3/d3-time-format#locale_format' ,
292
292
'for more info.' ,
293
293
'Examples:' ,
294
294
'- { pattern: \'%w\', bounds: [6, 0], operation: \'[]\' }' ,
295
- ' breaks from Saturday to Monday (i.e. skips the weekends).' ,
295
+ ' rangebreaks from Saturday to Monday (i.e. skips the weekends).' ,
296
296
'- { pattern: \'%H\', bounds: [17, 8] }' ,
297
- ' breaks from 5pm to 8am (i.e. skips non-work hours).'
297
+ ' rangebreaks from 5pm to 8am (i.e. skips non-work hours).'
298
298
] . join ( ' ' )
299
299
} ,
300
300
@@ -308,7 +308,7 @@ module.exports = {
308
308
editType : 'calc'
309
309
} ,
310
310
description : [
311
- 'Sets the coordinate values corresponding to the breaks .' ,
311
+ 'Sets the coordinate values corresponding to the rangebreaks .' ,
312
312
'An alternative to `bounds`.' ,
313
313
'Use `dvalue` to set the size of the values along the axis.'
314
314
] . join ( ' ' )
@@ -333,12 +333,12 @@ module.exports = {
333
333
role : 'info' ,
334
334
editType : 'calc' ,
335
335
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 .' ,
337
337
'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' ,
339
339
'equal to the bound disappear.' ,
340
340
'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' ,
342
342
'equal to the bound on the axis.'
343
343
] . join ( ' ' )
344
344
} ,
@@ -351,7 +351,7 @@ module.exports = {
351
351
editType: 'calc',
352
352
role: 'info',
353
353
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 .',
355
355
'Use with `gapmode` to set the unit of measurement.'
356
356
].join(' ')
357
357
},
0 commit comments