Skip to content

warp view box

xavier edited this page Oct 23, 2020 · 2 revisions

Box chart

type = box

box

type = box-date

box-date

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-font-color
    • --warp-view-chart-grid-color

Specific attributes

See common attributes

Events

See common events

Data format

GTS, GTS array or complex data.

Specific complex data params

See common params

Specific options and globalParams

See common options

Name Type Default Description
showDots boolean false Show dots on chart
split string 'D' Split by (Y, M, D, h, m, s)

Sample

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