forked from apexcharts/apexcharts.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
79a1400
commit 81478fb
Showing
7 changed files
with
138 additions
and
150 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
/*! | ||
* svg.js - A lightweight library for manipulating and animating SVG. | ||
* @version 2.6.6 | ||
* https://svgdotjs.github.io/ | ||
* @svgdotjs/svg.resize.js - An extension for svg.js which allows to resize elements which are selected | ||
* @version 2.0.4 | ||
* /~https://github.com/svgdotjs/svg.resize.js | ||
* | ||
* @copyright [object Object] | ||
* @license MIT | ||
* | ||
* BUILT: Fri Sep 13 2024 12:43:14 GMT+0200 (Central European Summer Time) | ||
*/ | ||
|
||
/*! | ||
* svg.select.js - An extension of svg.js which allows to select elements with mouse | ||
* @version 3.0.1 | ||
* @svgdotjs/svg.select.js - An extension of svg.js which allows to select elements with mouse | ||
* @version 4.0.1 | ||
* /~https://github.com/svgdotjs/svg.select.js | ||
* | ||
* @copyright Ulrich-Matthias Schäfer | ||
* @license MIT | ||
* | ||
* BUILT: Mon Jul 01 2024 15:04:42 GMT+0200 (Central European Summer Time) | ||
*/ | ||
|
||
/*! svg.draggable.js - v2.2.2 - 2019-01-08 | ||
* /~https://github.com/svgdotjs/svg.draggable.js | ||
* Copyright (c) 2019 Wout Fierens; Licensed MIT */ |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.