MELCloud & MELCloud Home API for Node.js - v23.3.3
    Preparing search index...

    Interface ReportChartPieOptions

    Pie chart data with labeled segments.

    interface ReportChartPieOptions {
        from: string;
        labels: readonly string[];
        series: number[];
        to: string;
    }

    Hierarchy

    • ReportChartOptions
      • ReportChartPieOptions
    Index

    Properties

    Properties

    from: string

    Start date of the report period.

    labels: readonly string[]

    Formatted axis labels (dates, months, etc.).

    series: number[]

    Numeric values for each pie segment.

    to: string

    End date of the report period.