[]
        
(Showing Draft Content)

Radar Chart

A Radar Chart is a 2-dimensional chart displaying multivariate data with each variable on a separate axis. These axes emerge from the same point, and their relative position and angle are uninformative. The data for each observation is plotted along these axes in a polygon shape. Radar charts are generally used for analyzing performance or comparing values such as revenue and expense.


Wyn Enterprise supports the following radar charts.


Radar Chart Radar Chart Icon: It is used to represent multivariate data plotted in rows and columns in a graphical format.


Radar Chart Example


Filled Radar Chart Filled Radar Chart Icon: It is used to display radar chart with areas highlighted by different colored regions for each value.


Filled Radar Chart

Fill Colors for Conditional Format in Filled Radar Chart

You can apply the symbol colors and borders to the line and fill the area by using the Apply Fill To Series option on the Format Chart dialog box.

Perform the following steps to apply the fill color to the series:

  1. On the Filled Radar Chart, bind the following fields Values, Category, and Legend to the data.

    bind data to chart

  2. Click the Conditional Format option.

    click conditional format option

  3. On the Conditional Format dialog box select the Target Value as the Legend value (Origin).

    select Target value as Origin

  4. Click the Style, the Format Chart dialog will show the Apply Fill To Series option.

    apply to fill series

  5. Select the Fill color from the color picker and set Apply Fill To Series to True and click OK.

    apply fill to series set to true

  6. Enter the Match Value and click Apply and OK.

    enter match value

  7. The conditional format is applied.

    conditional format apllied

  8. Preview the chart, the symbol colors and borders are applied to the line, and it will fill the area.

    fill color applied

Design a Radar Chart in Wyn Enterprise

From the Dashboard Toolbox, open the Data Visualization node and drag-drop the Radar Chart scenario onto the design area.


Adding a chart scenario from the Dashboard Toolbox

Bind Dataset to Chart Scenario

With the scenario selected, from the Data Binding tab, select the dataset. Once the dataset is successfully loaded in the designer, the data binding panel automatically expands and displays the data attributes available in the dataset.


The following image shows the chart scenario bound to the 'RetailDataset' dataset.


Adding a dataset to chart scenario


On dragging and dropping the data attributes to the data binding area of the scenario, the chart is plotted accordingly, with a default chart title on the design area.


Chart Scenario with bound attributes

Format Data Attributes

You can format the data attributes in a dataset by performing a variety of operations on them such as rename a data attribute, modify the data format, change the display unit, create a hierarchy field, apply an aggregation method, etc. Using these operations, you can control the display of data attributes in a scenario.


For more information about these operations, refer to Data Attributes.


The following chart scenario shows aggregation method applied to both the data attributes to represent the average revenue and average planned revenue.


Formatting fields in a chart

Analyze Data

Wyn Dashboards scenarios support rich data analysis and exploration capabilities that can help analyze massive amounts of information and make data-driven decisions. For example, adding filters to scenarios, sorting data, adding reference lines, trend lines, etc. Note that you can apply all these operations using the Action Bar corresponding to each scenario in the designer.


For more information, see Data Analysis and Interactivity in Dashboards.


The following image shows filtered data by applying filter on data in the chart scenario for the following countries, i.e., United States, Canada, Japan, China, Singapore, Netherlands, and Sweden.


Filtered data in a scenario

Customize Chart Appearance

You can customize the default chart appearance by setting properties in the Inspector tab of the scenario such as adding a border, setting chart style, renaming chart title, hiding grid lines, etc.

  1. Hide Grid Lines

    By default, the Show Grid Lines property for the Value Axis in a Radar chart is set to True. To hide the grid lines in the chart, set the Show Grid Lines property to False. You can also specify the width, color, and type (solid or dashed) of the grid lines using the Grid Line Width, Grid Line Color, and Grid Line Type properties. Note that, the Show Grid Lines property is not available for the Category Axis.

    Show Axis Lines

  2. Change Axis Scale

    To customize the scale values for the Value axis of a chart scenario, select the axis and set the Max Value, Min Value, or Interval properties.

    Changing Axis Scale

  3. Show Axis Line

    • Axis (Category): To hide the axis lines of the Category Axis, set the Show Axis Line property to False. By default, this property is set as True. You can also specify the width, color, and type (solid or dashed) of the axis lines using the Axis Line Width, Axis Line Color, and Axis Line Type properties.

      Show Axis Lines for Category Axis

    • Value Axis: To show the axis lines the Value Axis, set the Show Axis Line property as True. By default, this property is set as False. You can also specify the width, color, and type (solid or dashed) of the axis lines using the Axis Line Width, Axis Line Color, and Axis Line Type properties.

      Show Axis Line for Value Axis

  4. Show Tick Labels

    To display the tick labels for value axis in a radar chart use the Show Tick Labels property. You can display small tick marks against each label using the Show Tick Marks property.

    Show Tick Labels and Tick Marks

  5. Format Data Labels

    You can show or hide data labels in a chart using the Show Data Label property. When you set the Show Data Label property to True, the data labels are enabled. You can customize the data label's appearance using the Same Color As Legend and Data Label Font Setting properties. When you set the Same Color As Legend property to True, the color of the data labels changes to the same as the data points. However, Data Label Font Setting allows you to set font style and color as per your choice.

    show data labels _Radar Chart


    Data Labels - Display Pattern

    The radar chart supports the line break in the data label, and you can add a line break between Category, Series, and Value, by using the Display Pattern property for the data labels as shown below.

    radar chart display pattern option

    You can select any pattern from the dropdown list.

    display patern options_radar chart

    Note: The display patterns displayed in the dropdown list here, apply to the following radar charts: Radar Chart, Filled Radar Chart.

    Preview the chart, the data labels will be shown as per the display pattern selected in the designer.


    radar chart-Data label _Preview