Skip to content

Commit cc74878

Browse files
committed
bump v2.1.0
1 parent 904db50 commit cc74878

7 files changed

+53
-32
lines changed

dist/chartjs-plugin-datasource-prometheus.cjs.js

Lines changed: 23 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/chartjs-plugin-datasource-prometheus.cjs.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/chartjs-plugin-datasource-prometheus.esm.js

Lines changed: 23 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/chartjs-plugin-datasource-prometheus.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/chartjs-plugin-datasource-prometheus.umd.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plugin.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export declare class ChartDatasourcePrometheusPlugin {
55
afterInit(chart: Chart, args: any, _options: any): void;
66
beforeUpdate(chart: Chart, args: any, _options: any): boolean;
77
afterDraw(chart: Chart, args: any, _options: any): void;
8+
updateMessage(chart: Chart, _options: any): void;
89
writeText(chart: Chart, message: string, fn?: (ctx: CanvasRenderingContext2D) => void): void;
910
destroy(chart: Chart, args: any, _options: any): void;
1011
private resumeRendering;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Samuel Berthe",
66
"Frantisek Svoboda"
77
],
8-
"version": "2.0.0",
8+
"version": "2.1.0",
99
"license": "MIT",
1010
"main": "dist/chartjs-plugin-datasource-prometheus.cjs.js",
1111
"module": "dist/chartjs-plugin-datasource-prometheus.esm.js",

0 commit comments

Comments
 (0)