python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to select begin and end dates independently with dc.js
Is it possible to filter a chart by selecting a specific begin date and then an end date without one interfering with the other?
For example I'm using a barChart and I have a range like range: [01/02/...

Flávio Jardim
Votes: 0
Answers: 0
Crossfilter for downsampling data in dc.js plot
I'm trying to downsample an array that has ~10,000,000 points based on the current zoom state.
The downsampling mechanism is through downsample module, using LTTB function; below is a simple example o...
joshp
Votes: 0
Answers: 0
Is dc.js (used with crossfilter and d3.js) still a good option for Big data visualization on a browser page?
I'm try to build an online dashboard to visualize a large csv dataset and i want to be sure i'm following the right path.
Thank you everybody.
giovnn
Votes: 0
Answers: 1
DC.js and ReactJS - zoomable bar charts - .focus([]) not working
There is a very good example of a zoomable bar chart on the DC.js examples website:
https://dc-js.github.io/dc.js/examples/focus-ordinal-bar.html
Has anyone been able to get a similar thing working on...
Charles Byrne
Votes: 0
Answers: 0