Skip to content

Commit

Permalink
Add radar chart config options
Browse files Browse the repository at this point in the history
  • Loading branch information
nagix committed Jul 17, 2019
1 parent cbace1c commit 543730c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/charts/radar.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,11 @@ The interaction with each point can be controlled with the following properties:

## Configuration Options

Unlike other charts, the radar chart has no chart specific options.
The radar chart defines the following configuration option. This option is merged with the global chart configuration option, `Chart.defaults.global`, to form the option passed to the chart.

| Name | Type | Default | Description
| ---- | ---- | ------- | -----------
| `spanGaps` | `boolean` | `false` | If false, NaN data causes a break in the line.

## Scale Options

Expand Down

0 comments on commit 543730c

Please sign in to comment.