stacked

How do you compile Stacked?

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 project because I don't have the assemblies. Does anyone know what to do and how to build the project? To my knowledge it uses "Active Record" a...

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. I recently extended with UserProfile so my admin.py looks like this: from django.contrib import admin from django.contrib.auth.models impo...

crystal reports stacked bar chart looses give color

Hi i am working on crystal reports 11 created stacked bar chart which gives value depending on change of 2 columns. now problem is it looses color i give it... for example if pass = green, fail = red, awaiting = yellow after rerunning it for different parameters it changes to fail = green, pass = yellow etc any suggiestions? thanks ...

how to show percentagevalue in stacked barchart datalabels in Flex builder

Hi In stacked barchart in DataTip we can see the y-value ,y-Percentage, total, etc. How can i show the above info in the datalabels on the stacked barchart , specifically y-percentage value? Thanx Sunit. ...

How itemRenderer works with flex "Stacked" charts? Can anyone refer me to a tutorial/sample?

I want to render the colors in a "Stacked" bar chart using itemRenderer. I have a dynamic arrayCollection of objects (object contains 2 fields: type:String and value:long), I want to render the color according to the object.type value, each type will have a special custom color (texture). Can anybody refer me to a flex tutorial/sample wh...

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 can I build a single stacked bar from this array where each section of the stacked bar represents an object of MyObj (represents a "type")...

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 : http://www.jfree.org/jfreechart/api/javadoc/images/StackedBarRenderer3DSample.png I want percentage composition inside the bar and total compos...

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

Hello all, 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 the flot plugin,if any other plugin is good or feasible please suggest me. Please help me. Thanks Ritz ...

How to create Stacked ColumnCharts with different colors in Flex

Hi, 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 ...

R graphics: Add labels to stacked bar chart

Hi, 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! ...

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 supports stacked bar charts with negative values and the plot just as excel? I tried several libraries, but I had no success in trying to plot...

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 clusterReferrals WHERE datecreated>#refRateStartDate# AND refTypeID=3 GROUP BY organisationName, listSize </cfquery> <cfquery name='clusterNHSRe...