remove d3-legend

This commit is contained in:
nobody 2024-04-12 06:26:41 +02:00
parent 1211a9c43a
commit fb5a3f779b
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 1 additions and 9 deletions

View File

@ -296,7 +296,6 @@ mappings.cdn = {
'cookieconsent2/{version}/cookieconsent.css': resources.cookieconsent2CSS,
'corejs-typeahead/{version}/typeahead.bundle.': resources.corejsTypeahead,
'd3/{version}/d3.min.js': resources.d3JS,
'd3-legend/{version}/d3-legend.': resources.d3legend,
'datatables/{version}/': resources.datatables,
'dayjs/{version}/dayjs.': resources.dayjs,
'dexie/{version}/dexie.': resources.dexie,

View File

@ -325,10 +325,6 @@ var resources = {
'd3JS': {
'path': 'resources/d3/{version}/d3.min.jsm'
},
// D3 Legend [Deprecated]
'd3legend': {
'path': 'resources/d3-legend/{version}/d3-legend.min.jsm'
},
// datatables
'datatables': {
'path': 'resources/datatables/{version}/'

View File

@ -181,7 +181,6 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/d3/5.')) return '5.16.0';
if (type.startsWith('/d3/6.')) return '6.7.0';
if (type.startsWith('/d3/7.')) return '7.9.0';
if (type.startsWith('/d3-legend/2.')) return '2.25.6';
if (type.startsWith('/datatables/1.')) return '1.11.0';
if (type.startsWith('/dayjs/1.')) return '1.11.10';
if (type.startsWith('/dexie/3.') || type.startsWith('/dexie/latest')) return '3.2.6';

View File

@ -31,6 +31,7 @@
<li>angular-ui-select</li>
<li>angular-ui-utils</li>
<li>angular-stripe-checkout</li>
<li>d3-legend</li>
</ul>
</div>
<div id="generator-section">

File diff suppressed because one or more lines are too long