File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import { CryptoCoinsHeatmap } from "react-ts-tradingview-widgets";
1616
1717import { 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
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import { StockHeatmap } from "react-ts-tradingview-widgets";
1616
1717import { 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
You can’t perform that action at this time.
0 commit comments