Skip to content

warp view event drops

xavier edited this page Oct 23, 2020 · 2 revisions

Drops

type = drilldown

drilldown

CSS vars

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

Specific attributes

See common attributes

Events

See common events

Data format

GTS, GTS array or complex data.

Specific complex data params

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="drops">
0 5 <% 'j' STORE
  NEWGTS 'serie' $j TOSTRING + RENAME 'gts' STORE
  0 30 <%
    'i' STORE
    $gts NOW RAND 100000 * -  NaN NaN NaN "t" ADDVALUE DROP
  %> FOR
  $gts
%> FOR
</warpview-tile>