Is it possible to build round bar chart with Zingchart? - zingchart

Is it possible to build a round bar chart or radial bar chart with zingchart. Something like this.
Apexchart

While you can technically build all charts in ZingChart because we are just a rendering engine, this chart type bodes itself more difficult to render than most. We have examples on the site:
Demo 1
Demo 2

Related

Chart Missing Observations

I'm having trouble with a combination chart. I'm using the old-school chart because same vis in the Legacy Visualizations and New Visualizations forces a second values axis with a different scale on the right. I don't want that.
The trouble I'm having is that not all of the observations are showing up. I have a page with a chart and a list. Both use the same query, but some observations are missing from the chart.
[MATSLabNumberNumeric] = cast ( substring ( [MATS Lab Number], 6 ), int ) where MATS Lab Number is like FA0200088 (for the first observation in the list). All observations are displayed if the MATS Lab Number is used, but not if MATSLabNumberNumeric is used.
I tried resizing the chart, but as expected, changing the layout had no effect on the data being presented. It just made the columns wider or narrower.
I have had the same results in all combinations of these:
Cognos Analytics 11.0.13
Cognos Analytics 11.1.7
Interactive Viewer
Compatible Viewer
11.4 styles
10.x styles
combination chart
bar chart
column chart
area chart
line chart
Any idea what could be causing this? Is there a property I inadvertently flipped?
You can try adjusting the width of the chart under the Size and Overflow property.

SSRS Pie Chart - Get Label Lines to Point Inside the Chart

Is it possible to have the label pointer lines to point within the pie chart area? I found that you can control the line size and bend with the Custom Attributes, "LabelsHorizontalLineSize" and "LabelsRadialLineSize" on the Chart Series, but can they point inside instead of outside?
Basically, I currently have a chart that looks like this:
but I would like it to look like this (with the dots at the end if possible):
Is there a way to do this in Visual Studio SSRS Report Designer?
Short answer, no. This is one of the (many) limitations of SSRS

PerformancePoint stacked bar

I'm trying to get a report with stacked bars in the panel PerformacePoint control.
I have 3 sets and want to get version reaching the target visually.
If I use a bar graph, and use a value formatted as%, first, it works. But when you step to the line with stacked bar disappears objectives. Any idea? Is it possible?
Thanks

Integrating charts in Excel

I was wondering if there is a way to integrate a bar chart and a line chart into "one single chart", where the bars are "on top of the line plot? See picture for a clearer view.
(Obviously the bar-chart is not supposed to be outside the actual plot...)
This is a bit of a hack, but you could create two charts with the chart area fill transparency turned to 100%. This allows charts to be placed on top of each other, but in a way that both can be seen. Turning off any elements in the chart that you don't want (for example, duplicate axis) would enhance the presentation.
Problem solved. It was actually just a matter of scaling data, and using two "line with markers" type charts. The lines in between each dot in the one showing the percentage, were then removed. Then, using a certain layout, a line connecting the two series could appear (as shown in pic).

Pie chart, bar chart and graphs using LWUIT

Has anybody ever drawn charts and graphs using LWUIT? Is it even possible? If it is, can you share with the world?
Just look on this blog, Charting Components For LWUIT.

Resources