nvd3.js Questions
2
How I can custom a tooltipContent of tooltips using data loaded into "datum" in discreteBarChart nvd3.js?, for example, with the following data Jason, I want to see data3, data4, Data5 in tooltips
...
Byrdie asked 28/3, 2014 at 12:51
3
Solved
Is there a way to show an empty chart instead of the "No Data Available" message when there is no data to show?
http://jsfiddle.net/sammla/pYWkD/2/
data2 = [
{
"key" : "A key" ,
"values" : ...
2
Solved
I am trying to change the colors of different lines of the nvd3 line chart here but am unable to understand how to do so. I would like to change the colors of the 2 lines in the example to green an...
Adumbrate asked 10/4, 2014 at 16:40
1
Solved
I am trying to change the colors of different groups of the nvd3 scatter chart here but am unable to understand how to do so. I would like to change the colors of the 4 series in the example to ora...
Comorin asked 10/4, 2014 at 15:42
2
Solved
For the NVD3 multiBarChart, how can you remove zero-value bars? I've tried setting the y-value to null, but they won't go away.
I unfortunately don't have enough reputation to post an image, so he...
Longish asked 13/3, 2014 at 12:33
2
Solved
I'm using nvd3, but I think this is a general d3.js question about time scale and formatting. I've created a simple example that illustrates the problem (see code below):
If I omit .tickFormat for...
2
When I hover on the lines on the cumulative line chart I get a tooltip message x value at some y time. I want to edit this message and add more content.
Since in my values array I have json contai...
2
Have a little modified version of linePlusBarChart model(), when pass data that has all y values setted to zero Y axis show me a range between 1 and -1. Is possible to set a range between 0 and 1? ...
Menorah asked 4/3, 2014 at 12:52
1
Is there a way to style a specific tick say if I was using x [0, 100] and y [0,100] and I wanted to just draw or style the tick for (0,50) and (50,0)?
0
I'm trying to make this tool tip's position
relative to the parent div
this is how I am implementing the web page:
<div id="parent">
<div id="chart">
<svg styl...
4
Solved
I have several lines and I know that clicking on the "dot" in the legend will hide/show it.
However, I need to start with some of the lines being disabled and not displayed, and the user will have...
Deflagrate asked 6/6, 2013 at 12:41
1
Solved
I have a strange issue with showing dates on a xAxis.
I am generating data like this:
for (i=0;i<12;i++){
date=new Date(2013,i,1);
ideas.values[i] = {"y" : Math.round(2*i*getRandom(1,2)), "x...
Sanderling asked 23/1, 2014 at 18:37
1
Solved
I am trying to implement a 'Stacked Area Chart' with d3js and nvd3.js similar to this example. Additionally, I'd like to use a context brush like this one to select a date range, which effects the ...
Chapnick asked 17/1, 2014 at 16:4
1
Solved
In NVD3 you can have charts such as the one at : http://nvd3.org/ghpages/stackedArea.html
The default view when you open it up is 'Stacked'. Is it possible to have the default view set as 'Expande...
3
I'm using the NVD3 library to make simple line charts based on data generated in a Rails controller. The code I'm using to generate data in Rails is:
task.task_values.each do |u|
array.push({ :x ...
3
Solved
I have a really simple line chart written using NVD3.js. I've written a simple redraw based on timer, pulled from examples I've seen, but I get the error
Uncaught TypeError: Cannot read property ...
1
Solved
how is the date (x xAxis) formatted as "1025409600000"? I have been studying their documentation but can not figure how this works, it would make my life easier if someone would help me to understa...
Klausenburg asked 18/10, 2013 at 21:58
1
Solved
I've been playing with rCharts and nvd3 for a bit of time now. Now I'm in a situation where I need a bubble chart, or at least a scatterplot where the size of the dots is dependent on a variable in...
1
Solved
I've looked at the crossfilter homepage
And really like what's going on. But I don't want to hand write all my graphs if I don't need to. I've already looked in dc.js which is quite nice and gives...
Barrows asked 30/9, 2013 at 12:13
1
Solved
I'm using nvd3 and have a few charts where the legend is much to large. E.g. a scatter/bubble with 15 groups and the group names are long. The legend is so large that it leaves almost no room for t...
Pedantry asked 25/9, 2013 at 16:9
1
Solved
I am searching how to show bigger points in a line chart using nvd3.js, but I haven't found anything. Anybody can give me a hand?
I want the points to be easily visible across the chart lines.
Th...
Timothytimour asked 30/8, 2013 at 10:15
2
I am trying to make a line chart from a dataset while keeping X-axis categorical.
For the observer it will look like a line chart with equidistant spacing between observations' X coordinates:
( 1...
Chatoyant asked 3/1, 2013 at 22:31
1
How can I make the date format in nvd3.js. For example:
data1 = [{
"values": [{
"x": 1374561814000,
"y": 2
}],
"key": "x-axis"
}]
1374561814000 what does it mean, how its converted from a d...
1
Solved
I draw a multibarChart using nvd3 library and it 's working very well but it gives me two radio buttons to choose wether i want stacked bars or grouped bars.
Can i disable this and make it only sh...
Lustful asked 5/8, 2013 at 13:26
1
Solved
I am using the rCharts nPlot() function to display stacked or grouped bar charts given contingency table type data. The "multiBarChart" is displayed in a shiny application. A piece of the code that...
© 2022 - 2024 — McMap. All rights reserved.