From 0e37f132c00496555e9cd44fc706234d1a8a29b2 Mon Sep 17 00:00:00 2001 From: Gordon Woodhull Date: Sat, 25 Jun 2022 12:18:26 -0400 Subject: [PATCH] plea for maintainers --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 771f51ca8..05d81da90 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,11 @@ dc.js ===== Dimensional charting built to work natively with [crossfilter](http://crossfilter.github.io/crossfilter/) -rendered using [d3.js](https://d3js.org/). In dc.js, each chart displays an aggregation of some +rendered using [d3.js](https://d3js.org/). + +**NOTE:** We are seeking new maintainers to join Deepak Kumar. See [#1868](https://github.com/dc-js/dc.js/issues/1868) for discussion. + +In dc.js, each chart displays an aggregation of some attributes through the position, size, and color of its elements, and also presents a dimension which can be filtered. When the filter or brush changes, all other charts are updated dynamically, using animated transitions.