@allurereport/plugin-dashboard
Version:
Allure Dashboard Plugin – plugin for generating dashboard with a mix of charts
4 lines (3 loc) • 335 B
TypeScript
import type { HistoryDataPoint, Statistic } from "@allurereport/core-api";
import type { StatusTrendChartData, TrendChartOptions } from "../model.js";
export declare const getStatusTrendData: (currentStatistic: Statistic, reportName: string, historyPoints: HistoryDataPoint[], chartOptions: TrendChartOptions) => StatusTrendChartData;