Questions tagged [stacked]
377 questions
0
votes
0 answers
How to Insert Error bars on stacked barplot in R - barplot2() "gplots"
I would like to create a stacked barplot with unidirectional error bars (to avoid overlapping) in r. However, when I use the barplot2 function of gplots and omit besides=T, the automatic display of error bars is inhibited.
Here is a dummy dataset to…

Jamie
- 1
- 1
0
votes
1 answer
D3.js stacked bar chart broken transition
I am trying to get a stacked bar chart to transition in the same way as this bar chart - http://www.animatedcreations.net/d3/animatedBarChart_Slide.html
I have been following Mike Bostock's "A bar chart, part 2" example, and things are OK up to…

user2477109
- 45
- 1
- 5
0
votes
2 answers
Java: Stacked (layered) maps behind a Map interface?
I need a Map impl which would consist of stacked maps, which I could push() and pop(), and the values would be "added" or "removed" if they belong to the map being pushed/popped. And the values would be searched top/bottom (or optionally…

Ondra Žižka
- 43,948
- 41
- 217
- 277
0
votes
1 answer
Stacked bar plot in r with summarized data
I'm New to r. Im trying to make a stacked bar plot. I could make it work using the barplot function. However I could not work out how to make the legend look nice. Now i'm trying to use ggplot2 but I really cant make the chart look correctly.
The…
0
votes
2 answers
Add new series to the top of a highcharts stacked column chart
I'm trying to control the order in which new (after first render) series are added to a stacked column chart in Highcharts. Right now, if you simply use addSeries, the newly added series is added to the bottom of the stack. Here's a simplified…

Jaime
- 6,736
- 1
- 26
- 42
0
votes
2 answers
flot chart does not stack multiple series with null at some points in series
I am trying to plot stacked area ( filled line ) with stacking using flot charts
my data is is like
series 1: [0,5],[1,3],[2,2],[3,2],[4,2]
series 2: [0,5],[1,2],[2,null],[3,1],[4,2]
series 3: [0,5],[1,3],[2,2],[3,5],[4,2]
as in above case at…

NitinKumar.001
- 179
- 5
- 17
0
votes
1 answer
Scrollable Stacked Column Chart using highcharts?
I need a stacked column chart to be created to display the data captured for a requirement as below.
Show the hours worked by an employee against different projects (Project1,Project2, Project3).
I tried to use Highcharts. When I tried to enable the…

javauser
- 91
- 4
- 11
0
votes
1 answer
How to create stacked and grouped columns in Highcharts?
I'd like to create a grouped, stacked column chart. There should be two columns (2000, 2050) for each region (OECD, BRICS, ...), and each of the columns has the same multiple categories. Here is what I came up with so far.
The thing is that I have…

luftikus143
- 1,285
- 3
- 27
- 52
0
votes
1 answer
UserProfile StackedInLine/TabularInLine redesigned
I recently extended with UserProfile so my admin.py looks like this:
from django.contrib import admin
from django.contrib.auth.models import User
from models import UserProfile
from django.contrib.auth.admin import…

dza
- 1,478
- 2
- 13
- 24
0
votes
1 answer
Endless scroll issue tumblr, posts at bottom of page "stack"
Here's the issue: tumblr theme that I am using is the NTA 3 column option found on this page (http://themes.ville-noire.com/), which says that I should have 3 columns, infinite scrolling and be able to use a banner. But the earlier posts at the…

user1748854
- 1
- 1
0
votes
2 answers
ActionScript3 -how can I detect mouse events on hidden objects(stacked Movie Clips)
I am currently working on an AS3/Flash CS5.5 project.
I have two movieclips, one above the other(different layers, same coordinates on stage).
My problem is simple: the 'outer' MovieClip(on the level above) 'hides', from a logical point of view, the…

IT.
- 311
- 1
- 5
- 24
0
votes
2 answers
data bind with multiple series in stacked coulmn chart
when i bind data with multiple series in stacked coulmn chart, only first series is
showed with data other series are not showed.i iterate through series and add points
toseries dynamiccally but problem is still existing. i also set…

user1405508
- 35
- 2
- 14
0
votes
1 answer
Combined positive and negative stacked line plots
I am trying to make a stacked line plot in ggplot2 with positive values stacked above the x-axis and negative values stacked separately below the x-axis. I have had success stacking each of the line types separately, but have not been able to have…

jmcneill
- 1
- 1
- 1
-1
votes
1 answer
How to make grouped and stacked line plots using two dataframes?
I have two data sets, one is for males and one for females. They both have 4 variables, which are: Year, DK, SE NO. So they both looks like this (of course just with different values):
I want to make line plots for Males and Females stacked and…

rr19
- 79
- 1
- 9
-1
votes
1 answer
Edit or remove space between Datasets in Stacked Highcharts chart
I would like to edit or remove the gaps in a Higharts chart like this:
Is there any way to style or configure my chart to achieve this?
This is the Demo:
https://www.highcharts.com/samples/codepen/highcharts/demo/bar-stacked
Thanks

user3241778
- 294
- 2
- 4
- 20