added Chart.js 1.0.2 to friendica library and use it instead of CDN version for graphs
This commit is contained in:
parent
1030c5f4b6
commit
8e7d53cd41
11
library/Chart.js-1.0.2/Chart.min.js
vendored
Normal file
11
library/Chart.js-1.0.2/Chart.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
7
library/Chart.js-1.0.2/LICENSE.md
Normal file
7
library/Chart.js-1.0.2/LICENSE.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
Copyright (c) 2013-2015 Nick Downie
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
20
library/Chart.js-1.0.2/README.md
Normal file
20
library/Chart.js-1.0.2/README.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Chart.js
|
||||||
|
|
||||||
|
[![Build Status](https://travis-ci.org/nnnick/Chart.js.svg?branch=master)](https://travis-ci.org/nnnick/Chart.js) [![Code Climate](https://codeclimate.com/github/nnnick/Chart.js/badges/gpa.svg)](https://codeclimate.com/github/nnnick/Chart.js)
|
||||||
|
|
||||||
|
|
||||||
|
*Simple HTML5 Charts using the canvas element* [chartjs.org](http://www.chartjs.org)
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
You can find documentation at [chartjs.org/docs](http://www.chartjs.org/docs/). The markdown files that build the site are available under `/docs`. Please note - in some of the json examples of configuration you might notice some liquid tags - this is just for the generating the site html, please disregard.
|
||||||
|
|
||||||
|
## Bugs, issues and contributing
|
||||||
|
|
||||||
|
Before submitting an issue or a pull request to the project, please take a moment to look over the [contributing guidelines](https://github.com/nnnick/Chart.js/blob/master/CONTRIBUTING.md) first.
|
||||||
|
|
||||||
|
For support using Chart.js, please post questions with the [`chartjs` tag on Stack Overflow](http://stackoverflow.com/questions/tagged/chartjs).
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
Chart.js is available under the [MIT license](http://opensource.org/licenses/MIT).
|
|
@ -1,4 +1,4 @@
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/1.0.2/Chart.min.js"></script>
|
<script src="{{$baseurl}}/library/Chart.js-1.0.2/Chart.min.js"></script>
|
||||||
<canvas id="FederationChart" style="width: 400px; height: 400px; float: right; margin: 20px;"></canvas>
|
<canvas id="FederationChart" style="width: 400px; height: 400px; float: right; margin: 20px;"></canvas>
|
||||||
<div id="adminpage">
|
<div id="adminpage">
|
||||||
<h1>{{$title}} - {{$page}}</h1>
|
<h1>{{$title}} - {{$page}}</h1>
|
||||||
|
|
Loading…
Reference in a new issue