UNPKG

chartjs-plugin-datasource-prometheus

Version:

Chart.js plugin for Prometheus datasource. Like Grafana, but standalone.

5 lines (4 loc) 423 B
import { ChartDatasourcePrometheusPluginOptions } from "./options"; export declare function selectLabel(options: ChartDatasourcePrometheusPluginOptions, serie: any, i: any): any; export declare function selectBackGroundColor(options: ChartDatasourcePrometheusPluginOptions, serie: any, i: any): string; export declare function selectBorderColor(options: ChartDatasourcePrometheusPluginOptions, serie: any, i: any): string;