Skip to content

Commit

Permalink
HBASE-27791 Upgrade vega and its related js libraries (#5173)
Browse files Browse the repository at this point in the history
Signed-off-by: Rajeshbabu Chintaguntla <[email protected]>
Signed-off-by: Nick Dimiduk <[email protected]>
  • Loading branch information
NihalJain authored and ndimiduk committed Apr 18, 2023
1 parent 8516bb5 commit 4ee389a
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 37 deletions.
6 changes: 3 additions & 3 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

0 comments on commit 4ee389a

Please sign in to comment.