添加项目文件。
This commit is contained in:
10
Epost.TestToolsWeb/Content/code/modules/streamgraph.js
Normal file
10
Epost.TestToolsWeb/Content/code/modules/streamgraph.js
Normal file
@ -0,0 +1,10 @@
|
||||
/*
|
||||
Highcharts JS v7.0.0 (2018-12-11)
|
||||
Streamgraph module
|
||||
|
||||
(c) 2010-2018 Torstein Honsi
|
||||
|
||||
License: www.highcharts.com/license
|
||||
*/
|
||||
(function(a){"object"===typeof module&&module.exports?module.exports=a:"function"===typeof define&&define.amd?define(function(){return a}):a("undefined"!==typeof Highcharts?Highcharts:void 0)})(function(a){(function(a){a=a.seriesType;a("streamgraph","areaspline",{fillOpacity:1,lineWidth:0,marker:{enabled:!1},stacking:"stream"},{negStacks:!1,streamStacker:function(a,b,c){a[0]-=b.total/2;a[1]-=b.total/2;this.stackedYData[c]=a}})})(a)});
|
||||
//# sourceMappingURL=streamgraph.js.map
|
Reference in New Issue
Block a user