Skip to content

Commit

Permalink
feat: update schema with _header
Browse files Browse the repository at this point in the history
  • Loading branch information
etowahadams committed Jun 10, 2024
1 parent c3169df commit ed58d60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/gosling-schema/gosling.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3758,7 +3758,7 @@
"triangleRight",
"triangleBottom",
"brush",
"header"
"_header"
],
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion src/gosling-schema/gosling.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export type Mark =
| 'brush'
// TODO: perhaps need to make this invisible to users
// being used to show title/subtitle internally
| 'header';
| '_header';

/* ----------------------------- API & MOUSE EVENTS ----------------------------- */
interface CommonEventData {
Expand Down
2 changes: 1 addition & 1 deletion src/gosling-schema/template.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@
"triangleRight",
"triangleBottom",
"brush",
"header"
"_header"
],
"type": "string"
},
Expand Down

0 comments on commit ed58d60

Please sign in to comment.