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 ...
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?
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...
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...
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...
1
Solved
Is there a way to draw logarithmic line charts with nvd3
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 ...
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.