UNPKG

@honeybook/jest-stare

Version:

jest html reporter (results processor) to view HTML jest results, save raw JSON, and invoke multiple reporters

9 lines (8 loc) 368 B
/// <reference types="jquery" /> /// <reference types="jquery" /> import { ChartConfiguration } from "chart.js"; import { IChartData } from "../doc/IChartData"; export declare class Doughnut { static createChart(canvas: JQuery<HTMLCanvasElement>, chartData: IChartData): void; static buildCanvas(canvas: HTMLCanvasElement, config: ChartConfiguration): void; }