Skip to content

Update radial-bar.md #670

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: stage
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions chart-guide/gauges-and-widgets/radial-bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Radial Charts fix a unique radius for each bar representing each data plot. A Ra

{% embed_chartAnatomy radial-bar.js %}


To create a radial bar chart follow the steps below:

- In the JSON data, set the attributes and their corresponding values in `"<attributeName>": "<value>"` format.
Expand All @@ -19,14 +18,12 @@ To create a radial bar chart follow the steps below:
- Specify the dimension of the chart using the `width` and `height` attributes.
- Set the type of data (JSON/XML) you want to pass to the chart object using the `dataFormat` attribute.

For a detailed list of attributes, refer to the [attributes link] page of chord diagram.
For a detailed list of attributes, refer to the [chart attributes](/chart-attributes?chart=RadialBar) page of Radial Bar chart.

A Radial Bar chart looks as shown below:
{% embed_chart name %}
Click [here](fiddle link) to edit the above chart.

[describe the chart above]

{% embed_chart radial-bar-example.js %}

## Customizations of a Radial Bar Chart

### Customize Track and Bar
Expand Down