Download jsEasyCharts Under 7kb compressed
The Google Charts API is an excellent way to put charts onto your page - they are PNG images, so do not require any specific plugin or latest browser. However, the interface is a URL, so it can be hard to build the querystring to make a chart.
jsEasyCharts is a JavaScript wrapper that allows you to easily place a Google Chart onto your page and access it via a simple API.
jsEasyCharts is also:
To use the JavaScript API first add the below code into your page, then add one of the code examples into the window.onload function:
<script type="text/javascript" src="jseasycharts.min.js"></script>
<script type="text/javascript">
window.onload = function () {
// Examples go in here
}
</script>
jsEasyCharts will work in the following browsers:
The latest version of jsEasyChart has a new type of chart, the Side-By-Side chart. This is unique to jsEasyChart, it allows you to compare two tracks of bar chart data side by side, showing each item of the tracks together.
jsEasyCharts is a clean and simple way to put a chart into your page. There are many other great JavaScript charting solutions out there. jsEasyCharts does not give you an interactive chart, if you want a more dynamic chart then please look at any of the following charting solutions: