ZoomCharts Documentation

Version: 1.21.3 (2025-04-07)
Switch to Version 2.0 (BETA)

Introduction to ZoomCharts

What is ZoomCharts

ZoomCharts is a JavaScript/HTML library that helps you add visually rich and interactive charts to your application. With only a minimal amount of code you can visualize your data and let your users discover new insights.

You can use ZoomCharts with any server side programming language (including .NET, PHP, Java, Ruby etc.) and with any client side framework (including React, Vue, AngularJS, jQuery etc.).

Acquire ZoomCharts

The simplest way of acquiring ZoomCharts is to use the library directly from our CDN server:

<script src="https://cdn.zoomcharts-cloud.com/1/stable/zoomcharts.js"></script>

Please see installation section for details on how to retrieve specific versions from CDN.

Also note that although the CDN is hosted on Azure CDN service (provided by Verizon) , we do not guarantee any SLA for its availability. To mitigate this you can download any version from the CDN server as a zip archive to host on your own servers.

Note! In production environment do not use CDN as the source of library. Keep in mind that such versions such as latest, nightly or stable can change any time. To aviod some unexpected changes you should download your local copy of ZoomCharts. And upgrade to newer version whenever you have tested that on your development environment.

X