1.0.8 • Published 6 months ago

md-utility v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

md-utility npm version npm.io

md-utility is a Markdown utility.

Functions:

generateMDBarChart()

Description

The generateMDBarChart function takes a CSV data string and generates a Markdown bar chart for visualizing progress or any other data.

Usage

const csvData = `Feature,Progress
Icon management,70
General and Wifi Settings,80
Menu management,50`;

generateMarkdown(csvData);

Output

npm.io

Demo

CSV to Markdown Bar Chart Example | StackBlitz

1.0.8

6 months ago

1.0.7

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago