{"dependencies":[{"name":"fef7478c226d7e8dd6a68dbca01e033a.json","size":10980999,"url":"https://gw.alipayobjects.com/os/f6/3276e6e8-f9ac-4887-9d8c-312288e6d7e2/simple/dependencies/herbox/fef7478c226d7e8dd6a68dbca01e033a.json","ETag":"FEF7478C226D7E8DD6A68DBCA01E033A","type":"json"},{"name":"8f491d4ddb9ce1b350717acd6996b1fa.json","size":5210078,"url":"https://gw.alipayobjects.com/os/f6/2d63fffe-498e-42c9-b39a-99b2e55dcafe/simple/dependencies/herbox/8f491d4ddb9ce1b350717acd6996b1fa.json","ETag":"8F491D4DDB9CE1B350717ACD6996B1FA","type":"json"}],"sourceCode":{"app.acss":"page {\n background: #f7f7f7;\n}\n","app.js":"App({\n onLaunch(options) {\n // 第一次打开\n // options.query == {number:1}\n console.info('App onLaunch');\n },\n onShow(options) {\n // 从后台被 scheme 重新打开\n // options.query == {number:1}\n },\n});\n","app.json":"{\n \"pages\": [\n \"pages/index/index\"\n ],\n \"window\": {\n \"defaultTitle\": \"F6 demo\"\n }\n}\n","mini.project.json":"{\n \"enableAppxNg\": true,\n \"component2\": true\n}","package.json":"{\n \"name\": \"f6-demo\",\n \"version\": \"1.0.0\",\n \"description\": \"\",\n \"main\": \"app.js\",\n \"scripts\": {\n \"test\": \"echo \\\"Error: no test specified\\\" && exit 1\"\n },\n \"author\": \"\",\n \"license\": \"ISC\",\n \"dependencies\": {\n \"@antv/f6\": \"^0.0.4\",\n \"@antv/f6-alipay\": \"^0.0.2\",\n \"@babel/runtime\": \"^7.14.0\"\n }\n}\n","pages/index/data.js":"export default {\n id: 'Modeling Methods',\n children: [\n {\n id: 'Classification',\n children: [\n {\n id: 'Logistic regression',\n },\n {\n id: 'Linear discriminant analysis',\n },\n ],\n },\n {\n id: 'Consensus',\n children: [\n {\n id: 'Common',\n children: [\n {\n id: 'Bagging',\n },\n {\n id: 'Boosting',\n },\n {\n id: 'AdaBoost',\n },\n ],\n },\n ],\n },\n ],\n};\n","pages/index/index.acss":"/* required by usingComponents */","pages/index/index.axml":"<f6-canvas\n width=\"{{width}}\"\n height=\"{{height}}\"\n forceMini=\"{{false}}\"\n pixelRatio=\"{{pixelRatio}}\"\n onInit=\"onCanvasInit\"\n onTouchEvent=\"onTouch\"\n/>\n","pages/index/index.js":"import F6 from '@antv/f6';\n\nconst data = {\n // 点集\n nodes: [\n {\n id: 'node1', // String,该节点存在则必须,节点的唯一标识\n x: 100, // Number,可选,节点位置的 x 值\n y: 200, // Number,可选,节点位置的 y 值\n },\n {\n id: 'node2', // String,该节点存在则必须,节点的唯一标识\n x: 300, // Number,可选,节点位置的 x 值\n y: 200, // Number,可选,节点位置的 y 值\n },\n ],\n // 边集\n edges: [\n {\n source: 'node1', // String,必须,起始点 id\n target: 'node2', // String,必须,目标点 id\n },\n ],\n};\n\nPage({\n data: {\n width: 300,\n height: 400,\n pixelRatio: 1,\n },\n onLoad() {\n const { windowWidth, windowHeight, pixelRatio } = my.getSystemInfoSync();\n this.setData({\n width: windowWidth,\n height: windowHeight,\n pixelRatio: pixelRatio,\n });\n },\n onCanvasInit(ctx, rect, canvas, renderer) {\n console.log(ctx, rect, canvas, renderer);\n this.graph = new F6.Graph({\n context: ctx,\n renderer,\n width: this.data.width,\n height: this.data.height,\n });\n this.graph.data(data);\n this.graph.render();\n this.graph.fitView();\n },\n onTouch(e) {\n this.graph.emitEvent(e);\n },\n});\n","pages/index/index.json":"{\n \"defaultTitle\": \"f6-demo\",\n \"usingComponents\": {\n \"f6-canvas\": \"@antv/f6-alipay/es/container/container\"\n }\n}"},"dist":[{"name":"ad2cd14d598718dba54a255bc7bdbdb4.json","size":685612,"url":"https://gw.alipayobjects.com/os/f6/4dbf1401-10ed-40fa-bc1a-3bfc3d05c3eb/simple/dist/herbox/ad2cd14d598718dba54a255bc7bdbdb4.json","ETag":"AD2CD14D598718DBA54A255BC7BDBDB4","type":"json"}],"name":"f6-demo","description":"","buildVersion":"0.72.7","remaxVersion":"2.0.3","component2":false,"css2":false}