1.0.0 • Published 7 months ago

mfe-acw-charts v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

mfe-acw-charts

A great plugin which you can fully customize different charts and be able to generate a code which can be embedded to any website

Demo

Have fun!

Project setup

Installation

Using yarn

yarn add mfe-acw-charts

Using npm

npm i mfe-acw-charts

Usage

import "mfe-acw-charts/style.css";
import {registerPlugins} from "mfe-acw-charts"

app.use(registerPlugins)

<script setup>
    import { MyCharts } from "mfe-acw-charts";
</script>

<template>
    <MyCharts />
</template>

Features

  • Can add more than one chart(with different charting libraries) in your reports
  • Can edit your charts simultaneously
  • Can add your own data for the charts
    • Upload data source(csv)
    • Input service url
    • Blend data
  • Date control filter for each charts
  • Date control that filter out all the configured charts
  • JSON editor for each charts
  • Can add styles to your charts
  • Preview configured chart
  • Download chart as image
  • Will have a full control of your chart data and controls
    • Date range control
    • Chart title
    • Chart description
  • Can embed your chart/report into your website
  • Charts can be draggable and resizable
  • Reports Dashboard
    • Can add, edit and delete report