Skip to content

Commit 85f2b62

Browse files
committed
Updating AnyChart library version and licensing info
1 parent 694dd3c commit 85f2b62

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[<img src="https://cdn.anychart.com/images/logo-transparent-segoe.png?2" width="234px" alt="AnyChart - Robust JavaScript/HTML5 Chart library for any project">](https://anychart.com)
1+
[<img src="https://cdn.anychart.com/images/logo-transparent-segoe.png?2" width="234px" alt="AnyChart - Robust JavaScript/HTML5 Chart library for any project">](https://www.anychart.com)
22
# Python Flask basic template
33
This example shows how to use Anychart library with the Python programming language, Flask microframework and MySQL database.
44

@@ -74,7 +74,11 @@ Database - [MySQL](https://www.mysql.com/)<br />
7474
* [Documentation](https://docs.anychart.com)
7575
* [JavaScript API Reference](https://api.anychart.com)
7676
* [Code Playground](https://playground.anychart.com)
77-
* [Technical Support](https://anychart.com/support)
77+
* [Technical Support](https://www.anychart.com/support)
7878

7979
## License
80-
[© AnyChart.com - JavaScript charts](http://www.anychart.com). Released under the [Apache 2.0 License](https://github.com/anychart-integrations/python-flask-mysql-template/blob/master/LICENSE).
80+
AnyChart Python/Flask/MySQL integration sample includes two parts:
81+
- Code of the integration sample that allows to use Javascript library (in this case, AnyChart) with Python language, Flask framework and MySQL database. You can use, edit, modify it, use it with other Javascript libraries without any restrictions. It is released under [Apache 2.0 License](https://github.com/anychart-integrations/python-flask-mysql-template/blob/master/LICENSE).
82+
- AnyChart JavaScript library. It is released under Commercial license. You can test this plugin with the trial version of AnyChart. Our trial version is not limited by time and doesn't contain any feature limitations. Check details [here](https://www.anychart.com/buy/).
83+
84+
If you have any questions regarding licensing - please contact us. <[email protected]>

templates/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>{{title}}</title>
6-
<script src="https://cdn.anychart.com/js/latest/anychart-bundle.min.js"></script>
7-
<link rel="stylesheet" href="https://cdn.anychart.com/css/latest/anychart-ui.min.css" />
6+
<script src="https://cdn.anychart.com/releases/8.0.0/js/anychart-base.min.js"></script>
7+
<script src="https://cdn.anychart.com/releases/8.0.0/js/anychart-exports.min.js"></script>
8+
<script src="https://cdn.anychart.com/releases/8.0.0/js/anychart-vml.min.js"></script>
9+
<link rel="stylesheet" href="https://cdn.anychart.com/releases/8.0.0/css/anychart-ui.min.css"/>
10+
<link rel="stylesheet" href="https://cdn.anychart.com/releases/8.0.0/fonts/css/anychart.min.css"/>
811
<link rel="stylesheet" href="/static/css/style.css" />
912
</head>
1013
<body>

0 commit comments

Comments
 (0)