Sha256: af1638e55ad5ae66f4bbebfdb0a9acc3a106149af7871882a192d3c4d16c7282
Contents?: true
Size: 1.12 KB
Versions: 10
Compression:
Stored size: 1.12 KB
Contents
# Simple tab showing a line chart with supporting table # server: name: 'WebRTC Demo' page_title: 'WebRTC Demo' port: 4050 data_sources: - id: rtc_stats #table: webrtc_stats query: SELECT oml_ts_server as ts, val, wrid FROM webrtc_stats WHERE key='googRtt' schema: [[ts, float], [val, int], [wrid, string]] database: id: rtc url: sqlite:webrtc-exp_1381786573.sq3 widgets: - id: main name: Main top_level: true priority: 900 type: layout/one_column widgets: - type: layout/stacked info: This widget shows ?????. widgets: - name: WRID type: data/line_chart3 data_source: name: rtc_stats mapping: x_axis: ts y_axis: property: val min: 0 group_by: wrid axis: x: legend: Time (sec) y: legend: ?? ticks: format: ".1s" - name: Table type: data/table2 data_source: name: rtc_stats
Version data entries
10 entries across 10 versions & 1 rubygems