Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jkruse committed Oct 23, 2021
1 parent 36a6416 commit cb486f5
Show file tree
Hide file tree
Showing 4 changed files with 1,136 additions and 1,091 deletions.
2 changes: 1 addition & 1 deletion AppHtml/Index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<script src="DfEngine/df-include.js"></script>

<!-- DataFlex Custom Controls (do not remove this line, used for automatic insertion) -->
<script src="https://unpkg.com/core-js-bundle@3.8.3/minified.js"></script>
<script src="https://unpkg.com/core-js-bundle@3.18.3/minified.js"></script>
<script src="amCharts/index.js"></script>

<!-- Initialization of the WebApp -->
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Master branch is for amCharts v4. Use the "v3" branch for amCharts v3.

Install [DataFlex](https://www.dataaccess.com/download/dfstudio/). This workspace is setup for version 20.0, but should be easy to migrate.

Install [Node.js](https://nodejs.org/). Version 12 or later will do nicely.
Install [Node.js](https://nodejs.org/). At least version 12.13 is required.

Install dependencies - from your AmChartsComponent folder run:

Expand Down Expand Up @@ -36,5 +36,5 @@ Either copy `AppSrc/cAmChart.pkg` to your application AppSrc folder, or add AmCh

Include the Core-JS polyfill and custom component in your index.html:

<script src="https://unpkg.com/core-js-bundle@3.6.5/minified.js"></script>
<script src="https://unpkg.com/core-js-bundle@3.18.3/minified.js"></script>
<script src="amCharts/index.js"></script>
Loading

0 comments on commit cb486f5

Please sign in to comment.