Time Brush lets you filter a time-based dataset by directly dragging or brushing over a time period of interest. The initial display is a helpful overview that shows the frequency of items in each pre-defined time bucket (e.g., hours, days, years) as a vertical bar chart. Whenever you select a time period, any linked visuals are automatically filtered to display only those records with time attributes in the selected period.
This visual is experimental and not actively being developed, only major issues will be addressed.
- Install node.js 6+
- Install yarn
- Run
yarnon the project directory, which will install all the dependencies - Run
yarn testwhich will lint, test, and compile thetimebrushandtimebrush-powerbipackages.- Compiling
timebrush-powerbiwill also create a.pbivizfile in thepackages/timebrush-powerbi/distdirectory, which can be imported directly in Power BI
- Compiling
