mirror of
https://github.com/FlipsideCrypto/flipside-js.git
synced 2026-02-06 10:48:11 +00:00
Merge branch 'table' of github.com:FlipsideCrypto/flipside-js into table
This commit is contained in:
commit
7dff56444c
20
index.html
20
index.html
@ -34,9 +34,13 @@
|
||||
<body>
|
||||
<div class="wrapper"><div id="widget-0" style="width: 289px;"></div></div>
|
||||
|
||||
<div class="wrapper"><div id="widget-1" style="width: 289px;"></div></div>
|
||||
<div class="wrapper" style="background-color:#000000">
|
||||
<div id="widget-1" style="width: 289px"></div>
|
||||
</div>
|
||||
|
||||
<div class="wrapper"><div id="widget-2"></div></div>
|
||||
<div class="wrapper" style="background-color: #33435e">
|
||||
<div id="widget-2"></div>
|
||||
</div>
|
||||
|
||||
<div class="wrapper"><div id="multiTable"></div></div>
|
||||
|
||||
@ -51,17 +55,7 @@
|
||||
asset: "nmr",
|
||||
mode: "dark",
|
||||
bucketDistance: 100,
|
||||
highlights: [
|
||||
"BTC",
|
||||
"ETH",
|
||||
"eos",
|
||||
"qtum",
|
||||
"nmr",
|
||||
"ltc",
|
||||
"gnt",
|
||||
"rep",
|
||||
"mln"
|
||||
]
|
||||
highlights: ["BTC", "ETH", "eos", "nmr", "ltc", "gnt", "rep", "mln"]
|
||||
});
|
||||
|
||||
flipside.createTable("widget-2", "btc", {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user