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...
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...
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
...
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.
...
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...
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")...
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...
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
...
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
...
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!
...
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...
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...