Cognos pie chart with categories, can they be sectioned by series? - cognos-10

One of the managers here handed me a Cognos report she created and it has a pie chart that looks like this:
She doesn't like that the pie charts are so small and wanted to know if we can so a "section break" so that each pie chart could be on its own. Being very new to Cognos, I have no idea if this is possible. Can such a thing be done?

I found the section / unsection button and that works for now.

Related

How to make vistime plot in R customizable

I want to be able to click one bar of the gantt chart created in vistime plot to see the details of all the related events of that category. Is that customization possible with vistime? Also, how can I add a vertical line in the plot indicating the current date like other gantt charts have?

How to display items that make up a slice of a pie chart in Kibana?

I am attempting to create a pie chart that will display the health status of various systems. This is what the chart currently looks like:
Each data point, in addition to the possible errors messages, has a name in its data.
Is it possible to configure the chart so the system names are shown in the pie chart? In the tooltip for each slice would be preferable, but any solution will work.
You can Add (button at the buttom of the configuration) a second visualization, which will then add another layer around your first visualization.
This is an example for log.level and around it labels.url.full:

Combining stacked bars within grouped barchart in R

i am quite new to R studio and I just can't figure out, how I can combine stacke bar and a normal barplot...I know the question has been answered before - but i do not work with ggplot yet (its too complicated for me right now.. will try my best to understand it another time).
This is how my graph looks like now:
enter image description here
This was my coding to this graph:
par(font.axis=2)
par(mar=c(5,4,6,8))
barplot(as.matrix(data), beside = TRUE, ylab="number of cells / well",
ylim=c(0,350000),cex.axis=1,cex.lab=1.25,col=c("darkorchid4","gainsboro","darkolivegreen4"),
legend("topright",c("alive","dead","sawed cells / well"),
fill=c("darkorchid4","gainsboro","darkolivegreen4")))
What i actually want is that "alive and dead" are a stacked bar, and sawed cells is a normal bar plot beside the stacked bar... ist that even possible?
Thanks for any help :)
This is my Excel sheet that i've worked with
enter image description here

Why there is no "Top ..." in "Order Option in Kibana Visualization creation

I just started learning ELK, the data I am using has the following sample:
"YEAR","QUARTER","MONTH","DAY_OF_MONTH","DAY_OF_WEEK","FL_DATE","UNIQUE_CARRIER","AIRLINE_ID","CARRIER","TAIL_NUM","FL_NUM"
2016,1,1,6,3,2016-01-06,"AA",19805,"AA","N4YBAA","43"
2016,1,1,7,4,2016-01-07,"AA",19805,"AA","N434AA","43"
2016,1,1,8,5,2016-01-08,"AA",19805,"AA","N541AA","43"
2016,1,1,9,6,2016-01-09,"AA",19805,"AA","N489AA","43"
2016,1,1,10,7,2016-01-10,"AA",19805,"AA","N439AA","43"
When I am creating my first visualization, I want to have a pie chart to show the top stats of "CARRIER", in Kibana, below is what I see:
You can see from the left panel setting "Order", there is no "Top" in the dropdownlist, which causes the chart area shows one pie for the lowest stats of "CARRIER" which in this case is WN, and the rest is grouped into the second pie.
Doesn't make any sense here.
I watched some tutorial videos and there supposed to have more options in the dropdownlist like Top, which means for pie chart creation.
Am I missing anything here? How do I create the needed pie chart?
Thank you very much.
The "Size" parameter is actually the "Top X" you are looking for.
In your chart, it shows only 1 value, and it chooses the first value by order of ascending.
Change it to have more values.

How can we create a Radial Pie chart?

How can we create a Radial-Pie-Chart in Flex?
Basically i am trying to create a stacked pie chart.
What should i do to achieve this?
Can we show stacked column chart in a pie?
Thanks
One data visualization API that can be used in Flex is Axiis:
http://www.axiis.org/examples.html
Take a look at this sample to see if this is close to what you are looking for:
http://www.axiis.org/examples/WedgeStackChartExample.html

Resources