Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
6answers
412 views

what is the best javascript library to display multiple pictures stacked on top of each other

On a web page, I want to show a list of albums and next to each album name i want to show a stacked list of pictures on top of each other. What is the best way to dynamically take a list of pictures ...
3
votes
3answers
659 views

Coldfusion cfchart stacked order

I have a couple of queries which pull data for use in a graph. <cfquery name='clusterPrivateReferrals' dbtype="query"> SELECT organisationName, count(messageID)*1000/listSize as msgCount FROM ...
2
votes
2answers
2k views

How to create StackedColumn chart in ASP.NET?

I have a dataset that I want rendered as a stacked column chart using the built-in charting in VS 2010. The data looks like this and is returned from SQL Server from a stored procedure: numTrades ...
2
votes
3answers
813 views

R graphics: Add labels to stacked bar chart

I am looking for a way to add labels, i.e. absolute values, into a stacked bar chart using the basic plot functions of R. The labels should be inside the stacked bars. Thank you!
2
votes
1answer
215 views

How to create Stacked ColumnCharts with different colors in Flex

I am trying to create a stacked column chart that will show three different values on a column with different colors. Please let me know how to achieve that. Thanks, AM
2
votes
3answers
256 views

How do you compile Stacked? [closed]

I've checked out Stacked on Google Code using SVN and while the code is pretty easy for an intermediate like me it's not fully open source (at least I don't think). I can't even build the damn ...
1
vote
1answer
73 views

Automatically dismiss underling modal view

I'm sharing this as it took me A while to figure out. This is if you need to get rid of a double stack of modal views IF it is pressent. if(self.parentViewController.parentViewController) ...
1
vote
0answers
244 views

Multiple stacked columns MS Chart

Edit: Scratch the question, it seems it's just easier to do it using SeriesChartType.RangeColumn What I have (example chart I'm playing with to get the effects right): From: ...
1
vote
2answers
394 views

White Gaps in Stacked Bar Flot Graph

I'm attempting to make a stacked bar chart using the jQuery charting plugin, Flot. The data is coming in for both series in json format as: ...
1
vote
2answers
1k views

Stacked column charts in ASP.NET 4.0

Can some one please tell me how to make a Stacked Column Chart with the code? I've no dataset to bind, just plain values to display in a stacked column chart. I'm using normal .NET Chart controls ...
1
vote
1answer
1k views

Extjs Changing color of bars in stacked bar chart

let's take this example... how to change colors of those bars? I know I can change it via renderer but it won't change legend. I have tried to use: style: {fill: 'red'} but it changes color of ...
1
vote
2answers
448 views

stacked waterfall charts in highcharts

We have a requirement for stacked waterfall charts (we are using highcharts.com). http://fiddle.jshell.net/8JP8T/ gives an option for creating waterfall charts but we need to create stacks. Anyone ...
1
vote
1answer
174 views

Plot stacked chart with javascript with negatives values

I need to plot this with javascript (excel chart): http://pontt.com/plotexcel.jpg (bar below the x-axis and bar above the x-axis). Anyone know of a javascript library (except google charts) that ...
1
vote
1answer
914 views

Stacked bar chart using jquery in ASP.Net using C#?

I want to create a stacked bar chart using jquery.I have already done the chart using static values ,but I have now to do it with dynamic values.Please can anyone help me,its very urgent. I am using ...
1
vote
2answers
2k views

Stacked Bar Chart with percentage composition inside the Bar and total above the Bar in JFreeChart

I am trying to create a Stacked Bar Chart. My requirement is I need percentage composition inside the bar and total count on top of the Bar. Please suggest solutions. My Requirement: Sample : ...
0
votes
0answers
28 views

Google column chart stacked freezes in Internet Explorer with large dataset

I'm using Google column chart in stacked mode to represent data. The data set is filled with 48 months and 8 countries (labels). In Internet Explorer 7 and 8, is the chart loading in several seconds ...
0
votes
1answer
44 views

how to draw stacked bar chart on iphone, is there api to do it?

Hi How to draw stacked bar chart on iphone, is there api can achieve it? not core plot, it's too big. I want to look for a small open source project can do this. :) Thanks.
0
votes
0answers
91 views

Dundas Stacked bar chart in ASP.Net MVC

How to create Dundas Stacked bar chart using ASP.Net MVC? Can any one already worked on it? Please help me out
0
votes
1answer
51 views

Images are stacking in other browsers besides Chrome with Easyslider 1.7

I've installed EasySlider1.7 and for some strange reason my images are stacking on top of each other. Any help would be nice. Thank you in advance! here's the link http://www.gudskunc.com
0
votes
0answers
40 views

Jquery images are being stacked in IE and Firefox…PLEASE HELP?

My jquery images are being stacked in IE and Firefox....I know nothing about jquery just copy and pasted a code. However, my site looks fine in Google Chrome. Please Help!!! http://www.gudskunc.com ...
0
votes
2answers
913 views

Receiving touch events on more then one UIView simultaneously

I have a bunch of UIViews stacked one upon the other(not nested). I want them all to react to touch, but it seems that the topmost view obscures the views beneath it, preventing them from receiving ...
0
votes
1answer
709 views

how to build flex stack bar chart from objects array?

I have a dynamic ArrayCollection that will contain a unknown number of objects of type MyObj: class MyObj { type:String value:long } where each MyObj object has a different value of "type". how ...
0
votes
1answer
862 views

UserProfile StackedInLine/TabularInLine redesigned

Hello everyone and thanks for reading. I have a simple problem that I want to get rid of and I have not seen examples where this is achieved yet although searching around the net for quite a while. ...
-4
votes
2answers
93 views

Fade two stacked texts with jQuery

Based on JQuery fade with loop and delay How can I fade in out two text lines and not overlapping both? My HTML: <div id="div_1" style="position:fixed;top:0;left:0;"> aaa bbb ccc ddd eee ...