Skip to content

Commit

Permalink
Merge 4a49b76 into 51154a4
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Jan 4, 2022
2 parents 51154a4 + 4a49b76 commit ffbf94c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website/api-extractor.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"mainEntryPointFilePath": "<projectFolder>/dist/lib/index.d.ts",
"mainEntryPointFilePath": "<projectFolder>/packages/l7plot/dist/lib/index.d.ts",
"apiReport": {
"enabled": false
},
Expand Down
4 changes: 2 additions & 2 deletions website/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
{
resolve: '@antv/gatsby-theme-antv',
options: {
GATrackingId: `UA-148148901`,
GATrackingId: `G-S7EDKPDSL6`,
},
},
],
Expand Down Expand Up @@ -172,7 +172,7 @@ module.exports = {
showAPIDoc: true, // 是否在demo页展示API文档
showChartResize: true, // 是否在demo页展示图表视图切换
playground: {
container: '<div id="container" />',
container: '<div id="container" style="position: relative; width: 100%; height: 100vh;" />',
playgroundDidMount: 'console.log("playgroundDidMount");',
playgroundWillUnmount: 'console.log("playgroundWillUnmount");',
devDependencies: {
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-dom": "^16.14.0"
},
"devDependencies": {
"@antv/gatsby-theme-antv": "^1.1.15",
"@antv/gatsby-theme-antv": "^1.1.16",
"@types/react": "^16.14.8",
"@types/react-dom": "^16.9.13",
"gatsby": "^2.32.13",
Expand Down

0 comments on commit ffbf94c

Please sign in to comment.