Skip to content

Commit

Permalink
Merge pull request #301 from antvis/fix-bar-axis-label
Browse files Browse the repository at this point in the history
fix: position is not supported for axisLabel
  • Loading branch information
paleface001 committed Nov 26, 2019
2 parents fd9e178 + e010e15 commit 1dd1cee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plots/stack-bar/layer.ts
Expand Up @@ -31,8 +31,6 @@ export default class StackBarLayer<T extends StackBarLayerConfig = StackBarLayer
},
label: {
visible: true,
position: 'middle',
offset: 0,
},
title: {
visible: true,
Expand Down

0 comments on commit 1dd1cee

Please sign in to comment.