nvd3.js Questions

1

Solved

I've been looking recently at solution for creating charts for a web page. After a bad experience with (an outdated version) of Highcharts, I tried to give a chance for D3.js, which I find v...
Vories asked 11/7, 2013 at 20:17

1

Solved

I have the following problem; I am using the rCharts wrapper around NVD3 to produce a simple line chart. I wish to modify the default tootip behavior. Using the NVD3 library I have been able to do ...
Ovoviviparous asked 8/7, 2013 at 10:20

1

Solved

In my Multi-Bar Chart, I need to show larger numbers on the Y axis labels. Currently it's not showing more than seven characters: How can I do it?
Inappropriate asked 25/6, 2013 at 12:30

1

Solved

I'm working on a multi-line chart in D3 but am having some issues with the rendering. I'm trying to render two lines with data that looks like this: [ { key:"line 1", values: [ {x:1, y:1}, {x:2, ...
Bini asked 11/6, 2013 at 21:17

1

I am trying to create a real time graph using nvd3.js which would be updated periodically and with the impression that the data is processed in real time. For now I have been able to create a fun...
Historical asked 11/3, 2013 at 2:45

2

I am using nvd3 to draw a simple line chart with data receiving via an ajax request. It is working perfectly with the first drawing request but not on redrawing. The chart redraws by calling the sa...
Mendes asked 21/11, 2012 at 1:2

1

Solved

I tried the following code, d3.scale.log().domain([1,4]).range([h, 0]); In the axis I'm getting values as 1e+0, 2e+0, 3e+0, 4e+0 in the axis value. But I need the lograthmic values such as 10, 1...
Tarnetgaronne asked 25/4, 2013 at 9:26

1

Solved

I am trying to change the formatting on the value shown on top of the bar graph in a nvd3 discrete bar graph. I believe I am doing something wrong, I have no idea. Here is the js fiddle for the gr...
Bonus asked 12/3, 2013 at 19:46

1

Solved

Is there a way to draw logarithmic line charts with nvd3
Cofield asked 1/2, 2013 at 14:8

2

Solved

Can anyone please suggest me a way to assign two Y-axis to a nvd3 line chart ?
Shinn asked 24/1, 2013 at 8:39

2

Possible duplicate question to Bar chart in Javascript: stacked bars + grouped bars I'm trying to create a stacked bar chart that lets you compare 2 values (dark and mid blue) to last week's data ...
Guertin asked 11/10, 2012 at 23:58

2

Due disclosure - I am awful at javascript, but trying to learn! I have an array with a few entries like these in it: [1349013600] => 232 The key is a unix timestamp, the value is the $ in sales ...
Behind asked 20/12, 2012 at 5:32

1

I wanted to use nvd3 examples that are live on their website: http://nvd3.org/livecode/#codemirrorNav What should I do? The example link has multiple tabs, should I copy paste and save all those c...
Shogun asked 14/1, 2013 at 22:55

1

Solved

I am trying to use nvd3 to create a vertical stacked bar chart. I will be using discrete data values, as opposed to randomly generated values as the example on their website. I have tried to play ...
Wattle asked 2/11, 2012 at 21:38

1

This page gets a 404 https://github.com/novus/nvd3 This page is blank http://nvd3.com/ Did something happen to NVD3 or is this just a temporary problem?
Mcgaha asked 8/11, 2012 at 5:1

1

Solved

I'm using nvd3.js to create a line graph that displays ratings that I have calculated over time. I have more information for each individual data point (rating) and would like to have each data poi...
Natoshanatron asked 23/8, 2012 at 20:26

1

Solved

I'm new to this kind of forum and my English skills are not the best but I'll try to do my best :). There is an example of a Line Chart with View Finder at nvd3 website. This is the one (examples\...
Hurlee asked 18/7, 2012 at 1:9

© 2022 - 2024 — McMap. All rights reserved.