cabana: prevent x-axis label overlap on plots; sentry config tweak allowing re-deploying same release

main
Andy Haden 2017-10-26 15:38:03 -07:00
parent b4b7a5c233
commit fe66c97e3d
3 changed files with 4 additions and 3 deletions

View File

@ -258,7 +258,8 @@ module.exports = {
},
filenameTransform: function(filename) {
return `~${publicUrl}/${filename}`;
}
},
suppressConflictError: true
}),
new webpack.ExtendedAPIPlugin()
],

View File

@ -76,7 +76,7 @@
"webpack": "1.14.0",
"webpack-dev-server": "1.16.2",
"webpack-manifest-plugin": "1.1.0",
"webpack-sentry-plugin": "^1.9.2",
"webpack-sentry-plugin": "^1.14.0",
"webworkify": "^1.4.0",
"whatwg-fetch": "2.0.2",
"worker-loader": "^0.8.0"

View File

@ -90,7 +90,7 @@ export default createClassFromSpec('CanPlot', {
}
],
"axes": [
{"orient": "bottom", "scale": "xrelscale"},
{"orient": "bottom", "scale": "xrelscale", labelOverlap: true},
{"orient": "left", "scale": "yscale"}
],
"marks": [