eCharts - can we create a mekko chart using echarts custom chart functionality - echarts

eCharts does not seem to be having mekko chart out of the box.
Is it possible to create a mekko chart using e-charts custom chart functionality? Is it even feasible?
If anyone has an example/reference on this would be great.

Marimekko chart is very similar to Profit chart from examples.

Related

Nest Pie Chart using Apexcharts

I have build donut/ piecharts in Apexcharts but have a requirement now to build a nested pie chart. I would like to know if this is achievable using Apexcharts. If not can someone suggest me an alternative with which I can build this chart

Chart Markers formatting for Scatter Charts

Is it possible to hide the markers on an "xyscatterLines" chart like on EXCEL desktop version ? (like illustrate on images below).
After much research, I found the solution. It is to use the "xyscatterLinesNoMarkers" chart type.

How to position legend chart labels?

Is it possible to change the default positions of the legend labels around the jasper reports charts? Currently I have a following kind of chart being created:
I would like to move this [hoursNormal, hoursTravel, hoursOvertime]-box from under the chart to the right side of the chart. Another thing I would like to do is to replace this [hoursNormal, hoursTravel, hoursOvertime]-box by label "month". I just don't see any tools for moving these positions in Jasper studio chart creation wizard, and to me also the xml looks like so static that I don't believe tinkering it would help me.
Hopefully I'm wrong and there is a easy solution?
Move the legend to the right and other option of the chart can be find in the Properties View.
Click the chart, to view Properties for the chart. Navigate the different properties tabs to set what you need.
Example
If you need more advanced feature on the chart you need to use a customizer class see this as example: How to put benchmark line on barchart?

Can someone help me create a simple vertical bar chart using google charts?

I need help in building a dynamic chart. i have the following code but need to change it to a vertical bar graph instead of the horizontal one here is the sample http://chart.apis.google.com/chart?cht=bhs&chs=200x50&chco=4d89f9,c6d9fd&chxt=x,y&chxs=0|0&chd=t:80|20
You can change the "bhs" to "bvs" and change the scaling as needed:
Try this.

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