Skip to content

Commit

Permalink
chore(ci): add website to codesandbox ci (#1199)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Oct 30, 2020
1 parent 20a5c12 commit f14c523
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 34 deletions.
37 changes: 3 additions & 34 deletions .codesandbox/ci.json
@@ -1,37 +1,6 @@
{
"installCommand": "make:init",
"buildCommand": false,
"packages": [
"packages/annotations",
"packages/axes",
"packages/bar",
"packages/bullet",
"packages/bump",
"packages/calendar",
"packages/chord",
"packages/circle-packing",
"packages/colors",
"packages/core",
"packages/funnel",
"packages/generators",
"packages/geo",
"packages/heatmap",
"packages/legends",
"packages/line",
"packages/network",
"packages/parallel-coordinates",
"packages/pie",
"packages/radar",
"packages/sankey",
"packages/scales",
"packages/scatterplot",
"packages/stream",
"packages/sunburst",
"packages/swarmplot",
"packages/tooltip",
"packages/treemap",
"packages/voronoi",
"packages/waffle"
],
"sandboxes": ["/examples/codesandbox"]
}
"packages": ["packages/*"],
"sandboxes": ["/examples/codesandbox", "/website"]
}
7 changes: 7 additions & 0 deletions website/sandbox.config.json
@@ -0,0 +1,7 @@
{
"container": {
"port": 8000,
"startScript": "start"
},
"template": "node"
}
2 changes: 2 additions & 0 deletions website/src/pages/bar/api.js
Expand Up @@ -59,6 +59,8 @@ const BarApi = () => {
layout: 'vertical',
reverse: false,

valueScale: { type: 'linear' },

axisTop: {
enable: false,
tickSize: 5,
Expand Down

0 comments on commit f14c523

Please sign in to comment.