Node-Red configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.d.ts 474B

123456789101112
  1. declare namespace _default {
  2. const id: string;
  3. function afterDatasetsUpdate(chart: any, _args: any, options: any): void;
  4. function beforeDraw(chart: any, _args: any, options: any): void;
  5. function beforeDatasetsDraw(chart: any, _args: any, options: any): void;
  6. function beforeDatasetDraw(chart: any, args: any, options: any): void;
  7. namespace defaults {
  8. const propagate: boolean;
  9. const drawTime: string;
  10. }
  11. }
  12. export default _default;