Skip to content

warp view globe

xavier edited this page Oct 23, 2020 · 3 revisions

Globe

type = globe

globe

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

Name Type Description
datasetColor string Color of the trace

Specific options and globalParams

See common options

Sample

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