# datart-dv **Repository Path**: shawon_xiao/datart-dv ## Basic Information - **Project Name**: datart-dv - **Description**: datart 大屏插件 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2022-06-04 - **Last Updated**: 2024-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # datart-extension-charts An extension repository to host datart plugin charts which is in experiment state not officially. ## How to use ### 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`__