@getdashfy/ext-market-live 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -122,7 +122,7 @@ An unknown category or key throws, so a typo surfaces as a widget error rather t
|
|
|
122
122
|
|
|
123
123
|
Display the live price of a single feed, with an optional rolling chart and trend arrow.
|
|
124
124
|
|
|
125
|
-
<img src="https://raw.githubusercontent.com/dashfy/dashfy-ext-market-live/refs/heads/main/preview/market-live.PriceLive.
|
|
125
|
+
<img src="https://raw.githubusercontent.com/dashfy/dashfy-ext-market-live/refs/heads/main/preview/market-live.PriceLive.gif" alt="PriceLive widget preview" width="640" />
|
|
126
126
|
|
|
127
127
|
**Parameters:**
|
|
128
128
|
|
|
@@ -164,7 +164,7 @@ When `subject` is omitted, the label is derived from `feedId` (`crypto.BTC_USD`
|
|
|
164
164
|
|
|
165
165
|
Display a table of live prices for many feeds at once, each row showing symbol, price, and trend.
|
|
166
166
|
|
|
167
|
-
<img src="https://raw.githubusercontent.com/dashfy/dashfy-ext-market-live/refs/heads/main/preview/market-live.TableLive.
|
|
167
|
+
<img src="https://raw.githubusercontent.com/dashfy/dashfy-ext-market-live/refs/heads/main/preview/market-live.TableLive.gif" alt="TableLive widget preview" width="640" />
|
|
168
168
|
|
|
169
169
|
**Parameters:**
|
|
170
170
|
|