nvd3.js Questions

3

Solved

I want to plot the distribution of different populations with rCharts' NVD3 lineChart plot using the area=true option like in http://nvd3.org/examples/line.html. Here what I am working on: requir...
Pierrette asked 24/3, 2015 at 12:45

1

Background Information I created an integration of NVD3 charts into Eclipse-RAP using its custom widget framework. The chart is generated into a div. The CSS is loaded dynamically by creating a li...
Lymphadenitis asked 7/1, 2015 at 11:53

2

Solved

I have the following nvd3 stacked Area Chart: I want to add margin between the numbers/dates and the graph as well as the legend at the top and the graph. (please see the picture, I've marked th...
Ariella asked 19/4, 2015 at 21:56

1

I´m using a NVD3.js multichart to display various data. Is it possible set a fixed range for the x- and y-axis. I´ve made a Plunker example: http://plnkr.co/edit/OLN87eIE21tImHktYIH6?p=preview v...
Yamamoto asked 27/3, 2015 at 15:56

1

I faced a similar problem to what was described HERE: The solution that worked for me, was to implement the following code: $(function () { $(document).on('shown.bs.tab', 'a[data-toggle="tab"]',...
Forked asked 22/3, 2015 at 5:32

3

I've created an NVD3 multiBarChart and placed it in a jQuery resizable container. When resizing the chart, each render incurs the same delay as when the chart is first drawn: staggered left-to-righ...
Pacifa asked 11/1, 2014 at 20:42

2

Solved

When I update the data in an existing NVD3 chart, the ticks along the x-axis are not rendering at fixed intervals. I'm creating a multiBarChart with data sourced from d3.json(). The data represent...
Befitting asked 27/1, 2013 at 1:53

2

Solved

I am using nvd3 to draw a line chart and when i pass the div to nvd3 to draw a chart its give me this error Uncaught TypeError: Cannot read property 'createElementNS' of undefined Here is cod...
Septa asked 17/11, 2014 at 11:40

1

I'm trying to generate a linechart in NVD3 with a vertical line. Particularly this kind of line chart. The linechart has two panels a viewing panel and a zoom panel, I would want the line to be on...
Burmese asked 25/10, 2013 at 5:48

1

Solved

I would like to force all tick marks and tick labels to appear along the axis in an rCharts nPlot from the nvd3 library. I have tried several approaches without success. This is the default behavi...
Cite asked 15/1, 2015 at 18:48

4

I am trying to bind the datapoints with the onclick event, so that I could display a overlay box with some additional details and links. I'm using the .nv-point class to access the datapoints. The ...
Santiago asked 19/4, 2013 at 11:9

2

Solved

I am trying to remove y-axis tick labels from a discrete bar chart in nvd3. I already looked into the nvd3 source, but can't find an obvious function I could change. Can anyone point me to the sol...
Paddy asked 21/6, 2013 at 10:52

3

I'm working on an angularjs application using angularjs-nvd3-directives to render charts. After a check with Chrome Developer Tools, I detected some memory leaks linked to the charts. When the use...
Analiese asked 18/7, 2014 at 9:14

5

Solved

I'm starting to work with NVD3.js and I'm a little lost about the configurations possible with this tool. I want to configure many items like: Display x axis label for every bar, currently I have...
Rabassa asked 14/6, 2013 at 12:46

3

Instead of numerical values on the x-axis, i want to set my attribute names. I am no Javascript hero. I am using the scatter Chart. I believe it should be something like : chart.xAxis.tickForma...
Whichsoever asked 6/9, 2013 at 1:40

2

I'm using nvd3 for a multi-bar chart, and I'd like to make the chart redraw when the user clicks the other html on my page. I tried using jQuery to select the "Stream0" legend circle on the nvd3 ho...
Rid asked 29/8, 2013 at 2:47

3

Is it possible combine a line + scatter chart in nvd3.js without building a new model like is done with linePlusBarChart in the examples and code? Or is this the only way that you can combine chart...
Anallese asked 19/12, 2012 at 18:54

1

How can I a draw a linechart with rcharts using nvd3 and a categorical xaxis? What I'm trying to do would look with ggplot2 like this: library(ggplot2) dat <- data.frame(expand.grid(group = let...
Fancywork asked 25/8, 2014 at 8:26

0

I'm trying to use display categorical levels in the x-axis of my line chart. Say I have a data frame mydata <- data.frame(time = c("10am", "12pm", "3pm"), month = c("JAN", "JUL", "DEC"), value ...
Earache asked 4/8, 2014 at 14:5

1

Solved

I'm using nvd3 to draw some stats in my app. I would like to increase the thickness of the line in my charts. How can it be possible ? Thanks
Extensity asked 24/7, 2014 at 9:6

2

Solved

I've desperately been trying to change the label text color on the charts I'm drawing with nvd3.js - they're drawn in black, but I need them white due to the color of the page they are included on....
Teammate asked 4/7, 2014 at 12:32

1

Solved

I am using NVD3.js multiChart to show multiple lines and bars in the chart. All is working fine, but the x-axis labels is aligned only to the line points, not bars. I want to correctly align labels...
Jemie asked 8/7, 2014 at 8:0

1

Solved

I have a line chart and every time the page refresh it changes the data, which is great but I need to to refresh by a user click. This is because there will eventually be other input fields on the ...
Bal asked 11/7, 2014 at 2:14

2

I recently started using NVD3 charts and like to have zooming option like Highcharts. Is it possible?
Nature asked 2/11, 2012 at 13:49

1

Solved

i want to create a multiple bar chart with nvd3 angularjs directive by cmaurer (nvd3 directive link) but the problem is that i need to stack some series and there is a strange bug. here is my data:...
Rhettrhetta asked 6/6, 2014 at 15:45

© 2022 - 2024 — McMap. All rights reserved.