Time Brush custom visual for PowerBI
Перейти к файлу
microsoft-github-policy-service[bot] 4d60f55c3c
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2022-11-28 19:12:20 +00:00
assets Updated the READMEs, Fixes #25 2017-03-14 09:49:58 -07:00
packages Publish 2018-09-06 13:23:34 -07:00
.editorconfig Added an editorconfig and tweaked the README a bit 2016-01-11 12:49:12 -08:00
.gitignore Merge branch 'develop' into update-powerbi-api 2018-04-16 09:01:57 -07:00
.npmignore Updates to testing 2016-04-07 10:17:04 -07:00
.travis.yml Removed circle, added travis 2018-04-12 14:46:44 -07:00
LICENSE PR 1136: Added licensing info 2016-09-29 16:36:42 +00:00
README.md Update README.md 2018-04-16 09:22:49 -07:00
SECURITY.md Microsoft mandatory file 2022-08-30 09:41:04 +00:00
lerna.json WIP 2018-04-11 18:20:23 -07:00
package.json Removed gulp deps 2018-04-13 11:02:23 -07:00
tslint.json WIP 2018-04-11 18:20:23 -07:00
yarn.lock Remove lodash sink (#41) 2018-09-06 13:21:22 -07:00

README.md

Build Status

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.

TimeBrush

This visual is experimental and not actively being developed, only major issues will be addressed.

Usage

  • 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 the timebrush and timebrush-powerbi packages.
    • Compiling timebrush-powerbi will also create a .pbiviz file in the packages/timebrush-powerbi/dist directory, which can be imported directly in Power BI