1

I couldn't find any jquery library that can plot 2 dimensional bar charts (if i name it true). I want to plot a graph like this;

enter image description here

As you can see there are 2 variable for each bar. Width and height. But i can only change height of the bar charts in every library i tried. I want to give 2 interval for each variable and plot a rectangle.

Can you help me to find a library that can plot it or share some information about it?

Thank you.

tcgumus
  • 328
  • 3
  • 8

1 Answers1

0

I found the answer with luck. It is called Marimekko graphs and you can plot it with this javascript library.

http://www.mekkographics.com/free-trial/ or

http://www.fusioncharts.com/charts/marimekko_2/

It solves many problems to know its name. You can search for marimekko charts. Also there are lots of free codes in internet like;

http://bl.ocks.org/mbostock/1005090

https://gist.github.com/mbostock/1005090

d3.js how do I add text to Marimekko chart

http://www.jqplot.com/deploy/dist/examples/mekkoCharts.html

Community
  • 1
  • 1
tcgumus
  • 328
  • 3
  • 8