This is an adapter for using Zepto.js with Highcharts rather than jQuery.
Animations are not yet supported on non-DOM elements (such as the SVG wrapper object) since we are using Zepto CSS-based transformations.
Include it between zepto and highcharts:
<script src="zepto.js"></script>
<script src="highcharts-zepto.src.js"></script>
<script src="highcharts.src.js"></script>
Use highcharts-zepto.src.js
but get the others from the official distributions.
See the examples for additional samples.
MIT