Giter Club home page Giter Club logo

fikricakep / powerbi-visuals Goto Github PK

View Code? Open in Web Editor NEW

This project forked from avontd2868/powerbi-visuals

0.0 0.0 0.0 44.02 MB

The Microsoft Power BI visuals project provides high quality data visualization that you can use to extend Power BI. The project contains over 20 visualization types, the framework to run them, and the testing infrastructure that enables you to build high quality visualizations.

Home Page: https://powerbi.microsoft.com/custom-visuals

License: Other

JavaScript 64.01% CSS 0.75% TypeScript 35.22% C# 0.01% HTML 0.01% Batchfile 0.01%

powerbi-visuals's Introduction

Microsoft Power BI visuals

The Microsoft Power BI visuals project provides high quality data visualizations that you can use to extend Power BI. The project contains over 20 visualization types, the framework to run them, and the testing infrastructure that enables you to build high quality visualizations. The framework provides all the interfaces you need to integrate fully with Power BI's selection, filtering, and other UI experiences. The code is written in TypeScript so it's easier to build and debug. Everything compiles down to JavaScript and runs in modern web browsers. The visuals are built using D3 but you can use your favorite technology like WebGL, Canvas, or SVG. This gives you everything you need to build custom visualizations for Power BI.

What is included

  1. build folder representing pre-built version of Power BI visuals library so that you can start using them right away.
  2. src folder includes project source code for your experiments and if you will desire to create a new visual.
  3. src\Clients\PowerBIVisualsPlayground is a sample application which could be used to try the existing visualization types or as an example how to run visuals you create.

How to Engage, Contribute and Provide Feedback

There are many ways in which you can contribute.

We plan to accept community code contributions including new chart types, bug fixes, and additional features for existing chart types. We're still working out the contribution guidelines. Hold tight, we'll update you here when we've formalized the guidelines.

In the meantime, you can contribute to Power BI Visuals in a few different ways:

Documentation

How To Build and Run

Prerequisites

To build the library and run sample application you will need:

In order to run unit tests you will also need:

Build Power BI visuals

In order to build the Power BI visuals, ensure that you have Git and Node.js installed.

Clone a copy of the repo:

git clone https://github.com/Microsoft/PowerBI-visuals.git

Change to the PowerBI-visuals directory:

cd PowerBI-visuals

Install dev dependencies:

npm install

Use the following commands to build and test:

npm run build                               # Build PowerBI Visuals into `built` folder
npm test                                    # Run unit tests (requires 'chutzpah', see Prerequisites)

Run Sample App

To run sample app open src\PowerBIVisualsClient.sln in Visual Studio and then run PowerBIVisualsPlayground project.

Copyrights

Copyright (c) 2015 Microsoft

See the LICENSE file for license rights and limitations (MIT).

powerbi-visuals's People

Contributors

capfei avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.