From bfc06ea0891f3d3a3a55842648c710f3a4bcbfe9 Mon Sep 17 00:00:00 2001 From: Javid Date: Mon, 22 Feb 2021 10:27:23 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 989616d..0817fc3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ # Graph.gl -

:warning: This is work in progress. No support plan yet. :warning:

+

:warning: This project is no longer being actively developed or maintained due to priority changes. :warning:

## Abstract Graph.gl is a React component for visualizing large graphs with several utility functions. It can build a highly customizable graph visualization through its composable API. The rendering is powered by deck.gl which is a WebGL based visualization framework. With Graph.gl, users are enabled to build various type of graph/network applications with minimum efforts while having the capability to extend the existing styles and layouts.