Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
sv2 committed Jun 8, 2019
1 parent d966de2 commit 250bc5e
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 9 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.10",
"vuetify": "^1.5.12",
"brace": "^0.11.1",
"dashblocks": "^0.5.9",
"dashblocks": "^0.5.10",
"release-it": "^12.3.0"
},
"eslintConfig": {
Expand Down
30 changes: 30 additions & 0 deletions src/views/DashblocksShowcase.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,36 @@ export default {
type: "DbChartjsBar",
cspan: 4,
height: 250
},
{
id: "w0",
type: "DbPlotly",
cspan: 16,
rspan: 2,
properties: {
layout: {
paper_bgcolor: "rgba(0,0,0,0)",
plot_bgcolor: "rgba(0,0,0,0)",
modebar: {
bgcolor: "rgba(0,0,0,0)",
color: "rgba(0,0,0,0.5)"
},
title: "reactive charts",
xaxis: {
title: "xaxis title"
},
yaxis: {
title: "yaxis title"
},
margin: {
l: 60,
r: 40,
b: 40,
t: 40,
pad: 5
}
}
}
}
]
},
Expand Down
15 changes: 8 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1793,10 +1793,6 @@ brace-expansion@^1.1.7:
balanced-match "^1.0.0"
concat-map "0.0.1"

brace@^0.11.1:
version "0.11.1"
resolved "https://registry.yarnpkg.com/brace/-/brace-0.11.1.tgz#4896fcc9d544eef45f4bb7660db320d3b379fe58"

braces@^1.8.2:
version "1.8.5"
resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7"
Expand Down Expand Up @@ -2875,10 +2871,11 @@ cypress@^3.2.0:
url "0.11.0"
yauzl "2.10.0"

dashblocks@^0.5.9:
version "0.5.9"
resolved "https://registry.yarnpkg.com/dashblocks/-/dashblocks-0.5.9.tgz#b7fc3146979c28090120cc5521831e96a2055469"
dashblocks@^0.5.10:
version "0.5.10"
resolved "https://registry.yarnpkg.com/dashblocks/-/dashblocks-0.5.10.tgz#edc8de79deddfed1daf6adb986ae0593dfea832b"
dependencies:
plotly.js-dist "^1.47.3"
vue "^2.6.10"
vue-router "^3.0.6"
vuex "^3.1.0"
Expand Down Expand Up @@ -7263,6 +7260,10 @@ please-upgrade-node@^3.0.2:
dependencies:
semver-compare "^1.0.0"

plotly.js-dist@^1.47.3:
version "1.48.1"
resolved "https://registry.yarnpkg.com/plotly.js-dist/-/plotly.js-dist-1.48.1.tgz#77809e45b6af54a280740dbd4a0aaa3d38b1d552"

pluralize@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-7.0.0.tgz#298b89df8b93b0221dbf421ad2b1b1ea23fc6777"
Expand Down

0 comments on commit 250bc5e

Please sign in to comment.