Skip to content

Commit 00ec1aa

Browse files
authored
Merge pull request #465 from jpmorganchase/banner-update
Updated README
2 parents efff6e8 + 5746cd0 commit 00ec1aa

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

README.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Perspective
1+
# [![Perspective](https://jpmorganchase.github.io/perspective/img/title.png)](https://jpmorganchase.github.io/perspective/)
22

33
[![Build Status](https://travis-ci.org/jpmorganchase/perspective.svg?branch=master)](https://travis-ci.org/jpmorganchase/perspective)
4-
![https://ci.appveyor.com/api/projects/status/github/jpmorganchase/perspective?svg=true](https://ci.appveyor.com/api/projects/status/github/jpmorganchase/perspective?svg=true)
4+
[![Appveyor](https://ci.appveyor.com/api/projects/status/github/jpmorganchase/perspective?svg=true)](https://ci.appveyor.com/project/neilslinger/perspective)
55
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/jpmorganchase/perspective)
66
[![npm](https://img.shields.io/npm/v/@jpmorganchase/perspective.svg?style=flat-square)](https://www.npmjs.com/package/@jpmorganchase/perspective)
77
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
@@ -27,23 +27,27 @@ simple to build real-time & user configurable analytics entirely in the browser.
2727
[HighCharts](https://github.com/highcharts/highcharts) and
2828
[Hypergrid](https://github.com/fin-hypergrid/core).
2929

30+
- Integration with [Jupyterlab](https://github.com/jpmorganchase/perspective/tree/master/packages/perspective-jupyterlab).
31+
3032
- Runtimes for the Browser and Node.js.
3133

3234
## Examples
33-
34-
* [Superstore](https://bl.ocks.org/JHawk/b29192cd425bfc9443dd12626cc2f606) A static `superstore.arrow` demo.
35-
* [Olympics](https://bl.ocks.org/JHawk/2a29387438af750614cc983f23040732) An example of sharing a single `perspective.table` among multiple `<perspective-viewer>`s.
36-
* [Streaming](https://bl.ocks.org/JHawk/952262145299ffd7fa58d22a51de905d) A streaming random data demo.
37-
* [Streaming Stock Trades](https://bl.ocks.org/timkpaine/064a50a309f25b80c9cfb0b2b84fbdf3) A streaming financial data demo.
38-
* [CSV](https://bl.ocks.org/JHawk/ef28337d5c96c0360f07ca502b872c10) Upload a CSV of your own.
39-
* [NYC Citibike](https://bl.ocks.org/JHawk/ade09a2ea62bb708cc0beab8c35609b0) An example of a join on two real-time datasets, from the NYC Citibike feed.
40-
* [Real-time cryptocurrency charting](https://bl.ocks.org/ColinEberhardt/6e287f871410ecd970b038343b166514) An example that uses the coinbased web socket feed to plot orders in real-time
41-
* [Financial Data from IEX](https://bl.ocks.org/timkpaine/97e0e7389875f3d21095e434e361a18f) An example that uses the [IEX cloud](https://iexcloud.io) api to build a financial dashboard.
35+
|||
36+
|:--|:--|
37+
|[Superstore](https://bl.ocks.org/JHawk/b29192cd425bfc9443dd12626cc2f606)| A static `superstore.arrow` demo.|
38+
|[Olympics](https://bl.ocks.org/JHawk/2a29387438af750614cc983f23040732)|An example of sharing a single `perspective.table` among multiple `<perspective-viewer>`s.|
39+
|[Streaming](https://bl.ocks.org/JHawk/952262145299ffd7fa58d22a51de905d)| A streaming random data demo.|
40+
|[Streaming Stock Trades](https://bl.ocks.org/timkpaine/064a50a309f25b80c9cfb0b2b84fbdf3)|A streaming financial data demo.|
41+
|[CSV](https://bl.ocks.org/JHawk/ef28337d5c96c0360f07ca502b872c10)|Upload a CSV of your own.|
42+
|[NYC Citibike](https://bl.ocks.org/JHawk/ade09a2ea62bb708cc0beab8c35609b0)|An example of a join on two real-time datasets, from the NYC Citibike feed.|
43+
|[Real-time cryptocurrency charting](https://bl.ocks.org/ColinEberhardt/6e287f871410ecd970b038343b166514)|An example that uses the coinbased web socket feed to plot orders in real-time|
44+
|[Financial Data from IEX](https://bl.ocks.org/timkpaine/97e0e7389875f3d21095e434e361a18f)|An example that uses the [IEX cloud](https://iexcloud.io) api to build a financial dashboard.|
4245

4346
## Documentation
4447

4548
* [Project Site](https://jpmorganchase.github.io/perspective/)
4649
* [Installation](https://jpmorganchase.github.io/perspective/docs/installation.html)
4750
* [User's Guide](https://jpmorganchase.github.io/perspective/docs/usage.html)
51+
* [Developer's Guide](https://jpmorganchase.github.io/perspective/docs/development.html)
4852
* [Perspective API](https://jpmorganchase.github.io/perspective/docs/perspective.html)
49-
* [Perspective Viewer API](https://jpmorganchase.github.io/perspective/docs/perspective-viewer.html)
53+
* [Perspective Viewer API](https://jpmorganchase.github.io/perspective/docs/perspective-viewer.html)

0 commit comments

Comments
 (0)