@essex/timebrush
v1.0.1
Published
[](https://circleci.com/gh/Microsoft/PowerBI-visuals-TimeBrush/tree/master)
Keywords
Readme
TimeBrush
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.
Getting Started
- Fork this repo
- Install node.js 6+
- Run
npm installon the project directory - The
srcdirectory contains all of the visual's code.
Building
- Running
npm run buildwill do the following:- Compiles the
srcdirectory. - Creates a
.pbivizfile in thedist\powerbidirectory.- Go to Power BI, and to import your new visual.
- Compiles the
