Linear Radial Axis

    The following additional configuration options are provided by the radial linear scale.

    Namespace:

    Namespace: options.scales[scaleId]

    NameTypeDefaultDescription
    typestringType of scale being employed. Custom scales can be created and registered with a string key. This allows changing the type of an axis for a chart.
    alignToPixelsbooleanfalseAlign pixel values to device pixels.
    backgroundColorBackground color of the scale area.
    displayboolean|stringtrueControls the axis global visibility (visible when true, hidden when false). When display: ‘auto’, the axis is visible only if at least one associated dataset is visible.
    gridobjectGrid line configuration. more…
    minnumberUser defined minimum number for the scale, overrides minimum value from data.
    maxnumberUser defined maximum number for the scale, overrides maximum value from data. more…
    reversebooleanfalseReverse the scale.
    stackedboolean|stringfalseShould the data be stacked.
    suggestedMaxnumberAdjustment used when calculating the maximum data value. more…
    suggestedMinnumberAdjustment used when calculating the minimum data value.
    ticksobjectTick configuration. more…
    weightnumber0The weight used to sort the axis. Higher weights are further away from the chart area.

    Tick Configuration

    Namespace: options.scales[scaleId].ticks

    Namespace: options.scales[scaleId].ticks

    NameTypeScriptableDefaultDescription
    backdropColorColorYes‘rgba(255, 255, 255, 0.75)’Color of label backdrops.
    backdropPadding2Padding of label backdrop.
    callbackfunctionReturns the string representation of the tick value as it should be displayed on the chart. See callback.
    displaybooleantrueIf true, show tick labels.
    colorYesChart.defaults.colorColor of ticks.
    fontFontYesChart.defaults.fontSee Fonts
    majorobject{}.
    paddingnumber3Sets the offset of the tick labels from the axis
    showLabelBackdropbooleanYestrue for radial scale, false otherwiseIf true, draw a background behind the tick labels.
    textStrokeColorColorYes``The color of the stroke around the text.
    textStrokeWidthnumberYes0Stroke width around the text.
    znumber0z-index of tick layer. Useful when ticks are drawn on chart area. Values <= 0 are drawn under datasets, > 0 on top.

    Namespace: options.scales[scaleId].grid, it defines options for the grid lines of the axis.

    The scriptable context is described in Options section.

    Axis Range Settings

    Given the number of axis range settings, it is important to understand how they all interact with each other.

    The suggestedMax and suggestedMin settings only change the data values that are used to scale the axis. These are useful for extending the range of the axis while maintaining the auto fit behaviour.

    In this example, the largest positive value is 50, but the data maximum is expanded out to 100. However, because the lowest data value is below the suggestedMin setting, it is ignored.

    If set, the scale ticks will be enumerated by multiple of stepSize, having one tick per increment. If not set, the ticks are labeled automatically using the nice numbers algorithm.

    This example sets up a chart with a y axis that creates ticks at 0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5.

    Angle Line Options

    The following options are used to configure angled lines that radiate from the center of the chart to the point labels. Namespace: options.scales[scaleId].angleLines

    NameTypeScriptableDefaultDescription
    displaybooleantrueIf true, angle lines are shown.
    colorColorYesChart.defaults.borderColorColor of angled lines.
    lineWidthnumberYes1Width of angled lines.
    borderDashnumber[]Yes1[]Length and spacing of dashes on angled lines. See .
    borderDashOffsetnumberYes0.0Offset for line dashes. See MDNLinear Radial Axis - 图5 (opens new window).
    1. the borderDash setting only accepts a static value or a function. Passing an array of arrays is not supported.

    The scriptable context is described in section.

    The following options are used to configure the point labels that are shown on the perimeter of the scale. Namespace: options.scales[scaleId].pointLabels

    Internal data format

    Internally, the linear radial scale uses numeric data