From: Juan Cortés Ross Date: Mon, 26 Jul 2021 13:35:03 +0000 (+0200) Subject: Update charts.md (#9472) X-Git-Tag: v3.5.1~19 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=ac6929d8f6b7456726ccf24043fc075af567c8b6;p=thirdparty%2FChart.js.git Update charts.md (#9472) --- diff --git a/docs/developers/charts.md b/docs/developers/charts.md index 9570d0628..c37cace2c 100644 --- a/docs/developers/charts.md +++ b/docs/developers/charts.md @@ -107,7 +107,7 @@ class Custom extends BubbleController { ctx.strokeRect(x - radius, y - radius, 2 * radius, 2 * radius); ctx.restore(); } -}); +}; Custom.id = 'derivedBubble'; Custom.defaults = BubbleController.defaults;