Skip to content

Commit

Permalink
Fixed CSS regression in Chrome canary, fixed example docs
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Feb 2, 2019
1 parent 80f8691 commit da240d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ simple to build real-time & user configurable analytics entirely in the browser.
* [CSV](https://bl.ocks.org/JHawk/ef28337d5c96c0360f07ca502b872c10) Upload a CSV of your own.
* [NYC Citibike](https://bl.ocks.org/JHawk/ade09a2ea62bb708cc0beab8c35609b0) An example of a join on two real-time datasets, from the NYC Citibike feed.
* [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
* [Financial Data from IEX](https://gist.github.com/timkpaine/97e0e7389875f3d21095e434e361a18f) An example that uses the [IEX cloud](https://iexcloud.io) api to build a financial dashboard.
* [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.

## Documentation

Expand Down
12 changes: 1 addition & 11 deletions packages/perspective-viewer/src/less/viewer.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,6 @@
}
}

@keyframes scale_2 {
from {
transform: scale(1.01);
}
}

:host([settings="true"]) #pivot_chart_container {
transform-origin: bottom right;
animation: scale_2 0.1s ease-out;
}

:host {
position: relative;
display: inline-block;
Expand Down Expand Up @@ -130,6 +119,7 @@
}
#app {
display: flex;
position: relative;
width: 100%;
height: 100%;
}
Expand Down

0 comments on commit da240d2

Please sign in to comment.