HBASE-27791 Upgrade vega and its related js libraries (#5173)

Signed-off-by: Rajeshbabu Chintaguntla <rajeshbabu@apache.org>
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
This commit is contained in:
Nihal Jain 2023-04-17 16:16:07 +05:30 committed by GitHub
parent 2b098b0819
commit 24c471a0b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 17 additions and 37 deletions

View File

@ -642,11 +642,11 @@ under a '2-clause BSD' license.
----
This project bundles a copy of the Vega minified javascript library version
5.19.1, the Vega-Lite minified javascript library version 5.0.0, and the
Vega-Embed minified javascript library version 6.15.1. All three are
5.24.0, the Vega-Lite minified javascript library version 5.6.1, and the
Vega-Embed minified javascript library version 6.21.3. All three are
available under the following '3-clause BSD' license.
Copyright (c) 2015-2018, University of Washington Interactive Data Lab
Copyright (c) 2015-2023, University of Washington Interactive Data Lab
All rights reserved.
Redistribution and use in source and binary forms, with or without

View File

@ -17,9 +17,9 @@ See the License for the specific language governing permissions and
limitations under the License.
</%doc>
<script type="text/javascript" src="/static/js/vega@5.19.1.min.js"></script>
<script type="text/javascript" src="/static/js/vega-lite@5.0.0.min.js"></script>
<script type="text/javascript" src="/static/js/vega-embed@6.15.1.min.js"></script>
<script type="text/javascript" src="/static/js/vega@5.24.0.min.js"></script>
<script type="text/javascript" src="/static/js/vega-lite@5.6.1.min.js"></script>
<script type="text/javascript" src="/static/js/vega-embed@6.21.3.min.js"></script>
<div id="vis" style="width:80%;"></div>
<script type="text/javascript">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long