Home

Awesome

EJSChart

100% Powerful, Clean & Functional Javascript Charts

Whether at home, a medium sized or enterprise venture, EJSCharts will seamlessly help you represent your data more clearly and efficiently.

Compatible With:

Features

Interactive

Features such as Hints, Mouse Tracking, Mouse Events, Key Tracking, and Events, Zooming, Scrolling, and Crosshairs raise interactivity and user experience in web charting to a new level.

Too much data and not enough screen real estate? Show it all. Let your end users zoom in on the pieces they're most interested in. Axis locking for single axis zoom, scrolling and automatic axis scaling are all included.

Ajax Driven Data

EJSChart supports XML-formatted data and loads data on the fly. New series can be added and data updated in real time without page reloads.

Stackable Series

Multiple chart series can be stacked and combined to fit many charting needs.

Plugin Free

100% pure Javascript Charting solution. No more worries of incompatible plugin versions or confusing security warnings. EJSChart is pure JavaScript and requires no client installation.

Setup

Implementation Instructions

<script src="./path-to-your-directory/EJSChart.min.js"></script>

Creating Your First Chart

<div id="myChart"></div>

<script>
var chart = new EJSC.Chart("myChart");
</script>

License

Please see the LICENSE.txt file for license information.