How to create a half circle donut chart in Tableau - tableau-api

Please let me know, how to create a half circle donut chart in Tableau. Please see the attached image.
Lables can be fine with inside donut/outside of donut.
Thanks in advance.

There is an easy method to do this. Basically it is a tweek in full donut chart. We will create a full donut chart and hiding the bottom half.
See details in : https://rahulsblogorg.wordpress.com/2017/06/08/creating-a-semi-circle-donut-an-extension-of-donut-chart/

I know this is an old post, but thought I'd respond in case others find this in the future. One issue with the solution posted above is that the half donut will never be quite horizontal--because of the way pie charts are created (starting at the top and moving clockwise), this approach will always have issues. The only way I've found to create this chart is using polygons. Here's a blog on the topic: Half Donut Chart in Tableau

Related

How do I anchor the legend to floating chart in Tableau?

As of right now, if I'm floating the chart, the legend will not float with it. I would like to anchor that legend along side(or maybe even inside) the chart. This way when Im draging my chart into positon, I won't have to do the same with the legend. Is there a way to do this? Thanks in advance.
Each object on the dashboard is independent, and only relevant to the top left corner of the dashboard when floating. You can create containers and move the entire container as per this article:
https://help.tableau.com/current/pro/desktop/en-s/dashboards_organize_floatingandtiled.htm
I know anchoring to an object has been an asked for feature in the past going back as far as 2016, that I could find, but I do not know the current in progress status.

Is there a way to make a Pie Chart with iTextsharp?

I need to make a Pie Chart for a new PDF document I'm developing but I haven't found a way to make it happen. As long as I've been researching there's no obvious way to draw a piece of a pie chart. just a full circle witch doesn't help.
My goal is to have a pie chart where each piece can be independent and have different size and radius.
I've tried to use circles and divide the circle with lines but it would be better if I could draw each piece of the pie chart independently, so i could make the design more appealing.

Line Chart axises layout

I have a line chart as it is showed bellow.
How can I make the x-axis showing off all the data (I need the chart to be in small size), for example as it is appear in the preview bar (I mean by preview bar the scrolling bar under the chart to explore the x-axis value, which I highlighted in red in the second photo). In other words, I want to see somehow the whole data of the x-axis in the chart at once without the preview bar.
I hope someone have an idea to help me out, and much thanks in advance.
I think the answer is that this is a feature, not a bug - as Sense is built to re-size and tailor the view for any screen size you lose control over the minutiae such as what parts of the chart to show.
Sense will always format itself to fit as per predetermined rules in the background.
That being said, the slider at the bottom of the chart displays the entire chart and users can expand the chart to fill the screen. So it might be an idea to instead of trying to fit Sense to your requirements to readjust your users expectations to what Sense can offer.
If you were able to see all the data in such a small chart, it would be unintelligible.

Highcharts or Fusioncharts,which one to select

I have used Highcharts for drawing different types of graphs and for simple charts like stack, column, bar, pie etc.
But when I searched for GANTT chart I realize that it is not available in Highcharts. In the mean time I came across FusionCharts, can anyone please explain me which one to use and why? I'm a beginner in this area.
im working with amcharts since few years and I needed to make the same decision in the past and I'm super happy that I've choosen Amcharts it's super easy to use and to integrate in projects , I can just recommend this one it's pretty flexible, I guess you can also simulate the GANT chart if you simply combine few bar charts together :)

how to make bar chart?

I am new to Iphone and i want to make bar chart can some one provide basic tutorial for it.I want make Simple line and small rectangle portion to show coordinate.
Thanks .
Try using core-plot.
You can look at DSBarChart. A simple Objective-C Bar Chart / Histogram library.
And here is the sample usage