How to create Multi Axis graph using Chart Pro in iReport - jasper-reports

I am able to create multi axis graph with the normal graph tool in iReport version 4.0.1 but I cannot create multi axis graph using fusion charts (i.e. "Charts Pro" tool). I have a deadline to meet on this report and I need help.

As you can see, the Charts Pro do not have a Multiaxis report like the JFreeCharts have.

Related

Justpy: Add Highcharts Stock Options: "hollowcandlestick" & "Stock Tools"

How do I add Highcharts Stock series options to Justpy code? Specifically, I want to add:
hollow candlestick
Stock tools
I am working my way through the Justpy documentation and can't figure out how to change the "series : type" in examples 1 & 2 from "candlestick" to "hollowcandlestick".
Each of my attempts resulted in a blank webpage. (I also tried "hlc" and got the same result.)
I also want to add "Stock Tools". I am guessing the process is about the same as the "hollowcandlestick". But, I have figured it out yet.
Note: According to the Highcharts API, Stock tools requires Highcharts version 7. What version is Justpy using?
It's important to find out whether Justpy, allow to load addition modules.
While the candlestick series is listed in the documentation, it's hollowcandlestick modification originally from Highcharts requires an additional module.
It is best to report to Justpy whether they support these series.

How was this specific chart created in Power BI?

I am using Power BI for my business intelligence reports and I came across this nice chart in a Power BI Report.
Unfortunately, the author did not provide any information on the type of chart used (or how he created it). I have tried searching for the chart in the Custom Visuals gallery of Power BI (Custom Visuals) but could not find any chart which was a close match to it.
Any information or links on how to create it would be highly appreciated.
The example chart is a Ribbon chart and is not custom visual, but is a standard visual in Power BI from about the May 2019 release.
An example file on how to use it is here

Interactive HTML5 charts in Jaspersoft Studio

Jaspersoft Studio (Proffesional Edition) uses a JavaScript library Highcharts and generates HTML5 interactive charts.
Is it possible to create in Jaspersoft Studio pie chart like here - http://www.highcharts.com/demo/pie-drilldown -
that is to click on a particular part of the pie chart appeared and flashed a smooth transition to drill-down report?
Is it possible to create and display such a report in preview mode?
I think you need two things, first of all you need to configure your library in jaspersoft studio:
http://community.jaspersoft.com/wiki/advanced-formatting-new-html5-charts
and after that you need visualize.js, a component of jaspersoft to conect reports and javascript libraries as you want.
http://community.jaspersoft.com/project/visualizejs
Cheers!
Alba.

How to limit the Axis range on Performance Point Analytic Chart?

I have an Analytic Grid created in Dashboard Designer for SharePoint 2010 that displays some measures in percentage. The range of the series starts from 0% to 100%. I want to have the range start from 60% to 100%. Is this possible in Dashboard Designer. If possible, help please.
Thanks,
Merin
Unfortunately you can't. You need to use tools like SSRS or Excel to get more control of chart behavior.

How can we make a pie chart using dygraph

I would like to create pie chart using dygraph library. On the main site http://dygraphs.com/, i could't find the way to create pie chart
dygraphs is a library for creating line charts. You can't use it to create pie charts. There are many other JavaScript visualization libraries out there that will meet your needs better, for example the Google Visualization API or HighCharts.
It is possible to create pie charts using dygraphs using plotter plugin.
See the below link for the same-
https://varolokan.wordpress.com/2017/04/24/dygraphs-pie-chart-plotter/