Behavior : Radar chart

Author:Rex.Rainbow

Download

Properties

Scale overlay

  • Show the scale above the chart data.
    • Options : ["No","Yes"]

Scale override

  • Override with a hard coded scale.
    • Options : ["No","Yes"]

Scale steps

  • The number of steps in a hard coded scale, required if Scale override sets to Yes

Scale step width

  • The value jump in the hard coded scale, required if Scale override sets to Yes

Scale start value

  • The centre starting value, required if Scale override sets to Yes

Scale show line

  • Show lines for each scale point.
    • Options : ["No","Yes"]

Scale line color

  • Colour of the scale line.

Scale line width

  • Pixel width of the scale line.

Scale show labels

  • Show labels on the scale.
    • Options : ["No","Yes"]

Scale label

  • Interpolated JS string - can access value.

Scale font family

  • Scale label font declaration for the scale label.

Scale font size

  • Scale label font size in pixels.

Scale font style

  • Scale label font weight style.
    • Options : ["Normal","Bold","Bolder"]

Scale font color

  • Scale label font colour.

Scale show label backdrop

  • Show a backdrop to the scale label.
    • Options : ["No","Yes"]

Scale backdrop color

  • The colour of the label backdrop.

Scale backdrop padding X

  • The backdrop padding above & below the label in pixels.

Scale backdrop padding Y

  • The backdrop padding above & below the label in pixels.

Angle show line-out

  • Show the angle lines out of the radar.
    • Options : ["No","Yes"]

Angle line color

  • Colour of the angle line.

Angle line width

  • Pixel width of the angle line.

Point label font family

  • Point label font declaration.

Point label font size

  • Point label font size in pixels.

Point label font style

  • Point label font weight.
    • Options : ["Normal","Bold","Bolder"]

Point label font color

  • Point label font colour.

Point dot

  • Show a dot for each point.
    • Options : ["No","Yes"]

Point dot radius

  • Radius of each point dot in pixels.

Point dot stroke width

  • Pixel width of point dot stroke.

Dataset stroke

  • Show a stroke for datasets.
    • Options : ["No","Yes"]

Dataset stroke width

  • Pixel width of dataset stroke.

Dataset fill

  • Fill the dataset with a colour.
    • Options : ["No","Yes"]

Animation

  • Animate the chart.
    • Options : ["No","Yes"]

Animation easing

  • Animate the chart.
    • Options : ["Linear","EaseInQuad","EaseOutQuad","EaseInOutQuad","EaseInCubic","EaseOutCubic","EaseInOutCubic","EaseInQuart","EaseOutQuart","EaseInOutQuart","EaseInQuint","EaseOutQuint","EaseInOutQuint","EaseInSine","EaseOutSine","EaseInOutSine","EaseInExpo","EaseOutExpo","EaseInOutExpo","EaseInCirc","EaseOutCirc","EaseInOutCirc","EaseInElastic","EaseOutElastic","EaseInOutElastic","EaseInBack","EaseOutBack","EaseInOutBack","EaseInBounce","EaseOutBounce","EaseInOutBounce"]

Duration

  • Duration of animation in seconds.

Actions

Chart - data

Action:Set data

  • Set data.
    • Data set ( string ) : Data set
    • Label ( string ) : Label
    • Value ( number ) : Data value.

Action:Clean all data

  • Clean all data.

Chart - dataset

Action:Add dataset

  • Add dataset name and colors.
    • Data set ( string ) : Data set
    • Fill color ( string ) : Fill color, hex "#FFA500", "rgb(0-255,0-255,0-255)", "rgba(0-255,0-255,0-255,0-1)", "hsl(0-360,0-100%,0-100%)", or "hsla(0-360,0-100%,0-100%,0-1)"
    • Stroke color ( string ) : Stroke color, hex "#FFA500", "rgb(0-255,0-255,0-255)", "rgba(0-255,0-255,0-255,0-1)", "hsl(0-360,0-100%,0-100%)", or "hsla(0-360,0-100%,0-100%,0-1)"
    • Point color ( string ) : Point color, hex "#FFA500", "rgb(0-255,0-255,0-255)", "rgba(0-255,0-255,0-255,0-1)", "hsl(0-360,0-100%,0-100%)", or "hsla(0-360,0-100%,0-100%,0-1)"
    • Point stroke color ( string ) : Point stroke color, hex "#FFA500", "rgb(0-255,0-255,0-255)", "rgba(0-255,0-255,0-255,0-1)", "hsl(0-360,0-100%,0-100%)", or "hsla(0-360,0-100%,0-100%,0-1)"

Action:Clean all datasets

  • Clean all datasets.

Chart - label

Action:Add label

  • Add label.
    • Label ( string ) : Label

Action:Clean all labels

  • Clean all labels.

Configure - Angle line

Action:Enable angle line

  • Set whether the angle line is enabled.
    • State ( Combo ) : Set whether to enable or disable the angle line.
      • Options : ["Disabled","Enabled"]

Action:Set label backdrop

  • Set angle line.
    • Line color ( string ) : Colour of the angle line, hex "#FFA500", "rgb(0-255,0-255,0-255)", "rgba(0-255,0-255,0-255,0-1)", "hsl(0-360,0-100%,0-100%)", or "hsla(0-360,0-100%,0-100%,0-1)"
    • Line width ( number ) : Pixel width of the angle line..

Configure - Animation

Action:Enable animation

  • Set whether the animation is enabled.
    • State ( Combo ) : Set whether to enable or disable the animation.
      • Options : ["Disabled","Enabled"]

Action:Set duration

  • Set animation duration.
    • Duration ( number ) : Duration of animation in seconds.

Configure - Dataset stroke

Action:Enable dataset stroke

  • Set whether the dataset stroke is enabled.
    • State ( Combo ) : Set whether to enable or disable the dataset stroke.
      • Options : ["Disabled","Enabled"]

Action:Set dataset stroke

  • Set dataset stroke.
    • Stroke width ( number ) : Pixel width of dataset stroke.
    • Fill ( Combo ) : Fill the dataset with a colour.
      • Options : ["No","Yes"]

Configure - Point dot

Action:Enable point dot

  • Set whether the point dot is enabled.
    • State ( Combo ) : Set whether to enable or disable the point dot.
      • Options : ["Disabled","Enabled"]

Action:Set point dot

  • Set point dot.
    • Radius ( number ) : Radius of each point dot in pixels.
    • Stroke width ( number ) : Pixel width of point dot stroke.

Configure - Point label

Action:Set font

  • Set font of point label.
    • Font family ( string ) : Scale label font declaration for the scale label.
    • Font size ( number ) : Scale label font size in pixels.
    • Font style ( Combo ) : Scale label font weight style.
      • Options : ["Normal","Bold","Bolder"]
    • Font color ( string ) : Colour of the scale line, hex "#FFA500", "rgb(0-255,0-255,0-255)", "rgba(0-255,0-255,0-255,0-1)", "hsl(0-360,0-100%,0-100%)", or "hsla(0-360,0-100%,0-100%,0-1)"

Configure - Scale label backdrop

Action:Enable label backdrop

  • Set whether the label backdrop is enabled.
    • State ( Combo ) : Set whether to enable or disable the label backdrop.
      • Options : ["Disabled","Enabled"]

Action:Set label backdrop

  • Set scale label backdrop.
    • Color ( string ) : Backdrop color, hex "#FFA500", "rgb(0-255,0-255,0-255)", "rgba(0-255,0-255,0-255,0-1)", "hsl(0-360,0-100%,0-100%)", or "hsla(0-360,0-100%,0-100%,0-1)"
    • Padding X ( number ) : The backdrop padding above & below the label in pixels.
    • Padding Y ( number ) : The backdrop padding above & below the label in pixels.

Configure - Scale labels

Action:Enable scale labels

  • Set whether the scale labels is enabled.
    • State ( Combo ) : Set whether to enable or disable the scale labels.
      • Options : ["Disabled","Enabled"]

Action:Set font

  • Set font of scale labels.
    • Font family ( string ) : Scale label font declaration for the scale label.
    • Font size ( number ) : Scale label font size in pixels.
    • Font style ( Combo ) : Scale label font weight style.
      • Options : ["Normal","Bold","Bolder"]
    • Font color ( string ) : Colour of the scale line, hex "#FFA500", "rgb(0-255,0-255,0-255)", "rgba(0-255,0-255,0-255,0-1)", "hsl(0-360,0-100%,0-100%)", or "hsla(0-360,0-100%,0-100%,0-1)"

Configure - Scale line

Action:Enable scale line

  • Set whether the scale line is enabled.
    • State ( Combo ) : Set whether to enable or disable the scale line.
      • Options : ["Disabled","Enabled"]

Action:Set scale line

  • Set whether the scale line is enabled.
    • Color ( string ) : Colour of the scale line, hex "#FFA500", "rgb(0-255,0-255,0-255)", "rgba(0-255,0-255,0-255,0-1)", "hsl(0-360,0-100%,0-100%)", or "hsla(0-360,0-100%,0-100%,0-1)"
    • Width ( number ) : Pixel width of the scale line.

Configure - Scale overlay

Action:Enable scale overlay

  • Set whether the scale overlay is enabled.
    • State ( Combo ) : Set whether to enable or disable the scale overlay.
      • Options : ["Disabled","Enabled"]

Configure - Scale override

Action:Enable scale overlay

  • Set whether the scale override is enabled.
    • State ( Combo ) : Set whether to enable or disable the scale override.
      • Options : ["Disabled","Enabled"]

Action:Set scale

  • Set scale properties.
    • Steps ( number ) : The number of steps in a hard coded scale.
    • Step width ( number ) : The value jump in the hard coded scale.
    • Start value ( number ) : The centre starting value.

Draw

Action:Draw

  • Draw chart.

Expressions

Chart - data

Expression:Data

  • Get data.
    • Data set ( string ) : Data set
    • Label ( string ) : Label

Conditions

Drawing

Condition:On drawing finished

  • Triggered when drawing finished.

Condition:Is drawing

  • Return true while drawing.