Skip to content

Commit 5fa57a9

Browse files
committed
Update schema and types
1 parent e0acefe commit 5fa57a9

2 files changed

Lines changed: 47 additions & 47 deletions

File tree

src/types/generated/schema.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ export interface ColorBar {
385385
title?: {
386386
/** Sets this color bar's title font. */
387387
font?: Font;
388-
/** Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. */
388+
/** Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` is *v* and defaults to *right* when `orientation` is *h*. */
389389
side?: 'right' | 'top' | 'bottom';
390390
/** Sets the title of the color bar. */
391391
text?: string;
@@ -466,7 +466,7 @@ export namespace _internal {
466466
clipmax?: any;
467467
/** Clip autorange minimum if it goes beyond this value. Has no effect when `autorangeoptions.minallowed` is provided. */
468468
clipmin?: any;
469-
/** Ensure this value is included in autorange. */
469+
/** Extends the autorange to include this value or array of values, even when they fall outside the data range. Has no effect on endpoints set by `autorangeoptions.minallowed` or `autorangeoptions.maxallowed`. Subject to `autorangeoptions.clipmin` and `autorangeoptions.clipmax`. */
470470
include?: any;
471471
/** Use this value exactly as autorange maximum. */
472472
maxallowed?: any;

0 commit comments

Comments
 (0)