Skip to content

Commit e51cf1e

Browse files
committed
update generated types
1 parent c4568a6 commit e51cf1e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/types/generated/schema.d.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16331,7 +16331,10 @@ export interface ConfigBase {
1633116331
* Range: [1, 4]
1633216332
*/
1633316333
plotGlPixelRatio?: number;
16334-
/** Sets the URL for the `sendChartToCloud` modebar button. When clicked, the button will send the chart data to this URL. */
16334+
/**
16335+
* Sets the URL for the `sendChartToCloud` modebar button. When clicked, the button will send the chart data to this URL.
16336+
* @default 'https://cloud.plotly.com/newchart'
16337+
*/
1633516338
plotlyServerURL?: string;
1633616339
/**
1633716340
* Sets the length of the undo/redo queue.
@@ -16366,7 +16369,7 @@ export interface ConfigBase {
1636616369
showAxisRangeEntryBoxes?: boolean;
1636716370
/**
1636816371
* Should we include a modebar button that sends this chart to a URL specified by `plotlyServerURL`, for sharing the chart with others? Note that this button will (after a confirmation step) send chart data to an external server.
16369-
* @default false
16372+
* @default true
1637016373
*/
1637116374
showSendToCloud?: boolean;
1637216375
/**

0 commit comments

Comments
 (0)