Skip to content

Commit 7bfc1d2

Browse files
committed
update README
1 parent 81d0a1f commit 7bfc1d2

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Chart.js Box and Violin Plot
22

3-
[![datavisyn][datavisyn-image]][datavisyn-url] [![License: MIT][mit-image]][mit-url] [![NPM Package][npm-image]][npm-url] [![Github Actions][github-actions-image]][github-actions-url]
3+
[![License: MIT][mit-image]][mit-url] [![NPM Package][npm-image]][npm-url] [![Github Actions][github-actions-image]][github-actions-url]
44

5-
Chart.js module for charting box and violin plots.
5+
Chart.js module for charting box and violin plots. This is a maintained fork of [@datavisyn/chartjs-chart-box-and-violin-plot](https://github.com/datavisyn/chartjs-chart-box-and-violin-plot), which I originally developed during my time at datavisyn.
66

77
**Works only with Chart.js >= 2.8.0**
88

@@ -308,15 +308,10 @@ npm install
308308
npm run build
309309
```
310310

311-
---
311+
## Credits
312312

313-
<div style="display:flex;align-items:center">
314-
<a href="https://www.datavisyn.io"><img src="https://user-images.githubusercontent.com/1711080/37700685-bcbb18c6-2cec-11e8-9b6f-f49c9ef6c167.png" align="left" width="50px" hspace="10" vspace="6"></a>
315-
Developed by&nbsp;<strong><a href="https://www.datavisyn.io">datavisyn</a></strong>.
316-
</div>
313+
Originally credits belong to [@datavisyn](https://www.datavisyn.io).
317314

318-
[datavisyn-image]: https://img.shields.io/badge/datavisyn-io-black.svg
319-
[datavisyn-url]: https://www.datavisyn.io
320315
[mit-image]: https://img.shields.io/badge/License-MIT-yellow.svg
321316
[mit-url]: https://opensource.org/licenses/MIT
322317
[npm-image]: https://badge.fury.io/js/%40sgratzl%2Fchartjs-chart-boxplot.svg

0 commit comments

Comments
 (0)