Radar - abrice/zyanfsv GitHub Wiki

Radar

A configurable radar chart. A chart configuration object is specified within a [layout] schema.

Component

  • x: number

    Any horizontal offset from the layout node's parent x location.

    Can be negative.

  • y: number Any vertical offset from the layout node's parent y location.

    Can be negative.

  • xaxis: "axisname"

    The axis to use for the x (radial axis). That is, the axis around the circumference of the radar chart. It is expected to be ordinal. The axis is specified in the axes object of the layout component.

  • yaxis: "axisname"

    The axis to use for the y (spoke axis). That is, the axis along each spoke running from the centre to the outside of the radar chart. It is expected to be numeric. The axis is specified in the axes object of the layout component.

  • updateonperiod: t/f

  • margin: {}

  • roundstrokes: t/f

  • series-svgs: []

    Roll-around array of svg properties for a band.

  • series-highlight-svgs: []

    Roll-around array of svg properties that are applied when a period highlight is requested.

  • markers: {}

    • svg: {}
    • highlight-svg: {}