mihenk.js

d3.js based Chart Library
Showcase Documentation


Open Source

Mihenk is available under the GPLv3 license



Zoom & Drag

Use the mouse to pan by clicking on the background, or drag by clicking on individual dots; you may also use the mousewheel to zoom



Easy Usage

You can personalize by changing the settings easily



Chrome & Firefox Tested


Download Svg & Png


Responsive Design


Example Javascript Code
var mihenkdata = { "xdata": [1, 2, 3, 4, 5], "ydata": [4, 5, 6, 7, 8], "opt": { "x_labels": [], "y_labels": [], "zoom": true, "xlab": "x label", "ylab": "y label", "color": [], "div_id": "graph" } }; mihenk.barchart(mihenkdata);