From 7375947f192bcc3ac6caaed92896fd5c3fafd160 Mon Sep 17 00:00:00 2001 From: Gary Torres Date: Mon, 23 Nov 2020 19:52:04 -0600 Subject: [PATCH] Reflecting unmaintained status Updated readme to reflect no maintenance planned and reference other alternative libraries. This will save developers out there a lot of time who still try to install the project and face multiple issues trying to make it work. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0728373..2c8643a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ [![Chartjs Node Header Image](./img/chartjsnode.png)](http://chartjs-demo.vmpower.io/) [![Build Status](https://travis-ci.org/vmpowerio/chartjs-node.svg?branch=master)](https://travis-ci.org/vmpowerio/chartjs-node) [![Code Climate](https://codeclimate.com/github/vmpowerio/chartjs-node/badges/gpa.svg)](https://codeclimate.com/github/vmpowerio/chartjs-node) +[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) + +# No longer maintained ⚠️ +This project has reached the end of its development as a simple library to make it easy to create Chartjs charts in Node.js. + +We appreciate all the hard work of our contributors in keeping this library alive **but currently there are no plans of keeping Chartjs-Node up to date**. + +Feel free to browse the code, but please use other alternatives such as **[chartjs-node-canvas](https://github.com/SeanSobey/ChartjsNodeCanvas)** on your projects. # Chartjs-Node