This is an automated email from the ASF dual-hosted git repository.
wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-www.git
The following commit(s) were added to refs/heads/master by this push:
new d6f63d38 fix typo
d6f63d38 is described below
commit d6f63d3826f848fd4b6fefc1b6e9ac37b411a7e6
Author: plainheart <[email protected]>
AuthorDate: Tue May 3 16:23:06 2022 +0800
fix typo
---
_jade/en/faq.jade | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_jade/en/faq.jade b/_jade/en/faq.jade
index ba46b545..07cd4a8c 100644
--- a/_jade/en/faq.jade
+++ b/_jade/en/faq.jade
@@ -30,7 +30,7 @@ block content
h3 What to do if you have technical problem?
p 1) It is recommended that you read the navigation on the
left side of the <a href="https://echarts.apache.org/en/option.html">option
manual</a> before you ask questions. In the option manual, you can find out
what configuration items does ECharts have. And you can find under the relevant
components whether there are configuration items that can implement the
functions you need.
p 2) Browse FAQ questions on this page.
- p 3) Create a simple example to reproduce your problem on <a
href="https://echarts.apache.org/examples/en/editor.html">Offical Editor</a>,
<a href="https://codepen.io/Ovilia/pen/dyYWXWM">CodePen</a>, <a
href="https://codesandbox.io/s/echarts-basic-example-template-mpfz1s">CodeSandbox</a>
or <a href="https://jsfiddle.net/plainheart/e46ozpqj/7/">JSFiddle</a>. If you
can't use the code to describe the requirements, you can try to provide a
design draft or draw a sketch.
+ p 3) Create a simple example to reproduce your problem on <a
href="https://echarts.apache.org/examples/en/editor.html">Official Editor</a>,
<a href="https://codepen.io/Ovilia/pen/dyYWXWM">CodePen</a>, <a
href="https://codesandbox.io/s/echarts-basic-example-template-mpfz1s">CodeSandbox</a>
or <a href="https://jsfiddle.net/plainheart/e46ozpqj/7/">JSFiddle</a>. If you
can't use the code to describe the requirements, you can try to provide a
design draft or draw a sketch.
p 4) Ask questions on <a
href="https://stackoverflow.com">stackoverflow</a> and attach the example link.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]