blacklight_range_limit | Range facet/limit/profile plugin for Blacklight
kandi X-RAY | blacklight_range_limit Summary
kandi X-RAY | blacklight_range_limit Summary
blacklight_range_limit is a Ruby library. blacklight_range_limit has no bugs, it has no vulnerabilities and it has low support. However blacklight_range_limit has a Non-SPDX License. You can download it from GitHub.
The BlacklightRangeLimit plugin provides a 'facet' or limit for integer fields, that lets the user enter range limits with a text box or a slider, and also provides area charts giving a sense of the distribution of values (with drill down). The primary use case of this plugin is for 'year' data, but it should work for any integer field. It may not work right for negative numbers, however. Decimal numbers and Dates are NOT supported; they theoretically could be in the future, although it gets tricky.
The BlacklightRangeLimit plugin provides a 'facet' or limit for integer fields, that lets the user enter range limits with a text box or a slider, and also provides area charts giving a sense of the distribution of values (with drill down). The primary use case of this plugin is for 'year' data, but it should work for any integer field. It may not work right for negative numbers, however. Decimal numbers and Dates are NOT supported; they theoretically could be in the future, although it gets tricky.
Support
Quality
Security
License
Reuse
Support
blacklight_range_limit has a low active ecosystem.
It has 17 star(s) with 39 fork(s). There are 18 watchers for this library.
It had no major release in the last 12 months.
There are 19 open issues and 53 have been closed. On average issues are closed in 532 days. There are 8 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of blacklight_range_limit is v8.2.4
Quality
blacklight_range_limit has 0 bugs and 0 code smells.
Security
blacklight_range_limit has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
blacklight_range_limit code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
blacklight_range_limit has a Non-SPDX License.
Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.
Reuse
blacklight_range_limit releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
blacklight_range_limit saves you 867 person hours of effort in developing the same functionality from scratch.
It has 1984 lines of code, 51 functions and 51 files.
It has high code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of blacklight_range_limit
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of blacklight_range_limit
blacklight_range_limit Key Features
No Key Features are available at this moment for blacklight_range_limit.
blacklight_range_limit Examples and Code Snippets
Copy
BlacklightRangeLimit.display_ratio = 1
$('.custom-class').on('doSomething', function() {
BlacklightRangeLimit.checkForNeededFacetsToFetch();
$(".range_limit .profile .range.slider_js").each(function() {
BlacklightRangeLimit.buildSlider(this)
Copy
config.add_facet_field 'pub_date', label: 'Publication Year',
range: {
num_segments: 6,
assumed_boundaries: [1100, Time.now.year + 2],
segments: false,
Copy
config.add_facet_field 'pub_date', label: 'Publication Year', range: true
$('.blacklight-year_i').data('plot-config', {
selection: { color: '#C0FF83' },
colors: ['#ffffff'],
series: { lines: { fillColor: 'rgba(255,255,255, 0.5)' }},
Community Discussions
No Community Discussions are available at this moment for blacklight_range_limit.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install blacklight_range_limit
Current 5.x version of blacklight_range_limit work with blacklight 5.x -- we now synchronize the major version number between blacklight and blacklight_range_limit. blacklight_range_limit 2.1 is the last version believed to work with blacklight 4.x or possibly blacklight 3.x. to your Gemfile. Run "bundle install". This will install some asset references in your application.js and application.css.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page