1 line
7.0 KiB
JSON
1 line
7.0 KiB
JSON
{"ast":null,"code":"/*\r\n* Licensed to the Apache Software Foundation (ASF) under one\r\n* or more contributor license agreements. See the NOTICE file\r\n* distributed with this work for additional information\r\n* regarding copyright ownership. The ASF licenses this file\r\n* to you under the Apache License, Version 2.0 (the\r\n* \"License\"); you may not use this file except in compliance\r\n* with the License. You may obtain a copy of the License at\r\n*\r\n* http://www.apache.org/licenses/LICENSE-2.0\r\n*\r\n* Unless required by applicable law or agreed to in writing,\r\n* software distributed under the License is distributed on an\r\n* \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r\n* KIND, either express or implied. See the License for the\r\n* specific language governing permissions and limitations\r\n* under the License.\r\n*/\n\n/**\r\n * AUTO-GENERATED FILE. DO NOT MODIFY.\r\n */\n\n/*\r\n* Licensed to the Apache Software Foundation (ASF) under one\r\n* or more contributor license agreements. See the NOTICE file\r\n* distributed with this work for additional information\r\n* regarding copyright ownership. The ASF licenses this file\r\n* to you under the Apache License, Version 2.0 (the\r\n* \"License\"); you may not use this file except in compliance\r\n* with the License. You may obtain a copy of the License at\r\n*\r\n* http://www.apache.org/licenses/LICENSE-2.0\r\n*\r\n* Unless required by applicable law or agreed to in writing,\r\n* software distributed under the License is distributed on an\r\n* \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r\n* KIND, either express or implied. See the License for the\r\n* specific language governing permissions and limitations\r\n* under the License.\r\n*/\nimport { __extends } from \"tslib\";\nimport ComponentModel from '../../model/Component.js';\n\nvar PolarModel =\n/** @class */\nfunction (_super) {\n __extends(PolarModel, _super);\n\n function PolarModel() {\n var _this = _super !== null && _super.apply(this, arguments) || this;\n\n _this.type = PolarModel.type;\n return _this;\n }\n\n PolarModel.prototype.findAxisModel = function (axisType) {\n var foundAxisModel;\n var ecModel = this.ecModel;\n ecModel.eachComponent(axisType, function (axisModel) {\n if (axisModel.getCoordSysModel() === this) {\n foundAxisModel = axisModel;\n }\n }, this);\n return foundAxisModel;\n };\n\n PolarModel.type = 'polar';\n PolarModel.dependencies = ['radiusAxis', 'angleAxis'];\n PolarModel.defaultOption = {\n // zlevel: 0,\n z: 0,\n center: ['50%', '50%'],\n radius: '80%'\n };\n return PolarModel;\n}(ComponentModel);\n\nexport default PolarModel;","map":{"version":3,"sources":["D:/Work/WorkSpace/GitWorkSpace/TenShop/resource/ElectronicMall/src/qingge-Market/qingge-vue/node_modules/echarts/lib/coord/polar/PolarModel.js"],"names":["__extends","ComponentModel","PolarModel","_super","_this","apply","arguments","type","prototype","findAxisModel","axisType","foundAxisModel","ecModel","eachComponent","axisModel","getCoordSysModel","dependencies","defaultOption","z","center","radius"],"mappings":"AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAGA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,SAAT,QAA0B,OAA1B;AACA,OAAOC,cAAP,MAA2B,0BAA3B;;AAEA,IAAIC,UAAU;AACd;AACA,UAAUC,MAAV,EAAkB;AAChBH,EAAAA,SAAS,CAACE,UAAD,EAAaC,MAAb,CAAT;;AAEA,WAASD,UAAT,GAAsB;AACpB,QAAIE,KAAK,GAAGD,MAAM,KAAK,IAAX,IAAmBA,MAAM,CAACE,KAAP,CAAa,IAAb,EAAmBC,SAAnB,CAAnB,IAAoD,IAAhE;;AAEAF,IAAAA,KAAK,CAACG,IAAN,GAAaL,UAAU,CAACK,IAAxB;AACA,WAAOH,KAAP;AACD;;AAEDF,EAAAA,UAAU,CAACM,SAAX,CAAqBC,aAArB,GAAqC,UAAUC,QAAV,EAAoB;AACvD,QAAIC,cAAJ;AACA,QAAIC,OAAO,GAAG,KAAKA,OAAnB;AACAA,IAAAA,OAAO,CAACC,aAAR,CAAsBH,QAAtB,EAAgC,UAAUI,SAAV,EAAqB;AACnD,UAAIA,SAAS,CAACC,gBAAV,OAAiC,IAArC,EAA2C;AACzCJ,QAAAA,cAAc,GAAGG,SAAjB;AACD;AACF,KAJD,EAIG,IAJH;AAKA,WAAOH,cAAP;AACD,GATD;;AAWAT,EAAAA,UAAU,CAACK,IAAX,GAAkB,OAAlB;AACAL,EAAAA,UAAU,CAACc,YAAX,GAA0B,CAAC,YAAD,EAAe,WAAf,CAA1B;AACAd,EAAAA,UAAU,CAACe,aAAX,GAA2B;AACzB;AACAC,IAAAA,CAAC,EAAE,CAFsB;AAGzBC,IAAAA,MAAM,EAAE,CAAC,KAAD,EAAQ,KAAR,CAHiB;AAIzBC,IAAAA,MAAM,EAAE;AAJiB,GAA3B;AAMA,SAAOlB,UAAP;AACD,CA9BD,CA8BED,cA9BF,CAFA;;AAkCA,eAAeC,UAAf","sourcesContent":["\r\n/*\r\n* Licensed to the Apache Software Foundation (ASF) under one\r\n* or more contributor license agreements. See the NOTICE file\r\n* distributed with this work for additional information\r\n* regarding copyright ownership. The ASF licenses this file\r\n* to you under the Apache License, Version 2.0 (the\r\n* \"License\"); you may not use this file except in compliance\r\n* with the License. You may obtain a copy of the License at\r\n*\r\n* http://www.apache.org/licenses/LICENSE-2.0\r\n*\r\n* Unless required by applicable law or agreed to in writing,\r\n* software distributed under the License is distributed on an\r\n* \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r\n* KIND, either express or implied. See the License for the\r\n* specific language governing permissions and limitations\r\n* under the License.\r\n*/\r\n\r\n\r\n/**\r\n * AUTO-GENERATED FILE. DO NOT MODIFY.\r\n */\r\n\r\n/*\r\n* Licensed to the Apache Software Foundation (ASF) under one\r\n* or more contributor license agreements. See the NOTICE file\r\n* distributed with this work for additional information\r\n* regarding copyright ownership. The ASF licenses this file\r\n* to you under the Apache License, Version 2.0 (the\r\n* \"License\"); you may not use this file except in compliance\r\n* with the License. You may obtain a copy of the License at\r\n*\r\n* http://www.apache.org/licenses/LICENSE-2.0\r\n*\r\n* Unless required by applicable law or agreed to in writing,\r\n* software distributed under the License is distributed on an\r\n* \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r\n* KIND, either express or implied. See the License for the\r\n* specific language governing permissions and limitations\r\n* under the License.\r\n*/\r\nimport { __extends } from \"tslib\";\r\nimport ComponentModel from '../../model/Component.js';\r\n\r\nvar PolarModel =\r\n/** @class */\r\nfunction (_super) {\r\n __extends(PolarModel, _super);\r\n\r\n function PolarModel() {\r\n var _this = _super !== null && _super.apply(this, arguments) || this;\r\n\r\n _this.type = PolarModel.type;\r\n return _this;\r\n }\r\n\r\n PolarModel.prototype.findAxisModel = function (axisType) {\r\n var foundAxisModel;\r\n var ecModel = this.ecModel;\r\n ecModel.eachComponent(axisType, function (axisModel) {\r\n if (axisModel.getCoordSysModel() === this) {\r\n foundAxisModel = axisModel;\r\n }\r\n }, this);\r\n return foundAxisModel;\r\n };\r\n\r\n PolarModel.type = 'polar';\r\n PolarModel.dependencies = ['radiusAxis', 'angleAxis'];\r\n PolarModel.defaultOption = {\r\n // zlevel: 0,\r\n z: 0,\r\n center: ['50%', '50%'],\r\n radius: '80%'\r\n };\r\n return PolarModel;\r\n}(ComponentModel);\r\n\r\nexport default PolarModel;"]},"metadata":{},"sourceType":"module"} |