Skip to content

Commit

Permalink
fix: close issues (antvis#3419)
Browse files Browse the repository at this point in the history
* fix: close issue-3395

* fix: close antvis#3154
  • Loading branch information
visiky authored Dec 10, 2022
1 parent 4a9c447 commit fcaa2e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/docs/common/legend-cfg.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Legend title configuration is not displayed by default. _G2LegendTitleCfg_ Confi

| Properties | Type | Default | Description |
| ---------- | -------- | ------- | ----------------------------------------------------------------------------------- |
| title | _string_ | Content of legend title |
| text | _string_ | Content of legend title |
| spacing | _number_ | - | The spacing between the title and the legend item |
| style | _object_ | - | Text style configuration item, refer to [Graphic Style](/zh/docs/api/graphic-style) |

Expand Down
2 changes: 1 addition & 1 deletion site/examples/dynamic-plots/basic/demo/dynamic-spline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const line = new Line('container', {
yField: 'y',
xAxis: {
type: 'time',
mask: 'HH:MM:ss',
mask: 'HH:mm:ss',
},
smooth: true,
point: {},
Expand Down

0 comments on commit fcaa2e7

Please sign in to comment.