Toggle adapter-level diagnostic logging at runtime.
Useful when debugging highlight or navigation alignment problems — the adapter logs the converted MAIDR schema and any DOM re-ordering it performs. Off by default.
maidrVegaLite.setDebug(true);maidrVegaLite.embed('#chart', spec); Copy
maidrVegaLite.setDebug(true);maidrVegaLite.embed('#chart', spec);
Toggle adapter-level diagnostic logging at runtime.
Useful when debugging highlight or navigation alignment problems — the adapter logs the converted MAIDR schema and any DOM re-ordering it performs. Off by default.