Skip to content

Commit

Permalink
ticket listings
Browse files Browse the repository at this point in the history
  • Loading branch information
KobaKhit committed Apr 22, 2024
1 parent dd5bbd7 commit dd0d9ff
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
Binary file added data-visuals/nba-ticket-listings/joy_plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions data-visuals/nba-ticket-listings/nba-ticket-listings.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
layout: datvisual-noviewport
og-title: NBA Ticket Listing Prices
og-img: /data-visuals/nba-ticket-listings/joy_plot.png
---

<style>
iframe {
/* transform: scale(0.8, 0.8); */
height: 1500px;
width: 100%;
/* position: absolute */

}
#bb {
margin-top:-350px;
margin-left:0px;
/* margin-bottom: 0; */
width: 100vw;
height: 1300px;
}
</style>

{% include dark-style.html %}

<style>
body {
background-color: #111111;
}

</style>


<div id = ''>
<iframe src = 'ticket_hists_2021.html' frameborder=0></iframe>
</div>



14 changes: 14 additions & 0 deletions data-visuals/nba-ticket-listings/ticket_hists_2021.html

Large diffs are not rendered by default.

0 comments on commit dd0d9ff

Please sign in to comment.