The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
11 views

Highcharts: stacked column with grouped categories

I'm trying to do a chart with stacked columns but for each column having different entries. I will explain myself better. I would like to use the demo of Highcharts: ...
0
votes
1answer
29 views

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 ...
1
vote
1answer
74 views

ng-Grid columns stacked or not displaying properly

I am trying to display sample data in a ng-grid via AngularJS. Everything looks correct to me. If I pass 'ngGrid' in the module definition within my local project the columns are getting stacked one ...
0
votes
1answer
78 views

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 ...
1
vote
1answer
32 views

D3.js AreaChart alignment issues

I'm in need of a little assistance. I have a stacked area chart in d3.js using ordinal for the x axis (and likely for the y as well but haven't implemented that yet) and while it's rendering, it's ...
0
votes
1answer
201 views

Customize label in stacked column chart extjs

i make columns chart like this but this make mismatch when data are low, that time i need to display it ouside ot the chart like is this possible to make outside label in extjs stacked columns ...
0
votes
2answers
74 views

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
votes
1answer
34 views

highcharts stacked series order is reversed

I tried an : example of stacked series on jsFiddle but according to me, series are reversed when stacked : $(function () { $('#container').highcharts({ chart: { }, xAxis: ...
2
votes
1answer
65 views

How to plot stacked proportional graph?

I have a data frame: x <- data.frame(id=letters[1:3],val0=1:3,val1=4:6,val2=7:9) id val0 val1 val2 1 a 1 4 7 2 b 2 5 8 3 c 3 6 9 I want to plot a stacked bar plot ...
0
votes
0answers
55 views

SSRS 2005 Bar Chart Values Missing

I'm rendering a report using a "Chart" object. It is a 100% stacked bar chart. But when I render the report two of my 3 values aren't showing through. I can try this on other computers and it works ...
0
votes
1answer
119 views

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 ...
1
vote
2answers
138 views

Python plot - stacked image slices

I have a series of basic 2D images (3 for simplicity for now) and these are related to each other, analogous to frames from a movie: Within python how may I stack these slices on top of each other, ...
0
votes
1answer
106 views

jqplot: elements of stacked bar chart missing

I've been struggeling with the following for quite some time now.. Hopefully someone can help me out. What I'm trying to do: Using jqplot I'm trying to combine a horizontal stacked bar chart with a ...
0
votes
1answer
217 views

Highcharts stacked bar negative / positive total

I have a stacked bar chart like this: http://jsfiddle.net/XFX5T/ I would like to know if it's possible to have the total of the negative + positive values as the stacked label. if the total is ...
0
votes
1answer
231 views

Highchart Stacked Column w/ Datetime X-axis Columns Too Thin

I am trying to display to my users the number of videos recorded per day with each one of their cameras. To do so I would like to use a stacked back (each stack showing the # of videos recorded with a ...
0
votes
0answers
102 views

using gnuplot to plot stacked bar graph

I have data arranged as follows: X-Value1 XXXXX TITLE1 Y-VALUE11 TITLE2 Y-VALUE21 TITLE3 Y-VALUE31 TITLE4 Y-VALUE41 TITLE65 Y-VALUE51 X-Value2 XXXXX TITLE1 Y-VALUE12 TITLE2 Y-VALUE22 TITLE3 ...
1
vote
1answer
606 views

Highcharts - Stacked bar - Possible to have label interval corresponding to data interval?

I generate a stacked bar graph with Highcharts, and I have a problem with my interval between labels. My data interval is only 6 and the labels interval generated by highchart is 100, see demo here ...
0
votes
0answers
94 views

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 ...
0
votes
1answer
105 views

How to display stacked bars in combination with normal bar in Highcharts?

I have three values, two of which should be combined to a stacked bar, and the third just as a normal one. How would that work in Highcharts? I read the data from a CSV file. Here is the link to the ...
0
votes
0answers
140 views

gnuplot - want to create stacked histogram with columns using data from multiple lines in a file

I have a simple Perl program that is creating a file of home energy use data, with one line per day containing Date, Week No, Day, and KWh, like so: 20130127,04,Sun,18960 20130128,05,Mon,11240 ...
1
vote
3answers
197 views

QStackedWidget different contents, same size

I want my QStackedWidget to resize to the page which is opened. I got a lot of widgets attached to the first page, but the rest pages have only one button. So they stay so big, and the first page is ...
1
vote
1answer
147 views

ggplot stacked barplot

DataLink: https://www.dropbox.com/s/ql5jw7eng3plrso/GTAP_MacroValueChange.csv Code: library(ggplot2) library(grid) #Upload data ccmacrosims2 <- read.csv(file = "F:/Purdue ...
0
votes
1answer
214 views

Jqplot stacked bar charts

I want to display a bar chart in the following manner. I have gone through this link: http://www.jqplot.com/tests/bar-charts.php How can I do it? Any help will be greatly appreciated. Thanks in ...
3
votes
1answer
239 views

How to get Clicked series name when clicking on dojox.charting.Chart?

i'm trying to create a chart using dojo. I choose a StackedColumns chart. I want to make it interactive. When a user clicks on a graph columns, an hyperlink should be invoked. But to create ...
3
votes
2answers
159 views

Force stacked tabs

Is there any way to force stacked tabs? I want tabs separate of action bar (in a second row), even when landscape mode. I am trying to force it but I can´t. For example, Twitter app in Android, when ...
0
votes
0answers
10 views

Costumed apache mod stacked on mod_jk

I am trying to put my costumed apache mod in c on top of the mod_jk. In other words, I want the request come through my mod_A first, then the mod_jk. I have seen mod_A get load and request come to ...
0
votes
1answer
490 views

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 ...
1
vote
1answer
396 views

Stacked dot plot using ggplot2

I am interested in making a stacked dotplot like the one in link below in ggplot2. The following was made using dotPlot function in BHH2 package but does not have the coloring and faceting ease ...
4
votes
3answers
2k views

Show value whitin the bar - jQuery plot horizontal stacked bar chart

I would like to show the value within the bar on the flot bar chart (horizontal and stacked), something like this : |------------------------------------------- | 5 | ...
2
votes
2answers
1k views

HighCharts - Remove space between series on stacked bar

I have a HighCharts chart to display some information. I have stacked information for each day. Each entry is unique -> I cannot use a single series. The problem is: between two days, there's a huge ...
3
votes
1answer
339 views

flot - legend entries and stacked bars have reverse order

I ran across another small stacked bars issue: When filling the plot, flot adds the legend entries top-down and stacks the bars bottom-up. This way the legend is ordered exactly reverse from the bars. ...
2
votes
0answers
351 views

Flot - display labels on top of stacked bars

I am using the code snippet from this stackoverflow question to label my flot data points. So far this has served me well, but now I have to label the overall values of stacked bars. There are two ...
-2
votes
1answer
609 views

MSChart - Stacked Column having two values per series

is it possible to display two values in one series in a multiple series column chart ex. i have products per category, each product has got two values, the selling & buying value so if we plot ...
0
votes
2answers
467 views

How to show a column with the value Zero in Column chart in Highcharts?

Which I am passing to: series: [{ name: 'Fixed bugs', data: fixed, pointWidth: 40 }, { ...
1
vote
1answer
725 views

Are multiple stacked Bar charts possible using Achartengine?

I tried adding another set of values to the demo example of stacked bar charts with achartengine, but the new values introduced by me don't appear on the chart. Is Stacking bars limited to two bars? ...
2
votes
1answer
218 views

ggplot2: barplot of fractions of single level of the factor in each bin

For example we have usual stacked bar plot: ggplot(diamonds, aes(x=color, fill=cut))+geom_bar(position="fill") And I want to make same plot but leave on it only one of "Cut" - types. For example ...
0
votes
2answers
251 views

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 ...
3
votes
1answer
142 views

How to assign picture to stacked bar plot

I am working on stacked bar plot but i need to assign image here hand on particular stack. How can i do this in R. DF = data.frame(names = c("tomato", "potato", "cabbage", ...
1
vote
2answers
2k views

Stacked bar chart with differently ordered colors using matplotlib

I am a begginer of python. I am trying to make a horizontal barchart with differently ordered colors. I have a data set like the one in the below: dataset = [{'A':19, 'B':39, 'C':61, 'D':70}, ...
0
votes
0answers
88 views

Multiple Stacked Headers in CSS overflow

I am looking for an example of multiple stacked headers in an overflow box. I have found plenty of examples that fix one header to the top of the element, but wish to stack the headers as they reach ...
0
votes
1answer
575 views

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 ...
0
votes
1answer
365 views

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 ...
1
vote
2answers
2k views

JQPlot - Stacked Horizontal Bar Chart - No Bars When Stacked

Having a strange issue with jqplot. I've created a horizontal bar chart with 2 series and 5 labels; all populated with variables from a table. var plot1 = $.jqplot('chart1', [ ...
1
vote
2answers
696 views

URL for each box in stacked bar graph

I want to create a stacked bar graph as in url below I want to make hyperlink for each of the red ,violet and blue boxes.The graph is possible with jfree chart but i don't know how to make each of ...
1
vote
1answer
606 views

Flex: stacked bar chart with date as x-axis and names as y-axis

I'm making a chart where the x-axis needs to have dates and y-axis names. The lenght of the bar is longer when the date is later. But I want to stack multiple bars on eachother. for example This is ...
1
vote
1answer
295 views

Highcharts How To Select Column From Stack

In Highcharts, is there any way to select an entire column from a stacked column chart? If not, is there at least a way to style the whole column?
1
vote
1answer
209 views

Changing the colour of both variables and categories in ggplot2

I would like to create a stacked bar plot in which not only the variable has its only color but also the category a = c("A","A","B","B","C","C","D","D") b = ...
1
vote
1answer
820 views

Setting the “Enable3D” property of “ChartArea” in Code behind for StackedColumn charts

I created a StackedColumn chart using the built in .NET 4.0 controls. The charts are coming out properly. I want to make it look 3-D though. I am able to do that by using XAML. But I am unable to ...
0
votes
1answer
3k views

Creating Stacked Bar Column Chart with CODE BEHIND

I need to create a Stacked column chart as shown in the picture. X-Axis : Component name Y-Axis : Number of bugs Stacks : For each component I need to create stacked charts which tell me: ---> ...
1
vote
5answers
795 views

get the figure using nested for loops in Java

Any ideas how to write Java program in a class named Window that produces the preceding figure as output. I have to use nested for loops to print the repeated parts of the figure. I've tried lots of ...

1 2