Skip to content

Timeseries Graphing, Bar, Pie Charts and FontAwesome

Compare
Choose a tag to compare
@akshaisarma akshaisarma released this 06 Oct 00:05
· 24 commits to master since this release
8a77c2e

This version overhauls the results page to make it more compact and powerful. It adds another aggregate mode (in addition to appending all records for Raw, Record windowed queries) called TimeSeries mode to let you view data across your windows.

It also adds Bar and Pie charts to the regular charting mode (in addition to what was already supported through the Pivot table). The interfaces for accessing all have been simplified and use meaningful buttons.

Timeseries Graphing

We added graphing your dimensions as lines across your windows. Currently, this is enabled only for queries with Time Based windows. When viewing data in this mode, it shows all your rows across all your windows by injecting the window arrival time and window number into each row. You can then use these for pivoting or downloading as you wish. When graphing, it works by taking all unique values for your non-numeric dimensions in all your windows as datasets and plotting them as individual lines on a graph where the X axis is the window arrival time. This lets you plot measures across time and see how they change. Coupled with Auto update you can now put up a graph of a measure you're interested it and watch it move as your windows come in over time!

Pie charts are not supported in this mode.

Other changes.

This release also removes glyphicons and replaces them with FontAwesome and fixes some bugs with CSS (on the queries table) and fixes incorrect query summaries showing up on the results page.

Includes #51, #52, #59, #61, #68.