Skip to content

Commit 3921672

Browse files
committed
revert Mark interface change
1 parent 727c45b commit 3921672

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/mark.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -453,9 +453,6 @@ export interface MarkOptions {
453453

454454
/** The abstract base class for Mark implementations. */
455455
export class Mark {
456-
/** The mark’s data. */
457-
data?: Data;
458-
459456
/**
460457
* Renders a new plot, prepending this mark as the first element of **marks**
461458
* of the specified *options*, and returns the corresponding SVG element, or

0 commit comments

Comments
 (0)