MAIDR Documentation - v4.4.0
    Preparing search index...
    • Reads the title, subtitle, and caption Plot rendered.

      Plot puts the title option in an <h2>, subtitle in an <h3>, and caption in a <figcaption>, all inside the <figure>. A plot without any of them has no <figure> at all, and this returns an empty object.

      Parameters

      • element: Element

        Any element of the plot.

      Returns { title?: string; subtitle?: string; caption?: string }

      The strings that are present.