Skip to content

Commit e65cfdf

Browse files
committed
update docs
1 parent 22c6255 commit e65cfdf

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2323

2424
publish_docs:
25-
needs: publish_package
2625
name: Deploy docs to GitHub Pages
2726
runs-on: ubuntu-latest
2827
defaults:

docs/docs/components/CryptoCoinsHeatmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { CryptoCoinsHeatmap } from "react-ts-tradingview-widgets";
1616

1717
import { CryptoCoinsHeatmap } from "react-ts-tradingview-widgets";
1818

19-
<CryptoCoinsHeatmap colorTheme="dark"></CryptoCoinsHeatmap>
19+
<CryptoCoinsHeatmap colorTheme="dark" width={700} height={500}></CryptoCoinsHeatmap>
2020

2121
## Used Private types {#private-types}
2222

docs/docs/components/StockHeatmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { StockHeatmap } from "react-ts-tradingview-widgets";
1616

1717
import { StockHeatmap } from "react-ts-tradingview-widgets";
1818

19-
<StockHeatmap colorTheme="dark"></StockHeatmap>
19+
<StockHeatmap colorTheme="dark" width={700} height={500}></StockHeatmap>
2020

2121
## Used Private types {#private-types}
2222

0 commit comments

Comments
 (0)