1 | ZRender
|
2 | =======
|
3 |
|
4 | A lightweight graphic library which provides 2d draw for [Apache ECharts](https://github.com/apache/echarts).
|
5 |
|
6 | [![](https://img.shields.io/github/actions/workflow/status/ecomfe/zrender/ci.yml)]() [![](https://img.shields.io/npm/dw/zrender.svg?label=npm%20downloads&style=flat)](https://www.npmjs.com/package/zrender) ![Commits Since 4.0.0](https://img.shields.io/github/commits-since/ecomfe/zrender/4.0.0.svg?colorB=%234c1&style=flat)
|
7 |
|
8 | ## Documentation
|
9 |
|
10 | [https://ecomfe.github.io/zrender-doc/public/](https://ecomfe.github.io/zrender-doc/public/)
|
11 |
|
12 |
|
13 | ## License
|
14 |
|
15 | BSD 3-Clause License
|
16 |
|
17 | Copyright (c) 2017, Baidu Inc.
|
18 | All rights reserved.
|
19 |
|
20 | Redistribution and use in source and binary forms, with or without
|
21 | modification, are permitted provided that the following conditions are met:
|
22 |
|
23 | * Redistributions of source code must retain the above copyright notice, this
|
24 | list of conditions and the following disclaimer.
|
25 |
|
26 | * Redistributions in binary form must reproduce the above copyright notice,
|
27 | this list of conditions and the following disclaimer in the documentation
|
28 | and/or other materials provided with the distribution.
|
29 |
|
30 | * Neither the name of the copyright holder nor the names of its
|
31 | contributors may be used to endorse or promote products derived from
|
32 | this software without specific prior written permission.
|
33 |
|
34 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
35 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
36 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
37 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
38 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
39 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
40 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
41 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
42 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
43 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|