This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/echarts-custom-series.git


The following commit(s) were added to refs/heads/main by this push:
     new 6495067  doc(lineRange): fix doc
6495067 is described below

commit 64950671149cbe69cadefee630d12ced1c4cf2ab
Author: Ovilia <[email protected]>
AuthorDate: Wed Nov 27 14:28:08 2024 +0800

    doc(lineRange): fix doc
---
 custom-series/lineRange/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/custom-series/lineRange/README.md 
b/custom-series/lineRange/README.md
index 3fc19e8..9d3be3f 100644
--- a/custom-series/lineRange/README.md
+++ b/custom-series/lineRange/README.md
@@ -84,7 +84,7 @@ The `itemPayload` is an object that contains the following 
properties:
 | `lineStyle.type` | `string` | 'solid' | The type of the lines. |
 | `lineStyle.dashOffset` | `number` | 0 | The dashOffset of the lines. |
 | `lineStyle.cap` | `'butt' \| 'round' \| 'square'` | 'butt' | The cap of the 
lines. |
-| `lineStyle.join` | `'bevel' \| 'round' \| 'miter'` | 'bevel'` | The join of 
the lines. |
+| `lineStyle.join` | `'bevel' \| 'round' \| 'miter'` | 'bevel' | The join of 
the lines. |
 | `lineStyle.miterLimit` | `number` | 10 | The miterLimit of the lines. |
 | `lineStyle.shadowBlur` | `number` | 0 | The shadowBlur of the lines. |
 | `lineStyle.shadowColor` | `string` | null | The shadowColor of the lines. |


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to