Skip to content

warp view radar

xavier edited this page Oct 23, 2020 · 5 revisions

Radar chart

type = radar

radar

CSS vars

  • Tooltip
    • --warp-view-chart-legend-bg
    • --warp-view-chart-legend-color
  • Size
    • --warp-view-chart-width
    • --warp-view-chart-height
  • Colors
    • --warp-view-chart-grid-color
    • --warp-view-font-color

Specific attributes

See common attributes

Events

See common events

Data format

GTS, GTS array or complex data.

Specific complex data params

Name Type Description
datasetColor string Color of the trace

Specific options and globalParams

See common options

Name Type Default Description
timeMode string 'date' date, timestamp

Sample

<warpview-tile
          url="https://warp.senx.io/api/v0/exec"
          responsive="true"
          type="polar">
0 2 <% 'j' STORE
    NEWGTS 'series' $j TOSTRING + RENAME 'gts' STORE
    0 10 <%
        'i' STORE
        $gts NOW $i RAND + STU * - NaN NaN NaN $i RAND + ADDVALUE DROP
    %> FOR
    $gts
%> FOR
</warpview-tile>