We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e29f2 commit 66e1cd4Copy full SHA for 66e1cd4
src/apps/weblib/js-api/vizzu.d.ts
@@ -713,7 +713,7 @@ type Snapshot = number;
713
- tooltip: tooltips on the chart appearing on markers on mouse over.
714
Since the tooltip uses the animation interface, calling animate() while
715
the tooltip is enabled can cause unwanted behaviour. */
716
-type Feature = 'tooltip';
+type Feature = 'tooltip'|'logging'|'rendering';
717
718
/** Class representing a single chart in Vizzu. */
719
export default class Vizzu {
0 commit comments