The stackedbarseries tag has no wiki summary.
0
votes
1answer
43 views
plot a stacked bar chart in matlab that shows all the values
Hi I have the following code in Matlab
CC_monthly_thermal_demand = [495 500 500 195 210 100 70 65 85 265 320 430]';
AD_monthly_thermal_generation_250 = [193 193 193 193 193 193 193 193 193 193 193 ...
0
votes
1answer
68 views
create a stacked bar chart in matlab
Hi I am trying to create a stacked bar chart in matlab but the output graph seems to be adding the first data set (AD_monthly_generation_250) to the second one (CC_monthly_demand_2012). How can I ...
0
votes
1answer
57 views
Flex Stacked ColumnChart not showing up
I have the following xml structure:
<root>
<day name="Sun" values="21,22,25,26"/>
<day name="Mon" values="27,20,22,25"/>
</root>
I want it to be represented in a ...
0
votes
0answers
33 views
Telerik dynamic StackedBar with variable number of Stacks in WPF
How can i dynamically create a Stacked Bar chart using telerik Chart control when i have variable number of Series Mappings ?
i.e. Variable number of Stacked Bars in a single chart ?
(Bar1 with 3 ...
0
votes
0answers
107 views
Combining a stacked bar chart and default bar in AChartEngine
I have a data set which consists of a number of different types, with each type having multiple session lengths on each day of a month.
I want to construct a chart which has days along the bottom, ...
0
votes
0answers
195 views
Display Values on Stacked Bar Chart
I'm looking for help displaying values in the center of each "bar" of my stacked bar chart (which I can't show below because I am a "new user" boo-hissss)...but not the values that were used in ...
2
votes
2answers
207 views
How to plot bar plot in parallel to horizontal to box plot with fraction of area in boxplot?
I am working on data presentation and i need to plot boxplot with stacked barplot in parallel.
With colored in different shade colors with proportion of points covering area. How can i plot it?
...
1
vote
1answer
211 views
How to drilldown a stacked column highchart to show all stacks instead of clicked
I am trying to get my stacked column highchart display all stacks on drilldown . In my example below, when i click on a stack it only drills down to that stack level. I have tried this myself but i ...
1
vote
1answer
100 views
Please help me to identify the function used in this d3 stacked bar chart example
I am working my way through d3 tutorials, and learning both d3 and javascript as I go. My goal is to understand and alter the stacked bar chart example at this URL:
http://bl.ocks.org/3886208
In the ...
0
votes
1answer
447 views
C# - Can we set different color for each stacked of Stacked bar chart
Can we set different color for individual stacked of stacked bar chart or change the order of color in stacked bar charts bar for example
same as like this solution provided in python
here
Any ...
1
vote
1answer
223 views
Correct for missing values in a Stacked area plot using ggplot2
I've been trying to recreate this post on a combination of stacked bar/area plot. I have some problems with missing values though.
Here's my data: ...
1
vote
1answer
266 views
Slow Drawing of Bar Chart in AChartEngine
I am working on an android app and using AChartEngine as charting library. I want that when bar graph is drawn it draws slowly so it would give us a look and feel that it is drawing with some kind of ...
0
votes
1answer
386 views
Group StackedBarSeries and BarSeries on same axis
I want to display 3 series on my Silverlight toolkit horizontal bar chart...2 normal bar series and 1 stacked bar series (consisting of 2 SeriesDefinition). When I add the first 2 normal bar series, ...
0
votes
1answer
498 views
JFreeChart: RangeAxis in percentage stacked bar chart is in [0,1] instead of [0,100]
In JFreeChart, I am using the setRenderAsPercentage(true) option for StackedBarRenderer .
Although the plot itself looks fine (all bars span the whole plot), the range axis labels are not showing ...
1
vote
1answer
490 views
In Jasper iReport 4.5.0, how do I get the Label Mask on a chart to save?
I'm using iReport 4.5.0, which is so far more pleasurable than CF's buggy report builder... the problem is that some elements that I can set in the designer using the Properties side bar don't appear ...
5
votes
1answer
3k views
WHERE clause in SSRS expression
What's the syntax for inserting a WHERE clause in an SSRS expression? I am using BIDS 2008.
=Sum(Fields!QuantityToShip.Value) WHERE FIELDS!Program.Value = "FC"
The code listed above represents the ...
7
votes
1answer
1k views
Ordering stacks by size in a ggplot2 stacked bar graph
So i have a load of data which I have sampled as an example below:
Sequence Abundance Length
CAGTG 3 25
CGCTG 82 23
GGGAC 4 25
CTATC 16 23
CTTGA 14 25
...
1
vote
1answer
1k views
Stacked Bar type of jquery Highcharts with data from HTML Table
is there anyone have tried to use highcharts jquery with stacked bar like this one http://highcharts.com/demo/bar-stacked
in that example, the data series was from an array,
now i want it to get the ...
0
votes
0answers
160 views
basic question _ google chart API
I have 7 text files on the server.
I wrote a PHP code to read contents from these files .
Each file has 24 comma separated integer values .
I used 2 arrays - one to have even values and another 2 ...
0
votes
3answers
1k views
How can I create quantitative stacked bar graphs in Tableau Public?
I have data that looks like this:
Subcategory Title Value
Sub1 Name1 2
Sub1 Name2 5
Sub2 Name3 4
Sub2 Name4 1
Sub3 Name5 2
Sub3 ...
1
vote
1answer
5k views
How to set different colors to the bars in stacked bar chart in ireport?
I need to set a unique color to each bar in the stacked bar chart. Whatever the color I see in one bar it shouldn't be repeated in any other bar or any other stack.
For example:
I have 5 bars in the ...
1
vote
1answer
3k views
How to create StackedBarSeries with custom tooltip without losing standard colors
I have a StackedBarSeries in Silverlight 4 charting (latest release).
I have created a DataPointStyle called MyDataPointStyle for a custom tooltip. By itself this breaks the standard palette used for ...