Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
7c2db6d
fix #19 center group label
sgratzl Aug 6, 2019
c531abe
Fix plugin id to make this available on the awesome list.
SeppPenner Aug 13, 2019
9dc739e
switch to esm.js to avoid problems with .mjs
sgratzl Sep 28, 2019
3e7765a
Merge pull request #22 from sgratzl/sgratzl/esmbuild
sgratzl Sep 30, 2019
ffb134c
Merge pull request #21 from SeppPenner/patch-1
sgratzl Sep 30, 2019
08cbab5
update dependencies
sgratzl Sep 30, 2019
322aaa7
update circleci
sgratzl Oct 1, 2019
4e1643b
Merge pull request #23 from sgratzl/sgratzl/centerlabel
dg-datavisyn Oct 3, 2019
26b7d58
update dependencies
sgratzl Nov 6, 2019
fb8ca80
fix linting
sgratzl Nov 6, 2019
24d5cb0
Merge pull request #27 from datavisyn/sgratzl/dep
dg-datavisyn Nov 18, 2019
f7baef6
add CODEOWNERS file
rumersdorfer Jan 30, 2020
b41bab1
Merge pull request #29 from datavisyn/rumersdorfer-add_codeowners
dg-datavisyn Jan 31, 2020
56f5286
Update LICENSE
rumersdorfer May 4, 2020
80ec037
Update author, homepage and license
rumersdorfer May 4, 2020
d0b9d96
Update README.md logo
rumersdorfer May 4, 2020
a3c4ce8
Update LICENSE
May 5, 2020
b03651a
Merge pull request #32 from datavisyn/rumersdorfer-update_package.json
May 5, 2020
07ea5ed
Merge pull request #33 from datavisyn/rumersdorfer-update_README.md
May 5, 2020
6f27fb5
Merge pull request #31 from datavisyn/rumersdorfer-update_LICENSE
May 5, 2020
aa5548d
Update LICENSE
May 5, 2020
7ebad1f
Update LICENSE
May 5, 2020
1505eaf
Update README.md
rumersdorfer May 19, 2020
599f3e6
Merge pull request #34 from datavisyn/rumersdorfer-update_README.md
May 31, 2020
b35b55b
changes for hasOwnerProperty
Nov 11, 2020
3dbd42f
Merge pull request #37 from datavisyn/asteiner/hasOnwerProperty
puehringer Nov 12, 2020
35573a4
prepare release 1.2.2
dvvanessastoiber Nov 12, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: 2
jobs:
build:
working_directory: ~/phovea
working_directory: ~/src
docker:
- image: circleci/node:6-browsers
- image: circleci/node:10-browsers
steps:
- checkout
- restore_cache:
Expand Down
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @dg-datavisyn
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"github": {
"release": true,
"assets": ["build/*.js", "build/*.mjs"]
"assets": ["build/*.js"]
}
}
42 changes: 25 additions & 17 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +1,29 @@
MIT License
BSD 3-Clause License

Copyright (c) 2017 Ben McCann
Copyright (c) 2016, davavisyn GmbH
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Chart.js Hierarchical Scale Plugin
[![datavisyn][datavisyn-image]][datavisyn-url] [![NPM Package][npm-image]][npm-url] [![CircleCI][circleci-image]][circleci-url]
[![Target Discovery Platform][tdp-image]][tdp-url] [![NPM Package][npm-image]][npm-url] [![CircleCI][circleci-image]][circleci-url]

Chart.js module for adding a new categorical scale which mimics a hierarchical tree.

Expand Down Expand Up @@ -40,6 +40,11 @@ interface IHierarchicalScaleOptions {
* @default 'below'
*/
hierarchyLabelPosition: 'below'|'above'|null;
/**
* positon of the hierarchy group label relative to the its children
* @default 'between-first-and-second'
*/
hierarchyGroupLabelPosition: 'center'|'first'|'last'|'between-first-and-second',

/**
* object of attributes that should be managed and extacted from the tree datastrutures such as `backgroundColor` for coloring individual bars
Expand Down Expand Up @@ -103,13 +108,12 @@ npm run build

***

<div style="display:flex;align-items:center">
<a href="http://datavisyn.io"><img src="https://user-images.githubusercontent.com/1711080/37700685-bcbb18c6-2cec-11e8-9b6f-f49c9ef6c167.png" align="left" width="50px" hspace="10" vspace="6"></a>
Developed by&nbsp;<strong><a href="http://datavisyn.io">datavisyn</a></strong>.
</div>
<a href="https://www.datavisyn.io"><img src="https://www.datavisyn.io/img/logos/datavisyn-logo.png" align="left" width="200px" hspace="10" vspace="6"></a>
This repository is part of the **Target Discovery Platform** (TDP). For tutorials, API docs, and more information about the build and deployment process, see the [documentation page](https://wiki.datavisyn.io).


[datavisyn-image]: https://img.shields.io/badge/datavisyn-io-black.svg
[datavisyn-url]: http://datavisyn.io
[tdp-image]: https://img.shields.io/badge/Target%20Discovery%20Platform-Library-violet.svg
[tdp-url]: http://datavisyn.io
[npm-image]: https://badge.fury.io/js/chartjs-scale-hierarchical.svg
[npm-url]: https://npmjs.org/package/chartjs-scale-hierarchical
[circleci-image]: https://circleci.com/gh/datavisyn/chartjs-scale-hierarchical.svg?style=shield
Expand Down
Loading