Skip to content

Commit

Permalink
Remove notes about angleLines.display and pointLabels.display
Browse files Browse the repository at this point in the history
  • Loading branch information
nagix committed Jun 7, 2019
1 parent ccfaa4f commit 45f012a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/axes/radial/linear.md
Expand Up @@ -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
| ---- | ---- | ------- | -----------
Expand All @@ -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
| ---- | ---- | ------- | -----------
Expand Down

0 comments on commit 45f012a

Please sign in to comment.