You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2021/03/27 04:15:06 UTC

[echarts-examples] branch gh-pages updated: Fix typo

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

wangzx pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 6a91887  Fix typo
     new 63bac7c  Merge pull request #34 from sadortun/patch-1
6a91887 is described below

commit 6a918875f9c64436e12144a75c9914fc49d00a06
Author: Samuel Denis-D'Ortun <sa...@sddproductions.com>
AuthorDate: Fri Mar 26 23:59:51 2021 -0400

    Fix typo
---
 public/data/candlestick-touch.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/data/candlestick-touch.js b/public/data/candlestick-touch.js
index 57fad25..70c338f 100644
--- a/public/data/candlestick-touch.js
+++ b/public/data/candlestick-touch.js
@@ -51,7 +51,7 @@ option = {
         triggerOn: 'none',
         transitionDuration: 0,
         confine: true,
-        bordeRadius: 4,
+        borderRadius: 4,
         borderWidth: 1,
         borderColor: '#333',
         backgroundColor: 'rgba(255,255,255,0.9)',

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org