Änderungen https Andy Müller rückgängig gemacht

This commit is contained in:
aschwarz
2023-04-26 14:01:34 +02:00
parent dd253ca7e9
commit 1d0d52f302
355 changed files with 1004 additions and 1004 deletions

View File

@ -3,9 +3,9 @@
A zoom and pan plugin for Chart.js >= 2.1.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](http://hammerjs.github.io/) is used for gesture recognition.
Zooming is done via the mouse wheel or via a pinch gesture. [Hammer JS](https://hammerjs.github.io/) is used for gesture recognition.
[Live Codepen Demo](http://codepen.io/pen/PGabEK)
[Live Codepen Demo](https://codepen.io/pen/PGabEK)
## Configuration
@ -56,7 +56,7 @@ Prior to v0.4.0, this plugin was known as 'Chart.Zoom.js'. Old versions are stil
## Documentation
You can find documentation for Chart.js at [www.chartjs.org/docs](http://www.chartjs.org/docs).
You can find documentation for Chart.js at [www.chartjs.org/docs](https://www.chartjs.org/docs).
Examples for this plugin are available in the [samples folder](samples).
@ -66,4 +66,4 @@ Before submitting an issue or a pull request to the project, please take a momen
## License
chartjs-plugin-zoom.js is available under the [MIT license](http://opensource.org/licenses/MIT).
chartjs-plugin-zoom.js is available under the [MIT license](https://opensource.org/licenses/MIT).