How do I add in X axis labels on charts and reports in the Rational Team Concert dashboard? - charts

We're using Rational Team Concert to manage our projects (specifically, we're using IBM Bluemix DevOps Services, which backends to Rational Team Concert). We'd like to create some useful charts of incoming defects and the evolution of the number of work items in our project, but the charts that the RTC dashboard produces are, frankly, bad. The colors are poor and the graphical style employed makes the charts look as though they were drawn with markers designed for toddlers.
Aside from the fact that neither of these graphs has any interactivity or utilizes the full available width of their container on the dashboard, there's the fact that the X-axis on both charts is completely unlabeled.
Is there an easy way to add a set of labels to the X-axis of the default charts within RTC?

There is no way to cause the charts to have X-axis labels in the small representation in the viewlets. You can, however, click the title of the viewlet to drill in the full version of the chart which includes X-axis labels. You can also "maximize" the viewlet using the button on the viewlet toolbar (top right) to see the full chart without leaving the dashboard.

Related

Set visual interaction within charts in Qlik Sense

I have two drill down bar chart in a container, within one drill down chart I need to select a bar and a pivot table below it needs to be get filtered according to that selection and all other chart should remain unfiltered just like the way we set interaction in power bi. I found a way but it is not working I have written the steps below -
Master items - Alternate states - Create new
Create an alternate states and then drag and drop to the charts which needs to be updated, I have also applied a formula in the measure, but non of them are working, like -
= Sum({[alternate_name]}Amount)
Please guide me over this.
This is a tough one because Master Items can't use alternate states (or at least Master visualizations can't) outside of referencing them in set analysis, as you tried (See the Limitations section of this Qlik Help page). In your example =Sum({[alternate_name]} Amount), you probably found that the selecting the bars was still affecting everything else but selecting in the pivot table was filtering the bar chart.
What you'll need to do here is to create that second bar chart within the container itself, rather than creating a Master visualization. When you're adding a chart to a container, you have the option of either using a Master Visualization or just creating a chart within the container itself (see this screenshot here). When you create a chart within a container, you have the ability to apply an Alternate State.
Here's a GIF of me using this setup.

Does Dojo provide Heatmap charts?

What's required:
Heatmap charts by Dojo to show data in 2-D chart as colored cells for MVC.NET project.
Eg., Something similar to these Plotly heatmaps
Platform: IE
Features: Annotations, Zooming, Interactive, text rotation for labels, dynamic chart.
What's researched:
Dojo ticket 11705 asking for Heatmap. But was closed as 'wontfix'.
Found a patch intermediately shared for above ticket. But, it did not work.
If the Heatmaps are not currently supported, are there future plans to include it?
AFAIK there is no a heat-map chart ready made in dojo, but you could develop you own combining its functionalities.
Could be of interest:
https://dojotoolkit.org/reference-guide/1.10/dojox/charting.html
https://dojotoolkit.org/reference-guide/1.10/dojox/gfx.html

How to merge two metrics in microstrategy visual insights?

I have created those line charts in microstrategy 10 visual insights, but I want them to look as a merged chart. Can anyone help me with that. How to do so?
I got the result by using the combo chart from the visualization gallery. Also make sure that the metrics(here incoming and outgoing) are in different axes like left and right axes.
Drag and drop the metric names into the Color By box to give different colors to those metrics (i.e., incoming and outgoing).

Creating charts with customized looks in Crystal Reports

I need to add some nice looking charts to a Crystal Report. I've gotten all the info on the report, sorted the way it should be, but can't get the format looking the way I want through the UI. Here's what I need to do:
Rotate Y-Axis label vertically 45 degrees. I can rotate it vertically 90 degrees, but I can only position it inside the chart.
Display group labels at the top of the chart.
Place a vertical line between each group.
Current Report
Desired Output
Is this type of chart something that can be done programatically or through a 3rd party plugin?
It's not possible out of the box. In my case the reports were created by a ASP .NET web application, so charts for the reports could be pre-generated as image using external software.
Crystal Reports supports a limited set of charts and graphs with presets, so if none of these meet your needs it may not be the right solution.

Fusion charts dynamic clickable

I have a scenario where in I am using fusion chart which has a multiple line chart in one fusion chart. I want to create a clickable line chart where in clicking on label that particular attribute will be displayed in graph. So basically each line chart in graph is dynamically displayed with click of button for each line chart. I hope you get my requirement. Any help will be really appreciated.
I hope I have understood your requirement correctly.
As far as I know, FusionCharts v3.2 has something similar to what you require.
From the documentation,
Interactive legends in charts that allow for selective showing/hiding of data series (or slicing, in case of pie charts)
You can see a demo of this at FusionCharts gallery