Skip to content

Commit

Permalink
Merge pull request #1 from williamtroup/0.2.0
Browse files Browse the repository at this point in the history
0.2.0
  • Loading branch information
William Troup authored Feb 20, 2024
2 parents 0d9c573 + fa52c8b commit 1687bd7
Show file tree
Hide file tree
Showing 13 changed files with 755 additions and 674 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
Tree.js

[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Tree.js%2C%20a%20free%20JavaScript%data%20tree&url=https://github.com/williamtroup/Tree.js&hashtags=javascript,tree,data)
[![npm](https://img.shields.io/badge/npmjs-v0.1.0-blue)](https://www.npmjs.com/package/jtree.js)
[![nuget](https://img.shields.io/badge/nuget-v0.1.0-purple)](https://www.nuget.org/packages/jTree.js/)
[![npm](https://img.shields.io/badge/npmjs-v0.2.0-blue)](https://www.npmjs.com/package/jtree.js)
[![nuget](https://img.shields.io/badge/nuget-v0.2.0-purple)](https://www.nuget.org/packages/jTree.js/)
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/williamtroup/Tree.js/blob/main/LICENSE.txt)
[![discussions Welcome](https://img.shields.io/badge/discussions-Welcome-red)](https://github.com/williamtroup/Tree.js/discussions)
[![coded by William Troup](https://img.shields.io/badge/coded_by-William_Troup-yellow)](https://william-troup.com/)
</h1>

> <p align="center">🌲 A lightweight JavaScript library that generates customizable trees views to visualize numerical data.</p>
> <p align="center">v0.1.0</p>
> <p align="center">🌲 A lightweight JavaScript library that allows you to create responsive and customizable interactive tree diagrams from an array of JS objects.</p>
> <p align="center">v0.2.0</p>
<br />
![Tree.js - Gaps](docs/images/main-1.png)
Expand All @@ -29,7 +29,7 @@ Tree.js
- Fully configurable per DOM element.
- Toggling data on/off support.
- Customizable tooltips.
- Expanding/Contract data items.
- Expand/Contract data items.
- Configurable colors for boxes!
<br />
<br />
Expand Down
10 changes: 5 additions & 5 deletions README_NUGET.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Tree.js v0.1.0
# Tree.js v0.2.0

[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Tree.js%2C%20a%20free%20JavaScript%data%20tree&url=https://github.com/williamtroup/Tree.js&hashtags=javascript,tree,data)
[![npm](https://img.shields.io/badge/npmjs-v0.1.0-blue)](https://www.npmjs.com/package/jtree.js)
[![nuget](https://img.shields.io/badge/nuget-v0.1.0-purple)](https://www.nuget.org/packages/jTree.js/)
[![npm](https://img.shields.io/badge/npmjs-v0.2.0-blue)](https://www.npmjs.com/package/jtree.js)
[![nuget](https://img.shields.io/badge/nuget-v0.2.0-purple)](https://www.nuget.org/packages/jTree.js/)
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/williamtroup/Tree.js/blob/main/LICENSE.txt)
[![discussions Welcome](https://img.shields.io/badge/discussions-Welcome-red)](https://github.com/williamtroup/Tree.js/discussions)
[![coded by William Troup](https://img.shields.io/badge/coded_by-William_Troup-yellow)](https://william-troup.com/)

> 🌲 A lightweight JavaScript library that generates customizable trees views to visualize numerical data.
> 🌲 A lightweight JavaScript library that allows you to create responsive and customizable interactive tree diagrams from an array of JS objects.

## What features does Tree.js have?
Expand All @@ -19,7 +19,7 @@
- Fully configurable per DOM element.
- Toggling data on/off support.
- Customizable tooltips.
- Expanding/Contract data items.
- Expand/Contract data items.
- Configurable colors for boxes!


Expand Down
1,176 changes: 601 additions & 575 deletions dist/tree.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tree.js.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Tree.js Library v0.1.0
* Tree.js Library v0.2.0
*
* Copyright 2024 Bunoon
* Released under the MIT License
Expand Down
2 changes: 1 addition & 1 deletion dist/tree.js.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1687bd7

Please sign in to comment.