# Getting Started

A zoom and pan plugin for Chart.js >= 3.0.0

Panning can be done via the mouse or with a finger. Zooming is done via the mouse wheel or via a pinch gesture. Hammer.js (opens new window) is used for gesture recognition.

# Installation

> npm install chartjs-plugin-zoom

TIP

Important Note: For Chart.js 2.6.0 to 2.9.x support, use version 0.7.7 of this plugin (opens new window). Documentation for v0.7.7 can be found on GitHub (opens new window).

Last Updated: 11/16/2021, 3:06:42 PM