Interface IAnalyticsModuleConfiguration

interface IAnalyticsModuleConfiguration {
    aggregateType?: "max" | "count" | "avg" | "sum" | "min";
    chartType?: "summary" | "table" | "line" | "bar" | "pie";
}

Properties

aggregateType?: "max" | "count" | "avg" | "sum" | "min"
chartType?: "summary" | "table" | "line" | "bar" | "pie"

Generated using TypeDoc