Skip to content
Snippets Groups Projects
Select Git revision
  • develop
  • master default protected
  • feature/sample_and_hold_motion_model
  • feature/ambisonics_rotation_renderer
  • feature/triangulation-qhull
  • feature/motion_model_cleanup
  • release/2023a
  • feature/log-improvement
  • feature/ATNRenderer_with_simulation_scheduling
  • develop_lvo
  • jst_diss
  • feature/outdoornoise_with_turbulence
  • feature/turbulence_filter
  • feature/highshelf_turbulence_filter
  • ma2020_palenda
  • features/ambisonics
  • mko_dev
  • features/HpTF4Ambisonics
  • feature/reusable_clustering
  • ma_2018/moesch
  • VA_v2024a
  • VA_v2023b
  • VA_v2023a
  • VA_v2022a
  • ma2022_fatela_final
  • before_cmake_rework
  • v2021.a
  • v2020.a
  • v2019.a
  • v2018.b
  • v2017.c
  • NetStreamSignalSource_running
  • v2017.a
  • v2016.a
34 results

CMakeLists.txt

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    text_element.js 771 B
    import { GridWidget } from "@polaris/dashboard-sdk";
    import {TextElement} from "../../src/js/elements/textelement";
    
    const data = [
        {
            type: "heatmap",
            name: "Block 1",
            options: {
                showLegend: false,
            },
            data:
            [
    
            ]
        },
        {
            type: "heatmap",
            name: "Block 2",
            options: {
                showLegend: false,
            },
            data:
            [
    
            ]
        },
        {
            type: "heatmap",
            name: "Block 3",
            options: {
                showLegend: false,
            },
            data:
            [
    
            ]
        }
    ]
    
    
    export const textGridDef = { "text-grid-widget" :
        new TextElement(
            "00.00.00 - noch ... Tage",
            {
                direction: "row"
            })
    }