perspective-viewer 4.4.0

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
Documentation
/* ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 * ┃ ██████ ██████ ██████       █      █      █      █      █ █▄  ▀███ █       ┃
 * ┃ ▄▄▄▄▄█ █▄▄▄▄▄ ▄▄▄▄▄█  ▀▀▀▀▀█▀▀▀▀▀ █ ▀▀▀▀▀█ ████████▌▐███ ███▄  ▀█ █ ▀▀▀▀▀ ┃
 * ┃ █▀▀▀▀▀ █▀▀▀▀▀ █▀██▀▀ ▄▄▄▄▄ █ ▄▄▄▄▄█ ▄▄▄▄▄█ ████████▌▐███ █████▄   █ ▄▄▄▄▄ ┃
 * ┃ █      ██████ █  ▀█▄       █ ██████      █      ███▌▐███ ███████▄ █       ┃
 * ┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
 * ┃ Copyright (c) 2017, the Perspective Authors.                              ┃
 * ┃ ╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌ ┃
 * ┃ This file is part of the Perspective library, distributed under the terms ┃
 * ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
 * ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ */

perspective-viewer,
perspective-dropdown {
    /* Config */
    --psp-label--group-by--content: "Group By";
    --psp-label--split-by--content: "Split By";
    --psp-label--sort--content: "Order By";
    --psp-label--filter--content: "Where";
    --psp-label--transpose-button--content: "Swap";
    --psp-label--config-button--content: "configure";
    --psp-label--all-columns--content: "All Columns";
    --psp-label--untitled--content: "untitled";

    /* Plugin names */
    --psp-plugin-name--datagrid--content: "Datagrid";
    --psp-plugin-name--treemap--content: "Treemap";
    --psp-plugin-name--sunburst--content: "Sunburst";
    --psp-plugin-name--heatmap--content: "Heatmap";
    --psp-plugin-name--x-bar--content: "X Bar";
    --psp-plugin-name--y-bar--content: "Y Bar";
    --psp-plugin-name--y-line--content: "Y Line";
    --psp-plugin-name--x-y-line--content: "X/Y Line";
    --psp-plugin-name--x-y-scatter--content: "X/Y Scatter";
    --psp-plugin-name--y-scatter--content: "Y Scatter";
    --psp-plugin-name--y-area--content: "Y Area";
    --psp-plugin-name--ohlc--content: "OHLC";
    --psp-plugin-name--candlestick--content: "Candlestick";

    /* Column Selector names */
    --psp-label--column-columns--content: "Columns";
    --psp-label--column-x-axis--content: "X Axis";
    --psp-label--column-y-axis--content: "Y Axis";
    --psp-label--column-color--content: "Color";
    --psp-label--column-size--content: "Size";
    --psp-label--column-symbol--content: "Symbol";
    --psp-label--column-label--content: "Label";
    --psp-label--column-tooltip--content: "Tooltip";
    --psp-label--add-expression-button--content: "New Column";

    /* Toolbar */
    --psp-label--no-results--content: "Invalid Column";
    --psp-datagrid--column-edit-button--content: "Edit";
    --psp-label--copy-button--content: "Copy";
    --psp-label--export-button--content: "Export";
    --psp-label--reset-button--content: "Reset";
    --psp-label--edit-mode-read-only--content: "Read Only";
    --psp-label--edit-mode-edit--content: "Text Edit";
    --psp-label--edit-mode-select-row--content: "Select Row";
    --psp-label--edit-mode-select-column--content: "Select Column";
    --psp-label--edit-mode-select-region--content: "Select Region";
    --psp-label--scroll-lock-toggle--content: "Free Scroll";
    --psp-label--scroll-lock-alt-toggle--content: "Align Scroll";

    /* Column Settings */
    --psp-label--color--content: "Color";
    --psp-label--format--content: "Format";
    --psp-label--timezone--content: "Timezone";
    --psp-label--date-style--content: "Date Style";
    --psp-label--time-style--content: "Time Style";
    --psp-label--foreground--content: "Foreground";
    --psp-label--background--content: "Background";
    --psp-label--series--content: "Series";
    --psp-label--color-range--content: "Color Range";
    --psp-label--style--content: "Style";
    --psp-label--minimum-integer-digits--content: "Minimum Integer Digits";
    --psp-label--rounding-increment--content: "Rounding Increment";
    --psp-label--notation--content: "Notation";
    --psp-label--use-grouping--content: "Use Grouping";
    --psp-label--sign-display--content: "Sign Display";
    --psp-label--aggregate-depth--content: "Aggregate Depth";
    --psp-label--max-value--content: "Max Value";
    --psp-label--rounding-priority--content: "Rounding Priority";
    --psp-label--rounding-mode--content: "Rounding Mode";
    --psp-label--trailing-zero-display--content: "Trailing Zero Display";
    --psp-label--fractional-digits--content: "Fractional Digits";
    --psp-label--significant-digits--content: "Significant Digits";
    --psp-label--year--content: "Year";
    --psp-label--month--content: "Month";
    --psp-label--day--content: "Day";
    --psp-label--weekday--content: "Weekday";
    --psp-label--hour--content: "Hour";
    --psp-label--minute--content: "Minute";
    --psp-label--second--content: "Second";
    --psp-label--fractional-seconds--content: "Fractional Seconds";
    --psp-label--hours--content: "12/24 Hours";

    /* Tabs */
    --psp-label--style-tab--content: "Style";
    --psp-label--attributes-tab--content: "Attributes";
    --psp-label--debug-tab--content: "Debug JSON";
}