Gathering detailed insights and metrics for d3plus-priestley
Gathering detailed insights and metrics for d3plus-priestley
Gathering detailed insights and metrics for d3plus-priestley
Gathering detailed insights and metrics for d3plus-priestley
npm install d3plus-priestley
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1 Stars
145 Commits
4 Watchers
2 Branches
8 Contributors
Updated on Jul 01, 2025
Latest Version
1.1.0
Package Id
d3plus-priestley@1.1.0
Unpacked Size
379.46 kB
Size
99.43 kB
File Count
8
NPM Version
8.17.0
Node Version
16.16.0
Published on
Jan 25, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
A reusable Priestley timeline built on D3.
If using npm, npm install d3plus-priestley
. Otherwise, you can download the latest release from GitHub or load from a CDN.
1import modules from "d3plus-priestley";
d3plus-priestley can be loaded as a standalone library or bundled as part of D3plus. ES modules, AMD, CommonJS, and vanilla environments are supported. In vanilla, a d3plus
global is exported:
1<script src="https://cdn.jsdelivr.net/npm/d3plus-priestley@1"></script> 2<script> 3 console.log(d3plus); 4</script>
Live examples can be found on d3plus.org, which includes a collection of example visualizations using d3plus-react. These examples are powered by the d3plus-storybook repo, and PRs are always welcome. :beers:
This is a global class, and extends all of the methods and functionality of Viz
.
# new Priestley()
Creates a priestley timeline based on an array of data.
# Priestley.axisConfig([value]) <>
If value is specified, sets the config method for the axis and returns the current class instance. If value is not specified, returns the current axis configuration.
This is a static method of Priestley
, and is chainable with other methods of this Class.
If value is specified, sets the end accessor to the specified function or key and returns the current class instance. If value is not specified, returns the current end accessor.
This is a static method of Priestley
, and is chainable with other methods of this Class.
# Priestley.paddingInner([value]) <>
Sets the paddingInner value of the underlining Band Scale used to determine the height of each bar. Values should be a ratio between 0 and 1 representing the space in between each rectangle.
This is a static method of Priestley
, and is chainable with other methods of this Class.
# Priestley.paddingOuter([value]) <>
Sets the paddingOuter value of the underlining Band Scale used to determine the height of each bar. Values should be a ratio between 0 and 1 representing the space around the outer rectangles.
This is a static method of Priestley
, and is chainable with other methods of this Class.
If value is specified, sets the start accessor to the specified function or key and returns the current class instance. If value is not specified, returns the current start accessor.
This is a static method of Priestley
, and is chainable with other methods of this Class.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
project is archived
Details
Reason
Found 0/29 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
25 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More