From 45f012ad858e3329cbdc467385159699d2ea716d Mon Sep 17 00:00:00 2001 From: Akihiko Kusanagi Date: Sat, 8 Jun 2019 01:11:15 +0800 Subject: [PATCH] Remove notes about angleLines.display and pointLabels.display --- docs/axes/radial/linear.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/axes/radial/linear.md b/docs/axes/radial/linear.md index 9f9f4761a8e..72e0edd0645 100644 --- a/docs/axes/radial/linear.md +++ b/docs/axes/radial/linear.md @@ -88,7 +88,7 @@ let options = { ## Angle Line Options -The following options are used to configure angled lines that radiate from the center of the chart to the point labels. They can be found in the `angleLines` sub options. Note that these options only apply if `angleLines.display` is true. +The following options are used to configure angled lines that radiate from the center of the chart to the point labels. They can be found in the `angleLines` sub options. | Name | Type | Default | Description | ---- | ---- | ------- | ----------- @@ -100,7 +100,7 @@ The following options are used to configure angled lines that radiate from the c ## Point Label Options -The following options are used to configure the point labels that are shown on the perimeter of the scale. They can be found in the `pointLabels` sub options. Note that these options only apply if `pointLabels.display` is true. +The following options are used to configure the point labels that are shown on the perimeter of the scale. They can be found in the `pointLabels` sub options. | Name | Type | Default | Description | ---- | ---- | ------- | -----------