From 485cb0914991ab5f9dcbd4b0fcf79497966506b5 Mon Sep 17 00:00:00 2001 From: Chang Wei Date: Tue, 26 Apr 2022 04:41:43 +0800 Subject: [PATCH] update README.md update Echarts Documentation url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2b16030..b0644a18 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The Usage is complete consistent with Echarts component props: -* *option* (object): The option for echarts: [Documentation](http://echarts.baidu.com/option.html#title)。 +* *option* (object): The option for echarts: [Documentation](https://echarts.apache.org/option.html#title)。 * *width* (number): The width of the chart. The default value is the outer container width. * *height* (number): The height of the chart. The default value is 400.