From: Evert Timberg Date: Sat, 1 Jul 2023 12:51:53 +0000 (-0400) Subject: fix: add pointStyleWidth to type definitions (#11383) X-Git-Tag: v4.3.1~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f2cfb933b910581c42631293e1536ceb502eef7b;p=thirdparty%2FChart.js.git fix: add pointStyleWidth to type definitions (#11383) --- diff --git a/src/types/index.d.ts b/src/types/index.d.ts index 9ce9c5e84..8875bc79c 100644 --- a/src/types/index.d.ts +++ b/src/types/index.d.ts @@ -2399,6 +2399,10 @@ export interface LegendOptions { * @default 10 */ padding: number; + /** + * If usePointStyle is true, the width of the point style used for the legend. + */ + pointStyleWidth: number; /** * Generates legend items for each thing in the legend. Default implementation returns the text + styling for the color box. See Legend Item for details. */