Skip to content

lohasle/datart-extension-charts

 
 

Repository files navigation

datart-extension-charts

An extension repository to host datart plugin charts which is in experiment state not officially.

如何使用

直接将dist文件夹下的文件,拷贝到服务端的custom-chart-plugins文件夹中并重新登录系统即可,不需要重启服务。

例如:拷贝dist文件夹下的datart-uml.iife.js文件至custom-chart-plugins文件夹中,重新的登录后,就可以创建一个UML流程图等图表。

如何开发

1. use iife type of chart plugin

Please run yarn build or npm run build, and get copy file from dist folder.

2. use as React Component

Please check the file in folder plugins

NOTE: Plugin folder should be prefix as datart-* which could be automatic load when run yarn build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.4%
  • TypeScript 10.6%