AntV
Search
K

Installation

F2 can be installed via npm. It is recommended to get F2 this way.

npm

npm install @antv/f2 --save

Import in Browser

Add script and link tags in your browser and use the global variable F2.
<script src="https://gw.alipayobjects.com/os/antv/assets/f2/3.2.3/f2.js"></script>
You can also download these files directly from unpkg.

Github

You can download the latest version of F2 on GitHub.
Last modified 5yr ago