型・APIリファレンス
    Preparing search index...

    Interface AggregationGraphState

    グラフステート データ、ラベル、設定情報を保持

    interface AggregationGraphState {
        aggregationType: "Simple" | "Crosstab";
        chartConfig: AggregationGraphConfig;
        chartIndex: number;
        darkTheme: boolean;
        data: AggregationResultData[];
        datasets: AggregationChartDataset[];
        isCompleted: boolean;
        labels: AggregationResultLabel[];
        pyramidData: AggregationResultData[];
        selectedList: number[][];
    }
    Index

    Properties

    aggregationType: "Simple" | "Crosstab"

    集計タイプ

    グラフ設定

    chartIndex: number

    チャートインデックス

    darkTheme: boolean

    ダークモード

    グラフに表示するデータ

    datasets: AggregationChartDataset[]

    グラフデータセット情報

    isCompleted: boolean

    グラフ描画が完了しているか

    グラフに表示するラベル

    pyramidData: AggregationResultData[]

    グラフデータセット情報

    selectedList: number[][]

    選択されたグラフデータ