qauMaWeb/node_modules/.cache/babel-loader/80ebb79c3e4406d4dde8b59a170...

1 line
14 KiB
JSON

{"ast":null,"code":"/*\n* Licensed to the Apache Software Foundation (ASF) under one\n* or more contributor license agreements. See the NOTICE file\n* distributed with this work for additional information\n* regarding copyright ownership. The ASF licenses this file\n* to you under the Apache License, Version 2.0 (the\n* \"License\"); you may not use this file except in compliance\n* with the License. You may obtain a copy of the License at\n*\n* http://www.apache.org/licenses/LICENSE-2.0\n*\n* Unless required by applicable law or agreed to in writing,\n* software distributed under the License is distributed on an\n* \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n* KIND, either express or implied. See the License for the\n* specific language governing permissions and limitations\n* under the License.\n*/\n\n/**\n * AUTO-GENERATED FILE. DO NOT MODIFY.\n */\n\n/*\n* Licensed to the Apache Software Foundation (ASF) under one\n* or more contributor license agreements. See the NOTICE file\n* distributed with this work for additional information\n* regarding copyright ownership. The ASF licenses this file\n* to you under the Apache License, Version 2.0 (the\n* \"License\"); you may not use this file except in compliance\n* with the License. You may obtain a copy of the License at\n*\n* http://www.apache.org/licenses/LICENSE-2.0\n*\n* Unless required by applicable law or agreed to in writing,\n* software distributed under the License is distributed on an\n* \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n* KIND, either express or implied. See the License for the\n* specific language governing permissions and limitations\n* under the License.\n*/\nimport * as zrUtil from 'zrender/lib/core/util.js';\nvar defaultOption = {\n show: true,\n // zlevel: 0,\n z: 0,\n // Inverse the axis.\n inverse: false,\n // Axis name displayed.\n name: '',\n // 'start' | 'middle' | 'end'\n nameLocation: 'end',\n // By degree. By default auto rotate by nameLocation.\n nameRotate: null,\n nameTruncate: {\n maxWidth: null,\n ellipsis: '...',\n placeholder: '.'\n },\n // Use global text style by default.\n nameTextStyle: {},\n // The gap between axisName and axisLine.\n nameGap: 15,\n // Default `false` to support tooltip.\n silent: false,\n // Default `false` to avoid legacy user event listener fail.\n triggerEvent: false,\n tooltip: {\n show: false\n },\n axisPointer: {},\n axisLine: {\n show: true,\n onZero: true,\n onZeroAxisIndex: null,\n lineStyle: {\n color: '#6E7079',\n width: 1,\n type: 'solid'\n },\n // The arrow at both ends the the axis.\n symbol: ['none', 'none'],\n symbolSize: [10, 15]\n },\n axisTick: {\n show: true,\n // Whether axisTick is inside the grid or outside the grid.\n inside: false,\n // The length of axisTick.\n length: 5,\n lineStyle: {\n width: 1\n }\n },\n axisLabel: {\n show: true,\n // Whether axisLabel is inside the grid or outside the grid.\n inside: false,\n rotate: 0,\n // true | false | null/undefined (auto)\n showMinLabel: null,\n // true | false | null/undefined (auto)\n showMaxLabel: null,\n margin: 8,\n // formatter: null,\n fontSize: 12\n },\n splitLine: {\n show: true,\n lineStyle: {\n color: ['#E0E6F1'],\n width: 1,\n type: 'solid'\n }\n },\n splitArea: {\n show: false,\n areaStyle: {\n color: ['rgba(250,250,250,0.2)', 'rgba(210,219,238,0.2)']\n }\n }\n};\nvar categoryAxis = zrUtil.merge({\n // The gap at both ends of the axis. For categoryAxis, boolean.\n boundaryGap: true,\n // Set false to faster category collection.\n deduplication: null,\n // splitArea: {\n // show: false\n // },\n splitLine: {\n show: false\n },\n axisTick: {\n // If tick is align with label when boundaryGap is true\n alignWithLabel: false,\n interval: 'auto'\n },\n axisLabel: {\n interval: 'auto'\n }\n}, defaultOption);\nvar valueAxis = zrUtil.merge({\n boundaryGap: [0, 0],\n axisLine: {\n // Not shown when other axis is categoryAxis in cartesian\n show: 'auto'\n },\n axisTick: {\n // Not shown when other axis is categoryAxis in cartesian\n show: 'auto'\n },\n // TODO\n // min/max: [30, datamin, 60] or [20, datamin] or [datamin, 60]\n splitNumber: 5,\n minorTick: {\n // Minor tick, not available for cateogry axis.\n show: false,\n // Split number of minor ticks. The value should be in range of (0, 100)\n splitNumber: 5,\n // Length of minor tick\n length: 3,\n // Line style\n lineStyle: {// Default to be same with axisTick\n }\n },\n minorSplitLine: {\n show: false,\n lineStyle: {\n color: '#F4F7FD',\n width: 1\n }\n }\n}, defaultOption);\nvar timeAxis = zrUtil.merge({\n splitNumber: 6,\n axisLabel: {\n // To eliminate labels that are not nice\n showMinLabel: false,\n showMaxLabel: false,\n rich: {\n primary: {\n fontWeight: 'bold'\n }\n }\n },\n splitLine: {\n show: false\n }\n}, valueAxis);\nvar logAxis = zrUtil.defaults({\n logBase: 10\n}, valueAxis);\nexport default {\n category: categoryAxis,\n value: valueAxis,\n time: timeAxis,\n log: logAxis\n};","map":{"version":3,"sources":["D:/Work/WorkSpace/GitWorkSpace/TenShop/resource/ElectronicMall/src/ElectronicMallVue/node_modules/echarts/lib/coord/axisDefault.js"],"names":["zrUtil","defaultOption","show","z","inverse","name","nameLocation","nameRotate","nameTruncate","maxWidth","ellipsis","placeholder","nameTextStyle","nameGap","silent","triggerEvent","tooltip","axisPointer","axisLine","onZero","onZeroAxisIndex","lineStyle","color","width","type","symbol","symbolSize","axisTick","inside","length","axisLabel","rotate","showMinLabel","showMaxLabel","margin","fontSize","splitLine","splitArea","areaStyle","categoryAxis","merge","boundaryGap","deduplication","alignWithLabel","interval","valueAxis","splitNumber","minorTick","minorSplitLine","timeAxis","rich","primary","fontWeight","logAxis","defaults","logBase","category","value","time","log"],"mappings":"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","sourcesContent":["\n/*\n* Licensed to the Apache Software Foundation (ASF) under one\n* or more contributor license agreements. See the NOTICE file\n* distributed with this work for additional information\n* regarding copyright ownership. The ASF licenses this file\n* to you under the Apache License, Version 2.0 (the\n* \"License\"); you may not use this file except in compliance\n* with the License. You may obtain a copy of the License at\n*\n* http://www.apache.org/licenses/LICENSE-2.0\n*\n* Unless required by applicable law or agreed to in writing,\n* software distributed under the License is distributed on an\n* \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n* KIND, either express or implied. See the License for the\n* specific language governing permissions and limitations\n* under the License.\n*/\n\n\n/**\n * AUTO-GENERATED FILE. DO NOT MODIFY.\n */\n\n/*\n* Licensed to the Apache Software Foundation (ASF) under one\n* or more contributor license agreements. See the NOTICE file\n* distributed with this work for additional information\n* regarding copyright ownership. The ASF licenses this file\n* to you under the Apache License, Version 2.0 (the\n* \"License\"); you may not use this file except in compliance\n* with the License. You may obtain a copy of the License at\n*\n* http://www.apache.org/licenses/LICENSE-2.0\n*\n* Unless required by applicable law or agreed to in writing,\n* software distributed under the License is distributed on an\n* \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n* KIND, either express or implied. See the License for the\n* specific language governing permissions and limitations\n* under the License.\n*/\nimport * as zrUtil from 'zrender/lib/core/util.js';\nvar defaultOption = {\n show: true,\n // zlevel: 0,\n z: 0,\n // Inverse the axis.\n inverse: false,\n // Axis name displayed.\n name: '',\n // 'start' | 'middle' | 'end'\n nameLocation: 'end',\n // By degree. By default auto rotate by nameLocation.\n nameRotate: null,\n nameTruncate: {\n maxWidth: null,\n ellipsis: '...',\n placeholder: '.'\n },\n // Use global text style by default.\n nameTextStyle: {},\n // The gap between axisName and axisLine.\n nameGap: 15,\n // Default `false` to support tooltip.\n silent: false,\n // Default `false` to avoid legacy user event listener fail.\n triggerEvent: false,\n tooltip: {\n show: false\n },\n axisPointer: {},\n axisLine: {\n show: true,\n onZero: true,\n onZeroAxisIndex: null,\n lineStyle: {\n color: '#6E7079',\n width: 1,\n type: 'solid'\n },\n // The arrow at both ends the the axis.\n symbol: ['none', 'none'],\n symbolSize: [10, 15]\n },\n axisTick: {\n show: true,\n // Whether axisTick is inside the grid or outside the grid.\n inside: false,\n // The length of axisTick.\n length: 5,\n lineStyle: {\n width: 1\n }\n },\n axisLabel: {\n show: true,\n // Whether axisLabel is inside the grid or outside the grid.\n inside: false,\n rotate: 0,\n // true | false | null/undefined (auto)\n showMinLabel: null,\n // true | false | null/undefined (auto)\n showMaxLabel: null,\n margin: 8,\n // formatter: null,\n fontSize: 12\n },\n splitLine: {\n show: true,\n lineStyle: {\n color: ['#E0E6F1'],\n width: 1,\n type: 'solid'\n }\n },\n splitArea: {\n show: false,\n areaStyle: {\n color: ['rgba(250,250,250,0.2)', 'rgba(210,219,238,0.2)']\n }\n }\n};\nvar categoryAxis = zrUtil.merge({\n // The gap at both ends of the axis. For categoryAxis, boolean.\n boundaryGap: true,\n // Set false to faster category collection.\n deduplication: null,\n // splitArea: {\n // show: false\n // },\n splitLine: {\n show: false\n },\n axisTick: {\n // If tick is align with label when boundaryGap is true\n alignWithLabel: false,\n interval: 'auto'\n },\n axisLabel: {\n interval: 'auto'\n }\n}, defaultOption);\nvar valueAxis = zrUtil.merge({\n boundaryGap: [0, 0],\n axisLine: {\n // Not shown when other axis is categoryAxis in cartesian\n show: 'auto'\n },\n axisTick: {\n // Not shown when other axis is categoryAxis in cartesian\n show: 'auto'\n },\n // TODO\n // min/max: [30, datamin, 60] or [20, datamin] or [datamin, 60]\n splitNumber: 5,\n minorTick: {\n // Minor tick, not available for cateogry axis.\n show: false,\n // Split number of minor ticks. The value should be in range of (0, 100)\n splitNumber: 5,\n // Length of minor tick\n length: 3,\n // Line style\n lineStyle: {// Default to be same with axisTick\n }\n },\n minorSplitLine: {\n show: false,\n lineStyle: {\n color: '#F4F7FD',\n width: 1\n }\n }\n}, defaultOption);\nvar timeAxis = zrUtil.merge({\n splitNumber: 6,\n axisLabel: {\n // To eliminate labels that are not nice\n showMinLabel: false,\n showMaxLabel: false,\n rich: {\n primary: {\n fontWeight: 'bold'\n }\n }\n },\n splitLine: {\n show: false\n }\n}, valueAxis);\nvar logAxis = zrUtil.defaults({\n logBase: 10\n}, valueAxis);\nexport default {\n category: categoryAxis,\n value: valueAxis,\n time: timeAxis,\n log: logAxis\n};"]},"metadata":{},"sourceType":"module"}