update README.md

update Echarts Documentation url
This commit is contained in:
Chang Wei 2022-04-26 04:41:43 +08:00 committed by GitHub
parent 0ae9a6386c
commit 485cb09149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ The Usage is complete consistent with Echarts
component props: 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. * *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. * *height* (number): The height of the chart. The default value is 400.