添加项目文件。

This commit is contained in:
jl
2023-01-13 15:30:20 +08:00
parent 40ed216831
commit bf208bde56
834 changed files with 470902 additions and 0 deletions

View File

@ -0,0 +1,17 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* 3D features for Highcharts JS
*
* @license: www.highcharts.com/license
*/
'use strict';
import '../parts-3d/Math.js';
import '../parts-3d/SVGRenderer.js';
import '../parts-3d/Chart.js';
import '../parts-3d/Axis.js';
import '../parts-3d/Series.js';
import '../parts-3d/Column.js';
import '../parts-3d/Pie.js';
import '../parts-3d/Scatter.js';
import '../parts-3d/VMLRenderer.js';

View File

@ -0,0 +1,22 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* (c) 2009-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../parts-more/Pane.js';
import '../parts-more/RadialAxis.js';
import '../parts-more/AreaRangeSeries.js';
import '../parts-more/AreaSplineRangeSeries.js';
import '../parts-more/ColumnRangeSeries.js';
import '../parts-more/ColumnPyramidSeries.js';
import '../parts-more/GaugeSeries.js';
import '../parts-more/BoxPlotSeries.js';
import '../parts-more/ErrorBarSeries.js';
import '../parts-more/WaterfallSeries.js';
import '../parts-more/PolygonSeries.js';
import '../parts-more/BubbleSeries.js';
import '../parts-more/PackedBubbleSeries.js';
import '../parts-more/Polar.js';

View File

@ -0,0 +1,36 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* (c) 2009-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import Highcharts from '../parts/Globals.js';
import '../parts/SvgRenderer.js';
import '../parts/Html.js';
import '../parts/Axis.js';
import '../parts/DateTimeAxis.js';
import '../parts/LogarithmicAxis.js';
import '../parts/PlotLineOrBand.js';
import '../parts/Tooltip.js';
import '../parts/Pointer.js';
import '../parts/TouchPointer.js';
import '../parts/MSPointer.js';
import '../parts/Legend.js';
import '../parts/Chart.js';
import '../parts/ScrollablePlotArea.js';
import '../parts/Stacking.js';
import '../parts/Dynamics.js';
import '../parts/AreaSeries.js';
import '../parts/SplineSeries.js';
import '../parts/AreaSplineSeries.js';
import '../parts/ColumnSeries.js';
import '../parts/BarSeries.js';
import '../parts/ScatterSeries.js';
import '../parts/PieSeries.js';
import '../parts/DataLabels.js';
import '../modules/overlapping-datalabels.src.js';
import '../parts/Interaction.js';
import '../parts/Responsive.js';
export default Highcharts;

View File

@ -0,0 +1,13 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Accessibility module
*
* (c) 2010-2018 Highsoft AS
* Author: Oystein Moseng
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/a11y-i18n.src.js';
import '../../modules/screen-reader.src.js';
import '../../modules/keyboard-navigation.src.js';

View File

@ -0,0 +1,20 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Annotations module
*
* (c) 2009-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../annotations/annotations.src.js';
import '../../annotations/types/CrookedLine.js';
import '../../annotations/types/ElliottWave.js';
import '../../annotations/types/Tunnel.js';
import '../../annotations/types/InfinityLine.js';
import '../../annotations/types/Fibonacci.js';
import '../../annotations/types/Pitchfork.js';
import '../../annotations/types/VerticalLine.js';
import '../../annotations/types/Measure.js';
import '../../annotations/navigationBindings.js';
import '../../annotations/popup.js';

View File

@ -0,0 +1,12 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Annotations module
*
* (c) 2009-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../annotations/annotations.src.js';
import '../../annotations/navigationBindings.js';
import '../../annotations/popup.js';

View File

@ -0,0 +1,10 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Arrow Symbols
*
* (c) 2017-2018 Lars A. V. Cabrera
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../parts-gantt/ArrowSymbols.js';

View File

@ -0,0 +1,11 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Boost module
*
* (c) 2010-2018 Highsoft AS
* Author: Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/boost-canvas.src.js';

View File

@ -0,0 +1,11 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Boost module
*
* (c) 2010-2018 Highsoft AS
* Author: Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/boost.src.js';

View File

@ -0,0 +1,9 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* (c) 2009-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/broken-axis.src.js';

View File

@ -0,0 +1,11 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* Bullet graph series type for Highcharts
*
* (c) 2010-2018 Kacper Madej
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/bullet.src.js';

View File

@ -0,0 +1,10 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* CurrentDateIndicator
*
* (c) 2010-2018 Lars A. V. Cabrera
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../parts-gantt/CurrentDateIndicator.js';

View File

@ -0,0 +1,10 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Highcharts cylinder module
*
* (c) 2010-2018 Kacper Madej
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/cylinder.src.js';

View File

@ -0,0 +1,10 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Data module
*
* (c) 2012-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/data.src.js';

View File

@ -0,0 +1,13 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Debugger module
*
* (c) 2012-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../error-messages.js';
import '../../modules/debugger.src.js';

View File

@ -0,0 +1,11 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Drag-panes module
*
* (c) 2010-2018 Highsoft AS
* Author: Kacper Madej
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/drag-panes.src.js';

View File

@ -0,0 +1,9 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* (c) 2009-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/draggable-points.src.js';

View File

@ -0,0 +1,10 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Highcharts Drilldown module
*
* Author: Torstein Honsi
* License: www.highcharts.com/license
*
*/
'use strict';
import '../../modules/drilldown.src.js';

View File

@ -0,0 +1,10 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Exporting module
*
* (c) 2010-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/export-data.src.js';

View File

@ -0,0 +1,10 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Exporting module
*
* (c) 2010-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/exporting.src.js';

View File

@ -0,0 +1,11 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Advanced Highstock tools
*
* (c) 2010-2018 Highsoft AS
* Author: Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/full-screen.src.js';

View File

@ -0,0 +1,10 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Highcharts funnel module
*
* (c) 2010-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/funnel.src.js';

View File

@ -0,0 +1,11 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Gantt series
*
* (c) 2016-2018 Lars A. V. Cabrera
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../parts-gantt/GanttSeries.js';
import '../../parts-gantt/GanttChart.js';

View File

@ -0,0 +1,10 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* GridAxis
*
* (c) 2016-2018 Lars A. V. Cabrera
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../parts-gantt/GridAxis.js';

View File

@ -0,0 +1,11 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* (c) 2009-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../parts-map/ColorAxis.js';
import '../../parts-map/ColorSeriesMixin.js';
import '../../parts-map/HeatmapSeries.js';

View File

@ -0,0 +1,11 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* (c) 2010-2018 Highsoft AS
* Author: Sebastian Domas
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/histogram.src.js';
import '../../modules/bellcurve.src.js';

View File

@ -0,0 +1,11 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* Item series type for Highcharts
*
* (c) 2010-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/item-series.src.js';

View File

@ -0,0 +1,10 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Force directed graph module
*
* (c) 2010-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/networkgraph/networkgraph.src.js';

View File

@ -0,0 +1,11 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Plugin for displaying a message when there is no data visible in chart.
*
* (c) 2010-2018 Highsoft AS
* Author: Oystein Moseng
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/no-data-to-display.src.js';

View File

@ -0,0 +1,10 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Client side exporting module
*
* (c) 2015-2018 Torstein Honsi / Oystein Moseng
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/offline-exporting.src.js';

View File

@ -0,0 +1,11 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Old IE (v6, v7, v8) array polyfills for Highcharts v7+.
*
* (c) 2010-2018 Highsoft AS
* Author: Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/oldie-polyfills.src.js';

View File

@ -0,0 +1,11 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Old IE (v6, v7, v8) module for Highcharts v6+.
*
* (c) 2010-2018 Highsoft AS
* Author: Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/oldie.src.js';

View File

@ -0,0 +1,9 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* (c) 2009-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/overlapping-datalabels.src.js';

View File

@ -0,0 +1,11 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* Support for parallel coordinates in Highcharts
*
* (c) 2010-2018 Pawel Fus
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/parallel-coordinates.src.js';

View File

@ -0,0 +1,11 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* Pareto series type for Highcharts
*
* (c) 2010-2018 Sebastian Bochan
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/pareto.src.js';

View File

@ -0,0 +1,10 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Pathfinder
*
* (c) 2016-2018 Øystein Moseng
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../parts-gantt/Pathfinder.js';

View File

@ -0,0 +1,11 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Module for adding patterns and images as point fills.
*
* (c) 2010-2018 Highsoft AS
* Author: Torstein Hønsi, Øystein Moseng
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/pattern-fill.src.js';

View File

@ -0,0 +1,11 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Advanced Highstock tools
*
* (c) 2010-2018 Highsoft AS
* Author: Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/price-indicator.src.js';

View File

@ -0,0 +1,10 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Sankey diagram module
*
* (c) 2010-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/sankey.src.js';

View File

@ -0,0 +1,9 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* (c) 2009-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/series-label.src.js';

View File

@ -0,0 +1,10 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Solid angular gauge module
*
* (c) 2010-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/solid-gauge.src.js';

View File

@ -0,0 +1,12 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Sonification module
*
* (c) 2012-2018 Øystein Moseng
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/sonification/sonification.js';

View File

@ -0,0 +1,10 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* StaticScale
*
* (c) 2016-2018 Torstein Honsi, Lars A. V. Cabrera
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/static-scale.src.js';

View File

@ -0,0 +1,12 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Advanced Highstock tools
*
* (c) 2010-2018 Highsoft AS
* Author: Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/stock-tools-bindings.js';
import '../../modules/stock-tools-gui.js';

View File

@ -0,0 +1,19 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Highstock as a plugin for Highcharts
*
* (c) 2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../parts/OrdinalAxis.js';
import './broken-axis.src.js';
import '../../parts/DataGrouping.js';
import '../../parts/OHLCSeries.js';
import '../../parts/CandlestickSeries.js';
import '../../parts/FlagsSeries.js';
import '../../parts/Scrollbar.js';
import '../../parts/Navigator.js';
import '../../parts/RangeSelector.js';
import '../../parts/StockChart.js';

View File

@ -0,0 +1,10 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Streamgraph module
*
* (c) 2010-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/streamgraph.src.js';

View File

@ -0,0 +1,10 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* (c) 2016-2018 Highsoft AS
* Authors: Jon Arild Nygard
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/sunburst.src.js';

View File

@ -0,0 +1,10 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Tilemap module
*
* (c) 2010-2018 Highsoft AS
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/tilemap.src.js';

View File

@ -0,0 +1,11 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Timeline series
*
* (c) 2010-2018 Highsoft AS
* Author: Daniel Studencki
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/timeline.src.js';

View File

@ -0,0 +1,10 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Tree Grid
*
* (c) 2016-2018 Jon Arild Nygard
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../parts-gantt/TreeGrid.js';

View File

@ -0,0 +1,10 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* (c) 2014-2018 Highsoft AS
* Authors: Jon Arild Nygard / Oystein Moseng
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/treemap.src.js';

View File

@ -0,0 +1,11 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* Variable Pie module for Highcharts
*
* (c) 2010-2018 Grzegorz Blachliński
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/variable-pie.src.js';

View File

@ -0,0 +1,10 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Highcharts variwide module
*
* (c) 2010-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/variwide.src.js';

View File

@ -0,0 +1,10 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Vector plot series module
*
* (c) 2010-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/vector.src.js';

View File

@ -0,0 +1,10 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* (c) 2017-2018 Highsoft AS
* Authors: Jon Arild Nygard
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/venn.src.js';

View File

@ -0,0 +1,10 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* Wind barb series module
*
* (c) 2010-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/windbarb.src.js';

View File

@ -0,0 +1,10 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* (c) 2016-2018 Highsoft AS
* Authors: Jon Arild Nygard
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/wordcloud.src.js';

View File

@ -0,0 +1,10 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
* X-range series
*
* (c) 2010-2018 Torstein Honsi, Lars A. V. Cabrera
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../modules/xrange.src.js';

View File

@ -0,0 +1,9 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* (c) 2009-2018 Highsoft AS
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../themes/avocado.js';

View File

@ -0,0 +1,9 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* (c) 2009-2018 Highsoft AS
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../themes/avocado.js';

View File

@ -0,0 +1,9 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* (c) 2009-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../themes/dark-blue.js';

View File

@ -0,0 +1,9 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* (c) 2009-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../themes/dark-green.js';

View File

@ -0,0 +1,9 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* (c) 2009-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../themes/dark-unica.js';

View File

@ -0,0 +1,9 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* (c) 2009-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../themes/gray.js';

View File

@ -0,0 +1,9 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* (c) 2009-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../themes/grid-light.js';

View File

@ -0,0 +1,9 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* (c) 2009-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../themes/grid.js';

View File

@ -0,0 +1,9 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* (c) 2009-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../themes/sand-signika.js';

View File

@ -0,0 +1,9 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* (c) 2009-2018 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../themes/skies.js';

View File

@ -0,0 +1,9 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* (c) 2009-2018 Highsoft AS
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../themes/sunset.js';

View File

@ -0,0 +1,9 @@
/**
* @license @product.name@ JS v@product.version@ (@product.date@)
*
* (c) 2009-2018 Highsoft AS
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../themes/sunset.js';