Skip to content

Commit 66e1cd4

Browse files
committed
Fixed d.ts feature list definition.
1 parent a7e29f2 commit 66e1cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/weblib/js-api/vizzu.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ type Snapshot = number;
713713
- tooltip: tooltips on the chart appearing on markers on mouse over.
714714
Since the tooltip uses the animation interface, calling animate() while
715715
the tooltip is enabled can cause unwanted behaviour. */
716-
type Feature = 'tooltip';
716+
type Feature = 'tooltip'|'logging'|'rendering';
717717

718718
/** Class representing a single chart in Vizzu. */
719719
export default class Vizzu {

0 commit comments

Comments
 (0)