Questions tagged [lineplusbarchart]
4 questions
0
votes
0 answers
Can I sort a line over bar chart?
When I try to sort the second graph by the rep names, the names remain static while the bars move. The graph thus shows incorrect data. Need help with resolving the issue
Tried sorting the graph by the y axis, we are unable to sort the graph by the…

Carine D'Mello
- 3
- 2
0
votes
1 answer
Data are placed on the wrong dates on xAxis -nvd3
I have created a linelusBarChart with nvd3. The data for the graph is a timeseries (for both lines and bars) received from REST services.
The problem I am facing concerns the placement of data on xAxis. When I zoom out of the graph, data are not…

T. ksaps
- 87
- 8
0
votes
0 answers
NVD3 linePlusBarChart, x axis labels disappearing if left/right edges are small, between -1 and 1
In my NVD3 linePlusBarChart, the x axis labels are disappearing if left/right edges are small double values between -1 and 1. Note, if the left edge is smaller than -1 and the right edge is greater than 1 (no matter double or integer), then the…

user2217057
- 237
- 3
- 17
0
votes
1 answer
nvd3 line plus bar chart with variable circle sizes
I am using nvd3 line plus bar chart and am trying to change the size of the circles in the line chart. (Each circle with a different radius on the line chart)
To make the points visible on the line chart, I used the following CSS code -
#test-plot…

Dinesh
- 2,194
- 3
- 30
- 52