MAIDR JavaScript API
    Preparing search index...

    Variable descriptionConst

    description: {
        "description.statOrientation": "Orientation";
        "description.statSubtitle": "Subtitle";
        "description.statCaption": "Caption";
        "description.statCurrentlyOn": "Currently on";
        "description.statChartTypes": "Chart types";
        "description.multiPanelFigure": "Multi-panel figure";
        "description.valueInfinity": "infinity";
        "description.valueNegativeInfinity": "negative infinity";
        "description.subplotPosition": "subplot {index} of {total}";
        "description.chartTypeCount": "{kind} ({count})";
        "description.title": "Chart Description";
        "description.close": "Close";
        "description.chartTypePrefix": "Chart Type: ";
        "description.titleLabel": "Title";
        "description.titleLabelSubplot": "Subplot title";
        "description.titleLabelFigure": "Figure title";
        "description.axesHeading": "Axes";
        "description.axisEntry": "{axis} axis: {label}";
        "description.summaryHeading": "Summary";
        "description.subplotsHeading": "Subplots ({count})";
        "description.subplotUnknown": "unknown";
        "description.subplotCurrent": " (current)";
        "description.layersHeading": "Layers ({count})";
        "description.showingLayer": "Showing layer {index} of {total}";
        "description.layerHint": "Use the left and right arrow keys to move between layers and Space to open one.";
        "description.layerUpdated": "Description updated for layer {index} of {total}";
        "description.rowOne": "row";
        "description.rowMany": "rows";
        "description.tableCaption": "Data: {total} {rows}";
        "description.tableCaptionTruncated": "Data: showing {shown} of {total} {rows}";
        "description.tableShowMore": "Show {count} more of {total} {rows}";
        "description.tableColumn": "Column {index}";
    } = ...

    Messages of the chart description: the labels and values the description service puts in a description, and the chrome of the dialog that shows it.

    Type Declaration

    • Readonlydescription.statOrientation: "Orientation"
    • Readonlydescription.statSubtitle: "Subtitle"
    • Readonlydescription.statCaption: "Caption"
    • Readonlydescription.statCurrentlyOn: "Currently on"
    • Readonlydescription.statChartTypes: "Chart types"
    • Readonlydescription.multiPanelFigure: "Multi-panel figure"
    • Readonlydescription.valueInfinity: "infinity"
    • Readonlydescription.valueNegativeInfinity: "negative infinity"
    • Readonlydescription.subplotPosition: "subplot {index} of {total}"
    • Readonlydescription.chartTypeCount: "{kind} ({count})"
    • Readonlydescription.title: "Chart Description"
    • Readonlydescription.close: "Close"
    • Readonlydescription.chartTypePrefix: "Chart Type: "
    • Readonlydescription.titleLabel: "Title"
    • Readonlydescription.titleLabelSubplot: "Subplot title"
    • Readonlydescription.titleLabelFigure: "Figure title"
    • Readonlydescription.axesHeading: "Axes"
    • Readonlydescription.axisEntry: "{axis} axis: {label}"
    • Readonlydescription.summaryHeading: "Summary"
    • Readonlydescription.subplotsHeading: "Subplots ({count})"
    • Readonlydescription.subplotUnknown: "unknown"
    • Readonlydescription.subplotCurrent: " (current)"
    • Readonlydescription.layersHeading: "Layers ({count})"
    • Readonlydescription.showingLayer: "Showing layer {index} of {total}"
    • Readonlydescription.layerHint: "Use the left and right arrow keys to move between layers and Space to open one."
    • Readonlydescription.layerUpdated: "Description updated for layer {index} of {total}"
    • Readonlydescription.rowOne: "row"
    • Readonlydescription.rowMany: "rows"
    • Readonlydescription.tableCaption: "Data: {total} {rows}"
    • Readonlydescription.tableCaptionTruncated: "Data: showing {shown} of {total} {rows}"
    • Readonlydescription.tableShowMore: "Show {count} more of {total} {rows}"
    • Readonlydescription.tableColumn: "Column {index}"