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 currently in beta testing and is undergoing active development.
- Install node.js 6+
- Install yarn
- Run
yarn
on the project directory, which will install all the dependencies - Run
yarn test
which will lint, test, and compile thetimebrush
,timebrush-react
andtimebrush-powerbi
packages.- Compiling
timebrush-powerbi
will also create a.pbiviz
file in thepackages/timebrush/powerbi/dist/powerbi
directory, which can be imported directly in Power BI
- Compiling
- Alternatively run
yarn test:powerbi
, which will do the same asyarn test
but will excludetimebrush-react
.