remove descriptions from pie chart - palantir-foundry

I'm trying to get a pie chart in palantir workshop and group-by column names will appear on pie chart. Is there any way to remove them from the pie chart as I can see them in the legend as well. I don't want to get rid of my legend.

Related

How do I put a worksheet inside one slice of pie chart in Tableau?

I have created a piechart based upon some of the relevant statuses of the company e.g. Closed, In Progress etc. Now separately I have created other worksheets with the resolution status count and the clients name. How do I link the relevant slices of pie chart with the sheets?
I have tried from the tooltip but it is inserting the sheet for the whole piechart.
#Daremitsu, try click on filter button
Then click on the country and see the result

SSRS: How to fix pie chart size

I have 2 pie charts in a report.
In the Report Builder they look the same size. But in the Web Browser (view the report) actual size (diameter) of charts is different due to data labels.
See the example
How can I fix pie chart size in the Report Builder?
You can control the position of the chart area and the plot position of the pie within the area by setting the CustomPosition and CustomInnerPlotPosition properties. Select the chart area first to see these properties.

Possible to create a combo graph containing line and bar [duplicate]

How can SSRS 2005 represent two chart types (i.e., bar and line) on the same chart?
I am trying to create a graph that looks like the professionally crafted image below:
The chart would have one series represented as bar graphs and then two other series represented as overlapping line graphs.
I have the line graphs working as two independent series and I can write my SQL query to return empty values for the months of the bar graph series and empty values for the years on the two line series to prevent overlapping, but I don't see how to specify a chart type per series.
Realistically, can this be done using SSRS? Or simulated visually?
Select the Chart, make sure it is highlighted and the Chart Data box appears to the right of the graph, both of your series should be listed inside the "Values" section. Click the drop down arrow to the right of your Series' value, use the 'Change Chart type' option from here (per series). This will affect only the series you clicked the drop down for :)

Present actual data in SSRS Pie Chart - not in Percentage

I have a pie chart and I don't want to display percentages, but the whole number value from the source.
I want the chart to display the actual numbers, and not a percentage, how can I do this?
This is quite easy to achieve, just follow these simple steps:
On the design surface, right-click on the pie and select Show Data
Labels. The data labels should appear within each slice on the pie
chart.
On the design surface, right-click on the labels and select Series
Label Properties. The Series Label Properties dialog box appears.
In the Series Label Properties, in the General tab. You must enter the Label data you wish to be displayed. This can be done by
clicking the Expression button (fx) and defining
which column's data you wish to display.
For example: =Sum(Fields!MyColumn.Value)
If you have any trouble, feel free to respond and perhaps add some more information about your DataSource.

Two chart types (bar and line) in same SSRS chart

How can SSRS 2005 represent two chart types (i.e., bar and line) on the same chart?
I am trying to create a graph that looks like the professionally crafted image below:
The chart would have one series represented as bar graphs and then two other series represented as overlapping line graphs.
I have the line graphs working as two independent series and I can write my SQL query to return empty values for the months of the bar graph series and empty values for the years on the two line series to prevent overlapping, but I don't see how to specify a chart type per series.
Realistically, can this be done using SSRS? Or simulated visually?
Select the Chart, make sure it is highlighted and the Chart Data box appears to the right of the graph, both of your series should be listed inside the "Values" section. Click the drop down arrow to the right of your Series' value, use the 'Change Chart type' option from here (per series). This will affect only the series you clicked the drop down for :)