Skip to content

Commit

Permalink
style: reduce gap between axis label and border (#113)
Browse files Browse the repository at this point in the history
* build: bump version

* style: reduce gap between axis label and border
  • Loading branch information
kristw authored and zhaoyongjie committed Nov 26, 2021
1 parent 0940943 commit cf545ff
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
"devDependencies": {
"@superset-ui/build-config": "^0.0.9",
"@superset-ui/commit-config": "^0.0.9",
"@superset-ui/chart": "^0.11.6",
"@superset-ui/chart-composition": "^0.11.5",
"@superset-ui/color": "^0.11.3",
"@superset-ui/connection": "^0.11.0",
"@superset-ui/core": "^0.11.0",
"@superset-ui/dimension": "^0.11.0",
"@superset-ui/number-format": "^0.11.3",
"@superset-ui/time-format": "^0.11.3",
"@superset-ui/translation": "^0.11.4",
"@superset-ui/chart": "^0.11.8",
"@superset-ui/chart-composition": "^0.11.9",
"@superset-ui/color": "^0.11.9",
"@superset-ui/connection": "^0.11.5",
"@superset-ui/core": "^0.11.9",
"@superset-ui/dimension": "^0.11.7",
"@superset-ui/number-format": "^0.11.5",
"@superset-ui/time-format": "^0.11.5",
"@superset-ui/translation": "^0.11.9",
"@types/react": "^16.8.8",
"core-js": "^3.0.1",
"csstype": "^2.6.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"homepage": "https://github.com/apache-superset/superset-ui-plugins#readme",
"dependencies": {
"@babel/polyfill": "^7.4.3",
"@data-ui/event-flow": "^0.0.54",
"@data-ui/event-flow": "^0.0.78",
"@storybook/addon-actions": "^5.0.9",
"@storybook/addon-knobs": "^5.0.9",
"@storybook/addon-links": "^5.0.9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default class AxisAgent<Def extends ChannelDef<Output>, Output extends Va
computeLayout({
axisTitleHeight = 20,
axisWidth,
gapBetweenAxisLabelAndBorder = 8,
gapBetweenAxisLabelAndBorder = 4,
gapBetweenTickAndTickLabel = 4,
labelAngle = this.config.labelAngle,
tickLength = 8,
Expand Down

0 comments on commit cf545ff

Please sign in to comment.