Skip to content

Commit

Permalink
fix: 修复主题相关的错误拼写 (#3358)
Browse files Browse the repository at this point in the history
  • Loading branch information
visiky committed Apr 6, 2021
1 parent 7d29b28 commit 804dbc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/theme/style-sheet/dark.ts
Expand Up @@ -176,7 +176,7 @@ export const createDarkStyleSheet = (cfg: StyleSheetCfg = {}) => {
legendItemSpacing: 24,
/** 图例项垂直方向的间隔 */
legendItemMarginBottom: 12,
/** 图例与图表绘图区域的便宜距离 */
/** 图例与图表绘图区域的偏移距离 */
legendSpacing: 16,
/** 图例与图表绘图区域的偏移距离 */
legendPadding: [8, 8, 8, 8],
Expand Down
2 changes: 1 addition & 1 deletion src/theme/util/create-by-style-sheet.ts
Expand Up @@ -1101,7 +1101,7 @@ export function createThemeByStyleSheet(styleSheet: StyleSheet): LooseObject {
stroke: '#fff',
shadowBlur: 10,
shadowOffsetX: 0,
shadowOffSetY: 0,
shadowOffsetY: 0,
shadowColor: 'rgba(0,0,0,0.09)',
lineWidth: 2,
r: 4,
Expand Down

0 comments on commit 804dbc6

Please sign in to comment.