Skip to content

Commit

Permalink
Whole lot of features transferred from the consulting project.
Browse files Browse the repository at this point in the history
Also included the pdf manual and many more little things.
  • Loading branch information
Orbifold committed Nov 28, 2019
1 parent 73be828 commit edccd17
Show file tree
Hide file tree
Showing 16 changed files with 3,191 additions and 115 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,6 @@ fabric.properties

/dist
/.tmp
/yFiles/
/webpack.statistics.dev.html
.DS_Store
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,13 @@ The most import elements in this tutorial are:

- installing the Power BI tools for NodeJs via `npm i -g powerbi-visuals-tools`
- registration of a Power BI certificate for localhost via `pbiviz --install-cert`
- start the custom Power BI development server with

Outside this, the setup is standard and amounts to the usual
pbiviz start

npm i

or `yarn i` together with
In case the certificate is still giving problems with something like *"net::ERR_CERT_COMMON_NAME_INVALID"*, it's because Chrome browser blocks this address https://localhost:8080 because of non-valid certificate.
Please open the following link in separate browser tab: https://localhost:8080/assets/status. Chrome will show the warning message, click advanced > proceed to unsafe version. After that Chrome will work with dev visual correctly.

npm start

like any other NodeJS app.

In order to display a graph you need a dataset with a column "Source" and a column "Target". Simply drag the columns into the data-binding holders in the properties of the diagram widget.

Expand Down
Binary file modified assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit edccd17

Please sign in to comment.