MAIDR Documentation - v3.65.0
    Preparing search index...

    Function setDebug

    • 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.

      Parameters

      • enabled: boolean

      Returns void

      maidrVegaLite.setDebug(true);
      maidrVegaLite.embed('#chart', spec);