From 2ea78957799087eb0dfaaaa5197b15760161c37c Mon Sep 17 00:00:00 2001 From: Rin Raeuber Date: Thu, 13 Jun 2019 13:38:51 +0200 Subject: [PATCH] Remove 'point-style' property from Bubble Chart docs The docs correctly list 'point-style' as a valid property for Bubble Charts, but it doesn't have any effect on the rendered bubbles. This seems to lead to some confusion (see this issue https://github.com/chartjs/Chart.js/issues/5428 and this SO question https://stackoverflow.com/questions/44402166/chart-js-bubble-chart-pointstyle-not-working ), so I suggest removing it from the docs. --- docs/charts/bubble.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/charts/bubble.md b/docs/charts/bubble.md index b94c98c17d5..165ea45a364 100644 --- a/docs/charts/bubble.md +++ b/docs/charts/bubble.md @@ -50,7 +50,6 @@ The bubble chart allows a number of properties to be specified for each dataset. | [`hoverRadius`](#interactions) | `number` | Yes | Yes | `4` | [`hitRadius`](#interactions) | `number` | Yes | Yes | `1` | [`label`](#labeling) | `string` | - | - | `undefined` -| [`pointStyle`](#styling) | `string` | Yes | Yes | `'circle'` | [`rotation`](#styling) | `number` | Yes | Yes | `0` | [`radius`](#styling) | `number` | Yes | Yes | `3`