Gathering detailed insights and metrics for react-jsx-highstock-datepickers
Gathering detailed insights and metrics for react-jsx-highstock-datepickers
Gathering detailed insights and metrics for react-jsx-highstock-datepickers
Gathering detailed insights and metrics for react-jsx-highstock-datepickers
Highcharts built with proper React components
npm install react-jsx-highstock-datepickers
Typescript
Module System
Node Version
NPM Version
JavaScript (99.67%)
HTML (0.33%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
422 Stars
1,066 Commits
91 Forks
15 Watchers
13 Branches
15 Contributors
Updated on Jun 20, 2025
Latest Version
3.0.2
Package Id
react-jsx-highstock-datepickers@3.0.2
Unpacked Size
300.85 kB
Size
51.48 kB
File Count
6
NPM Version
6.1.0
Node Version
9.2.1
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
6
15
React Day Pickers for React JSX Highstock as a drop in replacement for the default Highstock rangeSelector.input
field.
1import DateRangePickers from 'react-jsx-highstock-datepickers'; 2import 'react-jsx-highstock-datepickers/dist/index.css'; // Optional - default styles 3 4render () { 5 return ( 6 <HighchartsStockChart> 7 // Omitted 8 9 <DateRangePickers axisId="xAxis" /> 10 11 </HighchartsStockChart> 12 ); 13}
axisId
In 99% of cases, this will be xAxis
- the default ID for an X axis in React JSX Highstock. You only need to change this if you are using a custom ID for your X axis.
dayFormat
string|array
The date format to be displayed in the Date Picker input boxes
DD MMM YYYY
i.e. 07 Aug 2017fromLabel
string
The text displayed next to the "From" input box.
lang.rangeSelectorFrom
toLabel
string
The text displayed next to the "To" input box.
lang.rangeSelectorTo
onChangeFromDate
function
Allows you to add a custom callback when the From date is changed
() => {}
(nothing)onChangeToDate
function
Allows you to add a custom callback when the To date is changed
() => {}
(nothing)datePickerProps
object
Allows you to pass config through to React Day Picker
locale
string|array
The language code for the current locale
en
months
array
The month names to use
lang.months
weekdaysLong
array
The long weekdays names to use
lang.weekdays
weekdaysShort
array
The short weekdays names to use
lang.shortWeekdays
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
dependency not pinned by hash detected -- score normalized to 4
Details
Reason
Found 7/30 approved changesets -- score normalized to 2
Reason
1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1
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
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
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