From 1df1850162c36c68e9d3e11441850738761b26ca Mon Sep 17 00:00:00 2001 From: spaaaacccee Date: Tue, 2 Jul 2024 11:12:07 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20Shortest?= =?UTF-8?q?PathLab/posthoc@763f53be86ea21ae8a3809d1ba2cae737e1ec488=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 404.html | 2 +- assets/js/7cccdef3.0dff0d1c.js | 1 + assets/js/7cccdef3.ea5b5dbb.js | 1 - .../{runtime~main.b9a9194d.js => runtime~main.8361405e.js} | 2 +- blog.html | 2 +- blog/1.0.4.html | 2 +- blog/1.2.0.html | 2 +- blog/1.2.4.html | 2 +- blog/archive.html | 2 +- blog/tags.html | 2 +- blog/tags/changelog.html | 2 +- blog/tags/v-1-0-4.html | 2 +- blog/tags/v-1-2-0.html | 2 +- blog/tags/v-1-2-4.html | 2 +- docs/category/posthoc-visualiser.html | 2 +- docs/category/tutorials.html | 2 +- docs/category/user-guide.html | 2 +- docs/get-started.html | 2 +- docs/overview.html | 2 +- docs/search-trace.html | 2 +- docs/tutorials/single-agent-grid.html | 2 +- docs/tutorials/tile.html | 2 +- docs/visualiser-adapter-protocol.html | 2 +- docs/visualiser/3-1-user-guide/extensions.html | 2 +- docs/visualiser/3-1-user-guide/interface.html | 2 +- docs/visualiser/3-1-user-guide/layers.html | 2 +- docs/visualiser/contributing.html | 2 +- docs/visualiser/overview.html | 2 +- docs/visualiser/pixel-renderer.html | 6 +++--- index.html | 2 +- search-index-default.json | 2 +- search-index-docs-default-current.json | 2 +- 32 files changed, 33 insertions(+), 33 deletions(-) create mode 100644 assets/js/7cccdef3.0dff0d1c.js delete mode 100644 assets/js/7cccdef3.ea5b5dbb.js rename assets/js/{runtime~main.b9a9194d.js => runtime~main.8361405e.js} (98%) diff --git a/404.html b/404.html index 9c79746..41e5b80 100644 --- a/404.html +++ b/404.html @@ -5,7 +5,7 @@ Page Not Found - Posthoc - The Visualisation Framework for Search - + diff --git a/assets/js/7cccdef3.0dff0d1c.js b/assets/js/7cccdef3.0dff0d1c.js new file mode 100644 index 0000000..4824510 --- /dev/null +++ b/assets/js/7cccdef3.0dff0d1c.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocs_2=self.webpackChunkdocs_2||[]).push([[8145],{7980:(e,r,i)=>{i.r(r),i.d(r,{assets:()=>c,contentTitle:()=>l,default:()=>x,frontMatter:()=>n,metadata:()=>t,toc:()=>h});var s=i(5893),d=i(1151);const n={sidebar_position:3},l="Pixel renderer",t={id:"visualiser/pixel-renderer",title:"Pixel renderer",description:"Pixel is the 2D renderer that's built into Posthoc. It's designed for large-scale pathfinding search problems. It stays performant when there are millions of elements.",source:"@site/docs/3-visualiser/pixel-renderer.md",sourceDirName:"3-visualiser",slug:"/visualiser/pixel-renderer",permalink:"/docs/visualiser/pixel-renderer",draft:!1,unlisted:!1,editUrl:"https://github.com/ShortestPathLab/posthoc/tree/master/docs/3-visualiser/pixel-renderer.md",tags:[],version:"current",sidebarPosition:3,frontMatter:{sidebar_position:3},sidebar:"tutorialSidebar",previous:{title:"Extensions",permalink:"/docs/visualiser/3-1-user-guide/extensions"},next:{title:"Contributing",permalink:"/docs/visualiser/contributing"}},c={},h=[{value:"Coordinate system",id:"coordinate-system",level:2},{value:"Performance",id:"performance",level:2},{value:"API",id:"api",level:2},{value:"Primitives",id:"primitives",level:3},{value:"rect",id:"rect",level:4},{value:"circle",id:"circle",level:4},{value:"path",id:"path",level:4},{value:"polygon",id:"polygon",level:4},{value:"Pixel standalone",id:"pixel-standalone",level:3}];function o(e){const r={a:"a",admonition:"admonition",code:"code",h1:"h1",h2:"h2",h3:"h3",h4:"h4",img:"img",li:"li",p:"p",strong:"strong",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",ul:"ul",...(0,d.a)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(r.h1,{id:"pixel-renderer",children:"Pixel renderer"}),"\n",(0,s.jsxs)(r.p,{children:[(0,s.jsx)(r.strong,{children:"Pixel"})," is the 2D renderer that's built into Posthoc. It's designed for large-scale pathfinding search problems. It stays performant when there are millions of elements."]}),"\n",(0,s.jsx)(r.p,{children:(0,s.jsx)(r.img,{alt:"Alt text",src:i(3135).Z+"",width:"2560",height:"1600"})}),"\n",(0,s.jsx)(r.h2,{id:"coordinate-system",children:"Coordinate system"}),"\n",(0,s.jsxs)(r.p,{children:["In ",(0,s.jsx)(r.strong,{children:"Pixel"}),", the ",(0,s.jsx)(r.code,{children:"x"})," axis is horizontal, spanning left to right, and the ",(0,s.jsx)(r.code,{children:"y"})," axis is vertical, spanning top to bottom. Lengths are measured in ",(0,s.jsx)(r.code,{children:"px"})," units."]}),"\n",(0,s.jsx)(r.h2,{id:"performance",children:"Performance"}),"\n",(0,s.jsxs)(r.p,{children:[(0,s.jsx)(r.strong,{children:"Pixel"})," uses multi-threaded, tile-based rendering with viewport culling. You can zoom in and out infinitely without loss in quality.\nIt also uses dynamic resolution, dropping the resolution down when the framerate decreases to help make playback smoother."]}),"\n",(0,s.jsx)(r.p,{children:(0,s.jsx)(r.img,{alt:"Alt text",src:i(8241).Z+"",width:"2560",height:"1600"})}),"\n",(0,s.jsxs)(r.p,{children:["If you find that ",(0,s.jsx)(r.strong,{children:"Pixel"})," is starting to get laggy, here are some tips to improve rendering performance."]}),"\n",(0,s.jsxs)(r.ul,{children:["\n",(0,s.jsxs)(r.li,{children:[(0,s.jsx)(r.strong,{children:"Turn off acrylic"}),(0,s.jsx)("br",{}),"The ",(0,s.jsx)(r.strong,{children:"Settings > General > Acrylic"})," option can decrease general UI performance. You can turn this off to make ",(0,s.jsx)(r.strong,{children:"Pixel"})," faster."]}),"\n",(0,s.jsxs)(r.li,{children:[(0,s.jsx)(r.strong,{children:"Combine elements"}),(0,s.jsx)("br",{}),(0,s.jsx)(r.strong,{children:"Pixel"}),"'s performance declines roughly linearly with the amount of elements. You can try to minimise the amount of elements by combining them. For example, draw a single large rectangle rather than several small rectangles."]}),"\n",(0,s.jsxs)(r.li,{children:[(0,s.jsx)(r.strong,{children:"Avoid text"}),(0,s.jsx)("br",{}),"Text rendering is considerably slower than shapes. Consider storing additional information in ",(0,s.jsx)(r.code,{children:"$info"})," instead."]}),"\n"]}),"\n",(0,s.jsx)(r.h2,{id:"api",children:"API"}),"\n",(0,s.jsx)(r.h3,{id:"primitives",children:"Primitives"}),"\n",(0,s.jsx)(r.h4,{id:"rect",children:(0,s.jsx)(r.code,{children:"rect"})}),"\n",(0,s.jsxs)(r.table,{children:[(0,s.jsx)(r.thead,{children:(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.th,{children:"Property"}),(0,s.jsx)(r.th,{children:"Type"}),(0,s.jsx)(r.th,{children:"Description"})]})}),(0,s.jsxs)(r.tbody,{children:[(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"x"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (px)"]}),(0,s.jsx)(r.td,{children:"Required. Horizontal position of the top left corner of this rectangle."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"y"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (px)"]}),(0,s.jsx)(r.td,{children:"Required. Vertical position of the top left corner of this rectangle."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"width"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (px)"]}),(0,s.jsx)(r.td,{children:"Required. Width of this rectangle."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"height"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (px)"]}),(0,s.jsx)(r.td,{children:"Required. Height of the rectangle."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"fill"})}),(0,s.jsx)(r.td,{children:(0,s.jsx)(r.a,{href:"https://developer.mozilla.org/en-US/docs/Web/CSS/color_value",children:(0,s.jsx)(r.code,{children:"CSSColor"})})}),(0,s.jsx)(r.td,{children:"Required. Color of this rect."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"alpha"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (0-1)"]}),(0,s.jsx)(r.td,{children:"Opaqueness of this rect."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"label"})}),(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"string"})}),(0,s.jsx)(r.td,{children:"Display a label on top of this element. By default, its baseline left-aligned to the top left corner of the rectangle."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"label-x"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (px)"]}),(0,s.jsx)(r.td,{children:"Offset the label by this amount horizontally."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"label-y"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (px)"]}),(0,s.jsx)(r.td,{children:"Offset the label by this amount vertically."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"label-size"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (px)"]}),(0,s.jsxs)(r.td,{children:["Required if a label is defined. The font size of the label. ",(0,s.jsx)(r.code,{children:"1px"})," makes the label about ",(0,s.jsx)(r.code,{children:"1px"})," tall."]})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"label-color"})}),(0,s.jsx)(r.td,{children:(0,s.jsx)(r.a,{href:"https://developer.mozilla.org/en-US/docs/Web/CSS/color_value",children:(0,s.jsx)(r.code,{children:"CSSColor"})})}),(0,s.jsx)(r.td,{children:"Required if a label is defined. The color of the label."})]})]})]}),"\n",(0,s.jsx)(r.h4,{id:"circle",children:(0,s.jsx)(r.code,{children:"circle"})}),"\n",(0,s.jsxs)(r.table,{children:[(0,s.jsx)(r.thead,{children:(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.th,{children:"Property"}),(0,s.jsx)(r.th,{children:"Type"}),(0,s.jsx)(r.th,{children:"Description"})]})}),(0,s.jsxs)(r.tbody,{children:[(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"x"})}),(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"number"})}),(0,s.jsx)(r.td,{children:"Required. The horizontal position of this circle's center."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"y"})}),(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"number"})}),(0,s.jsx)(r.td,{children:"Required. The vertical position of this circle's center."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"radius"})}),(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"number"})}),(0,s.jsx)(r.td,{children:"Required. The radius of this circle."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"fill"})}),(0,s.jsx)(r.td,{children:(0,s.jsx)(r.a,{href:"https://developer.mozilla.org/en-US/docs/Web/CSS/color_value",children:(0,s.jsx)(r.code,{children:"CSSColor"})})}),(0,s.jsx)(r.td,{children:"Required. Color of this circle."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"alpha"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (0-1)"]}),(0,s.jsx)(r.td,{children:"Opaqueness of this circle."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"label"})}),(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"string"})}),(0,s.jsx)(r.td,{children:"Display a label on top of this element. By default, its baseline left-aligned to the center of the circle."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"label-x"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (px)"]}),(0,s.jsx)(r.td,{children:"Offset the label by this amount horizontally."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"label-y"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (px)"]}),(0,s.jsx)(r.td,{children:"Offset the label by this amount vertically."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"label-size"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (px)"]}),(0,s.jsxs)(r.td,{children:["Required if a label is defined. The font size of the label. ",(0,s.jsx)(r.code,{children:"1px"})," makes the label about ",(0,s.jsx)(r.code,{children:"1px"})," tall."]})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"label-color"})}),(0,s.jsx)(r.td,{children:(0,s.jsx)(r.a,{href:"https://developer.mozilla.org/en-US/docs/Web/CSS/color_value",children:(0,s.jsx)(r.code,{children:"CSSColor"})})}),(0,s.jsx)(r.td,{children:"Required if a label is defined. The color of the label."})]})]})]}),"\n",(0,s.jsx)(r.h4,{id:"path",children:(0,s.jsx)(r.code,{children:"path"})}),"\n",(0,s.jsxs)(r.table,{children:[(0,s.jsx)(r.thead,{children:(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.th,{children:"Property"}),(0,s.jsx)(r.th,{children:"Type"}),(0,s.jsx)(r.th,{children:"Description"})]})}),(0,s.jsxs)(r.tbody,{children:[(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"points"})}),(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"{ x: number, y: number }[]"})}),(0,s.jsx)(r.td,{children:"Required. The points on the path."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"fill"})}),(0,s.jsx)(r.td,{children:(0,s.jsx)(r.a,{href:"https://developer.mozilla.org/en-US/docs/Web/CSS/color_value",children:(0,s.jsx)(r.code,{children:"CSSColor"})})}),(0,s.jsx)(r.td,{children:"Required. Color of this path."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"line-width"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (px)"]}),(0,s.jsx)(r.td,{children:"The width of this path."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"alpha"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (0-1)"]}),(0,s.jsx)(r.td,{children:"Opaqueness of this path."})]})]})]}),"\n",(0,s.jsx)(r.h4,{id:"polygon",children:(0,s.jsx)(r.code,{children:"polygon"})}),"\n",(0,s.jsxs)(r.table,{children:[(0,s.jsx)(r.thead,{children:(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.th,{children:"Property"}),(0,s.jsx)(r.th,{children:"Type"}),(0,s.jsx)(r.th,{children:"Description"})]})}),(0,s.jsxs)(r.tbody,{children:[(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"points"})}),(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"{ x: number, y: number }[]"})}),(0,s.jsx)(r.td,{children:"Required. The points on this polygon."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"fill"})}),(0,s.jsx)(r.td,{children:(0,s.jsx)(r.a,{href:"https://developer.mozilla.org/en-US/docs/Web/CSS/color_value",children:(0,s.jsx)(r.code,{children:"CSSColor"})})}),(0,s.jsx)(r.td,{children:"Required. Color of this polygon."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"alpha"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (0-1)"]}),(0,s.jsx)(r.td,{children:"Opaqueness of this polygon."})]})]})]}),"\n",(0,s.jsx)(r.h3,{id:"pixel-standalone",children:"Pixel standalone"}),"\n",(0,s.jsx)(r.admonition,{type:"warning",children:(0,s.jsx)(r.p,{children:"This section is incomplete."})}),"\n",(0,s.jsxs)(r.p,{children:["You can use the ",(0,s.jsx)(r.strong,{children:"Pixel"})," renderer without ",(0,s.jsx)(r.strong,{children:"Posthoc"}),"."]})]})}function x(e={}){const{wrapper:r}={...(0,d.a)(),...e.components};return r?(0,s.jsx)(r,{...e,children:(0,s.jsx)(o,{...e})}):o(e)}},3135:(e,r,i)=>{i.d(r,{Z:()=>s});const s=i.p+"assets/images/image-6-0a43433df4a57628a66524ad2e4cd66a.png"},8241:(e,r,i)=>{i.d(r,{Z:()=>s});const s=i.p+"assets/images/image-7-60472e8979c06c3fa6ab103a9c84b9db.png"},1151:(e,r,i)=>{i.d(r,{Z:()=>t,a:()=>l});var s=i(7294);const d={},n=s.createContext(d);function l(e){const r=s.useContext(n);return s.useMemo((function(){return"function"==typeof e?e(r):{...r,...e}}),[r,e])}function t(e){let r;return r=e.disableParentContext?"function"==typeof e.components?e.components(d):e.components||d:l(e.components),s.createElement(n.Provider,{value:r},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/7cccdef3.ea5b5dbb.js b/assets/js/7cccdef3.ea5b5dbb.js deleted file mode 100644 index 4702b3c..0000000 --- a/assets/js/7cccdef3.ea5b5dbb.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocs_2=self.webpackChunkdocs_2||[]).push([[8145],{7980:(e,r,i)=>{i.r(r),i.d(r,{assets:()=>c,contentTitle:()=>l,default:()=>x,frontMatter:()=>d,metadata:()=>t,toc:()=>h});var s=i(5893),n=i(1151);const d={sidebar_position:3},l="Pixel renderer",t={id:"visualiser/pixel-renderer",title:"Pixel renderer",description:"Pixel is the 2D renderer that's built into Posthoc. It's designed for large-scale pathfinding search problems. It stays performant when there are millions of elements.",source:"@site/docs/3-visualiser/pixel-renderer.md",sourceDirName:"3-visualiser",slug:"/visualiser/pixel-renderer",permalink:"/docs/visualiser/pixel-renderer",draft:!1,unlisted:!1,editUrl:"https://github.com/ShortestPathLab/posthoc/tree/master/docs/3-visualiser/pixel-renderer.md",tags:[],version:"current",sidebarPosition:3,frontMatter:{sidebar_position:3},sidebar:"tutorialSidebar",previous:{title:"Extensions",permalink:"/docs/visualiser/3-1-user-guide/extensions"},next:{title:"Contributing",permalink:"/docs/visualiser/contributing"}},c={},h=[{value:"Coordinate system",id:"coordinate-system",level:2},{value:"Performance",id:"performance",level:2},{value:"API",id:"api",level:2},{value:"Primitives",id:"primitives",level:3},{value:"rect",id:"rect",level:4},{value:"circle",id:"circle",level:4},{value:"path",id:"path",level:4},{value:"polygon",id:"polygon",level:4},{value:"Pixel standalone",id:"pixel-standalone",level:3}];function o(e){const r={a:"a",admonition:"admonition",code:"code",h1:"h1",h2:"h2",h3:"h3",h4:"h4",img:"img",li:"li",p:"p",strong:"strong",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",ul:"ul",...(0,n.a)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(r.h1,{id:"pixel-renderer",children:"Pixel renderer"}),"\n",(0,s.jsxs)(r.p,{children:[(0,s.jsx)(r.strong,{children:"Pixel"})," is the 2D renderer that's built into Posthoc. It's designed for large-scale pathfinding search problems. It stays performant when there are millions of elements."]}),"\n",(0,s.jsx)(r.p,{children:(0,s.jsx)(r.img,{alt:"Alt text",src:i(3135).Z+"",width:"2560",height:"1600"})}),"\n",(0,s.jsx)(r.h2,{id:"coordinate-system",children:"Coordinate system"}),"\n",(0,s.jsxs)(r.p,{children:["In ",(0,s.jsx)(r.strong,{children:"Pixel"}),", the ",(0,s.jsx)(r.code,{children:"x"})," axis is horizontal, spanning left to right, and the ",(0,s.jsx)(r.code,{children:"y"})," axis is vertical, spanning top to bottom. Lengths are measured in ",(0,s.jsx)(r.code,{children:"px"})," units."]}),"\n",(0,s.jsx)(r.h2,{id:"performance",children:"Performance"}),"\n",(0,s.jsxs)(r.p,{children:[(0,s.jsx)(r.strong,{children:"Pixel"})," uses multi-threaded, tile-based rendering with viewport culling. You can zoom in and out infinitely without loss in quality.\nIt also uses dynamic resolution, dropping the resolution down when the framerate decreases to help make playback smoother."]}),"\n",(0,s.jsx)(r.p,{children:(0,s.jsx)(r.img,{alt:"Alt text",src:i(8241).Z+"",width:"2560",height:"1600"})}),"\n",(0,s.jsxs)(r.p,{children:["If you find that ",(0,s.jsx)(r.strong,{children:"Pixel"})," is starting to get laggy, here are some tips to improve rendering performance."]}),"\n",(0,s.jsxs)(r.ul,{children:["\n",(0,s.jsxs)(r.li,{children:[(0,s.jsx)(r.strong,{children:"Turn off acrylic"}),(0,s.jsx)("br",{}),"The ",(0,s.jsx)(r.strong,{children:"Settings > General > Acrylic"})," option can decrease general UI performance. You can turn this off to make ",(0,s.jsx)(r.strong,{children:"Pixel"})," faster."]}),"\n",(0,s.jsxs)(r.li,{children:[(0,s.jsx)(r.strong,{children:"Combine elements"}),(0,s.jsx)("br",{}),(0,s.jsx)(r.strong,{children:"Pixel"}),"'s performance declines roughly linearly with the amount of elements. You can try to minimise the amount of elements by combining them. For example, draw a single large rectangle rather than several small rectangles."]}),"\n",(0,s.jsxs)(r.li,{children:[(0,s.jsx)(r.strong,{children:"Avoid text"}),(0,s.jsx)("br",{}),"Text rendering is considerably slower than shapes. Consider storing additional information in ",(0,s.jsx)(r.code,{children:"$info"})," instead."]}),"\n"]}),"\n",(0,s.jsx)(r.h2,{id:"api",children:"API"}),"\n",(0,s.jsx)(r.h3,{id:"primitives",children:"Primitives"}),"\n",(0,s.jsx)(r.h4,{id:"rect",children:(0,s.jsx)(r.code,{children:"rect"})}),"\n",(0,s.jsxs)(r.table,{children:[(0,s.jsx)(r.thead,{children:(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.th,{children:"Property"}),(0,s.jsx)(r.th,{children:"Type"}),(0,s.jsx)(r.th,{children:"Description"})]})}),(0,s.jsxs)(r.tbody,{children:[(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"x"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (px)"]}),(0,s.jsx)(r.td,{children:"Required. Horizontal position of the top left corner of this rectangle."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"y"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (px)"]}),(0,s.jsx)(r.td,{children:"Required. Vertical position of the top left corner of this rectangle."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"width"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (px)"]}),(0,s.jsx)(r.td,{children:"Required. Width of this rectangle."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"height"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (px)"]}),(0,s.jsx)(r.td,{children:"Required. Height of the rectangle."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"fill"})}),(0,s.jsx)(r.td,{children:(0,s.jsx)(r.a,{href:"https://developer.mozilla.org/en-US/docs/Web/CSS/color_value",children:(0,s.jsx)(r.code,{children:"CSSColor"})})}),(0,s.jsx)(r.td,{children:"Required. Color of this rect."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"alpha"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (0-1)"]}),(0,s.jsx)(r.td,{children:"Opaqueness of this rect."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"label"})}),(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"string"})}),(0,s.jsxs)(r.td,{children:["Display a label on top of this element. By default, its baseline left-aligned to the top left corner of the rectangle. The color of the label is determined by the ",(0,s.jsx)(r.code,{children:"fill"})," property."]})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"label-x"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (px)"]}),(0,s.jsx)(r.td,{children:"Offset the label by this amount horizontally."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"label-y"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (px)"]}),(0,s.jsx)(r.td,{children:"Offset the label by this amount vertically."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"label-size"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (px)"]}),(0,s.jsxs)(r.td,{children:["Required if a label is defined. The font size of the label. ",(0,s.jsx)(r.code,{children:"1px"})," makes the label about ",(0,s.jsx)(r.code,{children:"1px"})," tall."]})]})]})]}),"\n",(0,s.jsx)(r.h4,{id:"circle",children:(0,s.jsx)(r.code,{children:"circle"})}),"\n",(0,s.jsxs)(r.table,{children:[(0,s.jsx)(r.thead,{children:(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.th,{children:"Property"}),(0,s.jsx)(r.th,{children:"Type"}),(0,s.jsx)(r.th,{children:"Description"})]})}),(0,s.jsxs)(r.tbody,{children:[(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"x"})}),(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"number"})}),(0,s.jsx)(r.td,{children:"Required. The horizontal position of this circle's center."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"y"})}),(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"number"})}),(0,s.jsx)(r.td,{children:"Required. The vertical position of this circle's center."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"radius"})}),(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"number"})}),(0,s.jsx)(r.td,{children:"Required. The radius of this circle."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"fill"})}),(0,s.jsx)(r.td,{children:(0,s.jsx)(r.a,{href:"https://developer.mozilla.org/en-US/docs/Web/CSS/color_value",children:(0,s.jsx)(r.code,{children:"CSSColor"})})}),(0,s.jsx)(r.td,{children:"Required. Color of this circle."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"alpha"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (0-1)"]}),(0,s.jsx)(r.td,{children:"Opaqueness of this circle."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"label"})}),(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"string"})}),(0,s.jsxs)(r.td,{children:["Display a label on top of this element. By default, its baseline left-aligned to the center of the circle. The color of the label is determined by the ",(0,s.jsx)(r.code,{children:"fill"})," property."]})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"label-x"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (px)"]}),(0,s.jsx)(r.td,{children:"Offset the label by this amount horizontally."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"label-y"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (px)"]}),(0,s.jsx)(r.td,{children:"Offset the label by this amount vertically."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"label-size"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (px)"]}),(0,s.jsxs)(r.td,{children:["Required if a label is defined. The font size of the label. ",(0,s.jsx)(r.code,{children:"1px"})," makes the label about ",(0,s.jsx)(r.code,{children:"1px"})," tall."]})]})]})]}),"\n",(0,s.jsx)(r.h4,{id:"path",children:(0,s.jsx)(r.code,{children:"path"})}),"\n",(0,s.jsxs)(r.table,{children:[(0,s.jsx)(r.thead,{children:(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.th,{children:"Property"}),(0,s.jsx)(r.th,{children:"Type"}),(0,s.jsx)(r.th,{children:"Description"})]})}),(0,s.jsxs)(r.tbody,{children:[(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"points"})}),(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"{ x: number, y: number }[]"})}),(0,s.jsx)(r.td,{children:"Required. The points on the path."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"fill"})}),(0,s.jsx)(r.td,{children:(0,s.jsx)(r.a,{href:"https://developer.mozilla.org/en-US/docs/Web/CSS/color_value",children:(0,s.jsx)(r.code,{children:"CSSColor"})})}),(0,s.jsx)(r.td,{children:"Required. Color of this path."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"line-width"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (px)"]}),(0,s.jsx)(r.td,{children:"The width of this path."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"alpha"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (0-1)"]}),(0,s.jsx)(r.td,{children:"Opaqueness of this path."})]})]})]}),"\n",(0,s.jsx)(r.h4,{id:"polygon",children:(0,s.jsx)(r.code,{children:"polygon"})}),"\n",(0,s.jsxs)(r.table,{children:[(0,s.jsx)(r.thead,{children:(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.th,{children:"Property"}),(0,s.jsx)(r.th,{children:"Type"}),(0,s.jsx)(r.th,{children:"Description"})]})}),(0,s.jsxs)(r.tbody,{children:[(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"points"})}),(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"{ x: number, y: number }[]"})}),(0,s.jsx)(r.td,{children:"Required. The points on this polygon."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"fill"})}),(0,s.jsx)(r.td,{children:(0,s.jsx)(r.a,{href:"https://developer.mozilla.org/en-US/docs/Web/CSS/color_value",children:(0,s.jsx)(r.code,{children:"CSSColor"})})}),(0,s.jsx)(r.td,{children:"Required. Color of this polygon."})]}),(0,s.jsxs)(r.tr,{children:[(0,s.jsx)(r.td,{children:(0,s.jsx)(r.code,{children:"alpha"})}),(0,s.jsxs)(r.td,{children:[(0,s.jsx)(r.code,{children:"number"})," (0-1)"]}),(0,s.jsx)(r.td,{children:"Opaqueness of this polygon."})]})]})]}),"\n",(0,s.jsx)(r.h3,{id:"pixel-standalone",children:"Pixel standalone"}),"\n",(0,s.jsx)(r.admonition,{type:"warning",children:(0,s.jsx)(r.p,{children:"This section is incomplete."})}),"\n",(0,s.jsxs)(r.p,{children:["You can use the ",(0,s.jsx)(r.strong,{children:"Pixel"})," renderer without ",(0,s.jsx)(r.strong,{children:"Posthoc"}),"."]})]})}function x(e={}){const{wrapper:r}={...(0,n.a)(),...e.components};return r?(0,s.jsx)(r,{...e,children:(0,s.jsx)(o,{...e})}):o(e)}},3135:(e,r,i)=>{i.d(r,{Z:()=>s});const s=i.p+"assets/images/image-6-0a43433df4a57628a66524ad2e4cd66a.png"},8241:(e,r,i)=>{i.d(r,{Z:()=>s});const s=i.p+"assets/images/image-7-60472e8979c06c3fa6ab103a9c84b9db.png"},1151:(e,r,i)=>{i.d(r,{Z:()=>t,a:()=>l});var s=i(7294);const n={},d=s.createContext(n);function l(e){const r=s.useContext(d);return s.useMemo((function(){return"function"==typeof e?e(r):{...r,...e}}),[r,e])}function t(e){let r;return r=e.disableParentContext?"function"==typeof e.components?e.components(n):e.components||n:l(e.components),s.createElement(d.Provider,{value:r},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/runtime~main.b9a9194d.js b/assets/js/runtime~main.8361405e.js similarity index 98% rename from assets/js/runtime~main.b9a9194d.js rename to assets/js/runtime~main.8361405e.js index dcf64ef..6f4f554 100644 --- a/assets/js/runtime~main.b9a9194d.js +++ b/assets/js/runtime~main.8361405e.js @@ -1 +1 @@ -(()=>{"use strict";var e,a,c,t,r,f={},d={};function b(e){var a=d[e];if(void 0!==a)return a.exports;var c=d[e]={id:e,loaded:!1,exports:{}};return f[e].call(c.exports,c,c.exports,b),c.loaded=!0,c.exports}b.m=f,b.c=d,e=[],b.O=(a,c,t,r)=>{if(!c){var f=1/0;for(i=0;i=r)&&Object.keys(b.O).every((e=>b.O[e](c[o])))?c.splice(o--,1):(d=!1,r0&&e[i-1][2]>r;i--)e[i]=e[i-1];e[i]=[c,t,r]},b.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return b.d(a,{a:a}),a},c=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,b.t=function(e,t){if(1&t&&(e=this(e)),8&t)return e;if("object"==typeof e&&e){if(4&t&&e.__esModule)return e;if(16&t&&"function"==typeof e.then)return e}var r=Object.create(null);b.r(r);var f={};a=a||[null,c({}),c([]),c(c)];for(var d=2&t&&e;"object"==typeof d&&!~a.indexOf(d);d=c(d))Object.getOwnPropertyNames(d).forEach((a=>f[a]=()=>e[a]));return f.default=()=>e,b.d(r,f),r},b.d=(e,a)=>{for(var c in a)b.o(a,c)&&!b.o(e,c)&&Object.defineProperty(e,c,{enumerable:!0,get:a[c]})},b.f={},b.e=e=>Promise.all(Object.keys(b.f).reduce(((a,c)=>(b.f[c](e,a),a)),[])),b.u=e=>"assets/js/"+({53:"935f2afb",118:"2afafaf2",223:"e4fc5673",533:"b2b675dd",615:"6b8f01e2",879:"00a4425a",1165:"676bd646",1311:"5736f1a7",1472:"337b83a3",1477:"b2f554cd",1567:"1dec2e7b",1703:"47a09aa0",1713:"a7023ddc",2006:"10eb6cfc",2535:"814f3328",3089:"a6aa9e1f",3237:"1df93b7f",3480:"9c7a41f4",3608:"9e4087bc",3620:"b1f5133c",3756:"0af3a6e7",3882:"a77c6a7c",4013:"01a85c17",4368:"a94703ab",4573:"78835da8",4857:"eae09382",5863:"1137004f",6103:"ccc49370",6271:"f9c0422f",6295:"ca6d0e57",6635:"ef2725c4",7892:"0294065e",7918:"17896441",8145:"7cccdef3",8322:"4cd738bd",8337:"ae22bfdb",8518:"a7bd4aaa",8610:"6875c492",8712:"fd2c304b",8756:"1429b7e2",8894:"3550d18a",8957:"9be79d3b",9066:"65e6645a",9340:"9cde8b2f",9529:"785e7c5b",9661:"5e95c892",9699:"51790bac",9817:"14eb3368"}[e]||e)+"."+{53:"4621fc34",118:"abe4fa62",223:"db65662f",533:"658cc3ac",615:"b8e1a9a4",864:"63e4f2a2",868:"27bfa67f",879:"0550b8c9",1165:"3d931d98",1311:"c7ca3998",1472:"eaa15847",1477:"f831a07c",1567:"71e065d8",1703:"fee695b9",1713:"218d6baa",2006:"582105ea",2535:"fde4f8d4",3089:"e282217f",3237:"28b75847",3480:"aaed5ecd",3608:"60705417",3620:"0dd21168",3756:"ca56c451",3882:"afd7ea56",4013:"a364d43f",4368:"17e8fa59",4573:"1a9baa5a",4857:"d2ea1da4",4885:"0d9827e3",5168:"802afaab",5863:"5adfdddb",6103:"30f1df91",6271:"b0f7efce",6295:"23b86779",6635:"ad3475a8",7892:"d9dbd0a8",7918:"e8f4c057",8145:"ea5b5dbb",8322:"4c110c49",8337:"4ce12fb6",8518:"5e48043c",8610:"24d272ae",8712:"701afee1",8756:"279c3176",8894:"47c81c88",8957:"db31eedf",8986:"c1ba887f",9066:"282f6314",9340:"01f88355",9529:"2145777b",9661:"cb29ae02",9699:"9869c390",9817:"9059425c"}[e]+".js",b.miniCssF=e=>{},b.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),b.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),t={},r="docs-2:",b.l=(e,a,c,f)=>{if(t[e])t[e].push(a);else{var d,o;if(void 0!==c)for(var n=document.getElementsByTagName("script"),i=0;i{d.onerror=d.onload=null,clearTimeout(s);var r=t[e];if(delete t[e],d.parentNode&&d.parentNode.removeChild(d),r&&r.forEach((e=>e(c))),a)return a(c)},s=setTimeout(u.bind(null,void 0,{type:"timeout",target:d}),12e4);d.onerror=u.bind(null,d.onerror),d.onload=u.bind(null,d.onload),o&&document.head.appendChild(d)}},b.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},b.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),b.p="/",b.gca=function(e){return e={17896441:"7918","935f2afb":"53","2afafaf2":"118",e4fc5673:"223",b2b675dd:"533","6b8f01e2":"615","00a4425a":"879","676bd646":"1165","5736f1a7":"1311","337b83a3":"1472",b2f554cd:"1477","1dec2e7b":"1567","47a09aa0":"1703",a7023ddc:"1713","10eb6cfc":"2006","814f3328":"2535",a6aa9e1f:"3089","1df93b7f":"3237","9c7a41f4":"3480","9e4087bc":"3608",b1f5133c:"3620","0af3a6e7":"3756",a77c6a7c:"3882","01a85c17":"4013",a94703ab:"4368","78835da8":"4573",eae09382:"4857","1137004f":"5863",ccc49370:"6103",f9c0422f:"6271",ca6d0e57:"6295",ef2725c4:"6635","0294065e":"7892","7cccdef3":"8145","4cd738bd":"8322",ae22bfdb:"8337",a7bd4aaa:"8518","6875c492":"8610",fd2c304b:"8712","1429b7e2":"8756","3550d18a":"8894","9be79d3b":"8957","65e6645a":"9066","9cde8b2f":"9340","785e7c5b":"9529","5e95c892":"9661","51790bac":"9699","14eb3368":"9817"}[e]||e,b.p+b.u(e)},(()=>{var e={1303:0,532:0};b.f.j=(a,c)=>{var t=b.o(e,a)?e[a]:void 0;if(0!==t)if(t)c.push(t[2]);else if(/^(1303|532)$/.test(a))e[a]=0;else{var r=new Promise(((c,r)=>t=e[a]=[c,r]));c.push(t[2]=r);var f=b.p+b.u(a),d=new Error;b.l(f,(c=>{if(b.o(e,a)&&(0!==(t=e[a])&&(e[a]=void 0),t)){var r=c&&("load"===c.type?"missing":c.type),f=c&&c.target&&c.target.src;d.message="Loading chunk "+a+" failed.\n("+r+": "+f+")",d.name="ChunkLoadError",d.type=r,d.request=f,t[1](d)}}),"chunk-"+a,a)}},b.O.j=a=>0===e[a];var a=(a,c)=>{var t,r,f=c[0],d=c[1],o=c[2],n=0;if(f.some((a=>0!==e[a]))){for(t in d)b.o(d,t)&&(b.m[t]=d[t]);if(o)var i=o(b)}for(a&&a(c);n{"use strict";var e,a,c,t,r,f={},d={};function b(e){var a=d[e];if(void 0!==a)return a.exports;var c=d[e]={id:e,loaded:!1,exports:{}};return f[e].call(c.exports,c,c.exports,b),c.loaded=!0,c.exports}b.m=f,b.c=d,e=[],b.O=(a,c,t,r)=>{if(!c){var f=1/0;for(i=0;i=r)&&Object.keys(b.O).every((e=>b.O[e](c[o])))?c.splice(o--,1):(d=!1,r0&&e[i-1][2]>r;i--)e[i]=e[i-1];e[i]=[c,t,r]},b.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return b.d(a,{a:a}),a},c=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,b.t=function(e,t){if(1&t&&(e=this(e)),8&t)return e;if("object"==typeof e&&e){if(4&t&&e.__esModule)return e;if(16&t&&"function"==typeof e.then)return e}var r=Object.create(null);b.r(r);var f={};a=a||[null,c({}),c([]),c(c)];for(var d=2&t&&e;"object"==typeof d&&!~a.indexOf(d);d=c(d))Object.getOwnPropertyNames(d).forEach((a=>f[a]=()=>e[a]));return f.default=()=>e,b.d(r,f),r},b.d=(e,a)=>{for(var c in a)b.o(a,c)&&!b.o(e,c)&&Object.defineProperty(e,c,{enumerable:!0,get:a[c]})},b.f={},b.e=e=>Promise.all(Object.keys(b.f).reduce(((a,c)=>(b.f[c](e,a),a)),[])),b.u=e=>"assets/js/"+({53:"935f2afb",118:"2afafaf2",223:"e4fc5673",533:"b2b675dd",615:"6b8f01e2",879:"00a4425a",1165:"676bd646",1311:"5736f1a7",1472:"337b83a3",1477:"b2f554cd",1567:"1dec2e7b",1703:"47a09aa0",1713:"a7023ddc",2006:"10eb6cfc",2535:"814f3328",3089:"a6aa9e1f",3237:"1df93b7f",3480:"9c7a41f4",3608:"9e4087bc",3620:"b1f5133c",3756:"0af3a6e7",3882:"a77c6a7c",4013:"01a85c17",4368:"a94703ab",4573:"78835da8",4857:"eae09382",5863:"1137004f",6103:"ccc49370",6271:"f9c0422f",6295:"ca6d0e57",6635:"ef2725c4",7892:"0294065e",7918:"17896441",8145:"7cccdef3",8322:"4cd738bd",8337:"ae22bfdb",8518:"a7bd4aaa",8610:"6875c492",8712:"fd2c304b",8756:"1429b7e2",8894:"3550d18a",8957:"9be79d3b",9066:"65e6645a",9340:"9cde8b2f",9529:"785e7c5b",9661:"5e95c892",9699:"51790bac",9817:"14eb3368"}[e]||e)+"."+{53:"4621fc34",118:"abe4fa62",223:"db65662f",533:"658cc3ac",615:"b8e1a9a4",864:"63e4f2a2",868:"27bfa67f",879:"0550b8c9",1165:"3d931d98",1311:"c7ca3998",1472:"eaa15847",1477:"f831a07c",1567:"71e065d8",1703:"fee695b9",1713:"218d6baa",2006:"582105ea",2535:"fde4f8d4",3089:"e282217f",3237:"28b75847",3480:"aaed5ecd",3608:"60705417",3620:"0dd21168",3756:"ca56c451",3882:"afd7ea56",4013:"a364d43f",4368:"17e8fa59",4573:"1a9baa5a",4857:"d2ea1da4",4885:"0d9827e3",5168:"802afaab",5863:"5adfdddb",6103:"30f1df91",6271:"b0f7efce",6295:"23b86779",6635:"ad3475a8",7892:"d9dbd0a8",7918:"e8f4c057",8145:"0dff0d1c",8322:"4c110c49",8337:"4ce12fb6",8518:"5e48043c",8610:"24d272ae",8712:"701afee1",8756:"279c3176",8894:"47c81c88",8957:"db31eedf",8986:"c1ba887f",9066:"282f6314",9340:"01f88355",9529:"2145777b",9661:"cb29ae02",9699:"9869c390",9817:"9059425c"}[e]+".js",b.miniCssF=e=>{},b.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),b.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),t={},r="docs-2:",b.l=(e,a,c,f)=>{if(t[e])t[e].push(a);else{var d,o;if(void 0!==c)for(var n=document.getElementsByTagName("script"),i=0;i{d.onerror=d.onload=null,clearTimeout(s);var r=t[e];if(delete t[e],d.parentNode&&d.parentNode.removeChild(d),r&&r.forEach((e=>e(c))),a)return a(c)},s=setTimeout(u.bind(null,void 0,{type:"timeout",target:d}),12e4);d.onerror=u.bind(null,d.onerror),d.onload=u.bind(null,d.onload),o&&document.head.appendChild(d)}},b.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},b.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),b.p="/",b.gca=function(e){return e={17896441:"7918","935f2afb":"53","2afafaf2":"118",e4fc5673:"223",b2b675dd:"533","6b8f01e2":"615","00a4425a":"879","676bd646":"1165","5736f1a7":"1311","337b83a3":"1472",b2f554cd:"1477","1dec2e7b":"1567","47a09aa0":"1703",a7023ddc:"1713","10eb6cfc":"2006","814f3328":"2535",a6aa9e1f:"3089","1df93b7f":"3237","9c7a41f4":"3480","9e4087bc":"3608",b1f5133c:"3620","0af3a6e7":"3756",a77c6a7c:"3882","01a85c17":"4013",a94703ab:"4368","78835da8":"4573",eae09382:"4857","1137004f":"5863",ccc49370:"6103",f9c0422f:"6271",ca6d0e57:"6295",ef2725c4:"6635","0294065e":"7892","7cccdef3":"8145","4cd738bd":"8322",ae22bfdb:"8337",a7bd4aaa:"8518","6875c492":"8610",fd2c304b:"8712","1429b7e2":"8756","3550d18a":"8894","9be79d3b":"8957","65e6645a":"9066","9cde8b2f":"9340","785e7c5b":"9529","5e95c892":"9661","51790bac":"9699","14eb3368":"9817"}[e]||e,b.p+b.u(e)},(()=>{var e={1303:0,532:0};b.f.j=(a,c)=>{var t=b.o(e,a)?e[a]:void 0;if(0!==t)if(t)c.push(t[2]);else if(/^(1303|532)$/.test(a))e[a]=0;else{var r=new Promise(((c,r)=>t=e[a]=[c,r]));c.push(t[2]=r);var f=b.p+b.u(a),d=new Error;b.l(f,(c=>{if(b.o(e,a)&&(0!==(t=e[a])&&(e[a]=void 0),t)){var r=c&&("load"===c.type?"missing":c.type),f=c&&c.target&&c.target.src;d.message="Loading chunk "+a+" failed.\n("+r+": "+f+")",d.name="ChunkLoadError",d.type=r,d.request=f,t[1](d)}}),"chunk-"+a,a)}},b.O.j=a=>0===e[a];var a=(a,c)=>{var t,r,f=c[0],d=c[1],o=c[2],n=0;if(f.some((a=>0!==e[a]))){for(t in d)b.o(d,t)&&(b.m[t]=d[t]);if(o)var i=o(b)}for(a&&a(c);n Blog - Posthoc - The Visualisation Framework for Search - + diff --git a/blog/1.0.4.html b/blog/1.0.4.html index 1b91866..d384075 100644 --- a/blog/1.0.4.html +++ b/blog/1.0.4.html @@ -5,7 +5,7 @@ Posthoc v1.0.4 - Posthoc - The Visualisation Framework for Search - + diff --git a/blog/1.2.0.html b/blog/1.2.0.html index dd57e1a..f0051a3 100644 --- a/blog/1.2.0.html +++ b/blog/1.2.0.html @@ -5,7 +5,7 @@ Posthoc v1.2.0 - Posthoc - The Visualisation Framework for Search - + diff --git a/blog/1.2.4.html b/blog/1.2.4.html index 0c5c303..c8733d5 100644 --- a/blog/1.2.4.html +++ b/blog/1.2.4.html @@ -5,7 +5,7 @@ Posthoc v1.2.4 - Posthoc - The Visualisation Framework for Search - + diff --git a/blog/archive.html b/blog/archive.html index 54b846a..afbba6d 100644 --- a/blog/archive.html +++ b/blog/archive.html @@ -5,7 +5,7 @@ Archive - Posthoc - The Visualisation Framework for Search - + diff --git a/blog/tags.html b/blog/tags.html index 1be13db..b57b600 100644 --- a/blog/tags.html +++ b/blog/tags.html @@ -5,7 +5,7 @@ Tags - Posthoc - The Visualisation Framework for Search - + diff --git a/blog/tags/changelog.html b/blog/tags/changelog.html index 5b8964b..088a771 100644 --- a/blog/tags/changelog.html +++ b/blog/tags/changelog.html @@ -5,7 +5,7 @@ 3 posts tagged with "changelog" - Posthoc - The Visualisation Framework for Search - + diff --git a/blog/tags/v-1-0-4.html b/blog/tags/v-1-0-4.html index 6a55bd9..62531dc 100644 --- a/blog/tags/v-1-0-4.html +++ b/blog/tags/v-1-0-4.html @@ -5,7 +5,7 @@ One post tagged with "v1.0.4" - Posthoc - The Visualisation Framework for Search - + diff --git a/blog/tags/v-1-2-0.html b/blog/tags/v-1-2-0.html index 4382d46..ae0bdbd 100644 --- a/blog/tags/v-1-2-0.html +++ b/blog/tags/v-1-2-0.html @@ -5,7 +5,7 @@ One post tagged with "v1.2.0" - Posthoc - The Visualisation Framework for Search - + diff --git a/blog/tags/v-1-2-4.html b/blog/tags/v-1-2-4.html index 088d859..9908bfe 100644 --- a/blog/tags/v-1-2-4.html +++ b/blog/tags/v-1-2-4.html @@ -5,7 +5,7 @@ One post tagged with "v1.2.4" - Posthoc - The Visualisation Framework for Search - + diff --git a/docs/category/posthoc-visualiser.html b/docs/category/posthoc-visualiser.html index b10d96f..73cc256 100644 --- a/docs/category/posthoc-visualiser.html +++ b/docs/category/posthoc-visualiser.html @@ -5,7 +5,7 @@ Posthoc visualiser - Posthoc - The Visualisation Framework for Search - + diff --git a/docs/category/tutorials.html b/docs/category/tutorials.html index 0b4f233..5ed11d5 100644 --- a/docs/category/tutorials.html +++ b/docs/category/tutorials.html @@ -5,7 +5,7 @@ Tutorials - Posthoc - The Visualisation Framework for Search - + diff --git a/docs/category/user-guide.html b/docs/category/user-guide.html index ddc7bd2..132e3a9 100644 --- a/docs/category/user-guide.html +++ b/docs/category/user-guide.html @@ -5,7 +5,7 @@ User guide - Posthoc - The Visualisation Framework for Search - + diff --git a/docs/get-started.html b/docs/get-started.html index dc07643..7a6450b 100644 --- a/docs/get-started.html +++ b/docs/get-started.html @@ -5,7 +5,7 @@ Get started - Posthoc - The Visualisation Framework for Search - + diff --git a/docs/overview.html b/docs/overview.html index 3ad8ef8..a7e4898 100644 --- a/docs/overview.html +++ b/docs/overview.html @@ -5,7 +5,7 @@ Overview - Posthoc - The Visualisation Framework for Search - + diff --git a/docs/search-trace.html b/docs/search-trace.html index c01f363..264cbd5 100644 --- a/docs/search-trace.html +++ b/docs/search-trace.html @@ -5,7 +5,7 @@ Search trace - Posthoc - The Visualisation Framework for Search - + diff --git a/docs/tutorials/single-agent-grid.html b/docs/tutorials/single-agent-grid.html index 2dedd54..e3ef53e 100644 --- a/docs/tutorials/single-agent-grid.html +++ b/docs/tutorials/single-agent-grid.html @@ -5,7 +5,7 @@ Single Agent Grid Search - Posthoc - The Visualisation Framework for Search - + diff --git a/docs/tutorials/tile.html b/docs/tutorials/tile.html index 11972fe..ec16406 100644 --- a/docs/tutorials/tile.html +++ b/docs/tutorials/tile.html @@ -5,7 +5,7 @@ Decision Tree - Posthoc - The Visualisation Framework for Search - + diff --git a/docs/visualiser-adapter-protocol.html b/docs/visualiser-adapter-protocol.html index 3e9f1f6..581c18b 100644 --- a/docs/visualiser-adapter-protocol.html +++ b/docs/visualiser-adapter-protocol.html @@ -5,7 +5,7 @@ Visualiser Adapter Protocol ⚠️ - Posthoc - The Visualisation Framework for Search - + diff --git a/docs/visualiser/3-1-user-guide/extensions.html b/docs/visualiser/3-1-user-guide/extensions.html index ce221a9..0b9d826 100644 --- a/docs/visualiser/3-1-user-guide/extensions.html +++ b/docs/visualiser/3-1-user-guide/extensions.html @@ -5,7 +5,7 @@ Extensions - Posthoc - The Visualisation Framework for Search - + diff --git a/docs/visualiser/3-1-user-guide/interface.html b/docs/visualiser/3-1-user-guide/interface.html index edce7d9..411f1db 100644 --- a/docs/visualiser/3-1-user-guide/interface.html +++ b/docs/visualiser/3-1-user-guide/interface.html @@ -5,7 +5,7 @@ UI - Posthoc - The Visualisation Framework for Search - + diff --git a/docs/visualiser/3-1-user-guide/layers.html b/docs/visualiser/3-1-user-guide/layers.html index b95c71d..1a849c8 100644 --- a/docs/visualiser/3-1-user-guide/layers.html +++ b/docs/visualiser/3-1-user-guide/layers.html @@ -5,7 +5,7 @@ Layers - Posthoc - The Visualisation Framework for Search - + diff --git a/docs/visualiser/contributing.html b/docs/visualiser/contributing.html index af0975b..1ae3409 100644 --- a/docs/visualiser/contributing.html +++ b/docs/visualiser/contributing.html @@ -5,7 +5,7 @@ Contributing - Posthoc - The Visualisation Framework for Search - + diff --git a/docs/visualiser/overview.html b/docs/visualiser/overview.html index 473e4d8..d9c10c7 100644 --- a/docs/visualiser/overview.html +++ b/docs/visualiser/overview.html @@ -5,7 +5,7 @@ Overview - Posthoc - The Visualisation Framework for Search - + diff --git a/docs/visualiser/pixel-renderer.html b/docs/visualiser/pixel-renderer.html index 061b3d5..3e493f7 100644 --- a/docs/visualiser/pixel-renderer.html +++ b/docs/visualiser/pixel-renderer.html @@ -5,7 +5,7 @@ Pixel renderer - Posthoc - The Visualisation Framework for Search - + @@ -27,9 +27,9 @@

PerformanceAPI

Primitives

rect

-
PropertyTypeDescription
xnumber (px)Required. Horizontal position of the top left corner of this rectangle.
ynumber (px)Required. Vertical position of the top left corner of this rectangle.
widthnumber (px)Required. Width of this rectangle.
heightnumber (px)Required. Height of the rectangle.
fillCSSColorRequired. Color of this rect.
alphanumber (0-1)Opaqueness of this rect.
labelstringDisplay a label on top of this element. By default, its baseline left-aligned to the top left corner of the rectangle. The color of the label is determined by the fill property.
label-xnumber (px)Offset the label by this amount horizontally.
label-ynumber (px)Offset the label by this amount vertically.
label-sizenumber (px)Required if a label is defined. The font size of the label. 1px makes the label about 1px tall.
+
PropertyTypeDescription
xnumber (px)Required. Horizontal position of the top left corner of this rectangle.
ynumber (px)Required. Vertical position of the top left corner of this rectangle.
widthnumber (px)Required. Width of this rectangle.
heightnumber (px)Required. Height of the rectangle.
fillCSSColorRequired. Color of this rect.
alphanumber (0-1)Opaqueness of this rect.
labelstringDisplay a label on top of this element. By default, its baseline left-aligned to the top left corner of the rectangle.
label-xnumber (px)Offset the label by this amount horizontally.
label-ynumber (px)Offset the label by this amount vertically.
label-sizenumber (px)Required if a label is defined. The font size of the label. 1px makes the label about 1px tall.
label-colorCSSColorRequired if a label is defined. The color of the label.

circle

-
PropertyTypeDescription
xnumberRequired. The horizontal position of this circle's center.
ynumberRequired. The vertical position of this circle's center.
radiusnumberRequired. The radius of this circle.
fillCSSColorRequired. Color of this circle.
alphanumber (0-1)Opaqueness of this circle.
labelstringDisplay a label on top of this element. By default, its baseline left-aligned to the center of the circle. The color of the label is determined by the fill property.
label-xnumber (px)Offset the label by this amount horizontally.
label-ynumber (px)Offset the label by this amount vertically.
label-sizenumber (px)Required if a label is defined. The font size of the label. 1px makes the label about 1px tall.
+
PropertyTypeDescription
xnumberRequired. The horizontal position of this circle's center.
ynumberRequired. The vertical position of this circle's center.
radiusnumberRequired. The radius of this circle.
fillCSSColorRequired. Color of this circle.
alphanumber (0-1)Opaqueness of this circle.
labelstringDisplay a label on top of this element. By default, its baseline left-aligned to the center of the circle.
label-xnumber (px)Offset the label by this amount horizontally.
label-ynumber (px)Offset the label by this amount vertically.
label-sizenumber (px)Required if a label is defined. The font size of the label. 1px makes the label about 1px tall.
label-colorCSSColorRequired if a label is defined. The color of the label.

path

PropertyTypeDescription
points{ x: number, y: number }[]Required. The points on the path.
fillCSSColorRequired. Color of this path.
line-widthnumber (px)The width of this path.
alphanumber (0-1)Opaqueness of this path.

polygon

diff --git a/index.html b/index.html index bb9152b..e7305dc 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ Posthoc - The Visualisation Framework for Search - + diff --git a/search-index-default.json b/search-index-default.json index ea32518..5087839 100644 --- a/search-index-default.json +++ b/search-index-default.json @@ -1 +1 @@ -{"documents":[{"id":1,"pageTitle":"Posthoc v1.0.4","sectionTitle":"Posthoc v1.0.4","sectionRoute":"/blog/1.0.4","type":"blog"},{"id":2,"pageTitle":"Posthoc v1.0.4","sectionTitle":"Changes","sectionRoute":"/blog/1.0.4#changes","type":"blog"},{"id":3,"pageTitle":"Posthoc v1.0.4","sectionTitle":"Architecture Changes","sectionRoute":"/blog/1.0.4#architecture-changes","type":"blog"},{"id":4,"pageTitle":"Posthoc v1.0.4","sectionTitle":"Features","sectionRoute":"/blog/1.0.4#features","type":"blog"},{"id":5,"pageTitle":"Posthoc v1.0.4","sectionTitle":"Use Cases","sectionRoute":"/blog/1.0.4#use-cases","type":"blog"},{"id":6,"pageTitle":"Posthoc v1.0.4","sectionTitle":"Releases","sectionRoute":"/blog/1.0.4#releases","type":"blog"},{"id":7,"pageTitle":"Posthoc v1.0.4","sectionTitle":"Known Issues","sectionRoute":"/blog/1.0.4#known-issues","type":"blog"},{"id":45,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Posthoc v1.2.0","sectionRoute":"/blog/1.2.0","type":"blog"},{"id":46,"pageTitle":"Posthoc v1.2.0","sectionTitle":"UI","sectionRoute":"/blog/1.2.0#ui","type":"blog"},{"id":47,"pageTitle":"Posthoc v1.2.0","sectionTitle":"General UI Improvements","sectionRoute":"/blog/1.2.0#general-ui-improvements","type":"blog"},{"id":48,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Empty Panel Copy","sectionRoute":"/blog/1.2.0#empty-panel-copy","type":"blog"},{"id":49,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Layer Editor Panel Redesign","sectionRoute":"/blog/1.2.0#layer-editor-panel-redesign","type":"blog"},{"id":50,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Steps Panel Redesign","sectionRoute":"/blog/1.2.0#steps-panel-redesign","type":"blog"},{"id":51,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Event Properties View","sectionRoute":"/blog/1.2.0#event-properties-view","type":"blog"},{"id":52,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Panel Management","sectionRoute":"/blog/1.2.0#panel-management","type":"blog"},{"id":53,"pageTitle":"Posthoc v1.2.0","sectionTitle":"System","sectionRoute":"/blog/1.2.0#system","type":"blog"},{"id":54,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Error Handling","sectionRoute":"/blog/1.2.0#error-handling","type":"blog"},{"id":55,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Workspaces","sectionRoute":"/blog/1.2.0#workspaces","type":"blog"},{"id":56,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Publish Workspaces","sectionRoute":"/blog/1.2.0#publish-workspaces","type":"blog"},{"id":57,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Drag and Drop","sectionRoute":"/blog/1.2.0#drag-and-drop","type":"blog"},{"id":58,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Filesystem Bridge Adapter (Experimental)","sectionRoute":"/blog/1.2.0#filesystem-bridge-adapter-experimental","type":"blog"},{"id":59,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Features","sectionRoute":"/blog/1.2.0#features","type":"blog"},{"id":60,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Explore","sectionRoute":"/blog/1.2.0#explore","type":"blog"},{"id":61,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Fit to Viewport","sectionRoute":"/blog/1.2.0#fit-to-viewport","type":"blog"},{"id":62,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Filter Steps by Type","sectionRoute":"/blog/1.2.0#filter-steps-by-type","type":"blog"},{"id":63,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Debugger Improvements","sectionRoute":"/blog/1.2.0#debugger-improvements","type":"blog"},{"id":64,"pageTitle":"Posthoc v1.2.0","sectionTitle":"2D Renderer","sectionRoute":"/blog/1.2.0#2d-renderer","type":"blog"},{"id":65,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Performance Improvements","sectionRoute":"/blog/1.2.0#performance-improvements","type":"blog"},{"id":66,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Known Issues","sectionRoute":"/blog/1.2.0","type":"blog"},{"id":67,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Releases","sectionRoute":"/blog/1.2.0","type":"blog"},{"id":8,"pageTitle":"Posthoc v1.2.4","sectionTitle":"Posthoc v1.2.4","sectionRoute":"/blog/1.2.4","type":"blog"}],"index":{"version":"2.3.9","fields":["title","content","tags"],"fieldVectors":[["title/1",[0,1.451,1,2.549]],["content/1",[]],["tags/1",[1,0.529,2,0.459]],["title/2",[3,2.466]],["content/2",[]],["tags/2",[]],["title/3",[3,1.962,4,3.06]],["content/3",[0,0.998,5,1.005,6,0.887,7,0.887,8,0.887,9,1.306,10,0.739,11,0.887,12,1.736,13,0.887,14,1.133,15,0.739,16,1.846,17,1.306,18,0.887,19,0.641,20,0.739,21,1.005,22,2.571,23,0.816,24,0.739,25,1.097,26,0.739,27,1.806,28,2.786,29,2.124,30,0.887,31,0.887,32,0.887,33,1.567,34,1.754,35,2.106,36,0.998,37,1.133,38,1.097,39,1.133,40,1.005,41,0.739,42,1.005,43,0.887,44,1.133,45,0.739,46,1.567,47,0.739,48,0.887,49,1.63,50,0.641,51,0.887,52,0.887,53,0.641,54,0.739,55,0.887,56,0.887,57,0.739,58,0.887,59,0.887,60,1.306,61,0.902,62,0.739,63,0.739,64,0.739,65,0.641,66,1.306,67,0.739,68,0.887,69,1.567,70,0.887,71,0.887,72,1.306,73,0.887,74,0.887,75,0.887,76,0.887,77,0.887,78,0.739,79,0.739,80,0.887,81,0.887,82,0.51,83,1.133,84,0.739,85,0.51,86,0.641,87,0.887,88,0.887,89,0.569,90,0.887,91,1.567,92,0.739,93,1.567,94,0.887,95,0.887]],["tags/3",[]],["title/4",[85,2.214]],["content/4",[9,2.597,16,0.865,19,1.087,20,1.252,24,1.252,28,2.731,37,1.777,38,2.219,65,1.777,89,0.963,96,2.597,97,1.503,98,1.503,99,1.503,100,1.777,101,1.503,102,1.503,103,1.503,104,1.252,105,1.503,106,1.503,107,1.503,108,1.252,109,1.252,110,1.503,111,1.252,112,1.503,113,1.575,114,1.777,115,2.047,116,2.047,117,2.604,118,2.597,119,2.457,120,3.117,121,3.97,122,1.503,123,1.503,124,1.503,125,2.308,126,2.457,127,2.254,128,1.503,129,1.503,130,1.252,131,1.503,132,1.087,133,1.503,134,1.503,135,2.047,136,1.503,137,1.503,138,0.963]],["tags/4",[]],["title/5",[16,1.761,17,2.549]],["content/5",[0,0.639,12,0.491,16,2.154,21,2.16,23,0.702,27,2.506,28,1.44,29,2.907,36,1.065,37,1.625,38,1.17,39,2.437,40,1.852,42,1.44,49,1.44,53,0.975,72,1.872,82,0.776,86,0.975,111,1.872,113,2.16,114,2.437,115,2.807,116,2.807,117,0.975,125,0.864,139,0.864,140,1.349,141,1.123,142,1.123,143,0.975,144,2.247,145,1.349,146,2.247,147,1.349,148,1.349,149,1.349,150,2.247,151,1.349,152,1.349,153,1.872,154,1.123,155,1.123,156,1.349,157,1.349,158,2.247,159,1.349,160,1.349,161,1.349,162,2.247]],["tags/5",[]],["title/6",[163,2.466]],["content/6",[0,2.135,16,0.651,21,0.725,23,0.589,26,2.117,27,0.589,29,1.115,34,2.818,38,1.323,39,0.818,40,0.725,44,0.818,45,0.943,61,1.115,63,0.943,64,0.943,67,0.943,92,2.117,109,0.943,117,0.818,130,0.943,143,0.818,153,1.614,154,3.465,155,1.614,163,1.242,164,3.009,165,1.937,166,1.614,167,1.937,168,1.937,169,1.132,170,1.132,171,1.132,172,1.132,173,1.937,174,0.818,175,3.073,176,1.132,177,2.541,178,2.541,179,1.132,180,1.132,181,1.132,182,1.132,183,1.132,184,1.132,185,1.132,186,1.132,187,1.132,188,1.132,189,1.132,190,0.943,191,1.937,192,1.132,193,1.937,194,1.937,195,1.937,196,1.937,197,1.937,198,3.009,199,1.614,200,1.937,201,1.937,202,1.937,203,2.541,204,2.541,205,1.132,206,1.937,207,1.132]],["tags/6",[]],["title/7",[208,2.549,209,2.213]],["content/7",[0,1.314,27,2.046,29,2.26,36,1.314,38,2.046,40,2.518,66,2.31,78,2.31,79,3.272,86,2.84,118,3.272,135,2.31,210,3.928,211,2.773,212,2.31,213,2.773,214,1.595,215,2.773,216,2.773,217,3.928,218,3.928,219,2.773,220,2.773]],["tags/7",[]],["title/45",[0,1.451,221,2.213]],["content/45",[]],["tags/45",[2,0.459,221,0.459]],["title/46",[5,2.466]],["content/46",[]],["tags/46",[]],["title/47",[5,1.629,222,2.117,223,1.462]],["content/47",[5,2.893,166,2.827,222,2.827,223,2.597,224,3.394,225,3.394,226,3.394,227,3.394,228,3.394,229,2.454,230,3.394,231,3.394,232,2.827,233,3.394,234,3.394,235,3.394,236,3.394,237,3.394]],["tags/47",[]],["title/48",[12,0.925,238,2.117,239,2.117]],["content/48",[12,1.702,25,1.864,27,1.864,127,2.588,139,2.294,238,3.893,239,2.981,240,3.579,241,2.981,242,3.579,243,3.579,244,3.579,245,3.579,246,3.579,247,2.059]],["tags/48",[]],["title/49",[12,0.791,22,1.25,248,1.57,249,1.57]],["content/49",[22,2.821,41,2.645,89,2.035,113,2.035,125,2.035,127,2.296,139,2.035,229,2.296,232,2.645,247,1.827,248,3.545,249,2.296,250,2.645,251,3.175,252,3.175,253,3.175,254,3.175,255,3.175,256,3.175,257,3.175]],["tags/49",[]],["title/50",[12,0.925,36,1.204,249,1.837]],["content/50",[89,2.294,104,2.981,212,2.981,250,2.981,258,3.893,259,5.204,260,3.579,261,3.579,262,2.981,263,3.579,264,3.579,265,3.579,266,3.579,267,3.579]],["tags/50",[]],["title/51",[61,1.462,82,1.462,268,2.117]],["content/51",[12,1.405,25,2.01,36,1.83,61,2.221,82,2.823,113,2.474,143,2.791,174,2.791,214,2.221,268,4.087,269,2.474]],["tags/51",[]],["title/52",[12,1.114,60,2.549]],["content/52",[12,1.463,25,2.092,138,2.575,141,3.346,142,3.346,270,3.346,271,4.017,272,2.905,273,4.017,274,4.017,275,4.017]],["tags/52",[]],["title/53",[47,3.205]],["content/53",[]],["tags/53",[]],["title/54",[138,1.962,276,2.549]],["content/54",[21,2.214,22,2.627,38,1.799,42,2.214,44,2.497,138,2.214,139,2.214,247,1.987,276,4.26,277,2.497,278,3.453,279,3.453,280,3.453,281,3.453,282,3.453,283,3.453]],["tags/54",[]],["title/55",[284,2.466]],["content/55",[54,2.827,174,2.454,277,2.454,284,3.464,285,2.827,286,3.394,287,3.394,288,3.394,289,3.394,290,3.394,291,3.394,292,3.394,293,3.394,294,3.394,295,4.513,296,3.394]],["tags/55",[]],["title/56",[284,1.962,297,3.06]],["content/56",[57,3.346,190,3.346,214,2.311,241,3.346,284,2.575,285,3.346,298,4.017,299,4.017,300,3.346,301,4.017,302,4.017]],["tags/56",[]],["title/57",[272,2.213,303,2.549]],["content/57",[23,2.181,50,3.028,125,2.684,247,2.41,272,3.734,303,4.302,304,4.188]],["tags/57",[]],["title/58",[175,1.809,305,2.172,306,2.172,307,2.172]],["content/58",[3,2.035,15,2.645,23,1.654,27,1.654,29,1.827,62,2.645,84,2.645,85,1.827,132,2.296,214,1.827,262,2.645,269,2.766,300,2.645,308,3.175,309,3.175,310,3.175,311,3.175,312,3.175,313,3.175,314,3.175,315,3.175,316,3.175,317,3.175]],["tags/58",[]],["title/59",[85,2.214]],["content/59",[]],["tags/59",[]],["title/60",[318,3.847]],["content/60",[12,1.378,19,2.737,23,1.971,25,1.971,42,2.426,96,3.153,199,3.153,319,3.785,320,4.037,321,4.846,322,3.785,323,3.785]],["tags/60",[]],["title/61",[14,2.213,49,1.962]],["content/61",[14,3.734,22,2.41,49,3.31,214,2.41,247,2.41,277,3.028,324,4.188]],["tags/61",[]],["title/62",[36,1.204,325,2.117,326,2.117]],["content/62",[25,2.229,36,2.028,61,2.462,82,3.011,270,3.564,325,3.564,326,3.564]],["tags/62",[]],["title/63",[83,2.213,223,1.761]],["content/63",[3,2.214,50,3.301,83,2.497,85,1.987,132,2.497,248,3.301,320,2.877,327,3.453,328,3.453,329,3.453,330,3.453,331,4.565,332,3.453,333,3.453,334,3.453,335,3.453]],["tags/63",[]],["title/64",[28,1.962,65,2.213]],["content/64",[]],["tags/64",[]],["title/65",[100,2.213,223,1.761]],["content/65",[10,2.928,53,2.542,100,2.542,108,3.848,223,2.023,229,2.542,258,3.848,336,3.515,337,3.515,338,3.515,339,3.515,340,3.515,341,3.515,342,3.515,343,3.515,344,3.515]],["tags/65",[]],["title/66",[208,2.549,209,2.213]],["content/66",[209,3.389,269,3.004,345,4.686,346,4.686]],["tags/66",[]],["title/67",[163,2.466]],["content/67",[114,3.389,163,3.004,221,3.389,269,3.004]],["tags/67",[]],["title/8",[0,1.451,347,2.549]],["content/8",[348,5.046]],["tags/8",[2,0.459,347,0.529]]],"invertedIndex":[["",{"_index":295,"title":{},"content":{"55":{}},"tags":{}}],["0",{"_index":220,"title":{},"content":{"7":{}},"tags":{}}],["1.0.4",{"_index":90,"title":{},"content":{"3":{}},"tags":{}}],["1:1",{"_index":70,"title":{},"content":{"3":{}},"tags":{}}],["2d",{"_index":65,"title":{"64":{}},"content":{"3":{},"4":{}},"tags":{}}],["3",{"_index":133,"title":{},"content":{"4":{}},"tags":{}}],["3d",{"_index":59,"title":{},"content":{"3":{}},"tags":{}}],["9",{"_index":150,"title":{},"content":{"5":{}},"tags":{}}],["a.k.a",{"_index":48,"title":{},"content":{"3":{}},"tags":{}}],["abil",{"_index":270,"title":{},"content":{"52":{},"62":{}},"tags":{}}],["access",{"_index":333,"title":{},"content":{"63":{}},"tags":{}}],["action",{"_index":243,"title":{},"content":{"48":{}},"tags":{}}],["activ",{"_index":246,"title":{},"content":{"48":{}},"tags":{}}],["ad",{"_index":25,"title":{},"content":{"3":{},"48":{},"51":{},"52":{},"60":{},"62":{}},"tags":{}}],["adapt",{"_index":175,"title":{"58":{}},"content":{"6":{}},"tags":{}}],["add",{"_index":177,"title":{},"content":{"6":{}},"tags":{}}],["addit",{"_index":225,"title":{},"content":{"47":{}},"tags":{}}],["adjust",{"_index":13,"title":{},"content":{"3":{}},"tags":{}}],["advanc",{"_index":332,"title":{},"content":{"63":{}},"tags":{}}],["alert",{"_index":95,"title":{},"content":{"3":{}},"tags":{}}],["allow",{"_index":56,"title":{},"content":{"3":{}},"tags":{}}],["anoth",{"_index":161,"title":{},"content":{"5":{}},"tags":{}}],["api",{"_index":279,"title":{},"content":{"54":{}},"tags":{}}],["app",{"_index":26,"title":{},"content":{"3":{},"6":{}},"tags":{}}],["app/adapt",{"_index":197,"title":{},"content":{"6":{}},"tags":{}}],["applic",{"_index":167,"title":{},"content":{"6":{}},"tags":{}}],["arbitrari",{"_index":43,"title":{},"content":{"3":{}},"tags":{}}],["architectur",{"_index":4,"title":{"3":{}},"content":{},"tags":{}}],["around",{"_index":142,"title":{},"content":{"5":{},"52":{}},"tags":{}}],["assort",{"_index":304,"title":{},"content":{"57":{}},"tags":{}}],["auto",{"_index":68,"title":{},"content":{"3":{}},"tags":{}}],["background",{"_index":103,"title":{},"content":{"4":{}},"tags":{}}],["bar",{"_index":293,"title":{},"content":{"55":{}},"tags":{}}],["basic",{"_index":97,"title":{},"content":{"4":{}},"tags":{}}],["be",{"_index":264,"title":{},"content":{"50":{}},"tags":{}}],["becom",{"_index":245,"title":{},"content":{"48":{}},"tags":{}}],["befor",{"_index":244,"title":{},"content":{"48":{}},"tags":{}}],["behind",{"_index":186,"title":{},"content":{"6":{}},"tags":{}}],["bit",{"_index":254,"title":{},"content":{"49":{}},"tags":{}}],["break",{"_index":329,"title":{},"content":{"63":{}},"tags":{}}],["bridg",{"_index":306,"title":{"58":{}},"content":{},"tags":{}}],["browser",{"_index":172,"title":{},"content":{"6":{}},"tags":{}}],["bug",{"_index":345,"title":{},"content":{"66":{}},"tags":{}}],["built",{"_index":96,"title":{},"content":{"4":{},"60":{}},"tags":{}}],["calcul",{"_index":216,"title":{},"content":{"7":{}},"tags":{}}],["case",{"_index":17,"title":{"5":{}},"content":{"3":{}},"tags":{}}],["cd",{"_index":196,"title":{},"content":{"6":{}},"tags":{}}],["chang",{"_index":3,"title":{"2":{},"3":{}},"content":{"58":{},"63":{}},"tags":{}}],["changelog",{"_index":2,"title":{},"content":{},"tags":{"1":{},"8":{},"45":{}}}],["channel",{"_index":192,"title":{},"content":{"6":{}},"tags":{}}],["check",{"_index":18,"title":{},"content":{"3":{}},"tags":{}}],["children",{"_index":334,"title":{},"content":{"63":{}},"tags":{}}],["choos",{"_index":66,"title":{},"content":{"3":{},"7":{}},"tags":{}}],["click",{"_index":113,"title":{},"content":{"4":{},"5":{},"49":{},"51":{}},"tags":{}}],["clip",{"_index":247,"title":{},"content":{"48":{},"49":{},"54":{},"57":{},"61":{}},"tags":{}}],["clone",{"_index":194,"title":{},"content":{"6":{}},"tags":{}}],["co/.gr",{"_index":131,"title":{},"content":{"4":{}},"tags":{}}],["co/.gr/.xi",{"_index":123,"title":{},"content":{"4":{}},"tags":{}}],["code",{"_index":314,"title":{},"content":{"58":{}},"tags":{}}],["comfort",{"_index":230,"title":{},"content":{"47":{}},"tags":{}}],["commun",{"_index":190,"title":{},"content":{"6":{},"56":{}},"tags":{}}],["compar",{"_index":159,"title":{},"content":{"5":{}},"tags":{}}],["comparison",{"_index":157,"title":{},"content":{"5":{}},"tags":{}}],["compil",{"_index":176,"title":{},"content":{"6":{}},"tags":{}}],["complet",{"_index":7,"title":{},"content":{"3":{}},"tags":{}}],["condit",{"_index":235,"title":{},"content":{"47":{}},"tags":{}}],["confus",{"_index":255,"title":{},"content":{"49":{}},"tags":{}}],["connect",{"_index":92,"title":{},"content":{"3":{},"6":{}},"tags":{}}],["consist",{"_index":344,"title":{},"content":{"65":{}},"tags":{}}],["contain",{"_index":211,"title":{},"content":{"7":{}},"tags":{}}],["content",{"_index":69,"title":{},"content":{"3":{}},"tags":{}}],["control",{"_index":259,"title":{},"content":{"50":{}},"tags":{}}],["conveni",{"_index":73,"title":{},"content":{"3":{}},"tags":{}}],["convers",{"_index":126,"title":{},"content":{"4":{}},"tags":{}}],["convert",{"_index":130,"title":{},"content":{"4":{},"6":{}},"tags":{}}],["copi",{"_index":239,"title":{"48":{}},"content":{"48":{}},"tags":{}}],["corner",{"_index":275,"title":{},"content":{"52":{}},"tags":{}}],["correctli",{"_index":283,"title":{},"content":{"54":{}},"tags":{}}],["couldn't",{"_index":282,"title":{},"content":{"54":{}},"tags":{}}],["creativ",{"_index":144,"title":{},"content":{"5":{}},"tags":{}}],["current",{"_index":86,"title":{},"content":{"3":{},"5":{},"7":{}},"tags":{}}],["debug",{"_index":84,"title":{},"content":{"3":{},"58":{}},"tags":{}}],["debugg",{"_index":83,"title":{"63":{}},"content":{"3":{},"63":{}},"tags":{}}],["decreas",{"_index":340,"title":{},"content":{"65":{}},"tags":{}}],["default",{"_index":64,"title":{},"content":{"3":{},"6":{}},"tags":{}}],["deleg",{"_index":102,"title":{},"content":{"4":{}},"tags":{}}],["deliv",{"_index":227,"title":{},"content":{"47":{}},"tags":{}}],["demonstr",{"_index":207,"title":{},"content":{"6":{}},"tags":{}}],["design",{"_index":241,"title":{},"content":{"48":{},"56":{}},"tags":{}}],["destin",{"_index":218,"title":{},"content":{"7":{}},"tags":{}}],["develop",{"_index":309,"title":{},"content":{"58":{}},"tags":{}}],["differ",{"_index":234,"title":{},"content":{"47":{}},"tags":{}}],["dimacs2xi",{"_index":129,"title":{},"content":{"4":{}},"tags":{}}],["display",{"_index":42,"title":{},"content":{"3":{},"5":{},"54":{},"60":{}},"tags":{}}],["dist/warthog",{"_index":183,"title":{},"content":{"6":{}},"tags":{}}],["document",{"_index":31,"title":{},"content":{"3":{}},"tags":{}}],["drag",{"_index":272,"title":{"57":{}},"content":{"52":{},"57":{}},"tags":{}}],["draw",{"_index":147,"title":{},"content":{"5":{}},"tags":{}}],["drop",{"_index":303,"title":{"57":{}},"content":{"57":{}},"tags":{}}],["due",{"_index":212,"title":{},"content":{"7":{},"50":{}},"tags":{}}],["dynam",{"_index":10,"title":{},"content":{"3":{},"65":{}},"tags":{}}],["each",{"_index":148,"title":{},"content":{"5":{}},"tags":{}}],["eas",{"_index":58,"title":{},"content":{"3":{}},"tags":{}}],["editor",{"_index":248,"title":{"49":{}},"content":{"49":{},"63":{}},"tags":{}}],["electron",{"_index":165,"title":{},"content":{"6":{}},"tags":{}}],["embed",{"_index":75,"title":{},"content":{"3":{}},"tags":{}}],["empti",{"_index":238,"title":{"48":{}},"content":{"48":{}},"tags":{}}],["encount",{"_index":281,"title":{},"content":{"54":{}},"tags":{}}],["error",{"_index":276,"title":{"54":{}},"content":{"54":{}},"tags":{}}],["event",{"_index":82,"title":{"51":{}},"content":{"3":{},"5":{},"51":{},"62":{}},"tags":{}}],["exact",{"_index":52,"title":{},"content":{"3":{}},"tags":{}}],["exampl",{"_index":21,"title":{},"content":{"3":{},"5":{},"6":{},"54":{}},"tags":{}}],["exclus",{"_index":205,"title":{},"content":{"6":{}},"tags":{}}],["experi",{"_index":231,"title":{},"content":{"47":{}},"tags":{}}],["experiment",{"_index":307,"title":{"58":{}},"content":{},"tags":{}}],["explor",{"_index":318,"title":{"60":{}},"content":{},"tags":{}}],["export",{"_index":298,"title":{},"content":{"56":{}},"tags":{}}],["extens",{"_index":46,"title":{},"content":{"3":{}},"tags":{}}],["featur",{"_index":85,"title":{"4":{},"59":{}},"content":{"3":{},"58":{},"63":{}},"tags":{}}],["feel",{"_index":343,"title":{},"content":{"65":{}},"tags":{}}],["figur",{"_index":105,"title":{},"content":{"4":{}},"tags":{}}],["file",{"_index":125,"title":{},"content":{"4":{},"5":{},"49":{},"57":{}},"tags":{}}],["filesystem",{"_index":305,"title":{"58":{}},"content":{},"tags":{}}],["filter",{"_index":325,"title":{"62":{}},"content":{"62":{}},"tags":{}}],["fit",{"_index":14,"title":{"61":{}},"content":{"3":{},"61":{}},"tags":{}}],["forc",{"_index":219,"title":{},"content":{"7":{}},"tags":{}}],["format",{"_index":39,"title":{},"content":{"3":{},"5":{},"6":{}},"tags":{}}],["found",{"_index":291,"title":{},"content":{"55":{}},"tags":{}}],["framer",{"_index":342,"title":{},"content":{"65":{}},"tags":{}}],["freez",{"_index":210,"title":{},"content":{"7":{}},"tags":{}}],["full",{"_index":115,"title":{},"content":{"4":{},"5":{}},"tags":{}}],["function",{"_index":88,"title":{},"content":{"3":{}},"tags":{}}],["futur",{"_index":57,"title":{},"content":{"3":{},"56":{}},"tags":{}}],["gener",{"_index":222,"title":{"47":{}},"content":{"47":{}},"tags":{}}],["get",{"_index":236,"title":{},"content":{"47":{}},"tags":{}}],["git",{"_index":193,"title":{},"content":{"6":{}},"tags":{}}],["github",{"_index":170,"title":{},"content":{"6":{}},"tags":{}}],["grid",{"_index":117,"title":{},"content":{"4":{},"5":{},"6":{}},"tags":{}}],["grid/.map",{"_index":122,"title":{},"content":{"4":{}},"tags":{}}],["handl",{"_index":138,"title":{"54":{}},"content":{"4":{},"52":{},"54":{}},"tags":{}}],["harvest",{"_index":204,"title":{},"content":{"6":{}},"tags":{}}],["help",{"_index":308,"title":{},"content":{"58":{}},"tags":{}}],["here",{"_index":114,"title":{},"content":{"4":{},"5":{},"67":{}},"tags":{}}],["hidden",{"_index":261,"title":{},"content":{"50":{}},"tags":{}}],["hierarch",{"_index":77,"title":{},"content":{"3":{}},"tags":{}}],["highli",{"_index":99,"title":{},"content":{"4":{}},"tags":{}}],["https://cdn.jsdelivr.net/gh/path",{"_index":180,"title":{},"content":{"6":{}},"tags":{}}],["https://github.com/shortestpathlab/posthoc",{"_index":195,"title":{},"content":{"6":{}},"tags":{}}],["hub",{"_index":319,"title":{},"content":{"60":{}},"tags":{}}],["immedi",{"_index":262,"title":{},"content":{"50":{},"58":{}},"tags":{}}],["implement",{"_index":53,"title":{},"content":{"3":{},"5":{},"65":{}},"tags":{}}],["import/export",{"_index":286,"title":{},"content":{"55":{}},"tags":{}}],["improv",{"_index":223,"title":{"47":{},"63":{},"65":{}},"content":{"47":{},"65":{}},"tags":{}}],["includ",{"_index":224,"title":{},"content":{"47":{}},"tags":{}}],["increas",{"_index":338,"title":{},"content":{"65":{}},"tags":{}}],["indic",{"_index":242,"title":{},"content":{"48":{}},"tags":{}}],["ineffici",{"_index":213,"title":{},"content":{"7":{}},"tags":{}}],["instal",{"_index":63,"title":{},"content":{"3":{},"6":{}},"tags":{}}],["instanc",{"_index":45,"title":{},"content":{"3":{},"6":{}},"tags":{}}],["interact",{"_index":140,"title":{},"content":{"5":{}},"tags":{}}],["interfac",{"_index":41,"title":{},"content":{"3":{},"49":{}},"tags":{}}],["intern",{"_index":101,"title":{},"content":{"4":{}},"tags":{}}],["introduc",{"_index":277,"title":{},"content":{"54":{},"55":{},"61":{}},"tags":{}}],["iron",{"_index":203,"title":{},"content":{"6":{}},"tags":{}}],["island",{"_index":267,"title":{},"content":{"50":{}},"tags":{}}],["issu",{"_index":209,"title":{"7":{},"66":{}},"content":{"66":{}},"tags":{}}],["json",{"_index":30,"title":{},"content":{"3":{}},"tags":{}}],["keep",{"_index":94,"title":{},"content":{"3":{}},"tags":{}}],["known",{"_index":208,"title":{"7":{},"66":{}},"content":{},"tags":{}}],["label",{"_index":280,"title":{},"content":{"54":{}},"tags":{}}],["larg",{"_index":135,"title":{},"content":{"4":{},"7":{}},"tags":{}}],["layer",{"_index":22,"title":{"49":{}},"content":{"3":{},"49":{},"54":{},"61":{}},"tags":{}}],["left",{"_index":274,"title":{},"content":{"52":{}},"tags":{}}],["linux",{"_index":168,"title":{},"content":{"6":{}},"tags":{}}],["live",{"_index":311,"title":{},"content":{"58":{}},"tags":{}}],["load",{"_index":139,"title":{},"content":{"5":{},"48":{},"49":{},"54":{}},"tags":{}}],["log",{"_index":93,"title":{},"content":{"3":{}},"tags":{}}],["main",{"_index":104,"title":{},"content":{"4":{},"50":{}},"tags":{}}],["make",{"_index":62,"title":{},"content":{"3":{},"58":{}},"tags":{}}],["manag",{"_index":60,"title":{"52":{}},"content":{"3":{}},"tags":{}}],["mani",{"_index":78,"title":{},"content":{"3":{},"7":{}},"tags":{}}],["map",{"_index":38,"title":{},"content":{"3":{},"4":{},"5":{},"6":{},"7":{},"54":{}},"tags":{}}],["mechan",{"_index":287,"title":{},"content":{"55":{}},"tags":{}}],["menu",{"_index":294,"title":{},"content":{"55":{}},"tags":{}}],["mesh",{"_index":121,"title":{},"content":{"4":{}},"tags":{}}],["metadata",{"_index":299,"title":{},"content":{"56":{}},"tags":{}}],["modal",{"_index":252,"title":{},"content":{"49":{}},"tags":{}}],["more",{"_index":229,"title":{},"content":{"47":{},"49":{},"65":{}},"tags":{}}],["move",{"_index":141,"title":{},"content":{"5":{},"52":{}},"tags":{}}],["multipl",{"_index":253,"title":{},"content":{"49":{}},"tags":{}}],["need",{"_index":24,"title":{},"content":{"3":{},"4":{}},"tags":{}}],["network",{"_index":118,"title":{},"content":{"4":{},"7":{}},"tags":{}}],["new",{"_index":320,"title":{},"content":{"60":{},"63":{}},"tags":{}}],["node",{"_index":79,"title":{},"content":{"3":{},"7":{}},"tags":{}}],["non",{"_index":87,"title":{},"content":{"3":{}},"tags":{}}],["none",{"_index":134,"title":{},"content":{"4":{}},"tags":{}}],["now",{"_index":50,"title":{},"content":{"3":{},"57":{},"63":{}},"tags":{}}],["npm",{"_index":198,"title":{},"content":{"6":{}},"tags":{}}],["on",{"_index":160,"title":{},"content":{"5":{}},"tags":{}}],["onc",{"_index":80,"title":{},"content":{"3":{}},"tags":{}}],["open",{"_index":174,"title":{},"content":{"6":{},"51":{},"55":{}},"tags":{}}],["optimis",{"_index":137,"title":{},"content":{"4":{}},"tags":{}}],["out",{"_index":19,"title":{},"content":{"3":{},"4":{},"60":{}},"tags":{}}],["output",{"_index":189,"title":{},"content":{"6":{}},"tags":{}}],["over",{"_index":156,"title":{},"content":{"5":{}},"tags":{}}],["overhaul",{"_index":6,"title":{},"content":{"3":{}},"tags":{}}],["page",{"_index":171,"title":{},"content":{"6":{}},"tags":{}}],["panel",{"_index":12,"title":{"48":{},"49":{},"50":{},"52":{}},"content":{"3":{},"5":{},"48":{},"51":{},"52":{},"60":{}},"tags":{}}],["parent",{"_index":331,"title":{},"content":{"63":{}},"tags":{}}],["parser",{"_index":136,"title":{},"content":{"4":{}},"tags":{}}],["path",{"_index":215,"title":{},"content":{"7":{}},"tags":{}}],["pathfind",{"_index":33,"title":{},"content":{"3":{}},"tags":{}}],["paus",{"_index":339,"title":{},"content":{"65":{}},"tags":{}}],["per",{"_index":278,"title":{},"content":{"54":{}},"tags":{}}],["perceiv",{"_index":337,"title":{},"content":{"65":{}},"tags":{}}],["perform",{"_index":100,"title":{"65":{}},"content":{"4":{},"65":{}},"tags":{}}],["play",{"_index":341,"title":{},"content":{"65":{}},"tags":{}}],["playback",{"_index":258,"title":{},"content":{"50":{},"65":{}},"tags":{}}],["poli",{"_index":120,"title":{},"content":{"4":{}},"tags":{}}],["polyanya",{"_index":145,"title":{},"content":{"5":{}},"tags":{}}],["polygon",{"_index":124,"title":{},"content":{"4":{}},"tags":{}}],["popov",{"_index":256,"title":{},"content":{"49":{}},"tags":{}}],["posthoc",{"_index":0,"title":{"1":{},"8":{},"45":{}},"content":{"3":{},"5":{},"6":{},"7":{}},"tags":{}}],["present",{"_index":251,"title":{},"content":{"49":{}},"tags":{}}],["previous",{"_index":250,"title":{},"content":{"49":{},"50":{}},"tags":{}}],["problem",{"_index":44,"title":{},"content":{"3":{},"6":{},"54":{}},"tags":{}}],["process",{"_index":37,"title":{},"content":{"3":{},"4":{},"5":{}},"tags":{}}],["produc",{"_index":32,"title":{},"content":{"3":{}},"tags":{}}],["progress",{"_index":55,"title":{},"content":{"3":{}},"tags":{}}],["prompt",{"_index":200,"title":{},"content":{"6":{}},"tags":{}}],["properti",{"_index":268,"title":{"51":{}},"content":{"51":{}},"tags":{}}],["provid",{"_index":310,"title":{},"content":{"58":{}},"tags":{}}],["publish",{"_index":297,"title":{"56":{}},"content":{},"tags":{}}],["puzzl",{"_index":152,"title":{},"content":{"5":{}},"tags":{}}],["pwa",{"_index":169,"title":{},"content":{"6":{}},"tags":{}}],["queri",{"_index":40,"title":{},"content":{"3":{},"5":{},"6":{},"7":{}},"tags":{}}],["quickli",{"_index":288,"title":{},"content":{"55":{}},"tags":{}}],["rebuilt",{"_index":8,"title":{},"content":{"3":{}},"tags":{}}],["reconfigur",{"_index":11,"title":{},"content":{"3":{}},"tags":{}}],["record",{"_index":35,"title":{},"content":{"3":{}},"tags":{}}],["redesign",{"_index":249,"title":{"49":{},"50":{}},"content":{"49":{}},"tags":{}}],["refin",{"_index":317,"title":{},"content":{"58":{}},"tags":{}}],["releas",{"_index":163,"title":{"6":{},"67":{}},"content":{"6":{},"67":{}},"tags":{}}],["reliabl",{"_index":98,"title":{},"content":{"4":{}},"tags":{}}],["renam",{"_index":128,"title":{},"content":{"4":{}},"tags":{}}],["render",{"_index":28,"title":{"64":{}},"content":{"3":{},"4":{},"5":{}},"tags":{}}],["reorganis",{"_index":271,"title":{},"content":{"52":{}},"tags":{}}],["repaint",{"_index":107,"title":{},"content":{"4":{}},"tags":{}}],["replay",{"_index":81,"title":{},"content":{"3":{}},"tags":{}}],["repositori",{"_index":302,"title":{},"content":{"56":{}},"tags":{}}],["request",{"_index":109,"title":{},"content":{"4":{},"6":{}},"tags":{}}],["requir",{"_index":127,"title":{},"content":{"4":{},"48":{},"49":{}},"tags":{}}],["resolut",{"_index":108,"title":{},"content":{"4":{},"65":{}},"tags":{}}],["restor",{"_index":290,"title":{},"content":{"55":{}},"tags":{}}],["right",{"_index":312,"title":{},"content":{"58":{}},"tags":{}}],["run",{"_index":153,"title":{},"content":{"5":{},"6":{}},"tags":{}}],["save",{"_index":296,"title":{},"content":{"55":{}},"tags":{}}],["scale",{"_index":71,"title":{},"content":{"3":{}},"tags":{}}],["screen",{"_index":106,"title":{},"content":{"4":{}},"tags":{}}],["search",{"_index":29,"title":{},"content":{"3":{},"5":{},"6":{},"7":{},"58":{}},"tags":{}}],["section",{"_index":20,"title":{},"content":{"3":{},"4":{}},"tags":{}}],["see",{"_index":269,"title":{},"content":{"51":{},"58":{},"66":{},"67":{}},"tags":{}}],["separ",{"_index":266,"title":{},"content":{"50":{}},"tags":{}}],["serv",{"_index":206,"title":{},"content":{"6":{}},"tags":{}}],["server",{"_index":187,"title":{},"content":{"6":{}},"tags":{}}],["server'",{"_index":201,"title":{},"content":{"6":{}},"tags":{}}],["set",{"_index":91,"title":{},"content":{"3":{}},"tags":{}}],["share",{"_index":289,"title":{},"content":{"55":{}},"tags":{}}],["side",{"_index":162,"title":{},"content":{"5":{}},"tags":{}}],["sidebar",{"_index":226,"title":{},"content":{"47":{}},"tags":{}}],["sight",{"_index":263,"title":{},"content":{"50":{}},"tags":{}}],["significantli",{"_index":257,"title":{},"content":{"49":{}},"tags":{}}],["simpl",{"_index":285,"title":{},"content":{"55":{},"56":{}},"tags":{}}],["size",{"_index":116,"title":{},"content":{"4":{},"5":{}},"tags":{}}],["sleeker",{"_index":228,"title":{},"content":{"47":{}},"tags":{}}],["slightli",{"_index":336,"title":{},"content":{"65":{}},"tags":{}}],["small",{"_index":237,"title":{},"content":{"47":{}},"tags":{}}],["socket.io",{"_index":202,"title":{},"content":{"6":{}},"tags":{}}],["socket.io/websocket",{"_index":185,"title":{},"content":{"6":{}},"tags":{}}],["solver",{"_index":34,"title":{},"content":{"3":{},"6":{}},"tags":{}}],["sourc",{"_index":217,"title":{},"content":{"7":{}},"tags":{}}],["spatial",{"_index":74,"title":{},"content":{"3":{}},"tags":{}}],["specif",{"_index":324,"title":{},"content":{"61":{}},"tags":{}}],["specifi",{"_index":328,"title":{},"content":{"63":{}},"tags":{}}],["standalon",{"_index":164,"title":{},"content":{"6":{}},"tags":{}}],["standard",{"_index":327,"title":{},"content":{"63":{}},"tags":{}}],["start",{"_index":199,"title":{},"content":{"6":{},"60":{}},"tags":{}}],["state",{"_index":151,"title":{},"content":{"5":{}},"tags":{}}],["step",{"_index":36,"title":{"50":{},"62":{}},"content":{"3":{},"5":{},"7":{},"51":{},"62":{}},"tags":{}}],["still",{"_index":316,"title":{},"content":{"58":{}},"tags":{}}],["subprocess",{"_index":112,"title":{},"content":{"4":{}},"tags":{}}],["subtl",{"_index":240,"title":{},"content":{"48":{}},"tags":{}}],["support",{"_index":9,"title":{},"content":{"3":{},"4":{}},"tags":{}}],["system",{"_index":47,"title":{"53":{}},"content":{"3":{}},"tags":{}}],["tell",{"_index":146,"title":{},"content":{"5":{}},"tags":{}}],["tend",{"_index":260,"title":{},"content":{"50":{}},"tags":{}}],["those",{"_index":110,"title":{},"content":{"4":{}},"tags":{}}],["through",{"_index":143,"title":{},"content":{"5":{},"6":{},"51":{}},"tags":{}}],["tile",{"_index":111,"title":{},"content":{"4":{},"5":{}},"tags":{}}],["titl",{"_index":292,"title":{},"content":{"55":{}},"tags":{}}],["todo",{"_index":348,"title":{},"content":{"8":{}},"tags":{}}],["tool",{"_index":313,"title":{},"content":{"58":{}},"tags":{}}],["toolbar",{"_index":265,"title":{},"content":{"50":{}},"tags":{}}],["top",{"_index":273,"title":{},"content":{"52":{}},"tags":{}}],["trace",{"_index":27,"title":{},"content":{"3":{},"5":{},"6":{},"7":{},"48":{},"58":{}},"tags":{}}],["tracker",{"_index":346,"title":{},"content":{"66":{}},"tags":{}}],["translat",{"_index":188,"title":{},"content":{"6":{}},"tags":{}}],["tree",{"_index":72,"title":{},"content":{"3":{},"5":{}},"tags":{}}],["tri",{"_index":322,"title":{},"content":{"60":{}},"tags":{}}],["triangl",{"_index":149,"title":{},"content":{"5":{}},"tags":{}}],["two",{"_index":158,"title":{},"content":{"5":{}},"tags":{}}],["type",{"_index":326,"title":{"62":{}},"content":{"62":{}},"tags":{}}],["ui",{"_index":5,"title":{"46":{},"47":{}},"content":{"3":{},"47":{}},"tags":{}}],["under",{"_index":233,"title":{},"content":{"47":{}},"tags":{}}],["up",{"_index":323,"title":{},"content":{"60":{}},"tags":{}}],["updat",{"_index":132,"title":{},"content":{"4":{},"58":{},"63":{}},"tags":{}}],["upload",{"_index":301,"title":{},"content":{"56":{}},"tags":{}}],["url",{"_index":178,"title":{},"content":{"6":{}},"tags":{}}],["us",{"_index":16,"title":{"5":{}},"content":{"3":{},"4":{},"5":{},"6":{}},"tags":{}}],["usabl",{"_index":232,"title":{},"content":{"47":{},"49":{}},"tags":{}}],["user",{"_index":321,"title":{},"content":{"60":{}},"tags":{}}],["v1.0.4",{"_index":1,"title":{"1":{}},"content":{},"tags":{"1":{}}}],["v1.2.0",{"_index":221,"title":{"45":{}},"content":{"67":{}},"tags":{"45":{}}}],["v1.2.4",{"_index":347,"title":{"8":{}},"content":{},"tags":{"8":{}}}],["valu",{"_index":330,"title":{},"content":{"63":{}},"tags":{}}],["variabl",{"_index":335,"title":{},"content":{"63":{}},"tags":{}}],["version",{"_index":89,"title":{},"content":{"3":{},"4":{},"49":{},"50":{}},"tags":{}}],["via",{"_index":51,"title":{},"content":{"3":{}},"tags":{}}],["view",{"_index":61,"title":{"51":{}},"content":{"3":{},"6":{},"51":{},"62":{}},"tags":{}}],["viewport",{"_index":49,"title":{"61":{}},"content":{"3":{},"5":{},"61":{}},"tags":{}}],["visualis",{"_index":23,"title":{},"content":{"3":{},"5":{},"6":{},"57":{},"58":{},"60":{}},"tags":{}}],["visualiser/app@adapt",{"_index":181,"title":{},"content":{"6":{}},"tags":{}}],["want",{"_index":76,"title":{},"content":{"3":{}},"tags":{}}],["warthog",{"_index":154,"title":{},"content":{"5":{},"6":{}},"tags":{}}],["wasm",{"_index":182,"title":{},"content":{"6":{}},"tags":{}}],["wasm.mj",{"_index":184,"title":{},"content":{"6":{}},"tags":{}}],["way",{"_index":214,"title":{},"content":{"7":{},"51":{},"56":{},"58":{},"61":{}},"tags":{}}],["we'r",{"_index":315,"title":{},"content":{"58":{}},"tags":{}}],["web",{"_index":173,"title":{},"content":{"6":{}},"tags":{}}],["webassembl",{"_index":155,"title":{},"content":{"5":{},"6":{}},"tags":{}}],["websocket",{"_index":191,"title":{},"content":{"6":{}},"tags":{}}],["well",{"_index":67,"title":{},"content":{"3":{},"6":{}},"tags":{}}],["window",{"_index":166,"title":{},"content":{"6":{},"47":{}},"tags":{}}],["work",{"_index":54,"title":{},"content":{"3":{},"55":{}},"tags":{}}],["worker",{"_index":179,"title":{},"content":{"6":{}},"tags":{}}],["workflow",{"_index":15,"title":{},"content":{"3":{},"58":{}},"tags":{}}],["workspac",{"_index":284,"title":{"55":{},"56":{}},"content":{"55":{},"56":{}},"tags":{}}],["xy",{"_index":119,"title":{},"content":{"4":{}},"tags":{}}],["you'll",{"_index":300,"title":{},"content":{"56":{},"58":{}},"tags":{}}]],"pipeline":["stemmer"]}} \ No newline at end of file +{"documents":[{"id":1,"pageTitle":"Posthoc v1.0.4","sectionTitle":"Posthoc v1.0.4","sectionRoute":"/blog/1.0.4","type":"blog"},{"id":2,"pageTitle":"Posthoc v1.0.4","sectionTitle":"Changes","sectionRoute":"/blog/1.0.4#changes","type":"blog"},{"id":3,"pageTitle":"Posthoc v1.0.4","sectionTitle":"Architecture Changes","sectionRoute":"/blog/1.0.4#architecture-changes","type":"blog"},{"id":4,"pageTitle":"Posthoc v1.0.4","sectionTitle":"Features","sectionRoute":"/blog/1.0.4#features","type":"blog"},{"id":5,"pageTitle":"Posthoc v1.0.4","sectionTitle":"Use Cases","sectionRoute":"/blog/1.0.4#use-cases","type":"blog"},{"id":6,"pageTitle":"Posthoc v1.0.4","sectionTitle":"Releases","sectionRoute":"/blog/1.0.4#releases","type":"blog"},{"id":7,"pageTitle":"Posthoc v1.0.4","sectionTitle":"Known Issues","sectionRoute":"/blog/1.0.4#known-issues","type":"blog"},{"id":9,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Posthoc v1.2.0","sectionRoute":"/blog/1.2.0","type":"blog"},{"id":10,"pageTitle":"Posthoc v1.2.0","sectionTitle":"UI","sectionRoute":"/blog/1.2.0#ui","type":"blog"},{"id":11,"pageTitle":"Posthoc v1.2.0","sectionTitle":"General UI Improvements","sectionRoute":"/blog/1.2.0#general-ui-improvements","type":"blog"},{"id":12,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Empty Panel Copy","sectionRoute":"/blog/1.2.0#empty-panel-copy","type":"blog"},{"id":13,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Layer Editor Panel Redesign","sectionRoute":"/blog/1.2.0#layer-editor-panel-redesign","type":"blog"},{"id":14,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Steps Panel Redesign","sectionRoute":"/blog/1.2.0#steps-panel-redesign","type":"blog"},{"id":15,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Event Properties View","sectionRoute":"/blog/1.2.0#event-properties-view","type":"blog"},{"id":16,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Panel Management","sectionRoute":"/blog/1.2.0#panel-management","type":"blog"},{"id":17,"pageTitle":"Posthoc v1.2.0","sectionTitle":"System","sectionRoute":"/blog/1.2.0#system","type":"blog"},{"id":18,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Error Handling","sectionRoute":"/blog/1.2.0#error-handling","type":"blog"},{"id":19,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Workspaces","sectionRoute":"/blog/1.2.0#workspaces","type":"blog"},{"id":20,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Publish Workspaces","sectionRoute":"/blog/1.2.0#publish-workspaces","type":"blog"},{"id":21,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Drag and Drop","sectionRoute":"/blog/1.2.0#drag-and-drop","type":"blog"},{"id":22,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Filesystem Bridge Adapter (Experimental)","sectionRoute":"/blog/1.2.0#filesystem-bridge-adapter-experimental","type":"blog"},{"id":23,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Features","sectionRoute":"/blog/1.2.0#features","type":"blog"},{"id":24,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Explore","sectionRoute":"/blog/1.2.0#explore","type":"blog"},{"id":25,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Fit to Viewport","sectionRoute":"/blog/1.2.0#fit-to-viewport","type":"blog"},{"id":26,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Filter Steps by Type","sectionRoute":"/blog/1.2.0#filter-steps-by-type","type":"blog"},{"id":27,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Debugger Improvements","sectionRoute":"/blog/1.2.0#debugger-improvements","type":"blog"},{"id":28,"pageTitle":"Posthoc v1.2.0","sectionTitle":"2D Renderer","sectionRoute":"/blog/1.2.0#2d-renderer","type":"blog"},{"id":29,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Performance Improvements","sectionRoute":"/blog/1.2.0#performance-improvements","type":"blog"},{"id":30,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Known Issues","sectionRoute":"/blog/1.2.0","type":"blog"},{"id":31,"pageTitle":"Posthoc v1.2.0","sectionTitle":"Releases","sectionRoute":"/blog/1.2.0","type":"blog"},{"id":8,"pageTitle":"Posthoc v1.2.4","sectionTitle":"Posthoc v1.2.4","sectionRoute":"/blog/1.2.4","type":"blog"}],"index":{"version":"2.3.9","fields":["title","content","tags"],"fieldVectors":[["title/1",[0,1.451,1,2.549]],["content/1",[]],["tags/1",[1,0.529,2,0.459]],["title/2",[3,2.466]],["content/2",[]],["tags/2",[]],["title/3",[3,1.962,4,3.06]],["content/3",[0,0.998,5,1.005,6,0.887,7,0.887,8,0.887,9,1.306,10,0.739,11,0.887,12,1.736,13,0.887,14,1.133,15,0.739,16,1.846,17,1.306,18,0.887,19,0.641,20,0.739,21,1.005,22,2.571,23,0.816,24,0.739,25,1.097,26,0.739,27,1.806,28,2.786,29,2.124,30,0.887,31,0.887,32,0.887,33,1.567,34,1.754,35,2.106,36,0.998,37,1.133,38,1.097,39,1.133,40,1.005,41,0.739,42,1.005,43,0.887,44,1.133,45,0.739,46,1.567,47,0.739,48,0.887,49,1.63,50,0.641,51,0.887,52,0.887,53,0.641,54,0.739,55,0.887,56,0.887,57,0.739,58,0.887,59,0.887,60,1.306,61,0.902,62,0.739,63,0.739,64,0.739,65,0.641,66,1.306,67,0.739,68,0.887,69,1.567,70,0.887,71,0.887,72,1.306,73,0.887,74,0.887,75,0.887,76,0.887,77,0.887,78,0.739,79,0.739,80,0.887,81,0.887,82,0.51,83,1.133,84,0.739,85,0.51,86,0.641,87,0.887,88,0.887,89,0.569,90,0.887,91,1.567,92,0.739,93,1.567,94,0.887,95,0.887]],["tags/3",[]],["title/4",[85,2.214]],["content/4",[9,2.597,16,0.865,19,1.087,20,1.252,24,1.252,28,2.731,37,1.777,38,2.219,65,1.777,89,0.963,96,2.597,97,1.503,98,1.503,99,1.503,100,1.777,101,1.503,102,1.503,103,1.503,104,1.252,105,1.503,106,1.503,107,1.503,108,1.252,109,1.252,110,1.503,111,1.252,112,1.503,113,1.575,114,1.777,115,2.047,116,2.047,117,2.604,118,2.597,119,2.457,120,3.117,121,3.97,122,1.503,123,1.503,124,1.503,125,2.308,126,2.457,127,2.254,128,1.503,129,1.503,130,1.252,131,1.503,132,1.087,133,1.503,134,1.503,135,2.047,136,1.503,137,1.503,138,0.963]],["tags/4",[]],["title/5",[16,1.761,17,2.549]],["content/5",[0,0.639,12,0.491,16,2.154,21,2.16,23,0.702,27,2.506,28,1.44,29,2.907,36,1.065,37,1.625,38,1.17,39,2.437,40,1.852,42,1.44,49,1.44,53,0.975,72,1.872,82,0.776,86,0.975,111,1.872,113,2.16,114,2.437,115,2.807,116,2.807,117,0.975,125,0.864,139,0.864,140,1.349,141,1.123,142,1.123,143,0.975,144,2.247,145,1.349,146,2.247,147,1.349,148,1.349,149,1.349,150,2.247,151,1.349,152,1.349,153,1.872,154,1.123,155,1.123,156,1.349,157,1.349,158,2.247,159,1.349,160,1.349,161,1.349,162,2.247]],["tags/5",[]],["title/6",[163,2.466]],["content/6",[0,2.135,16,0.651,21,0.725,23,0.589,26,2.117,27,0.589,29,1.115,34,2.818,38,1.323,39,0.818,40,0.725,44,0.818,45,0.943,61,1.115,63,0.943,64,0.943,67,0.943,92,2.117,109,0.943,117,0.818,130,0.943,143,0.818,153,1.614,154,3.465,155,1.614,163,1.242,164,3.009,165,1.937,166,1.614,167,1.937,168,1.937,169,1.132,170,1.132,171,1.132,172,1.132,173,1.937,174,0.818,175,3.073,176,1.132,177,2.541,178,2.541,179,1.132,180,1.132,181,1.132,182,1.132,183,1.132,184,1.132,185,1.132,186,1.132,187,1.132,188,1.132,189,1.132,190,0.943,191,1.937,192,1.132,193,1.937,194,1.937,195,1.937,196,1.937,197,1.937,198,3.009,199,1.614,200,1.937,201,1.937,202,1.937,203,2.541,204,2.541,205,1.132,206,1.937,207,1.132]],["tags/6",[]],["title/7",[208,2.549,209,2.213]],["content/7",[0,1.314,27,2.046,29,2.26,36,1.314,38,2.046,40,2.518,66,2.31,78,2.31,79,3.272,86,2.84,118,3.272,135,2.31,210,3.928,211,2.773,212,2.31,213,2.773,214,1.595,215,2.773,216,2.773,217,3.928,218,3.928,219,2.773,220,2.773]],["tags/7",[]],["title/9",[0,1.451,221,2.213]],["content/9",[]],["tags/9",[2,0.459,221,0.459]],["title/10",[5,2.466]],["content/10",[]],["tags/10",[]],["title/11",[5,1.629,222,2.117,223,1.462]],["content/11",[5,2.893,166,2.827,222,2.827,223,2.597,224,3.394,225,3.394,226,3.394,227,3.394,228,3.394,229,2.454,230,3.394,231,3.394,232,2.827,233,3.394,234,3.394,235,3.394,236,3.394,237,3.394]],["tags/11",[]],["title/12",[12,0.925,238,2.117,239,2.117]],["content/12",[12,1.702,25,1.864,27,1.864,127,2.588,139,2.294,238,3.893,239,2.981,240,3.579,241,2.981,242,3.579,243,3.579,244,3.579,245,3.579,246,3.579,247,2.059]],["tags/12",[]],["title/13",[12,0.791,22,1.25,248,1.57,249,1.57]],["content/13",[22,2.821,41,2.645,89,2.035,113,2.035,125,2.035,127,2.296,139,2.035,229,2.296,232,2.645,247,1.827,248,3.545,249,2.296,250,2.645,251,3.175,252,3.175,253,3.175,254,3.175,255,3.175,256,3.175,257,3.175]],["tags/13",[]],["title/14",[12,0.925,36,1.204,249,1.837]],["content/14",[89,2.294,104,2.981,212,2.981,250,2.981,258,3.893,259,5.204,260,3.579,261,3.579,262,2.981,263,3.579,264,3.579,265,3.579,266,3.579,267,3.579]],["tags/14",[]],["title/15",[61,1.462,82,1.462,268,2.117]],["content/15",[12,1.405,25,2.01,36,1.83,61,2.221,82,2.823,113,2.474,143,2.791,174,2.791,214,2.221,268,4.087,269,2.474]],["tags/15",[]],["title/16",[12,1.114,60,2.549]],["content/16",[12,1.463,25,2.092,138,2.575,141,3.346,142,3.346,270,3.346,271,4.017,272,2.905,273,4.017,274,4.017,275,4.017]],["tags/16",[]],["title/17",[47,3.205]],["content/17",[]],["tags/17",[]],["title/18",[138,1.962,276,2.549]],["content/18",[21,2.214,22,2.627,38,1.799,42,2.214,44,2.497,138,2.214,139,2.214,247,1.987,276,4.26,277,2.497,278,3.453,279,3.453,280,3.453,281,3.453,282,3.453,283,3.453]],["tags/18",[]],["title/19",[284,2.466]],["content/19",[54,2.827,174,2.454,277,2.454,284,3.464,285,2.827,286,3.394,287,3.394,288,3.394,289,3.394,290,3.394,291,3.394,292,3.394,293,3.394,294,3.394,295,4.513,296,3.394]],["tags/19",[]],["title/20",[284,1.962,297,3.06]],["content/20",[57,3.346,190,3.346,214,2.311,241,3.346,284,2.575,285,3.346,298,4.017,299,4.017,300,3.346,301,4.017,302,4.017]],["tags/20",[]],["title/21",[272,2.213,303,2.549]],["content/21",[23,2.181,50,3.028,125,2.684,247,2.41,272,3.734,303,4.302,304,4.188]],["tags/21",[]],["title/22",[175,1.809,305,2.172,306,2.172,307,2.172]],["content/22",[3,2.035,15,2.645,23,1.654,27,1.654,29,1.827,62,2.645,84,2.645,85,1.827,132,2.296,214,1.827,262,2.645,269,2.766,300,2.645,308,3.175,309,3.175,310,3.175,311,3.175,312,3.175,313,3.175,314,3.175,315,3.175,316,3.175,317,3.175]],["tags/22",[]],["title/23",[85,2.214]],["content/23",[]],["tags/23",[]],["title/24",[318,3.847]],["content/24",[12,1.378,19,2.737,23,1.971,25,1.971,42,2.426,96,3.153,199,3.153,319,3.785,320,4.037,321,4.846,322,3.785,323,3.785]],["tags/24",[]],["title/25",[14,2.213,49,1.962]],["content/25",[14,3.734,22,2.41,49,3.31,214,2.41,247,2.41,277,3.028,324,4.188]],["tags/25",[]],["title/26",[36,1.204,325,2.117,326,2.117]],["content/26",[25,2.229,36,2.028,61,2.462,82,3.011,270,3.564,325,3.564,326,3.564]],["tags/26",[]],["title/27",[83,2.213,223,1.761]],["content/27",[3,2.214,50,3.301,83,2.497,85,1.987,132,2.497,248,3.301,320,2.877,327,3.453,328,3.453,329,3.453,330,3.453,331,4.565,332,3.453,333,3.453,334,3.453,335,3.453]],["tags/27",[]],["title/28",[28,1.962,65,2.213]],["content/28",[]],["tags/28",[]],["title/29",[100,2.213,223,1.761]],["content/29",[10,2.928,53,2.542,100,2.542,108,3.848,223,2.023,229,2.542,258,3.848,336,3.515,337,3.515,338,3.515,339,3.515,340,3.515,341,3.515,342,3.515,343,3.515,344,3.515]],["tags/29",[]],["title/30",[208,2.549,209,2.213]],["content/30",[209,3.389,269,3.004,345,4.686,346,4.686]],["tags/30",[]],["title/31",[163,2.466]],["content/31",[114,3.389,163,3.004,221,3.389,269,3.004]],["tags/31",[]],["title/8",[0,1.451,347,2.549]],["content/8",[348,5.046]],["tags/8",[2,0.459,347,0.529]]],"invertedIndex":[["",{"_index":295,"title":{},"content":{"19":{}},"tags":{}}],["0",{"_index":220,"title":{},"content":{"7":{}},"tags":{}}],["1.0.4",{"_index":90,"title":{},"content":{"3":{}},"tags":{}}],["1:1",{"_index":70,"title":{},"content":{"3":{}},"tags":{}}],["2d",{"_index":65,"title":{"28":{}},"content":{"3":{},"4":{}},"tags":{}}],["3",{"_index":133,"title":{},"content":{"4":{}},"tags":{}}],["3d",{"_index":59,"title":{},"content":{"3":{}},"tags":{}}],["9",{"_index":150,"title":{},"content":{"5":{}},"tags":{}}],["a.k.a",{"_index":48,"title":{},"content":{"3":{}},"tags":{}}],["abil",{"_index":270,"title":{},"content":{"16":{},"26":{}},"tags":{}}],["access",{"_index":333,"title":{},"content":{"27":{}},"tags":{}}],["action",{"_index":243,"title":{},"content":{"12":{}},"tags":{}}],["activ",{"_index":246,"title":{},"content":{"12":{}},"tags":{}}],["ad",{"_index":25,"title":{},"content":{"3":{},"12":{},"15":{},"16":{},"24":{},"26":{}},"tags":{}}],["adapt",{"_index":175,"title":{"22":{}},"content":{"6":{}},"tags":{}}],["add",{"_index":177,"title":{},"content":{"6":{}},"tags":{}}],["addit",{"_index":225,"title":{},"content":{"11":{}},"tags":{}}],["adjust",{"_index":13,"title":{},"content":{"3":{}},"tags":{}}],["advanc",{"_index":332,"title":{},"content":{"27":{}},"tags":{}}],["alert",{"_index":95,"title":{},"content":{"3":{}},"tags":{}}],["allow",{"_index":56,"title":{},"content":{"3":{}},"tags":{}}],["anoth",{"_index":161,"title":{},"content":{"5":{}},"tags":{}}],["api",{"_index":279,"title":{},"content":{"18":{}},"tags":{}}],["app",{"_index":26,"title":{},"content":{"3":{},"6":{}},"tags":{}}],["app/adapt",{"_index":197,"title":{},"content":{"6":{}},"tags":{}}],["applic",{"_index":167,"title":{},"content":{"6":{}},"tags":{}}],["arbitrari",{"_index":43,"title":{},"content":{"3":{}},"tags":{}}],["architectur",{"_index":4,"title":{"3":{}},"content":{},"tags":{}}],["around",{"_index":142,"title":{},"content":{"5":{},"16":{}},"tags":{}}],["assort",{"_index":304,"title":{},"content":{"21":{}},"tags":{}}],["auto",{"_index":68,"title":{},"content":{"3":{}},"tags":{}}],["background",{"_index":103,"title":{},"content":{"4":{}},"tags":{}}],["bar",{"_index":293,"title":{},"content":{"19":{}},"tags":{}}],["basic",{"_index":97,"title":{},"content":{"4":{}},"tags":{}}],["be",{"_index":264,"title":{},"content":{"14":{}},"tags":{}}],["becom",{"_index":245,"title":{},"content":{"12":{}},"tags":{}}],["befor",{"_index":244,"title":{},"content":{"12":{}},"tags":{}}],["behind",{"_index":186,"title":{},"content":{"6":{}},"tags":{}}],["bit",{"_index":254,"title":{},"content":{"13":{}},"tags":{}}],["break",{"_index":329,"title":{},"content":{"27":{}},"tags":{}}],["bridg",{"_index":306,"title":{"22":{}},"content":{},"tags":{}}],["browser",{"_index":172,"title":{},"content":{"6":{}},"tags":{}}],["bug",{"_index":345,"title":{},"content":{"30":{}},"tags":{}}],["built",{"_index":96,"title":{},"content":{"4":{},"24":{}},"tags":{}}],["calcul",{"_index":216,"title":{},"content":{"7":{}},"tags":{}}],["case",{"_index":17,"title":{"5":{}},"content":{"3":{}},"tags":{}}],["cd",{"_index":196,"title":{},"content":{"6":{}},"tags":{}}],["chang",{"_index":3,"title":{"2":{},"3":{}},"content":{"22":{},"27":{}},"tags":{}}],["changelog",{"_index":2,"title":{},"content":{},"tags":{"1":{},"8":{},"9":{}}}],["channel",{"_index":192,"title":{},"content":{"6":{}},"tags":{}}],["check",{"_index":18,"title":{},"content":{"3":{}},"tags":{}}],["children",{"_index":334,"title":{},"content":{"27":{}},"tags":{}}],["choos",{"_index":66,"title":{},"content":{"3":{},"7":{}},"tags":{}}],["click",{"_index":113,"title":{},"content":{"4":{},"5":{},"13":{},"15":{}},"tags":{}}],["clip",{"_index":247,"title":{},"content":{"12":{},"13":{},"18":{},"21":{},"25":{}},"tags":{}}],["clone",{"_index":194,"title":{},"content":{"6":{}},"tags":{}}],["co/.gr",{"_index":131,"title":{},"content":{"4":{}},"tags":{}}],["co/.gr/.xi",{"_index":123,"title":{},"content":{"4":{}},"tags":{}}],["code",{"_index":314,"title":{},"content":{"22":{}},"tags":{}}],["comfort",{"_index":230,"title":{},"content":{"11":{}},"tags":{}}],["commun",{"_index":190,"title":{},"content":{"6":{},"20":{}},"tags":{}}],["compar",{"_index":159,"title":{},"content":{"5":{}},"tags":{}}],["comparison",{"_index":157,"title":{},"content":{"5":{}},"tags":{}}],["compil",{"_index":176,"title":{},"content":{"6":{}},"tags":{}}],["complet",{"_index":7,"title":{},"content":{"3":{}},"tags":{}}],["condit",{"_index":235,"title":{},"content":{"11":{}},"tags":{}}],["confus",{"_index":255,"title":{},"content":{"13":{}},"tags":{}}],["connect",{"_index":92,"title":{},"content":{"3":{},"6":{}},"tags":{}}],["consist",{"_index":344,"title":{},"content":{"29":{}},"tags":{}}],["contain",{"_index":211,"title":{},"content":{"7":{}},"tags":{}}],["content",{"_index":69,"title":{},"content":{"3":{}},"tags":{}}],["control",{"_index":259,"title":{},"content":{"14":{}},"tags":{}}],["conveni",{"_index":73,"title":{},"content":{"3":{}},"tags":{}}],["convers",{"_index":126,"title":{},"content":{"4":{}},"tags":{}}],["convert",{"_index":130,"title":{},"content":{"4":{},"6":{}},"tags":{}}],["copi",{"_index":239,"title":{"12":{}},"content":{"12":{}},"tags":{}}],["corner",{"_index":275,"title":{},"content":{"16":{}},"tags":{}}],["correctli",{"_index":283,"title":{},"content":{"18":{}},"tags":{}}],["couldn't",{"_index":282,"title":{},"content":{"18":{}},"tags":{}}],["creativ",{"_index":144,"title":{},"content":{"5":{}},"tags":{}}],["current",{"_index":86,"title":{},"content":{"3":{},"5":{},"7":{}},"tags":{}}],["debug",{"_index":84,"title":{},"content":{"3":{},"22":{}},"tags":{}}],["debugg",{"_index":83,"title":{"27":{}},"content":{"3":{},"27":{}},"tags":{}}],["decreas",{"_index":340,"title":{},"content":{"29":{}},"tags":{}}],["default",{"_index":64,"title":{},"content":{"3":{},"6":{}},"tags":{}}],["deleg",{"_index":102,"title":{},"content":{"4":{}},"tags":{}}],["deliv",{"_index":227,"title":{},"content":{"11":{}},"tags":{}}],["demonstr",{"_index":207,"title":{},"content":{"6":{}},"tags":{}}],["design",{"_index":241,"title":{},"content":{"12":{},"20":{}},"tags":{}}],["destin",{"_index":218,"title":{},"content":{"7":{}},"tags":{}}],["develop",{"_index":309,"title":{},"content":{"22":{}},"tags":{}}],["differ",{"_index":234,"title":{},"content":{"11":{}},"tags":{}}],["dimacs2xi",{"_index":129,"title":{},"content":{"4":{}},"tags":{}}],["display",{"_index":42,"title":{},"content":{"3":{},"5":{},"18":{},"24":{}},"tags":{}}],["dist/warthog",{"_index":183,"title":{},"content":{"6":{}},"tags":{}}],["document",{"_index":31,"title":{},"content":{"3":{}},"tags":{}}],["drag",{"_index":272,"title":{"21":{}},"content":{"16":{},"21":{}},"tags":{}}],["draw",{"_index":147,"title":{},"content":{"5":{}},"tags":{}}],["drop",{"_index":303,"title":{"21":{}},"content":{"21":{}},"tags":{}}],["due",{"_index":212,"title":{},"content":{"7":{},"14":{}},"tags":{}}],["dynam",{"_index":10,"title":{},"content":{"3":{},"29":{}},"tags":{}}],["each",{"_index":148,"title":{},"content":{"5":{}},"tags":{}}],["eas",{"_index":58,"title":{},"content":{"3":{}},"tags":{}}],["editor",{"_index":248,"title":{"13":{}},"content":{"13":{},"27":{}},"tags":{}}],["electron",{"_index":165,"title":{},"content":{"6":{}},"tags":{}}],["embed",{"_index":75,"title":{},"content":{"3":{}},"tags":{}}],["empti",{"_index":238,"title":{"12":{}},"content":{"12":{}},"tags":{}}],["encount",{"_index":281,"title":{},"content":{"18":{}},"tags":{}}],["error",{"_index":276,"title":{"18":{}},"content":{"18":{}},"tags":{}}],["event",{"_index":82,"title":{"15":{}},"content":{"3":{},"5":{},"15":{},"26":{}},"tags":{}}],["exact",{"_index":52,"title":{},"content":{"3":{}},"tags":{}}],["exampl",{"_index":21,"title":{},"content":{"3":{},"5":{},"6":{},"18":{}},"tags":{}}],["exclus",{"_index":205,"title":{},"content":{"6":{}},"tags":{}}],["experi",{"_index":231,"title":{},"content":{"11":{}},"tags":{}}],["experiment",{"_index":307,"title":{"22":{}},"content":{},"tags":{}}],["explor",{"_index":318,"title":{"24":{}},"content":{},"tags":{}}],["export",{"_index":298,"title":{},"content":{"20":{}},"tags":{}}],["extens",{"_index":46,"title":{},"content":{"3":{}},"tags":{}}],["featur",{"_index":85,"title":{"4":{},"23":{}},"content":{"3":{},"22":{},"27":{}},"tags":{}}],["feel",{"_index":343,"title":{},"content":{"29":{}},"tags":{}}],["figur",{"_index":105,"title":{},"content":{"4":{}},"tags":{}}],["file",{"_index":125,"title":{},"content":{"4":{},"5":{},"13":{},"21":{}},"tags":{}}],["filesystem",{"_index":305,"title":{"22":{}},"content":{},"tags":{}}],["filter",{"_index":325,"title":{"26":{}},"content":{"26":{}},"tags":{}}],["fit",{"_index":14,"title":{"25":{}},"content":{"3":{},"25":{}},"tags":{}}],["forc",{"_index":219,"title":{},"content":{"7":{}},"tags":{}}],["format",{"_index":39,"title":{},"content":{"3":{},"5":{},"6":{}},"tags":{}}],["found",{"_index":291,"title":{},"content":{"19":{}},"tags":{}}],["framer",{"_index":342,"title":{},"content":{"29":{}},"tags":{}}],["freez",{"_index":210,"title":{},"content":{"7":{}},"tags":{}}],["full",{"_index":115,"title":{},"content":{"4":{},"5":{}},"tags":{}}],["function",{"_index":88,"title":{},"content":{"3":{}},"tags":{}}],["futur",{"_index":57,"title":{},"content":{"3":{},"20":{}},"tags":{}}],["gener",{"_index":222,"title":{"11":{}},"content":{"11":{}},"tags":{}}],["get",{"_index":236,"title":{},"content":{"11":{}},"tags":{}}],["git",{"_index":193,"title":{},"content":{"6":{}},"tags":{}}],["github",{"_index":170,"title":{},"content":{"6":{}},"tags":{}}],["grid",{"_index":117,"title":{},"content":{"4":{},"5":{},"6":{}},"tags":{}}],["grid/.map",{"_index":122,"title":{},"content":{"4":{}},"tags":{}}],["handl",{"_index":138,"title":{"18":{}},"content":{"4":{},"16":{},"18":{}},"tags":{}}],["harvest",{"_index":204,"title":{},"content":{"6":{}},"tags":{}}],["help",{"_index":308,"title":{},"content":{"22":{}},"tags":{}}],["here",{"_index":114,"title":{},"content":{"4":{},"5":{},"31":{}},"tags":{}}],["hidden",{"_index":261,"title":{},"content":{"14":{}},"tags":{}}],["hierarch",{"_index":77,"title":{},"content":{"3":{}},"tags":{}}],["highli",{"_index":99,"title":{},"content":{"4":{}},"tags":{}}],["https://cdn.jsdelivr.net/gh/path",{"_index":180,"title":{},"content":{"6":{}},"tags":{}}],["https://github.com/shortestpathlab/posthoc",{"_index":195,"title":{},"content":{"6":{}},"tags":{}}],["hub",{"_index":319,"title":{},"content":{"24":{}},"tags":{}}],["immedi",{"_index":262,"title":{},"content":{"14":{},"22":{}},"tags":{}}],["implement",{"_index":53,"title":{},"content":{"3":{},"5":{},"29":{}},"tags":{}}],["import/export",{"_index":286,"title":{},"content":{"19":{}},"tags":{}}],["improv",{"_index":223,"title":{"11":{},"27":{},"29":{}},"content":{"11":{},"29":{}},"tags":{}}],["includ",{"_index":224,"title":{},"content":{"11":{}},"tags":{}}],["increas",{"_index":338,"title":{},"content":{"29":{}},"tags":{}}],["indic",{"_index":242,"title":{},"content":{"12":{}},"tags":{}}],["ineffici",{"_index":213,"title":{},"content":{"7":{}},"tags":{}}],["instal",{"_index":63,"title":{},"content":{"3":{},"6":{}},"tags":{}}],["instanc",{"_index":45,"title":{},"content":{"3":{},"6":{}},"tags":{}}],["interact",{"_index":140,"title":{},"content":{"5":{}},"tags":{}}],["interfac",{"_index":41,"title":{},"content":{"3":{},"13":{}},"tags":{}}],["intern",{"_index":101,"title":{},"content":{"4":{}},"tags":{}}],["introduc",{"_index":277,"title":{},"content":{"18":{},"19":{},"25":{}},"tags":{}}],["iron",{"_index":203,"title":{},"content":{"6":{}},"tags":{}}],["island",{"_index":267,"title":{},"content":{"14":{}},"tags":{}}],["issu",{"_index":209,"title":{"7":{},"30":{}},"content":{"30":{}},"tags":{}}],["json",{"_index":30,"title":{},"content":{"3":{}},"tags":{}}],["keep",{"_index":94,"title":{},"content":{"3":{}},"tags":{}}],["known",{"_index":208,"title":{"7":{},"30":{}},"content":{},"tags":{}}],["label",{"_index":280,"title":{},"content":{"18":{}},"tags":{}}],["larg",{"_index":135,"title":{},"content":{"4":{},"7":{}},"tags":{}}],["layer",{"_index":22,"title":{"13":{}},"content":{"3":{},"13":{},"18":{},"25":{}},"tags":{}}],["left",{"_index":274,"title":{},"content":{"16":{}},"tags":{}}],["linux",{"_index":168,"title":{},"content":{"6":{}},"tags":{}}],["live",{"_index":311,"title":{},"content":{"22":{}},"tags":{}}],["load",{"_index":139,"title":{},"content":{"5":{},"12":{},"13":{},"18":{}},"tags":{}}],["log",{"_index":93,"title":{},"content":{"3":{}},"tags":{}}],["main",{"_index":104,"title":{},"content":{"4":{},"14":{}},"tags":{}}],["make",{"_index":62,"title":{},"content":{"3":{},"22":{}},"tags":{}}],["manag",{"_index":60,"title":{"16":{}},"content":{"3":{}},"tags":{}}],["mani",{"_index":78,"title":{},"content":{"3":{},"7":{}},"tags":{}}],["map",{"_index":38,"title":{},"content":{"3":{},"4":{},"5":{},"6":{},"7":{},"18":{}},"tags":{}}],["mechan",{"_index":287,"title":{},"content":{"19":{}},"tags":{}}],["menu",{"_index":294,"title":{},"content":{"19":{}},"tags":{}}],["mesh",{"_index":121,"title":{},"content":{"4":{}},"tags":{}}],["metadata",{"_index":299,"title":{},"content":{"20":{}},"tags":{}}],["modal",{"_index":252,"title":{},"content":{"13":{}},"tags":{}}],["more",{"_index":229,"title":{},"content":{"11":{},"13":{},"29":{}},"tags":{}}],["move",{"_index":141,"title":{},"content":{"5":{},"16":{}},"tags":{}}],["multipl",{"_index":253,"title":{},"content":{"13":{}},"tags":{}}],["need",{"_index":24,"title":{},"content":{"3":{},"4":{}},"tags":{}}],["network",{"_index":118,"title":{},"content":{"4":{},"7":{}},"tags":{}}],["new",{"_index":320,"title":{},"content":{"24":{},"27":{}},"tags":{}}],["node",{"_index":79,"title":{},"content":{"3":{},"7":{}},"tags":{}}],["non",{"_index":87,"title":{},"content":{"3":{}},"tags":{}}],["none",{"_index":134,"title":{},"content":{"4":{}},"tags":{}}],["now",{"_index":50,"title":{},"content":{"3":{},"21":{},"27":{}},"tags":{}}],["npm",{"_index":198,"title":{},"content":{"6":{}},"tags":{}}],["on",{"_index":160,"title":{},"content":{"5":{}},"tags":{}}],["onc",{"_index":80,"title":{},"content":{"3":{}},"tags":{}}],["open",{"_index":174,"title":{},"content":{"6":{},"15":{},"19":{}},"tags":{}}],["optimis",{"_index":137,"title":{},"content":{"4":{}},"tags":{}}],["out",{"_index":19,"title":{},"content":{"3":{},"4":{},"24":{}},"tags":{}}],["output",{"_index":189,"title":{},"content":{"6":{}},"tags":{}}],["over",{"_index":156,"title":{},"content":{"5":{}},"tags":{}}],["overhaul",{"_index":6,"title":{},"content":{"3":{}},"tags":{}}],["page",{"_index":171,"title":{},"content":{"6":{}},"tags":{}}],["panel",{"_index":12,"title":{"12":{},"13":{},"14":{},"16":{}},"content":{"3":{},"5":{},"12":{},"15":{},"16":{},"24":{}},"tags":{}}],["parent",{"_index":331,"title":{},"content":{"27":{}},"tags":{}}],["parser",{"_index":136,"title":{},"content":{"4":{}},"tags":{}}],["path",{"_index":215,"title":{},"content":{"7":{}},"tags":{}}],["pathfind",{"_index":33,"title":{},"content":{"3":{}},"tags":{}}],["paus",{"_index":339,"title":{},"content":{"29":{}},"tags":{}}],["per",{"_index":278,"title":{},"content":{"18":{}},"tags":{}}],["perceiv",{"_index":337,"title":{},"content":{"29":{}},"tags":{}}],["perform",{"_index":100,"title":{"29":{}},"content":{"4":{},"29":{}},"tags":{}}],["play",{"_index":341,"title":{},"content":{"29":{}},"tags":{}}],["playback",{"_index":258,"title":{},"content":{"14":{},"29":{}},"tags":{}}],["poli",{"_index":120,"title":{},"content":{"4":{}},"tags":{}}],["polyanya",{"_index":145,"title":{},"content":{"5":{}},"tags":{}}],["polygon",{"_index":124,"title":{},"content":{"4":{}},"tags":{}}],["popov",{"_index":256,"title":{},"content":{"13":{}},"tags":{}}],["posthoc",{"_index":0,"title":{"1":{},"8":{},"9":{}},"content":{"3":{},"5":{},"6":{},"7":{}},"tags":{}}],["present",{"_index":251,"title":{},"content":{"13":{}},"tags":{}}],["previous",{"_index":250,"title":{},"content":{"13":{},"14":{}},"tags":{}}],["problem",{"_index":44,"title":{},"content":{"3":{},"6":{},"18":{}},"tags":{}}],["process",{"_index":37,"title":{},"content":{"3":{},"4":{},"5":{}},"tags":{}}],["produc",{"_index":32,"title":{},"content":{"3":{}},"tags":{}}],["progress",{"_index":55,"title":{},"content":{"3":{}},"tags":{}}],["prompt",{"_index":200,"title":{},"content":{"6":{}},"tags":{}}],["properti",{"_index":268,"title":{"15":{}},"content":{"15":{}},"tags":{}}],["provid",{"_index":310,"title":{},"content":{"22":{}},"tags":{}}],["publish",{"_index":297,"title":{"20":{}},"content":{},"tags":{}}],["puzzl",{"_index":152,"title":{},"content":{"5":{}},"tags":{}}],["pwa",{"_index":169,"title":{},"content":{"6":{}},"tags":{}}],["queri",{"_index":40,"title":{},"content":{"3":{},"5":{},"6":{},"7":{}},"tags":{}}],["quickli",{"_index":288,"title":{},"content":{"19":{}},"tags":{}}],["rebuilt",{"_index":8,"title":{},"content":{"3":{}},"tags":{}}],["reconfigur",{"_index":11,"title":{},"content":{"3":{}},"tags":{}}],["record",{"_index":35,"title":{},"content":{"3":{}},"tags":{}}],["redesign",{"_index":249,"title":{"13":{},"14":{}},"content":{"13":{}},"tags":{}}],["refin",{"_index":317,"title":{},"content":{"22":{}},"tags":{}}],["releas",{"_index":163,"title":{"6":{},"31":{}},"content":{"6":{},"31":{}},"tags":{}}],["reliabl",{"_index":98,"title":{},"content":{"4":{}},"tags":{}}],["renam",{"_index":128,"title":{},"content":{"4":{}},"tags":{}}],["render",{"_index":28,"title":{"28":{}},"content":{"3":{},"4":{},"5":{}},"tags":{}}],["reorganis",{"_index":271,"title":{},"content":{"16":{}},"tags":{}}],["repaint",{"_index":107,"title":{},"content":{"4":{}},"tags":{}}],["replay",{"_index":81,"title":{},"content":{"3":{}},"tags":{}}],["repositori",{"_index":302,"title":{},"content":{"20":{}},"tags":{}}],["request",{"_index":109,"title":{},"content":{"4":{},"6":{}},"tags":{}}],["requir",{"_index":127,"title":{},"content":{"4":{},"12":{},"13":{}},"tags":{}}],["resolut",{"_index":108,"title":{},"content":{"4":{},"29":{}},"tags":{}}],["restor",{"_index":290,"title":{},"content":{"19":{}},"tags":{}}],["right",{"_index":312,"title":{},"content":{"22":{}},"tags":{}}],["run",{"_index":153,"title":{},"content":{"5":{},"6":{}},"tags":{}}],["save",{"_index":296,"title":{},"content":{"19":{}},"tags":{}}],["scale",{"_index":71,"title":{},"content":{"3":{}},"tags":{}}],["screen",{"_index":106,"title":{},"content":{"4":{}},"tags":{}}],["search",{"_index":29,"title":{},"content":{"3":{},"5":{},"6":{},"7":{},"22":{}},"tags":{}}],["section",{"_index":20,"title":{},"content":{"3":{},"4":{}},"tags":{}}],["see",{"_index":269,"title":{},"content":{"15":{},"22":{},"30":{},"31":{}},"tags":{}}],["separ",{"_index":266,"title":{},"content":{"14":{}},"tags":{}}],["serv",{"_index":206,"title":{},"content":{"6":{}},"tags":{}}],["server",{"_index":187,"title":{},"content":{"6":{}},"tags":{}}],["server'",{"_index":201,"title":{},"content":{"6":{}},"tags":{}}],["set",{"_index":91,"title":{},"content":{"3":{}},"tags":{}}],["share",{"_index":289,"title":{},"content":{"19":{}},"tags":{}}],["side",{"_index":162,"title":{},"content":{"5":{}},"tags":{}}],["sidebar",{"_index":226,"title":{},"content":{"11":{}},"tags":{}}],["sight",{"_index":263,"title":{},"content":{"14":{}},"tags":{}}],["significantli",{"_index":257,"title":{},"content":{"13":{}},"tags":{}}],["simpl",{"_index":285,"title":{},"content":{"19":{},"20":{}},"tags":{}}],["size",{"_index":116,"title":{},"content":{"4":{},"5":{}},"tags":{}}],["sleeker",{"_index":228,"title":{},"content":{"11":{}},"tags":{}}],["slightli",{"_index":336,"title":{},"content":{"29":{}},"tags":{}}],["small",{"_index":237,"title":{},"content":{"11":{}},"tags":{}}],["socket.io",{"_index":202,"title":{},"content":{"6":{}},"tags":{}}],["socket.io/websocket",{"_index":185,"title":{},"content":{"6":{}},"tags":{}}],["solver",{"_index":34,"title":{},"content":{"3":{},"6":{}},"tags":{}}],["sourc",{"_index":217,"title":{},"content":{"7":{}},"tags":{}}],["spatial",{"_index":74,"title":{},"content":{"3":{}},"tags":{}}],["specif",{"_index":324,"title":{},"content":{"25":{}},"tags":{}}],["specifi",{"_index":328,"title":{},"content":{"27":{}},"tags":{}}],["standalon",{"_index":164,"title":{},"content":{"6":{}},"tags":{}}],["standard",{"_index":327,"title":{},"content":{"27":{}},"tags":{}}],["start",{"_index":199,"title":{},"content":{"6":{},"24":{}},"tags":{}}],["state",{"_index":151,"title":{},"content":{"5":{}},"tags":{}}],["step",{"_index":36,"title":{"14":{},"26":{}},"content":{"3":{},"5":{},"7":{},"15":{},"26":{}},"tags":{}}],["still",{"_index":316,"title":{},"content":{"22":{}},"tags":{}}],["subprocess",{"_index":112,"title":{},"content":{"4":{}},"tags":{}}],["subtl",{"_index":240,"title":{},"content":{"12":{}},"tags":{}}],["support",{"_index":9,"title":{},"content":{"3":{},"4":{}},"tags":{}}],["system",{"_index":47,"title":{"17":{}},"content":{"3":{}},"tags":{}}],["tell",{"_index":146,"title":{},"content":{"5":{}},"tags":{}}],["tend",{"_index":260,"title":{},"content":{"14":{}},"tags":{}}],["those",{"_index":110,"title":{},"content":{"4":{}},"tags":{}}],["through",{"_index":143,"title":{},"content":{"5":{},"6":{},"15":{}},"tags":{}}],["tile",{"_index":111,"title":{},"content":{"4":{},"5":{}},"tags":{}}],["titl",{"_index":292,"title":{},"content":{"19":{}},"tags":{}}],["todo",{"_index":348,"title":{},"content":{"8":{}},"tags":{}}],["tool",{"_index":313,"title":{},"content":{"22":{}},"tags":{}}],["toolbar",{"_index":265,"title":{},"content":{"14":{}},"tags":{}}],["top",{"_index":273,"title":{},"content":{"16":{}},"tags":{}}],["trace",{"_index":27,"title":{},"content":{"3":{},"5":{},"6":{},"7":{},"12":{},"22":{}},"tags":{}}],["tracker",{"_index":346,"title":{},"content":{"30":{}},"tags":{}}],["translat",{"_index":188,"title":{},"content":{"6":{}},"tags":{}}],["tree",{"_index":72,"title":{},"content":{"3":{},"5":{}},"tags":{}}],["tri",{"_index":322,"title":{},"content":{"24":{}},"tags":{}}],["triangl",{"_index":149,"title":{},"content":{"5":{}},"tags":{}}],["two",{"_index":158,"title":{},"content":{"5":{}},"tags":{}}],["type",{"_index":326,"title":{"26":{}},"content":{"26":{}},"tags":{}}],["ui",{"_index":5,"title":{"10":{},"11":{}},"content":{"3":{},"11":{}},"tags":{}}],["under",{"_index":233,"title":{},"content":{"11":{}},"tags":{}}],["up",{"_index":323,"title":{},"content":{"24":{}},"tags":{}}],["updat",{"_index":132,"title":{},"content":{"4":{},"22":{},"27":{}},"tags":{}}],["upload",{"_index":301,"title":{},"content":{"20":{}},"tags":{}}],["url",{"_index":178,"title":{},"content":{"6":{}},"tags":{}}],["us",{"_index":16,"title":{"5":{}},"content":{"3":{},"4":{},"5":{},"6":{}},"tags":{}}],["usabl",{"_index":232,"title":{},"content":{"11":{},"13":{}},"tags":{}}],["user",{"_index":321,"title":{},"content":{"24":{}},"tags":{}}],["v1.0.4",{"_index":1,"title":{"1":{}},"content":{},"tags":{"1":{}}}],["v1.2.0",{"_index":221,"title":{"9":{}},"content":{"31":{}},"tags":{"9":{}}}],["v1.2.4",{"_index":347,"title":{"8":{}},"content":{},"tags":{"8":{}}}],["valu",{"_index":330,"title":{},"content":{"27":{}},"tags":{}}],["variabl",{"_index":335,"title":{},"content":{"27":{}},"tags":{}}],["version",{"_index":89,"title":{},"content":{"3":{},"4":{},"13":{},"14":{}},"tags":{}}],["via",{"_index":51,"title":{},"content":{"3":{}},"tags":{}}],["view",{"_index":61,"title":{"15":{}},"content":{"3":{},"6":{},"15":{},"26":{}},"tags":{}}],["viewport",{"_index":49,"title":{"25":{}},"content":{"3":{},"5":{},"25":{}},"tags":{}}],["visualis",{"_index":23,"title":{},"content":{"3":{},"5":{},"6":{},"21":{},"22":{},"24":{}},"tags":{}}],["visualiser/app@adapt",{"_index":181,"title":{},"content":{"6":{}},"tags":{}}],["want",{"_index":76,"title":{},"content":{"3":{}},"tags":{}}],["warthog",{"_index":154,"title":{},"content":{"5":{},"6":{}},"tags":{}}],["wasm",{"_index":182,"title":{},"content":{"6":{}},"tags":{}}],["wasm.mj",{"_index":184,"title":{},"content":{"6":{}},"tags":{}}],["way",{"_index":214,"title":{},"content":{"7":{},"15":{},"20":{},"22":{},"25":{}},"tags":{}}],["we'r",{"_index":315,"title":{},"content":{"22":{}},"tags":{}}],["web",{"_index":173,"title":{},"content":{"6":{}},"tags":{}}],["webassembl",{"_index":155,"title":{},"content":{"5":{},"6":{}},"tags":{}}],["websocket",{"_index":191,"title":{},"content":{"6":{}},"tags":{}}],["well",{"_index":67,"title":{},"content":{"3":{},"6":{}},"tags":{}}],["window",{"_index":166,"title":{},"content":{"6":{},"11":{}},"tags":{}}],["work",{"_index":54,"title":{},"content":{"3":{},"19":{}},"tags":{}}],["worker",{"_index":179,"title":{},"content":{"6":{}},"tags":{}}],["workflow",{"_index":15,"title":{},"content":{"3":{},"22":{}},"tags":{}}],["workspac",{"_index":284,"title":{"19":{},"20":{}},"content":{"19":{},"20":{}},"tags":{}}],["xy",{"_index":119,"title":{},"content":{"4":{}},"tags":{}}],["you'll",{"_index":300,"title":{},"content":{"20":{},"22":{}},"tags":{}}]],"pipeline":["stemmer"]}} \ No newline at end of file diff --git a/search-index-docs-default-current.json b/search-index-docs-default-current.json index c07b3c8..ca6c453 100644 --- a/search-index-docs-default-current.json +++ b/search-index-docs-default-current.json @@ -1 +1 @@ -{"documents":[{"id":9,"pageTitle":"","sectionTitle":"📄️ Overview","sectionRoute":"/docs/category/posthoc-visualiser","type":"docs"},{"id":10,"pageTitle":"","sectionTitle":"🗃️ User guide","sectionRoute":"/docs/category/posthoc-visualiser","type":"docs"},{"id":11,"pageTitle":"","sectionTitle":"📄️ Pixel renderer","sectionRoute":"/docs/category/posthoc-visualiser","type":"docs"},{"id":12,"pageTitle":"","sectionTitle":"📄️ Contributing","sectionRoute":"/docs/category/posthoc-visualiser","type":"docs"},{"id":17,"pageTitle":"","sectionTitle":"📄️ Single Agent Grid Search","sectionRoute":"/docs/category/tutorials","type":"docs"},{"id":18,"pageTitle":"","sectionTitle":"📄️ Decision Tree","sectionRoute":"/docs/category/tutorials","type":"docs"},{"id":13,"pageTitle":"","sectionTitle":"📄️ UI","sectionRoute":"/docs/category/user-guide","type":"docs"},{"id":14,"pageTitle":"","sectionTitle":"📄️ Layers","sectionRoute":"/docs/category/user-guide","type":"docs"},{"id":15,"pageTitle":"","sectionTitle":"📄️ Extensions","sectionRoute":"/docs/category/user-guide","type":"docs"},{"id":16,"pageTitle":"Greetings","sectionTitle":"Greetings","sectionRoute":"/docs/get-started","type":"docs"},{"id":19,"pageTitle":"Overview","sectionTitle":"Overview","sectionRoute":"/docs/overview","type":"docs"},{"id":20,"pageTitle":"Overview","sectionTitle":"Find and fix problems","sectionRoute":"/docs/overview#find-and-fix-problems","type":"docs"},{"id":21,"pageTitle":"Overview","sectionTitle":"Interrogate decisions","sectionRoute":"/docs/overview#interrogate-decisions","type":"docs"},{"id":22,"pageTitle":"Overview","sectionTitle":"Use built-in debugging tools","sectionRoute":"/docs/overview#use-built-in-debugging-tools","type":"docs"},{"id":23,"pageTitle":"Overview","sectionTitle":"Compare with a baseline","sectionRoute":"/docs/overview#compare-with-a-baseline","type":"docs"},{"id":24,"pageTitle":"Overview","sectionTitle":"Collaborate and share","sectionRoute":"/docs/overview#collaborate-and-share","type":"docs"},{"id":25,"pageTitle":"Overview","sectionTitle":"Discuss ideas with your team","sectionRoute":"/docs/overview#discuss-ideas-with-your-team","type":"docs"},{"id":26,"pageTitle":"Overview","sectionTitle":"Help students learn","sectionRoute":"/docs/overview#help-students-learn","type":"docs"},{"id":27,"pageTitle":"Overview","sectionTitle":"Share your work","sectionRoute":"/docs/overview#share-your-work","type":"docs"},{"id":28,"pageTitle":"Overview","sectionTitle":"Why we built Posthoc","sectionRoute":"/docs/overview#why-we-built-posthoc","type":"docs"},{"id":124,"pageTitle":"Search trace","sectionTitle":"Search trace","sectionRoute":"/docs/search-trace","type":"docs"},{"id":125,"pageTitle":"Search trace","sectionTitle":"Creating search traces","sectionRoute":"/docs/search-trace#creating-search-traces","type":"docs"},{"id":126,"pageTitle":"Search trace","sectionTitle":"Decision tree","sectionRoute":"/docs/search-trace#decision-tree","type":"docs"},{"id":127,"pageTitle":"Search trace","sectionTitle":"Custom views","sectionRoute":"/docs/search-trace#custom-views","type":"docs"},{"id":128,"pageTitle":"Search trace","sectionTitle":"Nested views","sectionRoute":"/docs/search-trace#nested-views","type":"docs"},{"id":129,"pageTitle":"Search trace","sectionTitle":"Property expressions","sectionRoute":"/docs/search-trace#property-expressions","type":"docs"},{"id":130,"pageTitle":"Search trace","sectionTitle":"Special properties","sectionRoute":"/docs/search-trace#special-properties","type":"docs"},{"id":131,"pageTitle":"Search trace","sectionTitle":"type","sectionRoute":"/docs/search-trace#type","type":"docs"},{"id":132,"pageTitle":"Search trace","sectionTitle":"clear","sectionRoute":"/docs/search-trace#clear","type":"docs"},{"id":133,"pageTitle":"Search trace","sectionTitle":"$for","sectionRoute":"/docs/search-trace#for","type":"docs"},{"id":134,"pageTitle":"Search trace","sectionTitle":"$if","sectionRoute":"/docs/search-trace#if","type":"docs"},{"id":135,"pageTitle":"Search trace","sectionTitle":"$info","sectionRoute":"/docs/search-trace#info","type":"docs"},{"id":136,"pageTitle":"Search trace","sectionTitle":"API","sectionRoute":"/docs/search-trace#api","type":"docs"},{"id":137,"pageTitle":"Search trace","sectionTitle":"Definition","sectionRoute":"/docs/search-trace#definition","type":"docs"},{"id":138,"pageTitle":"Search trace","sectionTitle":"Primitives","sectionRoute":"/docs/search-trace#primitives","type":"docs"},{"id":139,"pageTitle":"Search trace","sectionTitle":"YAML","sectionRoute":"/docs/search-trace#yaml","type":"docs"},{"id":30,"pageTitle":"Single Agent Grid Search","sectionTitle":"Single Agent Grid Search","sectionRoute":"/docs/tutorials/single-agent-grid","type":"docs"},{"id":31,"pageTitle":"Single Agent Grid Search","sectionTitle":"Prepare the Map","sectionRoute":"/docs/tutorials/single-agent-grid#prepare-the-map","type":"docs"},{"id":32,"pageTitle":"Single Agent Grid Search","sectionTitle":"Load the Map","sectionRoute":"/docs/tutorials/single-agent-grid#load-the-map","type":"docs"},{"id":33,"pageTitle":"Single Agent Grid Search","sectionTitle":"Prepare the Search Trace","sectionRoute":"/docs/tutorials/single-agent-grid#prepare-the-search-trace","type":"docs"},{"id":34,"pageTitle":"Single Agent Grid Search","sectionTitle":"Load the Search Trace","sectionRoute":"/docs/tutorials/single-agent-grid#load-the-search-trace","type":"docs"},{"id":35,"pageTitle":"Single Agent Grid Search","sectionTitle":"Adding the Query","sectionRoute":"/docs/tutorials/single-agent-grid#adding-the-query","type":"docs"},{"id":36,"pageTitle":"Single Agent Grid Search","sectionTitle":"Adding Source and Destination","sectionRoute":"/docs/tutorials/single-agent-grid#adding-source-and-destination","type":"docs"},{"id":37,"pageTitle":"Single Agent Grid Search","sectionTitle":"Step through the Search Trace","sectionRoute":"/docs/tutorials/single-agent-grid#step-through-the-search-trace","type":"docs"},{"id":100,"pageTitle":"Decision Tree","sectionTitle":"Decision Tree","sectionRoute":"/docs/tutorials/tile","type":"docs"},{"id":101,"pageTitle":"Decision Tree","sectionTitle":"Prepare the Trace","sectionRoute":"/docs/tutorials/tile#prepare-the-trace","type":"docs"},{"id":102,"pageTitle":"Decision Tree","sectionTitle":"Load the Search Trace","sectionRoute":"/docs/tutorials/tile#load-the-search-trace","type":"docs"},{"id":103,"pageTitle":"Decision Tree","sectionTitle":"Step through the Search Trace","sectionRoute":"/docs/tutorials/tile#step-through-the-search-trace","type":"docs"},{"id":104,"pageTitle":"Decision Tree","sectionTitle":"Viewing the Decision Tree","sectionRoute":"/docs/tutorials/tile#viewing-the-decision-tree","type":"docs"},{"id":29,"pageTitle":"Visualiser Adapter Protocol","sectionTitle":"Visualiser Adapter Protocol","sectionRoute":"/docs/visualiser-adapter-protocol","type":"docs"},{"id":38,"pageTitle":"Extensions","sectionTitle":"Extensions","sectionRoute":"/docs/visualiser/3-1-user-guide/extensions","type":"docs"},{"id":39,"pageTitle":"Extensions","sectionTitle":"Adapters","sectionRoute":"/docs/visualiser/3-1-user-guide/extensions#adapters","type":"docs"},{"id":40,"pageTitle":"Extensions","sectionTitle":"Built-in adapters","sectionRoute":"/docs/visualiser/3-1-user-guide/extensions#built-in-adapters","type":"docs"},{"id":41,"pageTitle":"Extensions","sectionTitle":"Other adapters","sectionRoute":"/docs/visualiser/3-1-user-guide/extensions#other-adapters","type":"docs"},{"id":42,"pageTitle":"Extensions","sectionTitle":"Renderers","sectionRoute":"/docs/visualiser/3-1-user-guide/extensions#renderers","type":"docs"},{"id":43,"pageTitle":"Extensions","sectionTitle":"Built-in renderers","sectionRoute":"/docs/visualiser/3-1-user-guide/extensions#built-in-renderers","type":"docs"},{"id":44,"pageTitle":"Extensions","sectionTitle":"Map support","sectionRoute":"/docs/visualiser/3-1-user-guide/extensions#map-support","type":"docs"},{"id":68,"pageTitle":"UI","sectionTitle":"UI","sectionRoute":"/docs/visualiser/3-1-user-guide/interface","type":"docs"},{"id":69,"pageTitle":"UI","sectionTitle":"Explore","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#explore","type":"docs"},{"id":70,"pageTitle":"UI","sectionTitle":"Layers","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#layers","type":"docs"},{"id":71,"pageTitle":"UI","sectionTitle":"General options","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#general-options","type":"docs"},{"id":72,"pageTitle":"UI","sectionTitle":"Trace options","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#trace-options","type":"docs"},{"id":73,"pageTitle":"UI","sectionTitle":"Map options","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#map-options","type":"docs"},{"id":74,"pageTitle":"UI","sectionTitle":"Query options","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#query-options","type":"docs"},{"id":75,"pageTitle":"UI","sectionTitle":"Events","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#events","type":"docs"},{"id":76,"pageTitle":"UI","sectionTitle":"Toolbar items","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#toolbar-items","type":"docs"},{"id":77,"pageTitle":"UI","sectionTitle":"Viewport","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#viewport","type":"docs"},{"id":78,"pageTitle":"UI","sectionTitle":"Toolbar items","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#toolbar-items-1","type":"docs"},{"id":79,"pageTitle":"UI","sectionTitle":"Graph","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#graph","type":"docs"},{"id":80,"pageTitle":"UI","sectionTitle":"Toolbar items","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#toolbar-items-2","type":"docs"},{"id":81,"pageTitle":"UI","sectionTitle":"Source","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#source","type":"docs"},{"id":82,"pageTitle":"UI","sectionTitle":"Toolbar items","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#toolbar-items-3","type":"docs"},{"id":83,"pageTitle":"UI","sectionTitle":"Debugger","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#debugger","type":"docs"},{"id":84,"pageTitle":"UI","sectionTitle":"Standard debugger","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#standard-debugger","type":"docs"},{"id":85,"pageTitle":"UI","sectionTitle":"Advanced debugger","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#advanced-debugger","type":"docs"},{"id":86,"pageTitle":"UI","sectionTitle":"Toolbar items","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#toolbar-items-4","type":"docs"},{"id":87,"pageTitle":"UI","sectionTitle":"Logs","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#logs","type":"docs"},{"id":88,"pageTitle":"UI","sectionTitle":"Settings","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#settings","type":"docs"},{"id":89,"pageTitle":"UI","sectionTitle":"General settings","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#general-settings","type":"docs"},{"id":90,"pageTitle":"UI","sectionTitle":"Extensions","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#extensions","type":"docs"},{"id":91,"pageTitle":"UI","sectionTitle":"Customising views","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#customising-views","type":"docs"},{"id":92,"pageTitle":"UI","sectionTitle":"Choosing content for views","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#choosing-content-for-views","type":"docs"},{"id":93,"pageTitle":"UI","sectionTitle":"Add and remove views","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#add-and-remove-views","type":"docs"},{"id":94,"pageTitle":"UI","sectionTitle":"Titlebar","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#titlebar","type":"docs"},{"id":95,"pageTitle":"UI","sectionTitle":"View menu","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#view-menu","type":"docs"},{"id":96,"pageTitle":"UI","sectionTitle":"Workspace menu","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#workspace-menu","type":"docs"},{"id":97,"pageTitle":"UI","sectionTitle":"Sidebar","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#sidebar","type":"docs"},{"id":98,"pageTitle":"UI","sectionTitle":"Linked window","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#linked-window","type":"docs"},{"id":99,"pageTitle":"UI","sectionTitle":"Drag and drop","sectionRoute":"/docs/visualiser/3-1-user-guide/interface#drag-and-drop","type":"docs"},{"id":111,"pageTitle":"Layers","sectionTitle":"Layers","sectionRoute":"/docs/visualiser/3-1-user-guide/layers","type":"docs"},{"id":112,"pageTitle":"Layers","sectionTitle":"Layer type","sectionRoute":"/docs/visualiser/3-1-user-guide/layers#layer-type","type":"docs"},{"id":113,"pageTitle":"Layers","sectionTitle":"Trace","sectionRoute":"/docs/visualiser/3-1-user-guide/layers#trace","type":"docs"},{"id":114,"pageTitle":"Layers","sectionTitle":"Map","sectionRoute":"/docs/visualiser/3-1-user-guide/layers#map","type":"docs"},{"id":115,"pageTitle":"Layers","sectionTitle":"Query","sectionRoute":"/docs/visualiser/3-1-user-guide/layers#query","type":"docs"},{"id":116,"pageTitle":"Layers","sectionTitle":"Layer order","sectionRoute":"/docs/visualiser/3-1-user-guide/layers#layer-order","type":"docs"},{"id":117,"pageTitle":"Layers","sectionTitle":"Layer mode","sectionRoute":"/docs/visualiser/3-1-user-guide/layers#layer-mode","type":"docs"},{"id":110,"pageTitle":"Contributing","sectionTitle":"Contributing","sectionRoute":"/docs/visualiser/contributing","type":"docs"},{"id":105,"pageTitle":"Overview","sectionTitle":"Overview","sectionRoute":"/docs/visualiser/overview","type":"docs"},{"id":106,"pageTitle":"Overview","sectionTitle":"Get Posthoc","sectionRoute":"/docs/visualiser/overview#get-posthoc","type":"docs"},{"id":107,"pageTitle":"Overview","sectionTitle":"Posthoc Web","sectionRoute":"/docs/visualiser/overview#posthoc-web","type":"docs"},{"id":108,"pageTitle":"Overview","sectionTitle":"Posthoc PWA","sectionRoute":"/docs/visualiser/overview#posthoc-pwa","type":"docs"},{"id":109,"pageTitle":"Overview","sectionTitle":"Standalone builds","sectionRoute":"/docs/visualiser/overview#standalone-builds","type":"docs"},{"id":118,"pageTitle":"Pixel renderer","sectionTitle":"Pixel renderer","sectionRoute":"/docs/visualiser/pixel-renderer","type":"docs"},{"id":119,"pageTitle":"Pixel renderer","sectionTitle":"Coordinate system","sectionRoute":"/docs/visualiser/pixel-renderer#coordinate-system","type":"docs"},{"id":120,"pageTitle":"Pixel renderer","sectionTitle":"Performance","sectionRoute":"/docs/visualiser/pixel-renderer#performance","type":"docs"},{"id":121,"pageTitle":"Pixel renderer","sectionTitle":"API","sectionRoute":"/docs/visualiser/pixel-renderer#api","type":"docs"},{"id":122,"pageTitle":"Pixel renderer","sectionTitle":"Primitives","sectionRoute":"/docs/visualiser/pixel-renderer#primitives","type":"docs"},{"id":123,"pageTitle":"Pixel renderer","sectionTitle":"Pixel standalone","sectionRoute":"/docs/visualiser/pixel-renderer#pixel-standalone","type":"docs"}],"index":{"version":"2.3.9","fields":["title","content","tags"],"fieldVectors":[["title/9",[0,0.768,1,2.603]],["content/9",[0,1.294,1,2.487,2,1.503,3,1.069,4,1.142,5,0.833,6,2.371,7,2.776,8,2.776,9,2.62,10,2.487,11,2.013,12,2.39,13,1.898,14,2.371,15,2.776,16,1.7,17,2.013,18,2.62,19,2.487,20,2.371,21,2.487,22,2.175,23,2.776,24,2.175,25,2.776,26,2.175,27,2.62,28,2.776,29,2.013,30,2.776,31,2.62,32,2.776,33,2.776,34,2.776]],["tags/9",[]],["title/10",[0,0.633,8,2.395,9,2.261]],["content/10",[0,1.294,1,2.487,2,1.503,3,1.069,4,1.142,5,0.833,6,2.371,7,2.776,8,2.776,9,2.62,10,2.487,11,2.013,12,2.39,13,1.898,14,2.371,15,2.776,16,1.7,17,2.013,18,2.62,19,2.487,20,2.371,21,2.487,22,2.175,23,2.776,24,2.175,25,2.776,26,2.175,27,2.62,28,2.776,29,2.013,30,2.776,31,2.62,32,2.776,33,2.776,34,2.776]],["tags/10",[]],["title/11",[0,0.633,12,1.467,13,1.165]],["content/11",[0,1.294,1,2.487,2,1.503,3,1.069,4,1.142,5,0.833,6,2.371,7,2.776,8,2.776,9,2.62,10,2.487,11,2.013,12,2.39,13,1.898,14,2.371,15,2.776,16,1.7,17,2.013,18,2.62,19,2.487,20,2.371,21,2.487,22,2.175,23,2.776,24,2.175,25,2.776,26,2.175,27,2.62,28,2.776,29,2.013,30,2.776,31,2.62,32,2.776,33,2.776,34,2.776]],["tags/11",[]],["title/12",[0,0.768,27,2.742]],["content/12",[0,1.294,1,2.487,2,1.503,3,1.069,4,1.142,5,0.833,6,2.371,7,2.776,8,2.776,9,2.62,10,2.487,11,2.013,12,2.39,13,1.898,14,2.371,15,2.776,16,1.7,17,2.013,18,2.62,19,2.487,20,2.371,21,2.487,22,2.175,23,2.776,24,2.175,25,2.776,26,2.175,27,2.62,28,2.776,29,2.013,30,2.776,31,2.62,32,2.776,33,2.776,34,2.776]],["tags/12",[]],["title/17",[0,0.469,4,0.519,35,1.335,36,1.589,37,1.286]],["content/17",[0,1.173,2,1.291,3,1.291,4,1.456,16,2.052,35,3.342,36,3.978,37,3.218,38,3.351,39,2.263,40,3.576,41,1.63,42,2.806,43,3.218,44,3.858,45,3.858,46,3.576,47,3.858]],["tags/17",[]],["title/18",[0,0.633,42,1.514,43,1.737]],["content/18",[0,1.173,2,1.291,3,1.291,4,1.456,16,2.052,35,3.342,36,3.978,37,3.218,38,3.351,39,2.263,40,3.576,41,1.63,42,2.806,43,3.218,44,3.858,45,3.858,46,3.576,47,3.858]],["tags/18",[]],["title/13",[0,0.768,48,2.481]],["content/13",[0,1.299,2,1.258,3,1.258,48,2.79,49,3.084,50,3.486,51,3.486,52,1.768,53,3.084,54,3.084,55,2.065,56,3.084,57,3.266,58,3.486,59,1.681,60,1.775,61,2.559,62,2.46,63,2.559,64,3.266,65,3.486,66,2.927,67,2.284,68,2.206]],["tags/13",[]],["title/14",[0,0.768,59,1.119]],["content/14",[0,1.299,2,1.258,3,1.258,48,2.79,49,3.084,50,3.486,51,3.486,52,1.768,53,3.084,54,3.084,55,2.065,56,3.084,57,3.266,58,3.486,59,1.681,60,1.775,61,2.559,62,2.46,63,2.559,64,3.266,65,3.486,66,2.927,67,2.284,68,2.206]],["tags/14",[]],["title/15",[0,0.768,67,2.031]],["content/15",[0,1.299,2,1.258,3,1.258,48,2.79,49,3.084,50,3.486,51,3.486,52,1.768,53,3.084,54,3.084,55,2.065,56,3.084,57,3.266,58,3.486,59,1.681,60,1.775,61,2.559,62,2.46,63,2.559,64,3.266,65,3.486,66,2.927,67,2.284,68,2.206]],["tags/15",[]],["title/16",[69,4.663]],["content/16",[0,0.927,2,1.875,3,1.599,4,1.025,5,0.717,42,1.511,70,2.752,71,3.431,72,1.561,73,2.257,74,3.741,75,2.257,76,2.551,77,2.752,78,1.953,79,2.452,80,2.752,81,2.752,82,2.042,83,2.551,84,2.551,85,4.036,86,3.431,87,2.257,88,2.391,89,2.142,90,5.031,91,3.431,92,3.431,93,3.431,94,3.022,95,2.551,96,3.022,97,2.142,98,2.391,99,3.431,100,3.431,101,3.431,102,2.257,103,3.022,104,3.431,105,5.031,106,3.431,107,3.431]],["tags/16",[]],["title/19",[1,3.306]],["content/19",[0,0.939,2,1.616,3,1.777,4,1.435,5,1.384,17,1.766,42,1.54,62,1.834,73,2.299,74,2.599,75,2.299,76,2.599,77,2.804,78,1.99,79,2.934,80,2.804,81,2.804,82,3.584,84,2.599,108,3.079,109,2.183,110,1.99,111,3.495,112,2.436,113,2.599,114,3.495,115,3.495,116,2.436,117,2.081,118,3.079,119,2.183,120,3.495,121,3.495,122,3.495,123,3.495,124,2.804,125,3.495,126,3.079]],["tags/19",[]],["title/20",[22,1.876,127,2.556,128,3.437]],["content/20",[]],["tags/20",[]],["title/21",[42,1.836,129,4.168]],["content/21",[5,1.046,13,1.696,39,2.355,42,2.88,43,2.528,52,1.413,79,3.186,82,2.978,130,3.721,131,5.003,132,2.978,133,5.003,134,3.125,135,5.003,136,2.849,137,3.487,138,2.355,139,4.014,140,5.003,141,4.407,142,5.003]],["tags/21",[]],["title/22",[16,1.248,60,1.107,143,2.174,144,2.575]],["content/22",[79,2.693,116,3.85,145,5.525,146,5.525,147,5.525,148,3.85,149,4.867,150,5.525,151,4.867,152,5.525,153,4.867,154,2.792,155,5.525,156,5.181,157,3.289]],["tags/22",[]],["title/23",[158,3.671,159,3.344]],["content/23",[5,1.248,79,2.909,158,5.258,159,4.789,160,4.439,161,5.969,162,5.969,163,5.969,164,7.311,165,5.969]],["tags/23",[]],["title/24",[166,3.671,167,3.671]],["content/24",[]],["tags/24",[]],["title/25",[31,2.261,168,2.757,169,3.027]],["content/25",[22,3.424,97,3.917,168,5.032,170,5.032,171,6.272,172,6.272,173,4.664,174,6.272]],["tags/25",[]],["title/26",[62,1.803,175,3.027,176,3.027]],["content/26",[79,3.22,132,3.933,175,5.82,177,6.607,178,6.607]],["tags/26",[]],["title/27",[97,2.603,167,3.671]],["content/27",[97,4.201,179,6.727,180,5.925,181,6.727]],["tags/27",[]],["title/28",[2,1.119,16,1.779]],["content/28",[0,0.972,2,1.417,3,1.72,16,1.198,17,1.419,22,2.882,46,2.088,55,1.237,63,1.533,70,3.471,74,2.088,75,1.847,76,2.088,79,2.573,82,1.671,117,2.576,132,1.671,143,2.088,166,2.473,169,2.473,170,2.253,173,2.088,182,2.808,183,2.808,184,2.808,185,2.808,186,2.473,187,2.473,188,2.808,189,2.808,190,2.808,191,2.808,192,2.808,193,2.808,194,2.808,195,2.473,196,2.808,197,2.808,198,2.253,199,2.808,200,2.253,201,1.671,202,2.808,203,2.808,204,2.473,205,2.253,206,2.808,207,2.808,208,1.598,209,1.847,210,2.808,211,2.808,212,2.253,213,2.473,214,2.808,215,2.808,216,2.808,217,2.808,218,2.473,219,2.808,220,2.808,221,2.808,222,2.808,223,2.808,224,1.753,225,2.808,226,1.956]],["tags/28",[]],["title/124",[4,0.85,5,0.871]],["content/124",[0,1.44,2,0.604,3,0.343,4,0.845,5,0.631,10,1.406,17,0.646,35,1.584,36,2.589,39,0.602,40,0.951,42,0.563,67,0.623,72,0.582,78,0.728,79,1.098,82,1.341,112,1.569,116,0.891,117,0.761,119,2.589,136,3.602,137,2.103,138,0.602,139,1.026,141,1.126,153,1.984,168,1.026,201,0.761,226,0.891,227,1.279,228,1.279,229,1.279,230,1.279,231,2.014,232,2.36,233,1.922,234,2.082,235,1.138,236,4.348,237,3.202,238,4.572,239,4.572,240,3.259,241,1.796,242,3.083,243,1.126,244,1.279,245,0.799,246,1.279,247,0.891,248,0.951,249,1.279,250,0.891,251,1.026,252,1.279,253,1.279,254,1.126,255,1.279,256,0.728,257,1.279,258,1.984,259,1.279,260,2.095,261,2.095,262,1.279,263,0.891,264,1.126,265,1.279,266,1.279,267,2.252,268,2.252,269,2.252,270,2.103,271,1.026,272,1.279,273,2.658,274,1.279,275,1.126,276,1.126]],["tags/124",[]],["title/125",[4,0.701,5,0.718,63,1.876]],["content/125",[0,1.523,2,1.428,3,0.994,4,0.755,5,0.774,60,1.403,68,1.744,75,2.437,81,2.972,82,2.205,84,2.755,109,2.313,112,2.582,117,2.205,136,3.028,201,2.205,208,2.109,233,1.29,234,1.709,256,2.109,273,3.263,277,3.705,278,2.972,279,3.705,280,3.263,281,3.705,282,1.686,283,3.705,284,3.705,285,3.705,286,3.705,287,3.705,288,3.705,289,2.437,290,3.705,291,2.437]],["tags/125",[]],["title/126",[42,1.836,43,2.106]],["content/126",[0,1.386,42,3.01,43,1.891,52,1.057,75,2.462,77,3.002,78,2.13,82,3.189,136,4.117,137,4.361,138,2.522,231,1.648,232,2.13,233,1.866,234,2.196,292,3.296,293,3.002,294,2.337,295,2.228,296,3.742,297,3.742,298,3.296,299,3.296,300,3.296,301,1.891,302,1.459,303,1.703,304,3.296]],["tags/126",[]],["title/127",[52,1.177,305,2.904]],["content/127",[0,1.467,3,0.614,4,0.466,5,0.478,6,1.362,10,1.429,12,0.977,13,1.248,14,1.362,16,1.572,17,1.156,42,2.036,52,1.495,60,0.867,63,1.249,64,1.595,108,2.015,134,1.429,136,2.631,137,3.22,148,1.595,151,2.015,157,1.362,170,1.836,231,1.008,232,1.303,233,0.797,234,1.485,240,3.387,260,2.933,261,2.933,263,1.595,295,2.192,298,2.015,299,2.015,300,2.015,305,3.22,306,2.288,307,1.595,308,1.836,309,2.288,310,1.932,311,2.192,312,1.249,313,1.595,314,2.955,315,1.429,316,1.429,317,1.249,318,2.288,319,1.362,320,2.288,321,2.288,322,2.423,323,2.288,324,2.288,325,2.288,326,2.288,327,2.015,328,1.429,329,2.015,330,1.303]],["tags/127",[]],["title/128",[52,1.177,331,3.671]],["content/128",[0,1.547,13,1.293,26,1.306,39,2.557,52,1.344,63,1.306,72,1.088,138,1.796,157,1.424,208,1.361,224,1.493,231,1.053,232,1.361,233,0.833,234,1.529,236,1.493,240,2.083,242,3.54,260,2.745,261,1.208,263,2.659,270,1.666,280,2.106,310,1.255,317,1.306,319,2.833,331,3.36,332,1.666,333,1.919,334,2.391,335,2.106,336,2.391,337,5.572,338,1.493,339,2.271,340,1.573,341,1.778,342,2.837,343,5.432,344,2.659,345,5.432,346,4.193,347,2.391,348,2.106,349,2.106,350,2.391]],["tags/128",[]],["title/129",[138,1.962,157,2.481]],["content/129",[0,1.411,4,0.624,5,0.64,35,1.607,52,1.305,69,2.697,134,1.912,138,2.621,157,4.169,198,2.457,231,1.349,232,1.744,233,1.94,234,1.486,240,2.524,310,1.607,311,1.823,313,2.134,315,1.912,316,1.912,317,1.672,319,3.315,328,1.912,329,4.072,330,1.744,348,2.697,351,3.063,352,3.063,353,2.457,354,3.438,355,2.277,356,2.015,357,2.697,358,3.063,359,3.063,360,2.697,361,2.277,362,2.277,363,2.697,364,2.457,365,3.063,366,2.697,367,3.063,368,2.277,369,2.457,370,2.457]],["tags/129",[]],["title/130",[138,1.962,371,4.168]],["content/130",[]],["tags/130",[]],["title/131",[234,1.701]],["content/131",[17,2.877,48,3.39,49,3.746,60,2.157,138,2.68,160,4.235,233,2.473,234,1.83,247,3.968,248,4.235,304,5.016,372,5.695,373,5.695]],["tags/131",[]],["title/132",[374,3.937]],["content/132",[0,1.409,4,0.54,5,0.553,26,1.445,39,1.946,52,0.747,136,3.272,157,1.576,231,1.166,232,1.507,233,2.171,234,1.847,237,3.641,240,3.138,241,3.028,260,1.338,261,1.338,302,1.032,310,1.389,317,1.445,339,1.576,340,1.742,341,1.969,354,1.969,368,3.074,374,5.133,375,2.124,376,2.647,377,4.134,378,1.29,379,4.134,380,4.134,381,4.134,382,2.647,383,3.641,384,2.647,385,1.969,386,1.742,387,2.647,388,1.742,389,2.124,390,2.647,391,2.647,392,1.969,393,2.647,394,2.647,395,2.647,396,3.074,397,2.124]],["tags/132",[]],["title/133",[]],["content/133",[0,1.548,39,1.571,52,1.392,138,1.571,231,1.47,232,1.9,233,1.717,234,1.073,236,3.079,240,3.201,251,2.678,260,1.687,261,1.687,301,2.962,310,1.752,317,1.822,319,2.935,335,2.94,339,1.987,340,2.196,341,2.482,342,2.482,344,2.326,354,2.482,356,2.196,357,2.94,378,2.857,392,2.482,398,2.678,399,2.678,400,3.338,401,4.931,402,3.338,403,3.338,404,3.338]],["tags/133",[]],["title/134",[]],["content/134",[0,1.501,13,1.174,52,1.43,87,3.332,138,1.63,231,1.525,232,1.971,233,2.295,234,1.628,240,4.131,260,2.559,261,2.559,293,5.287,310,1.817,311,2.061,315,2.162,316,2.162,317,2.765,339,2.061,340,2.278,342,3.767,392,2.575,399,2.778,405,3.463,406,3.463,407,2.765]],["tags/134",[]],["title/135",[356,3.483]],["content/135",[0,1.581,13,0.872,26,1.405,52,0.727,66,1.607,87,1.693,231,1.134,232,1.465,233,1.74,234,0.827,236,2.525,242,1.914,260,3.676,261,2.043,270,1.794,271,2.065,310,1.351,312,1.405,317,2.208,337,3.562,338,1.607,339,2.407,340,2.66,341,3.007,342,1.914,344,1.794,346,2.267,353,2.065,356,3.286,378,1.254,397,3.244,407,1.405,408,2.122,409,1.405,410,2.574,411,5.66,412,3.244,413,5.66,414,2.574]],["tags/135",[]],["title/136",[328,3.306]],["content/136",[]],["tags/136",[]],["title/137",[415,4.663]],["content/137",[0,1.503,4,0.551,5,1.078,20,1.61,52,1.642,138,1.979,148,1.885,157,1.61,231,1.192,233,2.322,234,2.142,247,1.885,260,1.367,261,1.367,282,1.231,322,1.78,338,1.689,356,1.78,368,4.684,374,2.012,392,2.012,416,2.705,417,2.705,418,5.122,419,2.383,420,2.17,421,2.705,422,2.705,423,4.204,424,2.705,425,7.194,426,2.705,427,4.204,428,4.204,429,2.383,430,2.705,431,2.705,432,2.705]],["tags/137",[]],["title/138",[322,3.483]],["content/138",[4,1.143,5,1.172,12,3.002,13,2.384,16,2.394,72,2.552,113,4.171,134,3.502,322,4.627,338,3.502,433,5.609,434,4.94]],["tags/138",[]],["title/139",[112,3.689]],["content/139",[4,1.198,5,1.228,73,3.865,88,4.094,103,6.376,112,5.468,198,4.713,435,4.369,436,5.875]],["tags/139",[]],["title/30",[4,0.596,35,1.534,36,1.826,37,1.477]],["content/30",[3,1.529,4,1.161,35,2.988,36,3.556,37,2.877,38,3.968,39,2.68,40,4.235,41,1.93,231,2.509,250,3.968,437,5.016,438,5.016,439,5.695]],["tags/30",[]],["title/31",[41,1.413,440,3.344]],["content/31",[0,1.451,37,3.586,41,2.14,61,2.592,234,1.525,263,4.401,282,3.442,315,2.965,316,2.965,364,3.809,441,2.826,442,4.747,443,5.562,444,4.747,445,4.182]],["tags/31",[]],["title/32",[41,1.413,110,2.373]],["content/32",[0,0.793,29,2.176,41,2.289,55,1.897,59,2.045,61,2.351,234,1.384,235,2.176,241,2.564,289,2.833,360,3.793,408,3.543,409,3.228,443,3.793,446,2.988,447,3.001,448,3.001,449,3.89,450,2.783,451,2.833,452,3.001,453,4.397]],["tags/32",[]],["title/33",[4,0.701,5,0.718,440,2.757]],["content/33",[0,0.907,3,0.895,4,1.14,5,1.225,12,0.621,13,0.493,20,0.866,29,1.273,37,0.735,41,1.524,52,0.411,55,1.469,59,1.634,60,0.551,61,0.794,66,0.908,73,0.957,79,1.228,94,1.281,95,1.081,96,1.281,109,0.908,110,0.828,116,1.013,117,1.5,119,0.908,132,0.866,136,1.435,154,2.009,201,0.866,212,1.167,231,0.641,233,0.878,234,1.278,235,2.489,236,1.574,240,1.376,241,1.5,245,1.574,247,1.013,260,2.009,261,2.009,270,1.756,282,1.147,289,0.957,295,0.866,307,1.756,310,0.763,311,0.866,312,0.794,315,0.908,316,0.908,317,0.794,344,1.013,361,1.081,378,0.709,388,0.957,407,0.794,408,2.774,409,1.376,418,1.281,435,1.081,446,2.009,447,1.756,448,1.756,449,2.616,450,2.319,452,1.756,453,1.874,454,1.281,455,1.167,456,3.191,457,2.087,458,2.219,459,1.281,460,1.281,461,1.454,462,2.219,463,1.574,464,2.52,465,2.52,466,1.454,467,1.167,468,2.52,469,1.454,470,1.454,471,3.344,472,1.454,473,1.454,474,1.454,475,1.454,476,1.454,477,2.219,478,1.281,479,0.908,480,1.454,481,1.281,482,1.281,483,1.167]],["tags/33",[]],["title/34",[4,0.701,5,0.718,110,1.957]],["content/34",[0,0.793,4,0.878,5,1.411,29,2.176,41,1.46,55,1.897,59,2.045,61,2.351,234,1.384,241,2.564,282,1.96,289,2.833,408,3.543,409,3.228,446,2.988,447,3.001,448,3.001,449,3.89,450,3.178,452,3.001,453,4.397]],["tags/34",[]],["title/35",[307,2.904,457,2.187]],["content/35",[0,0.853,3,1.242,29,2.339,41,2.105,55,2.039,59,2.096,79,3.026,117,2.756,234,1.487,241,2.756,408,3.258,446,2.339,447,3.226,448,3.226,449,4.085,450,3.298,452,3.226,457,2.429,481,4.077]],["tags/35",[]],["title/36",[235,1.737,307,2.395,471,2.556]],["content/36",[12,2.026,41,1.609,55,2.091,66,2.965,95,3.531,117,2.826,154,3.586,201,2.826,235,3.822,295,2.826,312,2.592,344,3.308,388,3.123,407,2.592,408,3.314,457,2.491,471,5.277,482,4.182,483,3.809]],["tags/36",[]],["title/37",[4,0.596,5,0.611,39,1.376,132,1.741]],["content/37",[3,1.291,4,1.298,5,1.331,37,2.43,39,2.263,41,2.159,59,1.917,72,2.189,89,3.003,95,3.576,130,3.576,295,2.863,303,2.189,408,2.523,446,2.43,450,2.263,451,3.164,483,3.858,484,3.576,485,4.809,486,4.236]],["tags/37",[]],["title/100",[42,1.836,43,2.106]],["content/100",[2,0.965,3,1.398,4,1.061,16,2.222,38,2.506,39,1.693,42,2.696,43,3.093,44,2.886,45,2.886,46,2.675,47,2.886,60,1.972,73,2.366,79,1.753,89,2.246,130,2.675,134,2.246,173,2.675,231,1.584,250,2.506,256,2.048,437,3.168,438,3.168,463,3.252,487,4.587,488,3.597,489,3.597,490,3.597,491,3.597,492,3.597,493,2.141,494,4.587,495,5.207,496,3.597,497,3.168,498,3.597,499,3.597,500,3.597,501,3.597]],["tags/100",[]],["title/101",[5,0.871,440,3.344]],["content/101",[0,1.447,3,0.383,4,0.67,5,0.518,10,2.451,13,0.84,14,0.849,52,0.403,78,1.411,109,0.891,116,0.994,136,1.411,139,1.988,154,2.8,212,1.144,226,0.994,231,0.628,233,0.863,234,0.796,235,0.721,236,2.775,240,2.857,242,2.918,247,0.994,248,2.443,260,0.721,261,0.721,263,1.727,270,1.727,282,0.649,310,0.748,311,0.849,313,0.994,314,1.144,315,1.547,316,1.547,317,1.353,354,1.061,361,1.061,364,2.636,407,0.779,412,1.988,458,1.256,459,1.256,460,1.256,462,2.893,463,4.203,471,1.061,494,2.182,502,1.426,503,1.426,504,1.256,505,2.478,506,2.478,507,1.988,508,3.285,509,2.478,510,1.426,511,1.426,512,1.426,513,2.478,514,1.426,515,1.426,516,1.256,517,1.426,518,1.426,519,1.426,520,3.924,521,3.924,522,0.994,523,1.426,524,2.478,525,3.924,526,3.285,527,1.426,528,3.924,529,1.256,530,1.426,531,0.849,532,2.478,533,2.478,534,2.478,535,2.478,536,2.478,537,2.478,538,2.478,539,2.478,540,2.478,541,2.478,542,2.478,543,1.426]],["tags/101",[]],["title/102",[4,0.701,5,0.718,110,1.957]],["content/102",[0,0.793,4,0.878,5,1.411,29,2.176,41,1.46,55,1.897,59,2.045,61,2.351,234,1.384,241,2.564,282,1.96,289,2.833,408,3.543,409,3.228,446,2.988,447,3.001,448,3.001,449,3.89,450,3.178,452,3.001,453,4.397]],["tags/102",[]],["title/103",[4,0.596,5,0.611,39,1.376,132,1.741]],["content/103",[4,1.161,5,1.19,39,2.68,59,2.077,72,2.592,130,4.235,303,2.592,408,2.988,446,2.877,450,2.68,463,3.556,484,4.235]],["tags/103",[]],["title/104",[42,1.514,43,1.737,52,0.97]],["content/104",[3,1.047,42,2.82,43,3.854,52,1.558,79,1.9,85,3.128,102,2.565,132,2.321,173,2.9,201,2.321,312,3.012,378,1.9,407,3.012,408,3.36,446,1.97,450,2.597,463,2.435,484,4.103,486,3.435,487,3.435,493,2.321,497,3.435,544,3.435,545,2.717,546,5.585,547,3.899,548,3.899]],["tags/104",[]],["title/29",[3,0.922,68,1.618,291,2.261]],["content/29",[3,1.966,4,1.032,5,1.059,19,2.162,62,1.817,68,2.384,72,1.576,75,2.278,143,2.575,157,2.061,187,3.05,200,2.778,204,3.05,231,1.525,245,3.74,250,2.413,282,1.576,291,3.94,308,2.778,328,2.162,332,2.413,370,2.778,398,2.778,415,3.05,457,1.817,478,3.05,479,2.162,493,2.061,549,2.778,550,4.461,551,3.463,552,3.463,553,3.463,554,3.463,555,3.463,556,3.463,557,2.778,558,2.778,559,3.463,560,2.778,561,3.05,562,2.778,563,3.05]],["tags/29",[]],["title/38",[67,2.58]],["content/38",[]],["tags/38",[]],["title/39",[68,2.492]],["content/39",[2,1.684,3,1.684,68,3.546,245,3.917,291,4.126,479,3.917,564,5.525]],["tags/39",[]],["title/40",[16,1.779,68,1.962]],["content/40",[37,2.877,41,2.623,234,1.83,302,2.22,303,2.592,479,3.556,565,4.569,566,7.101,567,5.695,568,5.016,569,5.695]],["tags/40",[]],["title/41",[68,2.492]],["content/41",[0,0.909,68,3.05,72,2.247,127,3.671,234,1.586,245,3.083,256,2.811,302,1.925,303,2.247,456,5.804,477,4.349,479,3.083,565,3.961,570,4.937,571,4.937,572,4.937,573,4.937,574,4.937,575,3.671,576,4.937,577,4.937]],["tags/41",[]],["title/42",[13,1.794]],["content/42",[3,1.17,4,0.888,5,0.911,12,2.544,13,2.592,41,1.477,52,1.23,60,1.65,84,3.24,89,2.721,205,3.496,218,3.838,224,2.721,305,3.036,311,2.594,322,3.921,328,2.721,338,3.722,339,2.594,385,3.24,386,2.866,409,2.379,441,3.548,560,3.496,562,3.496,578,4.357]],["tags/42",[]],["title/43",[13,1.413,16,1.779]],["content/43",[12,2.29,13,2.318,14,3.194,24,2.929,234,1.724,295,3.194,302,2.092,303,2.442,311,3.194,339,3.194,467,4.305,479,3.35,565,4.305,568,4.726,579,5.365,580,5.365,581,4.726]],["tags/43",[]],["title/44",[41,1.413,441,2.481]],["content/44",[0,1.064,2,1.117,3,1.117,4,0.848,5,0.87,16,1.776,38,2.9,41,2.428,52,1.175,67,2.814,72,1.894,98,2.9,113,4.294,154,2.103,200,3.339,201,2.477,205,3.339,208,2.369,305,2.9,312,2.272,330,2.369,332,2.9,338,2.599,378,2.028,441,3.947,562,3.339,582,4.162,583,4.162,584,4.162,585,3.666]],["tags/44",[]],["title/68",[48,3.151]],["content/68",[49,3.927,50,4.439,51,4.439,52,2.064,53,3.927,54,3.927,55,2.63,56,3.927,57,4.16,58,4.439]],["tags/68",[]],["title/69",[102,3.483]],["content/69",[2,1.712,9,4.197,89,3.984,102,4.197,180,5.62,208,3.632,586,6.38]],["tags/69",[]],["title/70",[59,1.421]],["content/70",[55,2.509,56,3.746,59,2.174,72,2.592,98,3.968,234,1.83,256,3.242,301,2.877,370,4.569,449,3.746,455,4.569]],["tags/70",[]],["title/71",[119,2.603,301,2.106]],["content/71",[59,2.073,119,3.125,132,2.978,134,3.125,295,2.978,301,2.528,302,1.951,303,3.314,409,3.569,507,4.014,522,3.487,587,4.014,588,5.003,589,5.003,590,3.721,591,4.407,592,5.003]],["tags/71",[]],["title/72",[5,0.871,301,2.106]],["content/72",[4,1.476,5,1.513,59,1.577,110,3.345,235,2.969,282,2.674,302,2.29,303,2.674,386,3.865,593,4.713]],["tags/72",[]],["title/73",[41,1.413,301,2.106]],["content/73",[0,0.988,37,2.711,41,2.687,59,1.44,60,2.032,110,3.055,271,4.305,302,2.092,303,2.442,319,4.071,386,3.53,463,4.271,593,4.305]],["tags/73",[]],["title/74",[301,2.106,457,2.187]],["content/74",[3,1.552,41,2.43,59,1.552,60,2.19,68,2.722,78,3.293,291,3.805,302,2.255,303,2.632,386,3.805,457,3.035,593,4.64]],["tags/74",[]],["title/75",[233,1.844]],["content/75",[4,1.371,5,1.406,233,2.343,594,6.727]],["tags/75",[]],["title/76",[11,2.106,595,2.904]],["content/76",[59,2.021,233,2.852,234,2.198,302,2.092,303,2.442,312,4.11,378,2.615,596,3.739,597,5.365]],["tags/76",[]],["title/77",[409,2.89]],["content/77",[]],["tags/77",[]],["title/78",[11,2.106,595,2.904]],["content/78",[13,2.8,59,2.048,60,2.093,98,3.85,256,3.146,289,3.635,302,2.154,303,2.514,378,2.693,598,5.525]],["tags/78",[]],["title/79",[294,3.306]],["content/79",[3,1.198,4,1.402,5,1.266,42,1.966,43,3.061,78,2.54,97,2.786,136,4.199,137,4.792,138,2.1,160,3.318,233,2.11,293,3.58,294,2.786,355,3.318,362,3.318,388,2.935,546,3.58,599,4.462,600,4.462,601,4.462,602,4.462]],["tags/79",[]],["title/80",[11,2.106,595,2.904]],["content/80",[13,1.256,20,2.205,35,1.944,43,2.688,59,1.67,60,2.357,80,2.972,138,2.504,224,2.313,233,1.853,294,2.313,302,1.444,303,1.686,312,2.023,319,2.205,355,2.755,362,2.755,363,3.263,369,2.972,378,1.805,546,4.993,587,2.972,596,2.582,603,4.685,604,3.705,605,5.319,606,3.705,607,3.705,608,3.705,609,3.705,610,3.263,611,3.705,612,3.263,613,3.705,614,3.705,615,3.263,616,3.705,617,3.705]],["tags/80",[]],["title/81",[235,2.675]],["content/81",[59,1.742,134,4.054,226,4.524,282,2.954,618,6.492,619,6.492]],["tags/81",[]],["title/82",[11,2.106,595,2.904]],["content/82",[59,2.106,235,3.658,282,3.295,302,2.29,303,2.674,312,3.208,378,2.863,596,4.094]],["tags/82",[]],["title/83",[209,3.483]],["content/83",[148,4.688,149,5.925,154,3.399,156,5.003]],["tags/83",[]],["title/84",[209,2.742,620,4.168]],["content/84",[389,5.497,621,5.095,622,6.035]],["tags/84",[]],["title/85",[209,2.742,623,4.168]],["content/85",[39,2.828,156,3.279,208,2.51,233,2.948,302,1.719,307,3.072,330,3.421,355,4.468,383,3.883,389,3.537,493,3.577,558,3.537,621,3.279,622,3.883,624,4.409,625,4.409,626,4.409,627,4.409,628,4.409,629,4.409]],["tags/85",[]],["title/86",[11,2.106,595,2.904]],["content/86",[59,2.136,154,3.066,156,4.512,233,2.113,302,2.365,303,2.761,378,2.957,596,4.228]],["tags/86",[]],["title/87",[82,3.151]],["content/87",[397,5.397,451,4.426,522,4.688,630,6.727]],["tags/87",[]],["title/88",[154,2.675]],["content/88",[2,1.874,278,5.6]],["tags/88",[]],["title/89",[119,2.603,154,2.106]],["content/89",[2,1.388,24,1.945,48,2.121,49,2.344,60,1.959,67,2.52,76,2.649,102,3.402,109,2.225,154,3.375,201,2.121,233,1.241,302,1.389,312,2.823,319,2.121,450,1.677,590,2.649,621,3.846,631,5.171,632,3.562,633,3.562,634,3.562,635,3.562,636,3.138,637,3.562,638,3.562,639,3.562,640,3.138,641,3.138,642,3.562,643,5.171,644,5.171,645,3.562,646,3.562,647,3.562,648,3.562,649,3.138,650,3.562,651,4.555,652,2.858]],["tags/89",[]],["title/90",[67,2.58]],["content/90",[13,2.023,41,2.023,67,2.909,68,2.81,72,2.717,98,4.16,245,3.728,256,3.399,479,3.728,653,5.969,654,5.969]],["tags/90",[]],["title/91",[52,1.177,655,4.168]],["content/91",[]],["tags/91",[]],["title/92",[52,0.97,450,1.618,656,2.757]],["content/92",[52,1.741,407,3.368,408,3.237,450,2.903,484,4.587,522,4.298,531,3.672,656,4.949,657,4.587]],["tags/92",[]],["title/93",[52,0.97,55,1.514,56,2.261]],["content/93",[0,1.134,52,2.104,55,3.282,60,1.732,87,4.051,127,3.4,256,2.603,375,3.668,446,3.518,531,2.722,545,3.186,657,4.579,658,4.572,659,4.572,660,4.027,661,3.4,662,3.4,663,4.572,664,4.572]],["tags/93",[]],["title/94",[53,3.483]],["content/94",[2,1.742,6,3.864,53,4.271,375,5.208,665,6.492,666,6.492]],["tags/94",[]],["title/95",[52,1.177,657,3.099]],["content/95",[11,1.872,29,2.688,52,1.502,55,2.343,63,3.398,87,3.499,97,2.313,278,2.972,302,1.444,374,2.755,446,3.64,455,2.972,493,2.205,507,4.268,545,2.582,603,5.482,610,4.685,651,4.685,661,2.755,662,2.755,667,4.74,668,2.972,669,3.705,670,3.263,671,3.705,672,3.705,673,3.263,674,3.705,675,3.705,676,5.319]],["tags/95",[]],["title/96",[657,3.099,677,3.344]],["content/96",[11,2.495,55,2.175,110,2.811,282,3.293,302,1.925,396,3.671,445,5.708,446,2.495,493,3.858,545,3.44,615,4.349,677,6.163,678,6.481,679,4.937,680,4.937,681,4.937]],["tags/96",[]],["title/97",[54,3.483]],["content/97",[6,3.148,11,2.672,54,4.919,88,3.685,102,3.479,154,2.672,310,2.775,349,5.969,446,2.672,682,5.437,683,5.289,684,5.289,685,5.289,686,5.289,687,5.289]],["tags/97",[]],["title/98",[667,2.904,668,3.344]],["content/98",[0,0.784,29,2.151,52,1.202,62,3.078,63,2.324,160,3.166,208,2.424,241,2.534,310,3.078,362,4.362,366,3.75,385,3.166,388,2.801,396,3.166,407,2.324,531,2.534,587,3.416,667,5.464,668,4.706,677,3.416,688,4.257,689,4.257,690,3.75,691,4.257,692,4.257,693,3.75,694,4.257]],["tags/98",[]],["title/99",[83,3.099,695,4.168]],["content/99",[2,1.773,83,4.914,282,3.007,441,3.933,451,4.347]],["tags/99",[]],["title/111",[59,1.421]],["content/111",[2,1.274,3,1.274,4,1.287,5,1.32,41,2.14,59,1.274,60,1.798,61,2.592,62,2.491,63,2.592,64,3.308,65,3.531,66,2.965,117,3.759,195,4.182,226,3.308,399,3.809,457,2.491,531,3.759,696,4.747,697,4.747,698,4.747]],["tags/111",[]],["title/112",[59,1.119,234,1.339]],["content/112",[2,1.117,3,1.117,5,0.87,18,2.738,52,1.175,59,1.923,89,2.599,209,2.738,224,2.599,233,2.495,292,3.666,294,2.599,330,2.369,332,4.024,361,3.095,385,3.095,450,3.121,457,2.184,558,3.339,656,4.633,699,4.162,700,4.162,701,4.162,702,4.162,703,3.666,704,4.162,705,4.162,706,4.162]],["tags/112",[]],["title/113",[5,1.107]],["content/113",[0,0.987,4,1.393,5,1.711,52,1.057,59,1.438,67,2.611,110,3.05,118,3.296,208,2.13,209,2.462,233,1.303,235,1.891,275,3.296,276,3.296,282,2.848,294,2.337,295,2.228,301,1.891,409,2.043,441,2.228,450,1.761,451,4.117,545,2.608,549,3.002,612,3.296,682,3.002,707,3.742,708,3.742]],["tags/113",[]],["title/114",[41,1.794]],["content/114",[0,1.008,3,0.65,4,0.979,5,0.506,16,1.034,17,1.224,21,2.407,35,1.271,37,2.765,41,2.614,59,1.035,60,2.073,67,1.181,72,2.49,113,4.731,176,4.82,208,1.379,213,2.134,235,1.224,248,1.802,256,1.379,258,2.134,282,2.185,294,1.513,301,1.224,302,0.945,330,1.379,441,2.295,450,1.14,451,2.536,456,1.944,529,3.395,585,2.134,596,1.688,709,2.423,710,2.423,711,2.423,712,4.801,713,5.472,714,2.423,715,2.423,716,2.423,717,2.423,718,2.423,719,2.134,720,2.423,721,2.423,722,2.423,723,2.423,724,2.423,725,3.855,726,2.423,727,4.801]],["tags/114",[]],["title/115",[457,2.778]],["content/115",[3,1.562,21,2.628,22,2.298,35,2.209,36,2.628,37,2.127,41,1.427,59,1.791,67,2.051,68,2.739,70,3.377,245,2.628,291,3.829,305,2.933,328,2.628,332,4.056,457,3.501,493,2.505,550,5.126,557,3.377,560,3.377,564,3.707,652,3.377,703,3.707,728,4.209,729,4.209,730,4.209,731,4.209]],["tags/115",[]],["title/116",[59,1.119,420,3.344]],["content/116",[13,1.96,57,4.03,59,2.091,330,4.082,386,3.805,419,5.094,420,4.64,561,5.094,732,5.783,733,5.094]],["tags/116",[]],["title/117",[59,1.119,590,3.099]],["content/117",[4,0.91,5,0.933,59,2.135,62,2.341,72,2.031,73,2.935,224,2.786,235,2.255,254,6.057,330,2.54,378,2.174,493,2.656,531,2.656,590,4.505,591,3.93,652,3.58,660,5.335,733,3.93,734,4.462,735,4.462,736,4.462,737,4.462,738,4.462]],["tags/117",[]],["title/110",[27,3.483]],["content/110",[28,4.16,29,3.016,30,4.16,31,3.927,32,4.16,33,4.16,34,4.16,72,2.717,88,4.16,435,4.439,739,5.969]],["tags/110",[]],["title/105",[1,3.306]],["content/105",[0,0.874,2,1.274,3,1.274,4,0.968,5,0.992,6,2.826,7,3.308,17,3.191,22,2.592,24,2.592,62,2.491,79,2.314,109,2.965,124,3.809,126,4.182,143,3.531,144,4.182,186,4.182,327,4.182,441,2.826,682,3.809,740,4.747,741,4.747,742,4.747,743,4.747,744,4.747]],["tags/105",[]],["title/106",[2,1.421]],["content/106",[]],["tags/106",[]],["title/107",[2,1.119,575,3.099]],["content/107",[2,2.002,60,2.336,396,4.587,549,4.949,719,5.433,745,5.433,746,6.168,747,6.168]],["tags/107",[]],["title/108",[2,1.119,748,3.671]],["content/108",[2,1.943,124,5.808,301,2.969,557,4.713,575,4.369,667,4.094,748,5.175,749,5.875,750,5.875,751,5.875]],["tags/108",[]],["title/109",[74,3.099,752,3.344]],["content/109",[2,1.38,97,4.608,231,2.932,330,2.928,388,3.383,434,4.529,435,3.824,575,3.824,649,4.529,667,3.583,745,4.529,752,4.126,753,5.142,754,6.655,755,5.142,756,5.142,757,5.142]],["tags/109",[]],["title/118",[12,1.779,13,1.413]],["content/118",[2,1.461,4,1.11,12,2.323,13,1.845,14,3.241,15,3.794,16,2.323,17,2.751,18,3.581,19,3.4,20,3.241,21,3.4,22,2.972,23,3.794,24,2.972,25,3.794,26,2.972]],["tags/118",[]],["title/119",[61,2.275,314,3.344]],["content/119",[12,2.323,87,3.581,260,2.751,261,2.751,407,2.972,531,3.241,661,4.048,662,4.048,670,4.795,758,6.903,759,6.903,760,5.444,761,5.444,762,4.795,763,5.444]],["tags/119",[]],["title/120",[24,2.89]],["content/120",[0,0.779,12,2.211,13,1.756,19,1.702,24,2.829,26,2.308,35,1.43,48,1.622,60,1.601,62,1.43,72,1.24,78,2.407,83,2.027,85,2.186,88,1.899,89,1.702,109,1.702,119,2.64,127,2.027,154,1.377,224,1.702,264,2.4,301,1.377,313,2.946,333,2.186,353,2.186,356,1.793,369,2.186,398,2.186,409,1.488,463,1.702,504,2.4,544,2.4,621,2.027,636,2.4,640,3.724,641,2.4,764,2.725,765,2.725,766,2.725,767,2.725,768,2.725,769,2.725,770,2.725,771,4.228,772,2.725,773,4.228,774,2.725,775,2.725,776,2.725,777,2.725,778,2.725,779,2.725,780,4.228,781,2.725,782,2.725,783,2.725,784,2.725,785,3.724,786,2.725,787,2.725,788,2.725,789,2.725,790,2.725,791,2.725,792,2.725,793,2.725,794,2.725]],["tags/120",[]],["title/121",[328,3.306]],["content/121",[]],["tags/121",[]],["title/122",[322,3.483]],["content/122",[0,0.676,26,1.245,78,1.298,138,2.17,148,2.559,159,1.829,234,1.18,236,2.293,240,2.005,243,1.142,251,5.334,260,2.329,261,2.329,302,1.432,311,1.816,313,2.915,315,2.293,316,1.424,317,2.517,319,2.744,338,1.424,339,2.49,340,1.5,368,1.695,378,1.111,407,2.284,412,2.946,429,2.687,454,6.463,467,3.356,516,2.008,522,1.589,531,2.49,581,3.234,661,2.731,662,2.731,673,3.234,690,6.463,693,2.687,762,5.289,785,3.234,795,3.672,796,3.672,797,3.672,798,2.28,799,2.28,800,3.672,801,3.672,802,2.28,803,2.28]],["tags/122",[]],["title/123",[12,1.779,752,3.344]],["content/123",[2,1.684,12,2.677,13,2.126,60,2.376,250,4.371,308,5.032,333,5.032,563,5.525]],["tags/123",[]]],"invertedIndex":[["",{"_index":0,"title":{"9":{},"10":{},"11":{},"12":{},"13":{},"14":{},"15":{},"17":{},"18":{}},"content":{"9":{},"10":{},"11":{},"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"28":{},"31":{},"32":{},"33":{},"34":{},"35":{},"41":{},"44":{},"73":{},"93":{},"98":{},"101":{},"102":{},"105":{},"113":{},"114":{},"120":{},"122":{},"124":{},"125":{},"126":{},"127":{},"128":{},"129":{},"132":{},"133":{},"134":{},"135":{},"137":{}},"tags":{}}],["0",{"_index":236,"title":{},"content":{"33":{},"101":{},"122":{},"124":{},"128":{},"133":{},"135":{}},"tags":{}}],["0.25",{"_index":341,"title":{},"content":{"128":{},"132":{},"133":{},"135":{}},"tags":{}}],["0.27",{"_index":511,"title":{},"content":{"101":{}},"tags":{}}],["0.3",{"_index":469,"title":{},"content":{"33":{}},"tags":{}}],["0.5",{"_index":468,"title":{},"content":{"33":{}},"tags":{}}],["0.75",{"_index":513,"title":{},"content":{"101":{}},"tags":{}}],["0.98",{"_index":505,"title":{},"content":{"101":{}},"tags":{}}],["1",{"_index":240,"title":{},"content":{"33":{},"101":{},"122":{},"124":{},"127":{},"128":{},"129":{},"132":{},"133":{},"134":{}},"tags":{}}],["1.0.5",{"_index":503,"title":{},"content":{"101":{}},"tags":{}}],["1.2.2",{"_index":436,"title":{},"content":{"139":{}},"tags":{}}],["1.4.0",{"_index":232,"title":{},"content":{"124":{},"126":{},"127":{},"128":{},"129":{},"132":{},"133":{},"134":{},"135":{}},"tags":{}}],["10",{"_index":414,"title":{},"content":{"135":{}},"tags":{}}],["11",{"_index":528,"title":{},"content":{"101":{}},"tags":{}}],["12",{"_index":532,"title":{},"content":{"101":{}},"tags":{}}],["13",{"_index":533,"title":{},"content":{"101":{}},"tags":{}}],["18",{"_index":262,"title":{},"content":{"124":{}},"tags":{}}],["1px",{"_index":801,"title":{},"content":{"122":{}},"tags":{}}],["1x",{"_index":632,"title":{},"content":{"89":{}},"tags":{}}],["2",{"_index":242,"title":{},"content":{"101":{},"124":{},"128":{},"135":{}},"tags":{}}],["21",{"_index":535,"title":{},"content":{"101":{}},"tags":{}}],["22",{"_index":536,"title":{},"content":{"101":{}},"tags":{}}],["228",{"_index":472,"title":{},"content":{"33":{}},"tags":{}}],["23",{"_index":537,"title":{},"content":{"101":{}},"tags":{}}],["24",{"_index":93,"title":{},"content":{"16":{}},"tags":{}}],["25",{"_index":543,"title":{},"content":{"101":{}},"tags":{}}],["2d",{"_index":14,"title":{},"content":{"9":{},"10":{},"11":{},"12":{},"43":{},"101":{},"118":{},"127":{}},"tags":{}}],["3",{"_index":10,"title":{},"content":{"9":{},"10":{},"11":{},"12":{},"101":{},"124":{},"127":{}},"tags":{}}],["31",{"_index":539,"title":{},"content":{"101":{}},"tags":{}}],["32",{"_index":540,"title":{},"content":{"101":{}},"tags":{}}],["33",{"_index":542,"title":{},"content":{"101":{}},"tags":{}}],["4",{"_index":270,"title":{},"content":{"33":{},"101":{},"124":{},"128":{},"135":{}},"tags":{}}],["47",{"_index":259,"title":{},"content":{"124":{}},"tags":{}}],["5",{"_index":263,"title":{},"content":{"31":{},"101":{},"124":{},"127":{},"128":{}},"tags":{}}],["6",{"_index":541,"title":{},"content":{"101":{}},"tags":{}}],["60",{"_index":633,"title":{},"content":{"89":{}},"tags":{}}],["7",{"_index":534,"title":{},"content":{"101":{}},"tags":{}}],["8",{"_index":538,"title":{},"content":{"101":{}},"tags":{}}],["96",{"_index":470,"title":{},"content":{"33":{}},"tags":{}}],["_.workspac",{"_index":680,"title":{},"content":{"96":{}},"tags":{}}],["_.workspace.meta",{"_index":681,"title":{},"content":{"96":{}},"tags":{}}],["a.k.a",{"_index":506,"title":{},"content":{"101":{}},"tags":{}}],["accent",{"_index":647,"title":{},"content":{"89":{}},"tags":{}}],["accept",{"_index":702,"title":{},"content":{"112":{}},"tags":{}}],["access",{"_index":349,"title":{},"content":{"97":{},"128":{}},"tags":{}}],["account",{"_index":607,"title":{},"content":{"80":{}},"tags":{}}],["acryl",{"_index":636,"title":{},"content":{"89":{},"120":{}},"tags":{}}],["acrylicth",{"_index":778,"title":{},"content":{"120":{}},"tags":{}}],["act",{"_index":320,"title":{},"content":{"127":{}},"tags":{}}],["ad",{"_index":307,"title":{"35":{},"36":{}},"content":{"33":{},"85":{},"127":{}},"tags":{}}],["adapt",{"_index":68,"title":{"29":{},"39":{},"40":{},"41":{}},"content":{"13":{},"14":{},"15":{},"29":{},"39":{},"41":{},"74":{},"90":{},"115":{},"125":{}},"tags":{}}],["add",{"_index":55,"title":{"93":{}},"content":{"13":{},"14":{},"15":{},"28":{},"32":{},"33":{},"34":{},"35":{},"36":{},"68":{},"70":{},"93":{},"95":{},"96":{},"102":{}},"tags":{}}],["addit",{"_index":794,"title":{},"content":{"120":{}},"tags":{}}],["advanc",{"_index":623,"title":{"85":{}},"content":{},"tags":{}}],["agent",{"_index":36,"title":{"17":{},"30":{}},"content":{"17":{},"18":{},"30":{},"115":{},"124":{}},"tags":{}}],["ai",{"_index":721,"title":{},"content":{"114":{}},"tags":{}}],["algorithm",{"_index":79,"title":{},"content":{"16":{},"19":{},"21":{},"22":{},"23":{},"26":{},"28":{},"33":{},"35":{},"100":{},"104":{},"105":{},"124":{}},"tags":{}}],["algorithm'",{"_index":228,"title":{},"content":{"124":{}},"tags":{}}],["align",{"_index":798,"title":{},"content":{"122":{}},"tags":{}}],["allow",{"_index":332,"title":{},"content":{"29":{},"44":{},"112":{},"115":{},"128":{}},"tags":{}}],["along",{"_index":499,"title":{},"content":{"100":{}},"tags":{}}],["alpha",{"_index":796,"title":{},"content":{"122":{}},"tags":{}}],["alreadi",{"_index":120,"title":{},"content":{"19":{}},"tags":{}}],["altern",{"_index":722,"title":{},"content":{"114":{}},"tags":{}}],["amount",{"_index":785,"title":{},"content":{"120":{},"122":{}},"tags":{}}],["analys",{"_index":126,"title":{},"content":{"19":{},"105":{}},"tags":{}}],["annot",{"_index":135,"title":{},"content":{"21":{}},"tags":{}}],["anoth",{"_index":387,"title":{},"content":{"132":{}},"tags":{}}],["answer",{"_index":107,"title":{},"content":{"16":{}},"tags":{}}],["api",{"_index":328,"title":{"121":{},"136":{}},"content":{"29":{},"42":{},"115":{},"127":{},"129":{}},"tags":{}}],["app",{"_index":749,"title":{},"content":{"108":{}},"tags":{}}],["app@adapt",{"_index":571,"title":{},"content":{"41":{}},"tags":{}}],["appear",{"_index":612,"title":{},"content":{"80":{},"113":{}},"tags":{}}],["area",{"_index":687,"title":{},"content":{"97":{}},"tags":{}}],["argument",{"_index":626,"title":{},"content":{"85":{}},"tags":{}}],["around",{"_index":365,"title":{},"content":{"129":{}},"tags":{}}],["assert",{"_index":210,"title":{},"content":{"28":{}},"tags":{}}],["associ",{"_index":608,"title":{},"content":{"80":{}},"tags":{}}],["auto",{"_index":588,"title":{},"content":{"71":{}},"tags":{}}],["automat",{"_index":598,"title":{},"content":{"78":{}},"tags":{}}],["avail",{"_index":370,"title":{},"content":{"29":{},"70":{},"129":{}},"tags":{}}],["avoid",{"_index":788,"title":{},"content":{"120":{}},"tags":{}}],["axi",{"_index":758,"title":{},"content":{"119":{}},"tags":{}}],["b",{"_index":299,"title":{},"content":{"126":{},"127":{}},"tags":{}}],["back",{"_index":131,"title":{},"content":{"21":{}},"tags":{}}],["background",{"_index":592,"title":{},"content":{"71":{}},"tags":{}}],["backtrack",{"_index":490,"title":{},"content":{"100":{}},"tags":{}}],["bar",{"_index":664,"title":{},"content":{"93":{}},"tags":{}}],["base",{"_index":398,"title":{},"content":{"29":{},"120":{},"133":{}},"tags":{}}],["baselin",{"_index":159,"title":{"23":{}},"content":{"23":{},"122":{}},"tags":{}}],["basic",{"_index":566,"title":{},"content":{"40":{}},"tags":{}}],["becom",{"_index":366,"title":{},"content":{"98":{},"129":{}},"tags":{}}],["behav",{"_index":203,"title":{},"content":{"28":{}},"tags":{}}],["belong",{"_index":689,"title":{},"content":{"98":{}},"tags":{}}],["below",{"_index":545,"title":{},"content":{"93":{},"95":{},"96":{},"104":{},"113":{}},"tags":{}}],["benefit",{"_index":191,"title":{},"content":{"28":{}},"tags":{}}],["better",{"_index":186,"title":{},"content":{"28":{},"105":{}},"tags":{}}],["between",{"_index":737,"title":{},"content":{"117":{}},"tags":{}}],["beyond",{"_index":555,"title":{},"content":{"29":{}},"tags":{}}],["blend",{"_index":591,"title":{},"content":{"71":{},"117":{}},"tags":{}}],["blue",{"_index":404,"title":{},"content":{"133":{}},"tags":{}}],["board",{"_index":494,"title":{},"content":{"100":{},"101":{}},"tags":{}}],["boost",{"_index":642,"title":{},"content":{"89":{}},"tags":{}}],["bottom",{"_index":670,"title":{},"content":{"95":{},"119":{}},"tags":{}}],["bound",{"_index":346,"title":{},"content":{"128":{},"135":{}},"tags":{}}],["bracket",{"_index":352,"title":{},"content":{"129":{}},"tags":{}}],["breakpoint",{"_index":156,"title":{},"content":{"22":{},"83":{},"85":{},"86":{}},"tags":{}}],["brows",{"_index":594,"title":{},"content":{"75":{}},"tags":{}}],["browser",{"_index":745,"title":{},"content":{"107":{},"109":{}},"tags":{}}],["build",{"_index":74,"title":{"109":{}},"content":{"16":{},"19":{},"28":{}},"tags":{}}],["built",{"_index":16,"title":{"22":{},"28":{},"40":{},"43":{}},"content":{"9":{},"10":{},"11":{},"12":{},"17":{},"18":{},"28":{},"44":{},"100":{},"114":{},"118":{},"127":{},"138":{}},"tags":{}}],["bundl",{"_index":476,"title":{},"content":{"33":{}},"tags":{}}],["c",{"_index":300,"title":{},"content":{"126":{},"127":{}},"tags":{}}],["calculated.direct",{"_index":604,"title":{},"content":{"80":{}},"tags":{}}],["call",{"_index":728,"title":{},"content":{"115":{}},"tags":{}}],["case",{"_index":40,"title":{},"content":{"17":{},"18":{},"30":{},"124":{}},"tags":{}}],["center",{"_index":429,"title":{},"content":{"122":{},"137":{}},"tags":{}}],["centrepiec",{"_index":227,"title":{},"content":{"124":{}},"tags":{}}],["chang",{"_index":561,"title":{},"content":{"29":{},"116":{}},"tags":{}}],["check",{"_index":435,"title":{},"content":{"33":{},"109":{},"110":{},"139":{}},"tags":{}}],["child",{"_index":629,"title":{},"content":{"85":{}},"tags":{}}],["children",{"_index":628,"title":{},"content":{"85":{}},"tags":{}}],["choos",{"_index":450,"title":{"92":{}},"content":{"32":{},"33":{},"34":{},"35":{},"37":{},"89":{},"92":{},"102":{},"103":{},"104":{},"112":{},"113":{},"114":{}},"tags":{}}],["chose",{"_index":481,"title":{},"content":{"33":{},"35":{}},"tags":{}}],["chrome",{"_index":746,"title":{},"content":{"107":{}},"tags":{}}],["chuck",{"_index":283,"title":{},"content":{"125":{}},"tags":{}}],["circl",{"_index":339,"title":{},"content":{"42":{},"43":{},"122":{},"128":{},"132":{},"133":{},"134":{},"135":{}},"tags":{}}],["circle'",{"_index":803,"title":{},"content":{"122":{}},"tags":{}}],["class",{"_index":717,"title":{},"content":{"114":{}},"tags":{}}],["clear",{"_index":374,"title":{"132":{}},"content":{"95":{},"132":{},"137":{}},"tags":{}}],["clear.trace.yaml",{"_index":393,"title":{},"content":{"132":{}},"tags":{}}],["click",{"_index":408,"title":{},"content":{"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"92":{},"102":{},"103":{},"104":{},"135":{}},"tags":{}}],["close",{"_index":241,"title":{},"content":{"32":{},"33":{},"34":{},"35":{},"98":{},"102":{},"124":{},"132":{}},"tags":{}}],["closeev",{"_index":395,"title":{},"content":{"132":{}},"tags":{}}],["code",{"_index":200,"title":{},"content":{"28":{},"29":{},"44":{}},"tags":{}}],["collabor",{"_index":166,"title":{"24":{}},"content":{"28":{}},"tags":{}}],["collect",{"_index":569,"title":{},"content":{"40":{}},"tags":{}}],["color",{"_index":319,"title":{},"content":{"73":{},"80":{},"89":{},"122":{},"127":{},"128":{},"129":{},"133":{}},"tags":{}}],["color[$.event.typ",{"_index":466,"title":{},"content":{"33":{}},"tags":{}}],["colors.blu",{"_index":394,"title":{},"content":{"132":{}},"tags":{}}],["colors.length",{"_index":402,"title":{},"content":{"133":{}},"tags":{}}],["colors[$.i",{"_index":401,"title":{},"content":{"133":{}},"tags":{}}],["colour",{"_index":645,"title":{},"content":{"89":{}},"tags":{}}],["combin",{"_index":780,"title":{},"content":{"120":{}},"tags":{}}],["come",{"_index":44,"title":{},"content":{"17":{},"18":{},"100":{}},"tags":{}}],["comfort",{"_index":580,"title":{},"content":{"43":{}},"tags":{}}],["command",{"_index":665,"title":{},"content":{"94":{}},"tags":{}}],["commun",{"_index":180,"title":{},"content":{"27":{},"69":{}},"tags":{}}],["compar",{"_index":158,"title":{"23":{}},"content":{"23":{}},"tags":{}}],["compil",{"_index":578,"title":{},"content":{"42":{}},"tags":{}}],["complet",{"_index":652,"title":{},"content":{"89":{},"115":{},"117":{}},"tags":{}}],["complex",{"_index":64,"title":{},"content":{"13":{},"14":{},"15":{},"111":{},"127":{}},"tags":{}}],["compon",{"_index":462,"title":{},"content":{"33":{},"101":{}},"tags":{}}],["compos",{"_index":51,"title":{},"content":{"13":{},"14":{},"15":{},"68":{}},"tags":{}}],["comprehens",{"_index":123,"title":{},"content":{"19":{}},"tags":{}}],["comput",{"_index":460,"title":{},"content":{"33":{},"101":{}},"tags":{}}],["concaten",{"_index":367,"title":{},"content":{"129":{}},"tags":{}}],["concept",{"_index":731,"title":{},"content":{"115":{}},"tags":{}}],["condition",{"_index":405,"title":{},"content":{"134":{}},"tags":{}}],["configur",{"_index":278,"title":{},"content":{"88":{},"95":{},"125":{}},"tags":{}}],["connect",{"_index":479,"title":{},"content":{"29":{},"33":{},"39":{},"40":{},"41":{},"43":{},"90":{}},"tags":{}}],["consid",{"_index":792,"title":{},"content":{"120":{}},"tags":{}}],["consider",{"_index":790,"title":{},"content":{"120":{}},"tags":{}}],["contain",{"_index":361,"title":{},"content":{"33":{},"101":{},"112":{},"129":{}},"tags":{}}],["content",{"_index":656,"title":{"92":{}},"content":{"92":{},"112":{}},"tags":{}}],["context",{"_index":139,"title":{},"content":{"21":{},"101":{},"124":{}},"tags":{}}],["continu",{"_index":101,"title":{},"content":{"16":{}},"tags":{}}],["contribut",{"_index":27,"title":{"12":{},"110":{}},"content":{"9":{},"10":{},"11":{},"12":{}},"tags":{}}],["control",{"_index":375,"title":{},"content":{"93":{},"94":{},"132":{}},"tags":{}}],["conveni",{"_index":720,"title":{},"content":{"114":{}},"tags":{}}],["convert",{"_index":122,"title":{},"content":{"19":{}},"tags":{}}],["coordin",{"_index":314,"title":{"119":{}},"content":{"101":{},"127":{}},"tags":{}}],["copi",{"_index":280,"title":{},"content":{"125":{},"128":{}},"tags":{}}],["corner",{"_index":693,"title":{},"content":{"98":{},"122":{}},"tags":{}}],["correctli",{"_index":753,"title":{},"content":{"109":{}},"tags":{}}],["corridor",{"_index":216,"title":{},"content":{"28":{}},"tags":{}}],["cost",{"_index":190,"title":{},"content":{"28":{}},"tags":{}}],["cout",{"_index":286,"title":{},"content":{"125":{}},"tags":{}}],["creat",{"_index":63,"title":{"125":{}},"content":{"13":{},"14":{},"15":{},"28":{},"95":{},"98":{},"111":{},"127":{},"128":{}},"tags":{}}],["creation",{"_index":586,"title":{},"content":{"69":{}},"tags":{}}],["cross",{"_index":485,"title":{},"content":{"37":{}},"tags":{}}],["cross.grid",{"_index":443,"title":{},"content":{"31":{},"32":{}},"tags":{}}],["csscolor",{"_index":795,"title":{},"content":{"122":{}},"tags":{}}],["cull",{"_index":765,"title":{},"content":{"120":{}},"tags":{}}],["current",{"_index":493,"title":{},"content":{"29":{},"85":{},"95":{},"96":{},"100":{},"104":{},"115":{},"117":{}},"tags":{}}],["custom",{"_index":305,"title":{"127":{}},"content":{"42":{},"44":{},"115":{},"127":{}},"tags":{}}],["customis",{"_index":655,"title":{"91":{}},"content":{},"tags":{}}],["dark",{"_index":643,"title":{},"content":{"89":{}},"tags":{}}],["data",{"_index":619,"title":{},"content":{"81":{}},"tags":{}}],["debug",{"_index":143,"title":{"22":{}},"content":{"28":{},"29":{},"105":{}},"tags":{}}],["debugg",{"_index":209,"title":{"83":{},"84":{},"85":{}},"content":{"28":{},"112":{},"113":{}},"tags":{}}],["decis",{"_index":42,"title":{"18":{},"21":{},"100":{},"104":{},"126":{}},"content":{"16":{},"17":{},"18":{},"19":{},"21":{},"79":{},"100":{},"104":{},"124":{},"126":{},"127":{}},"tags":{}}],["declar",{"_index":141,"title":{},"content":{"21":{},"124":{}},"tags":{}}],["declin",{"_index":782,"title":{},"content":{"120":{}},"tags":{}}],["decreas",{"_index":773,"title":{},"content":{"120":{}},"tags":{}}],["default",{"_index":378,"title":{},"content":{"33":{},"44":{},"76":{},"78":{},"80":{},"82":{},"86":{},"104":{},"117":{},"122":{},"132":{},"133":{},"135":{}},"tags":{}}],["defin",{"_index":338,"title":{},"content":{"42":{},"44":{},"122":{},"128":{},"135":{},"137":{},"138":{}},"tags":{}}],["definit",{"_index":415,"title":{"137":{}},"content":{"29":{}},"tags":{}}],["demo",{"_index":94,"title":{},"content":{"16":{},"33":{}},"tags":{}}],["demonstr",{"_index":483,"title":{},"content":{"33":{},"36":{},"37":{}},"tags":{}}],["depend",{"_index":455,"title":{},"content":{"33":{},"70":{},"95":{}},"tags":{}}],["describ",{"_index":114,"title":{},"content":{"19":{}},"tags":{}}],["descript",{"_index":302,"title":{},"content":{"40":{},"41":{},"43":{},"71":{},"72":{},"73":{},"74":{},"76":{},"78":{},"80":{},"82":{},"85":{},"86":{},"89":{},"95":{},"96":{},"114":{},"122":{},"126":{},"132":{}},"tags":{}}],["deserv",{"_index":716,"title":{},"content":{"114":{}},"tags":{}}],["design",{"_index":18,"title":{},"content":{"9":{},"10":{},"11":{},"12":{},"112":{},"118":{}},"tags":{}}],["desir",{"_index":58,"title":{},"content":{"13":{},"14":{},"15":{},"68":{}},"tags":{}}],["destin",{"_index":471,"title":{"36":{}},"content":{"33":{},"36":{},"101":{}},"tags":{}}],["determin",{"_index":799,"title":{},"content":{"122":{}},"tags":{}}],["deviat",{"_index":161,"title":{},"content":{"23":{}},"tags":{}}],["devic",{"_index":751,"title":{},"content":{"108":{}},"tags":{}}],["dictionary