Widget Query Functions
LogScale's widget functions provide a direct interface to the corresponding Widgets. For more information, see Widgets.
Table: Widget Query Functions
| Function | Default Argument | Availability | Description |
|---|---|---|---|
sankey(source, target, [weight]) | Â | Â | Produces data compatible with Sankey widget. |
table(fields, [limit], [order], [reverse], [sortby], [type]) | fields | Â | Used to create a widget to present the data in a table. |
timeChart([buckets], [function], [limit], [minSpan], [series], [span], [timezone], [unit]) | series | Â | Used to draw a linechart where the x-axis is time. |
worldMap([ip], [lat], [lon], [magnitude], [precision]) | Â | Â | Used to produce data compatible with the World Map widget. |