rudy-xu / react-echarts-mark-board

Mark drawing tool, support for drawing lines , rays and other graphics. 标注绘制工具,支持绘制线段、方向及封闭图形

Home Page:https://aute.github.io/react-echarts-mark-board/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mark drawing tool, support for drawing lines , rays and other graphics.

English | 简体中文

🎁 DEMO

👉 DEMO

demo

Directory

├── lib - output code
├── docs - Example and docs
├── src - Source code directory
├── CHANGELOG.md - Change log
└── TODO.md - Planned features

Usage Instructions

Using npm, download and install the code.

$ npm install --save react-echarts-mark-board

For webpack or similar environment:

import ReactReactDrawMark from 'react-echarts-mark-board';

Documents

Contribution Guide

For the first time to run, you need to install dependencies firstly.

$ npm install

To build the project:

$ npm run build

To run unit tests:

$ npm test

Change Log

CHANGELOG.md

TODO

TODO.md

About

Mark drawing tool, support for drawing lines , rays and other graphics. 标注绘制工具,支持绘制线段、方向及封闭图形

https://aute.github.io/react-echarts-mark-board/

License:MIT License


Languages

Language:TypeScript 76.5%Language:JavaScript 13.0%Language:CSS 10.5%