Änderungen https Andy Müller rückgängig gemacht
This commit is contained in:
@ -13,7 +13,7 @@ If you're suggesting a new chart type, please take a look at [writing new chart
|
||||
|
||||
To keep the library lightweight for everyone, it's unlikely we'll add many more chart types to the core of Chart.js, but issues are a good medium to design and spec out how new chart types could work and look.
|
||||
|
||||
Please do not use issues for support requests. For help using Chart.js, please take a look at the [`chartjs`](http://stackoverflow.com/questions/tagged/chartjs) tag on Stack Overflow.
|
||||
Please do not use issues for support requests. For help using Chart.js, please take a look at the [`chartjs`](https://stackoverflow.com/questions/tagged/chartjs) tag on Stack Overflow.
|
||||
|
||||
|
||||
Reporting bugs
|
||||
@ -25,7 +25,7 @@ Guidlines for reporting bugs:
|
||||
|
||||
- Check the issue search to see if it has already been reported
|
||||
- Isolate the problem to a simple test case
|
||||
- Provide a demonstration of the problem on [JS Bin](http://jsbin.com) or similar
|
||||
- Provide a demonstration of the problem on [JS Bin](https://jsbin.com) or similar
|
||||
|
||||
Please provide any additional details associated with the bug, if it's browser or screen density specific, or only happens with a certain configuration or data.
|
||||
|
||||
|
@ -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).
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* chartjs-plugin-zoom
|
||||
* http://chartjs.org/
|
||||
* https://chartjs.org/
|
||||
* Version: 0.4.5
|
||||
*
|
||||
* Copyright 2016 Evert Timberg
|
||||
|
2
chart/zoom/chartjs-plugin-zoom.min.js
vendored
2
chart/zoom/chartjs-plugin-zoom.min.js
vendored
@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* chartjs-plugin-zoom
|
||||
* http://chartjs.org/
|
||||
* https://chartjs.org/
|
||||
* Version: 0.4.5
|
||||
*
|
||||
* Copyright 2016 Evert Timberg
|
||||
|
@ -20,7 +20,7 @@ var outDir = './';
|
||||
|
||||
var header = "/*!\n\
|
||||
* chartjs-plugin-zoom\n\
|
||||
* http://chartjs.org/\n\
|
||||
* https://chartjs.org/\n\
|
||||
* Version: {{ version }}\n\
|
||||
*\n\
|
||||
* Copyright 2016 Evert Timberg\n\
|
||||
|
Reference in New Issue
Block a user