Skip to content

Commit a800f01

Browse files
committed
update plot-schema and generated types
1 parent 06aa85c commit a800f01

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/types/generated/schema.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6771,7 +6771,7 @@ export interface QuiverData {
67716771
dash?: Dash;
67726772
/**
67736773
* Sets the width (in px) of the arrow lines.
6774-
* @default 1
6774+
* @default 2
67756775
* Minimum: 0
67766776
*/
67776777
width?: number;

test/plot-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50860,7 +50860,7 @@
5086050860
"role": "object",
5086150861
"width": {
5086250862
"description": "Sets the width (in px) of the arrow lines.",
50863-
"dflt": 1,
50863+
"dflt": 2,
5086450864
"editType": "style",
5086550865
"min": 0,
5086650866
"valType": "number"

0 commit comments

Comments
 (0)