dc.js Questions
2
Solved
I'm using React.js to build an app, which includes quite a few svg charts. I'm using d3 functions that help in chart creation, such as scales, but then using React to generate the svg elements. Her...
2
How can I sort the x-axis (dimension) in the dc.js example by the computed value of the dimension instead of by the name of the dimension itself?
For example, consider the dc.js example for an Ord...
Openhearted asked 8/8, 2014 at 13:35
2
Solved
I'm using dc.js to create charts and data table.
I wanted to add some pagination styles and search option in the table.
jQuery Data table script :
$(document).ready(function() {
$('#data-table'...
Hewes asked 6/2, 2014 at 7:29
1
Hi I have an area chart with several X (year) & Y (price) values. As I've found there is easy way to get X, Y coodinates value for chart when user clicks on one of the point on line however cli...
Baroque asked 18/8, 2014 at 16:33
1
Solved
I'm trying to refactor some custom d3 code that I wrote to render a series of crossfilter-driven charts by bringing in dc.js.
My main problem is that I have some chart types that are not supporte...
Hawk asked 16/8, 2014 at 2:58
1
Solved
I'm building a dashboard to show some data. I have several charts and a table listing all of the data. I'm trying to add search functionality to filter the chart. I have a bunch of companies and so...
Gourmet asked 1/8, 2014 at 15:15
1
I have a composite graph of two line charts. For one of them i'm attempting to apply a custom color range based on the value of each point on the line:
.colors(['rgb(215,48,39)','rgb(244,109,67)',...
Trophy asked 17/7, 2014 at 4:39
1
Solved
I'm looking to modify the out-of-the-box tooltips for dc.js, and it seems there is a solution using d3.js tooltips as in this question. However, I'm confused about how to implement this so that the...
Bennington asked 9/7, 2014 at 21:27
2
Solved
I am working on creating interactive visualizations for large datasets. The datasets cannot be loaded in the browser due to their size. We're using crossfilter on a node server to load and filter t...
Employment asked 12/6, 2014 at 12:55
2
I am creating a DC.JS based dashboard, but would like to figure out how to hide all of the text on the y axis of the bar chart as well as style the text on the x axis.
Thanks
Hairsplitter asked 16/3, 2014 at 20:4
1
Solved
I'm making a multi line chart using the Dimensional Charting javascript library dc.js, which is based on d3 and crossfilter. i am new in dc.js library.i am trying to display the multiline chart usi...
Legislative asked 12/4, 2014 at 6:30
1
Solved
I am not able to understand how dc groups chart. So that the change in one filter reflects in all others.
I have a simple code with two series charts. When I draw brush on one, it does not filter ...
1
Solved
I am trying to create a jsfiddle for one of the dc.js examples. I am not able to load an external file using a URL and d3.csv().
Can someone please suggest how to load a csv file using d3.csv in ...
0
DC.js has great functionality built-in to display tooltips per documentation .title([titleFunction]) function.
Is there anyway to make the tooltips more like a bootstrap style tooltip similar to r...
1
Solved
I'm building a dc.js-based visualization where one of the charts is a pie chart. See:
http://jsfiddle.net/luiseth/t8we6/
The peculiarity of my case is that the labels that this chart will display...
1
Solved
I am trying to create a custom reduce function for a dataset attribute group that would sum a number of unique values for another attribute.
For example, my dataset looks like a list of actions on...
Sevastopol asked 20/1, 2014 at 16:56
1
Solved
Loading multiple CSV in DC.js, adding a value, and concatenating the results into a single dataTable
I have four CSVs with the same header information, each representing a quarterly result within a year.
Therefore for one result I can load it and display it into a dataTable simple via
d3.csv("da...
Tenebrous asked 17/1, 2014 at 17:44
1
Solved
I am working on a dataviz with dc.js (http://edouard-legoupil.github.io/3W-Dashboard/)
The main limitation is that when users find a specific fact while they explore the data, it is not easy to r...
Agnostic asked 31/12, 2013 at 7:44
2
Solved
I have a data array like this:
var data = [{"Alphabet_Type":"a"}, {"Alphabet_Type":"b"}, {"Alphabet_Type":"a"}];
I am using:
dc.js
crossfilter.js
d3.js
I want to create a bar chart with:
...
Mahler asked 11/9, 2013 at 13:22
2
Solved
Im trying to calculate the average querytime by sum(querytimes) and then dividing them by a count.How can i get the count ?
var querytimeByMonthGroup = moveMonths.group().reduceSum(function (d) {
...
Prickly asked 21/3, 2013 at 14:53
1
Solved
jsFiddle:
http://jsfiddle.net/PYeFP/
I have a bar chart set up that graphs a users number of trips by day
tripVolume = dc.barChart("#trip-volume")
.width(980) // (optional) define chart width, ...
Golgotha asked 16/7, 2013 at 10:47
1
All the examples of Crossfilter I've found use a flat structure like this:
[
{ name: “Rusty”, type: “human”, legs: 2 },
{ name: “Alex”, type: “human”, legs: 2 },
...
{ name: “Fiona”, type: “pl...
Lamprey asked 14/6, 2013 at 18:14
© 2022 - 2024 — McMap. All rights reserved.