All Projects → bumbeishvili → data-driven-range-slider

bumbeishvili / data-driven-range-slider

Licence: MIT license
D3.js based data-driven range slider, date time support

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to data-driven-range-slider

slider
Vue 3 slider component with multihandles, tooltips merging and formatting (+Tailwind CSS support).
Stars: ✭ 162 (+671.43%)
Mutual labels:  range-slider, range-slider-component, range-slider-library
RangeUISlider
📱 🔵➖🔵 An iOS range selection slider compatible with UIKit and SwiftUI. Developed using autolayout and highly customizable using IBDesignabled and IBInspectable or programmatically. It support also RTL (right to left) languages automatically out of the box.
Stars: ✭ 98 (+366.67%)
Mutual labels:  range-slider, range-slider-component
range-slider
Customizable slider (range) component for JavaScript with no dependencies
Stars: ✭ 26 (+23.81%)
Mutual labels:  range-slider, range-slider-component
Just Dashboard
📊 📋 Dashboards using YAML or JSON files
Stars: ✭ 1,511 (+7095.24%)
Mutual labels:  d3, data-driven
datalith
Simple, batteries included, components to build beautiful data visualizations
Stars: ✭ 29 (+38.1%)
Mutual labels:  d3
Processor
Ontology-driven Linked Data processor and server for SPARQL backends. Apache License.
Stars: ✭ 54 (+157.14%)
Mutual labels:  data-driven
multi-chart
lit-element building blocks for charts and visualization (based on d3.js v5)
Stars: ✭ 24 (+14.29%)
Mutual labels:  d3
d3-geomap
A library for creating geographical maps based on D3.js
Stars: ✭ 124 (+490.48%)
Mutual labels:  d3
commix
Micro-framework for data-driven composable system architectures
Stars: ✭ 46 (+119.05%)
Mutual labels:  data-driven
visualizing-hierarchies
Workshop for making hierarchies in Vue and D3
Stars: ✭ 39 (+85.71%)
Mutual labels:  d3
d3-graph-controller
A TypeScript library for visualizing and simulating directed, interactive graphs.
Stars: ✭ 106 (+404.76%)
Mutual labels:  d3
datart
Datart is a next generation Data Visualization Open Platform
Stars: ✭ 1,042 (+4861.9%)
Mutual labels:  d3
D3Fire
Power your D3 visualizations with data from Firebase
Stars: ✭ 31 (+47.62%)
Mutual labels:  d3
d3-metro
d3 based metro engine
Stars: ✭ 16 (-23.81%)
Mutual labels:  d3
vue-topo
使用d3+vue开发的Topo图
Stars: ✭ 49 (+133.33%)
Mutual labels:  d3
lineage
Family Tree Data Expression Engine
Stars: ✭ 90 (+328.57%)
Mutual labels:  d3
Vuesalize
Component library dedicated to simplifying interactive visualization building in Vue.js.
Stars: ✭ 24 (+14.29%)
Mutual labels:  d3
streamlit-d3-demo
D3 in React in Streamlit tech demo
Stars: ✭ 50 (+138.1%)
Mutual labels:  d3
d3-in-angular
How to build reactive charts in Angular 8 using D3
Stars: ✭ 47 (+123.81%)
Mutual labels:  d3
VoxelGamesLib
Multi-platform, fully-featured, data-driven, abstract and expendable minecraft minigames framework
Stars: ✭ 15 (-28.57%)
Mutual labels:  data-driven

SWUbanner

Data driven range slider

Add interactivity to your web apps

NPM Version

D3 and svg based data driven range slider, with good performance

Check out Introduction

Check out examples

Check out several libraries and frameworks integrations

Integrations

Installing

npm i data-driven-range-slider

Usage

const RangeSlider = require ('https://bundle.run/[email protected]');


new RangeSlider()
   .container(<myDOMElement>)
   .data(<myData>)
   .accessor(d=> d.<myDataPropertyName>)
   .aggregator(group => group.values.length)
   .onBrush(d=> /* Handle range values */)
  
   .svgWidth(800)
   .svgHeight(100)
   .render()
 

Author

David B (twitter)
David B (linkedin)

I am available for freelance data visualization work. Please contact me in case you'd like me to help you with my experience and expertise

You can also book data viz related consultation session with me

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].