From 46c67cb33682e3a559ec0b146eee1511b5eb8366 Mon Sep 17 00:00:00 2001 From: DJJo Date: Tue, 22 Apr 2025 17:39:13 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02758cb7..44788d6b 100644 --- a/README.md +++ b/README.md @@ -358,6 +358,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [cola.js](https://ialab.it.monash.edu/webcola/) - library for arranging your HTML5 documents and diagrams using constraint-based optimization techniques * [jointjs](https://github.com/clientIO/joint) - Diagramming library to create static diagrams or fully interactive diagramming tools. * [vizzu](https://github.com/vizzuhq/vizzu-lib) - Library for animated data visualizations and data stories. +* [Mind Elixir](https://github.com/SSShooter/mind-elixir-core) - A framework-agnostic mind map core. There're also some great commercial libraries, like [amchart](https://www.amcharts.com/), [anychart](https://www.anychart.com/), [plotly](https://plotly.com/), and [lightning chart](https://www.arction.com/lightningchart-js/). From 42fdfd8f24bf79f4cc239923c5f3646999dc647c Mon Sep 17 00:00:00 2001 From: DJJo Date: Tue, 22 Apr 2025 17:44:31 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44788d6b..e4d85cf1 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [Data Visualization](#data-visualization) * [Timeline](#timeline) * [Spreadsheet](#spreadsheet) + * [Mindmap](#mindmap) * [Editors](#editors) * [Documentation](#documentation) * Utilities @@ -358,7 +359,6 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [cola.js](https://ialab.it.monash.edu/webcola/) - library for arranging your HTML5 documents and diagrams using constraint-based optimization techniques * [jointjs](https://github.com/clientIO/joint) - Diagramming library to create static diagrams or fully interactive diagramming tools. * [vizzu](https://github.com/vizzuhq/vizzu-lib) - Library for animated data visualizations and data stories. -* [Mind Elixir](https://github.com/SSShooter/mind-elixir-core) - A framework-agnostic mind map core. There're also some great commercial libraries, like [amchart](https://www.amcharts.com/), [anychart](https://www.anychart.com/), [plotly](https://plotly.com/), and [lightning chart](https://www.arction.com/lightningchart-js/). @@ -375,6 +375,10 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [Jspreadsheet CE](https://github.com/jspreadsheet/ce) - Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software. * [RevoGrid](https://github.com/revolist/revogrid) - RevoGrid is a fast, responsive excel like data grid library for modern web applications. +## Mindmap + +* [Mind Elixir](https://github.com/SSShooter/mind-elixir-core) - A framework-agnostic mind map core. + ## Editors * [ace](https://github.com/ajaxorg/ace) - Ace (Ajax.org Cloud9 Editor).