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 e59b17a commit bcff148Copy full SHA for bcff148
1 file changed
src/marks/tip.js
@@ -19,7 +19,7 @@ const defaults = {
19
};
20
21
// These channels are not displayed in the default tip; see formatChannels.
22
-const ignoreChannels = new Set(["geometry", "href", "src", "ariaLabel", "scales"]);
+const ignoreChannels = new Set(["geometry", "href", "src", "ariaLabel", "scales", "contours"]);
23
24
export class Tip extends Mark {
25
constructor(data, options = {}) {
0 commit comments