From f8b380afec8e8caa87f3a2cdf1b7defd7550c01a Mon Sep 17 00:00:00 2001 From: Fabien Bosquet Date: Mon, 11 Mar 2024 14:21:37 +0100 Subject: [PATCH] update generated documentation --- docs/assets/css/main.css | 2321 -------------- docs/assets/images/icons.png | Bin 9615 -> 0 bytes docs/assets/images/icons@2x.png | Bin 28144 -> 0 bytes docs/assets/images/widgets.png | Bin 480 -> 0 bytes docs/assets/images/widgets@2x.png | Bin 855 -> 0 bytes docs/assets/js/main.js | 1 - docs/assets/js/search.js | 3 - docs/classes/areaplot.html | 540 +--- docs/classes/basicscalehandler.html | 475 +-- docs/classes/canvastrack.html | 887 +----- docs/classes/datahelper.html | 755 +---- docs/classes/differentialplot.html | 572 +--- docs/classes/dotplot.html | 532 +--- docs/classes/dualscaletrack.html | 1149 +------ docs/classes/graphtrack.html | 1092 +------ docs/classes/gridhelper.html | 242 +- docs/classes/htmltrack.html | 882 +----- docs/classes/interpolatedscalehandler.html | 677 +---- docs/classes/legendhelper.html | 316 +- docs/classes/lineplot.html | 534 +--- docs/classes/linestepplot.html | 532 +--- docs/classes/logcontroller.html | 1567 +--------- docs/classes/logviewer.html | 1439 +-------- docs/classes/plot.html | 533 +--- docs/classes/scalehelper.html | 515 +--- docs/classes/scaletrack.html | 1050 +------ docs/classes/stepcustom.html | 404 --- docs/classes/svgtrack.html | 890 +----- docs/classes/track.html | 848 +----- docs/classes/uihelper.html | 325 +- docs/globals.html | 2656 ----------------- docs/index.html | 572 +--- docs/interfaces/areaplotoptions.html | 543 ---- .../differentialplotlegendinfo.html | 212 -- docs/interfaces/differentialplotoptions.html | 485 --- .../differentialplotserielegendinfo.html | 233 -- .../differentialplotserieoptions.html | 286 -- docs/interfaces/dotplotoptions.html | 512 ---- docs/interfaces/dualscaletrackoptions.html | 587 ---- docs/interfaces/graphtrackoptions.html | 756 ----- docs/interfaces/labelbounds.html | 254 -- docs/interfaces/legendbounds.html | 240 -- docs/interfaces/legendconfig.html | 261 -- docs/interfaces/legendinfo.html | 217 -- docs/interfaces/legendmap.html | 212 -- docs/interfaces/lineplotoptions.html | 495 --- docs/interfaces/logcontrolleroptions.html | 426 --- docs/interfaces/logcontrollerresizeevent.html | 254 -- docs/interfaces/margin.html | 240 -- docs/interfaces/onmountevent.html | 221 -- docs/interfaces/onrescaleevent.html | 235 -- docs/interfaces/onunmountevent.html | 198 -- docs/interfaces/onupdateevent.html | 221 -- docs/interfaces/overlay.html | 351 --- docs/interfaces/overlaycallbacks.html | 319 -- docs/interfaces/overlayclickevent.html | 262 -- docs/interfaces/overlayevent.html | 243 -- docs/interfaces/overlaymouseexitevent.html | 234 -- docs/interfaces/overlaymousemoveevent.html | 262 -- docs/interfaces/overlayrescaleevent.html | 248 -- docs/interfaces/overlayresizeevent.html | 262 -- docs/interfaces/plotconfig.html | 233 -- docs/interfaces/plotfactory.html | 183 -- docs/interfaces/plotoptions.html | 423 --- docs/interfaces/scale.html | 411 --- docs/interfaces/scalehandler.html | 371 +-- docs/interfaces/scalehandlerticks.html | 215 +- docs/interfaces/scaleinterpolator.html | 297 +- docs/interfaces/scaletrackoptions.html | 570 ---- docs/interfaces/trackevent.html | 182 -- docs/interfaces/trackoptions.html | 537 ---- docs/interfaces/transform.html | 226 -- 72 files changed, 879 insertions(+), 34347 deletions(-) delete mode 100644 docs/assets/css/main.css delete mode 100644 docs/assets/images/icons.png delete mode 100644 docs/assets/images/icons@2x.png delete mode 100644 docs/assets/images/widgets.png delete mode 100644 docs/assets/images/widgets@2x.png delete mode 100644 docs/assets/js/main.js delete mode 100644 docs/assets/js/search.js delete mode 100644 docs/classes/stepcustom.html delete mode 100644 docs/globals.html delete mode 100644 docs/interfaces/areaplotoptions.html delete mode 100644 docs/interfaces/differentialplotlegendinfo.html delete mode 100644 docs/interfaces/differentialplotoptions.html delete mode 100644 docs/interfaces/differentialplotserielegendinfo.html delete mode 100644 docs/interfaces/differentialplotserieoptions.html delete mode 100644 docs/interfaces/dotplotoptions.html delete mode 100644 docs/interfaces/dualscaletrackoptions.html delete mode 100644 docs/interfaces/graphtrackoptions.html delete mode 100644 docs/interfaces/labelbounds.html delete mode 100644 docs/interfaces/legendbounds.html delete mode 100644 docs/interfaces/legendconfig.html delete mode 100644 docs/interfaces/legendinfo.html delete mode 100644 docs/interfaces/legendmap.html delete mode 100644 docs/interfaces/lineplotoptions.html delete mode 100644 docs/interfaces/logcontrolleroptions.html delete mode 100644 docs/interfaces/logcontrollerresizeevent.html delete mode 100644 docs/interfaces/margin.html delete mode 100644 docs/interfaces/onmountevent.html delete mode 100644 docs/interfaces/onrescaleevent.html delete mode 100644 docs/interfaces/onunmountevent.html delete mode 100644 docs/interfaces/onupdateevent.html delete mode 100644 docs/interfaces/overlay.html delete mode 100644 docs/interfaces/overlaycallbacks.html delete mode 100644 docs/interfaces/overlayclickevent.html delete mode 100644 docs/interfaces/overlayevent.html delete mode 100644 docs/interfaces/overlaymouseexitevent.html delete mode 100644 docs/interfaces/overlaymousemoveevent.html delete mode 100644 docs/interfaces/overlayrescaleevent.html delete mode 100644 docs/interfaces/overlayresizeevent.html delete mode 100644 docs/interfaces/plotconfig.html delete mode 100644 docs/interfaces/plotfactory.html delete mode 100644 docs/interfaces/plotoptions.html delete mode 100644 docs/interfaces/scale.html delete mode 100644 docs/interfaces/scaletrackoptions.html delete mode 100644 docs/interfaces/trackevent.html delete mode 100644 docs/interfaces/trackoptions.html delete mode 100644 docs/interfaces/transform.html diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css deleted file mode 100644 index ed89d93..0000000 --- a/docs/assets/css/main.css +++ /dev/null @@ -1,2321 +0,0 @@ -/*! normalize.css v1.1.3 | MIT License | git.io/normalize */ -/* ========================================================================== - * HTML5 display definitions - * ========================================================================== */ -/** - * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */ -article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { - display: block; } - -/** - * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */ -audio, canvas, video { - display: inline-block; - *display: inline; - *zoom: 1; } - -/** - * Prevent modern browsers from displaying `audio` without controls. - * Remove excess height in iOS 5 devices. */ -audio:not([controls]) { - display: none; - height: 0; } - -/** - * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. - * Known issue: no IE 6 support. */ -[hidden] { - display: none; } - -/* ========================================================================== - * Base - * ========================================================================== */ -/** - * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using - * `em` units. - * 2. Prevent iOS text size adjust after orientation change, without disabling - * user zoom. */ -html { - font-size: 100%; - /* 1 */ - -ms-text-size-adjust: 100%; - /* 2 */ - -webkit-text-size-adjust: 100%; - /* 2 */ - font-family: sans-serif; } - -/** - * Address `font-family` inconsistency between `textarea` and other form - * elements. */ -button, input, select, textarea { - font-family: sans-serif; } - -/** - * Address margins handled incorrectly in IE 6/7. */ -body { - margin: 0; } - -/* ========================================================================== - * Links - * ========================================================================== */ -/** - * Address `outline` inconsistency between Chrome and other browsers. */ -a:focus { - outline: thin dotted; } - -a:active, a:hover { - outline: 0; } - -/** - * Improve readability when focused and also mouse hovered in all browsers. */ -/* ========================================================================== - * Typography - * ========================================================================== */ -/** - * Address font sizes and margins set differently in IE 6/7. - * Address font sizes within `section` and `article` in Firefox 4+, Safari 5, - * and Chrome. */ -h1 { - font-size: 2em; - margin: 0.67em 0; } - -h2 { - font-size: 1.5em; - margin: 0.83em 0; } - -h3 { - font-size: 1.17em; - margin: 1em 0; } - -h4, .tsd-index-panel h3 { - font-size: 1em; - margin: 1.33em 0; } - -h5 { - font-size: 0.83em; - margin: 1.67em 0; } - -h6 { - font-size: 0.67em; - margin: 2.33em 0; } - -/** - * Address styling not present in IE 7/8/9, Safari 5, and Chrome. */ -abbr[title] { - border-bottom: 1px dotted; } - -/** - * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */ -b, strong { - font-weight: bold; } - -blockquote { - margin: 1em 40px; } - -/** - * Address styling not present in Safari 5 and Chrome. */ -dfn { - font-style: italic; } - -/** - * Address differences between Firefox and other browsers. - * Known issue: no IE 6/7 normalization. */ -hr { - box-sizing: content-box; - height: 0; } - -/** - * Address styling not present in IE 6/7/8/9. */ -mark { - background: #ff0; - color: #000; } - -/** - * Address margins set differently in IE 6/7. */ -p, pre { - margin: 1em 0; } - -/** - * Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */ -code, kbd, pre, samp { - font-family: monospace, serif; - _font-family: 'courier new', monospace; - font-size: 1em; } - -/** - * Improve readability of pre-formatted text in all browsers. */ -pre { - white-space: pre; - white-space: pre-wrap; - word-wrap: break-word; } - -/** - * Address CSS quotes not supported in IE 6/7. */ -q { - quotes: none; } - q:before, q:after { - content: ''; - content: none; } - -/** - * Address `quotes` property not supported in Safari 4. */ -/** - * Address inconsistent and variable font size in all browsers. */ -small { - font-size: 80%; } - -/** - * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ -sub { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; } - -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; - top: -0.5em; } - -sub { - bottom: -0.25em; } - -/* ========================================================================== - * Lists - * ========================================================================== */ -/** - * Address margins set differently in IE 6/7. */ -dl, menu, ol, ul { - margin: 1em 0; } - -dd { - margin: 0 0 0 40px; } - -/** - * Address paddings set differently in IE 6/7. */ -menu, ol, ul { - padding: 0 0 0 40px; } - -/** - * Correct list images handled incorrectly in IE 7. */ -nav ul, nav ol { - list-style: none; - list-style-image: none; } - -/* ========================================================================== - * Embedded content - * ========================================================================== */ -/** - * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3. - * 2. Improve image quality when scaled in IE 7. */ -img { - border: 0; - /* 1 */ - -ms-interpolation-mode: bicubic; } - -/* 2 */ -/** - * Correct overflow displayed oddly in IE 9. */ -svg:not(:root) { - overflow: hidden; } - -/* ========================================================================== - * Figures - * ========================================================================== */ -/** - * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */ -figure, form { - margin: 0; } - -/* ========================================================================== - * Forms - * ========================================================================== */ -/** - * Correct margin displayed oddly in IE 6/7. */ -/** - * Define consistent border, margin, and padding. */ -fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; } - -/** - * 1. Correct color not being inherited in IE 6/7/8/9. - * 2. Correct text not wrapping in Firefox 3. - * 3. Correct alignment displayed oddly in IE 6/7. */ -legend { - border: 0; - /* 1 */ - padding: 0; - white-space: normal; - /* 2 */ - *margin-left: -7px; } - -/* 3 */ -/** - * 1. Correct font size not being inherited in all browsers. - * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5, - * and Chrome. - * 3. Improve appearance and consistency in all browsers. */ -button, input, select, textarea { - font-size: 100%; - /* 1 */ - margin: 0; - /* 2 */ - vertical-align: baseline; - /* 3 */ - *vertical-align: middle; } - -/* 3 */ -/** - * Address Firefox 3+ setting `line-height` on `input` using `!important` in - * the UA stylesheet. */ -button, input { - line-height: normal; } - -/** - * Address inconsistent `text-transform` inheritance for `button` and `select`. - * All other form control elements do not inherit `text-transform` values. - * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+. - * Correct `select` style inheritance in Firefox 4+ and Opera. */ -button, select { - text-transform: none; } - -/** - * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` - * and `video` controls. - * 2. Correct inability to style clickable `input` types in iOS. - * 3. Improve usability and consistency of cursor style between image-type - * `input` and others. - * 4. Remove inner spacing in IE 7 without affecting normal text inputs. - * Known issue: inner spacing remains in IE 6. */ -button, html input[type="button"] { - -webkit-appearance: button; - /* 2 */ - cursor: pointer; - /* 3 */ - *overflow: visible; } - -/* 4 */ -input[type="reset"], input[type="submit"] { - -webkit-appearance: button; - /* 2 */ - cursor: pointer; - /* 3 */ - *overflow: visible; } - -/* 4 */ -/** - * Re-set default cursor for disabled elements. */ -button[disabled], html input[disabled] { - cursor: default; } - -/** - * 1. Address box sizing set to content-box in IE 8/9. - * 2. Remove excess padding in IE 8/9. - * 3. Remove excess padding in IE 7. - * Known issue: excess padding remains in IE 6. */ -input { - /* 3 */ } - input[type="checkbox"], input[type="radio"] { - box-sizing: border-box; - /* 1 */ - padding: 0; - /* 2 */ - *height: 13px; - /* 3 */ - *width: 13px; } - input[type="search"] { - -webkit-appearance: textfield; - /* 1 */ - /* 2 */ - box-sizing: content-box; } - input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; } - -/** - * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. - * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome - * (include `-moz` to future-proof). */ -/** - * Remove inner padding and search cancel button in Safari 5 and Chrome - * on OS X. */ -/** - * Remove inner padding and border in Firefox 3+. */ -button::-moz-focus-inner, input::-moz-focus-inner { - border: 0; - padding: 0; } - -/** - * 1. Remove default vertical scrollbar in IE 6/7/8/9. - * 2. Improve readability and alignment in all browsers. */ -textarea { - overflow: auto; - /* 1 */ - vertical-align: top; } - -/* 2 */ -/* ========================================================================== - * Tables - * ========================================================================== */ -/** - * Remove most spacing between table cells. */ -table { - border-collapse: collapse; - border-spacing: 0; } - -/* - * - *Visual Studio-like style based on original C# coloring by Jason Diamond */ -.hljs { - display: inline-block; - padding: 0.5em; - background: white; - color: black; } - -.hljs-comment, .hljs-annotation, .hljs-template_comment, .diff .hljs-header, .hljs-chunk, .apache .hljs-cbracket { - color: #008000; } - -.hljs-keyword, .hljs-id, .hljs-built_in, .css .smalltalk .hljs-class, .hljs-winutils, .bash .hljs-variable, .tex .hljs-command, .hljs-request, .hljs-status, .nginx .hljs-title { - color: #00f; } - -.xml .hljs-tag { - color: #00f; } - .xml .hljs-tag .hljs-value { - color: #00f; } - -.hljs-string, .hljs-title, .hljs-parent, .hljs-tag .hljs-value, .hljs-rules .hljs-value { - color: #a31515; } - -.ruby .hljs-symbol { - color: #a31515; } - .ruby .hljs-symbol .hljs-string { - color: #a31515; } - -.hljs-template_tag, .django .hljs-variable, .hljs-addition, .hljs-flow, .hljs-stream, .apache .hljs-tag, .hljs-date, .tex .hljs-formula, .coffeescript .hljs-attribute { - color: #a31515; } - -.ruby .hljs-string, .hljs-decorator, .hljs-filter .hljs-argument, .hljs-localvars, .hljs-array, .hljs-attr_selector, .hljs-pseudo, .hljs-pi, .hljs-doctype, .hljs-deletion, .hljs-envvar, .hljs-shebang, .hljs-preprocessor, .hljs-pragma, .userType, .apache .hljs-sqbracket, .nginx .hljs-built_in, .tex .hljs-special, .hljs-prompt { - color: #2b91af; } - -.hljs-phpdoc, .hljs-javadoc, .hljs-xmlDocTag { - color: #808080; } - -.vhdl .hljs-typename { - font-weight: bold; } - -.vhdl .hljs-string { - color: #666666; } - -.vhdl .hljs-literal { - color: #a31515; } - -.vhdl .hljs-attribute { - color: #00b0e8; } - -.xml .hljs-attribute { - color: #f00; } - -.col > :first-child, .col-1 > :first-child, .col-2 > :first-child, .col-3 > :first-child, .col-4 > :first-child, .col-5 > :first-child, .col-6 > :first-child, .col-7 > :first-child, .col-8 > :first-child, .col-9 > :first-child, .col-10 > :first-child, .col-11 > :first-child, .tsd-panel > :first-child, ul.tsd-descriptions > li > :first-child, -.col > :first-child > :first-child, -.col-1 > :first-child > :first-child, -.col-2 > :first-child > :first-child, -.col-3 > :first-child > :first-child, -.col-4 > :first-child > :first-child, -.col-5 > :first-child > :first-child, -.col-6 > :first-child > :first-child, -.col-7 > :first-child > :first-child, -.col-8 > :first-child > :first-child, -.col-9 > :first-child > :first-child, -.col-10 > :first-child > :first-child, -.col-11 > :first-child > :first-child, -.tsd-panel > :first-child > :first-child, -ul.tsd-descriptions > li > :first-child > :first-child, -.col > :first-child > :first-child > :first-child, -.col-1 > :first-child > :first-child > :first-child, -.col-2 > :first-child > :first-child > :first-child, -.col-3 > :first-child > :first-child > :first-child, -.col-4 > :first-child > :first-child > :first-child, -.col-5 > :first-child > :first-child > :first-child, -.col-6 > :first-child > :first-child > :first-child, -.col-7 > :first-child > :first-child > :first-child, -.col-8 > :first-child > :first-child > :first-child, -.col-9 > :first-child > :first-child > :first-child, -.col-10 > :first-child > :first-child > :first-child, -.col-11 > :first-child > :first-child > :first-child, -.tsd-panel > :first-child > :first-child > :first-child, -ul.tsd-descriptions > li > :first-child > :first-child > :first-child { - margin-top: 0; } - -.col > :last-child, .col-1 > :last-child, .col-2 > :last-child, .col-3 > :last-child, .col-4 > :last-child, .col-5 > :last-child, .col-6 > :last-child, .col-7 > :last-child, .col-8 > :last-child, .col-9 > :last-child, .col-10 > :last-child, .col-11 > :last-child, .tsd-panel > :last-child, ul.tsd-descriptions > li > :last-child, -.col > :last-child > :last-child, -.col-1 > :last-child > :last-child, -.col-2 > :last-child > :last-child, -.col-3 > :last-child > :last-child, -.col-4 > :last-child > :last-child, -.col-5 > :last-child > :last-child, -.col-6 > :last-child > :last-child, -.col-7 > :last-child > :last-child, -.col-8 > :last-child > :last-child, -.col-9 > :last-child > :last-child, -.col-10 > :last-child > :last-child, -.col-11 > :last-child > :last-child, -.tsd-panel > :last-child > :last-child, -ul.tsd-descriptions > li > :last-child > :last-child, -.col > :last-child > :last-child > :last-child, -.col-1 > :last-child > :last-child > :last-child, -.col-2 > :last-child > :last-child > :last-child, -.col-3 > :last-child > :last-child > :last-child, -.col-4 > :last-child > :last-child > :last-child, -.col-5 > :last-child > :last-child > :last-child, -.col-6 > :last-child > :last-child > :last-child, -.col-7 > :last-child > :last-child > :last-child, -.col-8 > :last-child > :last-child > :last-child, -.col-9 > :last-child > :last-child > :last-child, -.col-10 > :last-child > :last-child > :last-child, -.col-11 > :last-child > :last-child > :last-child, -.tsd-panel > :last-child > :last-child > :last-child, -ul.tsd-descriptions > li > :last-child > :last-child > :last-child { - margin-bottom: 0; } - -.container { - max-width: 1200px; - margin: 0 auto; - padding: 0 40px; } - @media (max-width: 640px) { - .container { - padding: 0 20px; } } - -.container-main { - padding-bottom: 200px; } - -.row { - display: -ms-flexbox; - display: flex; - position: relative; - margin: 0 -10px; } - .row:after { - visibility: hidden; - display: block; - content: ""; - clear: both; - height: 0; } - -.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 { - box-sizing: border-box; - float: left; - padding: 0 10px; } - -.col-1 { - width: 8.3333333333%; } - -.offset-1 { - margin-left: 8.3333333333%; } - -.col-2 { - width: 16.6666666667%; } - -.offset-2 { - margin-left: 16.6666666667%; } - -.col-3 { - width: 25%; } - -.offset-3 { - margin-left: 25%; } - -.col-4 { - width: 33.3333333333%; } - -.offset-4 { - margin-left: 33.3333333333%; } - -.col-5 { - width: 41.6666666667%; } - -.offset-5 { - margin-left: 41.6666666667%; } - -.col-6 { - width: 50%; } - -.offset-6 { - margin-left: 50%; } - -.col-7 { - width: 58.3333333333%; } - -.offset-7 { - margin-left: 58.3333333333%; } - -.col-8 { - width: 66.6666666667%; } - -.offset-8 { - margin-left: 66.6666666667%; } - -.col-9 { - width: 75%; } - -.offset-9 { - margin-left: 75%; } - -.col-10 { - width: 83.3333333333%; } - -.offset-10 { - margin-left: 83.3333333333%; } - -.col-11 { - width: 91.6666666667%; } - -.offset-11 { - margin-left: 91.6666666667%; } - -.tsd-kind-icon { - display: block; - position: relative; - padding-left: 20px; - text-indent: -20px; } - .tsd-kind-icon:before { - content: ''; - display: inline-block; - vertical-align: middle; - width: 17px; - height: 17px; - margin: 0 3px 2px 0; - background-image: url(../images/icons.png); } - @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { - .tsd-kind-icon:before { - background-image: url(../images/icons@2x.png); - background-size: 238px 204px; } } - -.tsd-signature.tsd-kind-icon:before { - background-position: 0 -153px; } - -.tsd-kind-object-literal > .tsd-kind-icon:before { - background-position: 0px -17px; } - -.tsd-kind-object-literal.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -17px; } - -.tsd-kind-object-literal.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -17px; } - -.tsd-kind-class > .tsd-kind-icon:before { - background-position: 0px -34px; } - -.tsd-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -34px; } - -.tsd-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -34px; } - -.tsd-kind-class.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -51px; } - -.tsd-kind-class.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -51px; } - -.tsd-kind-class.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -51px; } - -.tsd-kind-interface > .tsd-kind-icon:before { - background-position: 0px -68px; } - -.tsd-kind-interface.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -68px; } - -.tsd-kind-interface.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -68px; } - -.tsd-kind-interface.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -85px; } - -.tsd-kind-interface.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -85px; } - -.tsd-kind-interface.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -85px; } - -.tsd-kind-module > .tsd-kind-icon:before { - background-position: 0px -102px; } - -.tsd-kind-module.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -102px; } - -.tsd-kind-module.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -102px; } - -.tsd-kind-external-module > .tsd-kind-icon:before { - background-position: 0px -102px; } - -.tsd-kind-external-module.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -102px; } - -.tsd-kind-external-module.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -102px; } - -.tsd-kind-enum > .tsd-kind-icon:before { - background-position: 0px -119px; } - -.tsd-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -119px; } - -.tsd-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -119px; } - -.tsd-kind-enum-member > .tsd-kind-icon:before { - background-position: 0px -136px; } - -.tsd-kind-enum-member.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -136px; } - -.tsd-kind-enum-member.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -136px; } - -.tsd-kind-signature > .tsd-kind-icon:before { - background-position: 0px -153px; } - -.tsd-kind-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -153px; } - -.tsd-kind-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -153px; } - -.tsd-kind-type-alias > .tsd-kind-icon:before { - background-position: 0px -170px; } - -.tsd-kind-type-alias.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -170px; } - -.tsd-kind-type-alias.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -170px; } - -.tsd-kind-type-alias.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -187px; } - -.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -187px; } - -.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -187px; } - -.tsd-kind-variable > .tsd-kind-icon:before { - background-position: -136px -0px; } - -.tsd-kind-variable.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -0px; } - -.tsd-kind-variable.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; } - -.tsd-kind-variable.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -0px; } - -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -0px; } - -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -0px; } - -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -0px; } - -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; } - -.tsd-kind-variable.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -0px; } - -.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -0px; } - -.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; } - -.tsd-kind-variable.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -0px; } - -.tsd-kind-variable.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -0px; } - -.tsd-kind-property > .tsd-kind-icon:before { - background-position: -136px -0px; } - -.tsd-kind-property.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -0px; } - -.tsd-kind-property.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; } - -.tsd-kind-property.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -0px; } - -.tsd-kind-property.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -0px; } - -.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -0px; } - -.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -0px; } - -.tsd-kind-property.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; } - -.tsd-kind-property.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -0px; } - -.tsd-kind-property.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -0px; } - -.tsd-kind-property.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; } - -.tsd-kind-property.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -0px; } - -.tsd-kind-property.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -0px; } - -.tsd-kind-get-signature > .tsd-kind-icon:before { - background-position: -136px -17px; } - -.tsd-kind-get-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -17px; } - -.tsd-kind-get-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -17px; } - -.tsd-kind-get-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -17px; } - -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -17px; } - -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -17px; } - -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -17px; } - -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -17px; } - -.tsd-kind-get-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -17px; } - -.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -17px; } - -.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -17px; } - -.tsd-kind-get-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -17px; } - -.tsd-kind-get-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -17px; } - -.tsd-kind-set-signature > .tsd-kind-icon:before { - background-position: -136px -34px; } - -.tsd-kind-set-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -34px; } - -.tsd-kind-set-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -34px; } - -.tsd-kind-set-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -34px; } - -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -34px; } - -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -34px; } - -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -34px; } - -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -34px; } - -.tsd-kind-set-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -34px; } - -.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -34px; } - -.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -34px; } - -.tsd-kind-set-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -34px; } - -.tsd-kind-set-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -34px; } - -.tsd-kind-accessor > .tsd-kind-icon:before { - background-position: -136px -51px; } - -.tsd-kind-accessor.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -51px; } - -.tsd-kind-accessor.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; } - -.tsd-kind-accessor.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -51px; } - -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -51px; } - -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -51px; } - -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -51px; } - -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; } - -.tsd-kind-accessor.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -51px; } - -.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -51px; } - -.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; } - -.tsd-kind-accessor.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -51px; } - -.tsd-kind-accessor.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -51px; } - -.tsd-kind-function > .tsd-kind-icon:before { - background-position: -136px -68px; } - -.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; } - -.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - -.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; } - -.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -68px; } - -.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -68px; } - -.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -68px; } - -.tsd-kind-function.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - -.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; } - -.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -68px; } - -.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - -.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; } - -.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -68px; } - -.tsd-kind-method > .tsd-kind-icon:before { - background-position: -136px -68px; } - -.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; } - -.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - -.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; } - -.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -68px; } - -.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -68px; } - -.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -68px; } - -.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - -.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; } - -.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -68px; } - -.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - -.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; } - -.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -68px; } - -.tsd-kind-call-signature > .tsd-kind-icon:before { - background-position: -136px -68px; } - -.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; } - -.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - -.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; } - -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -68px; } - -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -68px; } - -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -68px; } - -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - -.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; } - -.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -68px; } - -.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - -.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; } - -.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -68px; } - -.tsd-kind-function.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: -136px -85px; } - -.tsd-kind-function.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -85px; } - -.tsd-kind-function.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; } - -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -85px; } - -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -85px; } - -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -85px; } - -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -85px; } - -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; } - -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -85px; } - -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -85px; } - -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; } - -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -85px; } - -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -85px; } - -.tsd-kind-method.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: -136px -85px; } - -.tsd-kind-method.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -85px; } - -.tsd-kind-method.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; } - -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -85px; } - -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -85px; } - -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -85px; } - -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -85px; } - -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; } - -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -85px; } - -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -85px; } - -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; } - -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -85px; } - -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -85px; } - -.tsd-kind-constructor > .tsd-kind-icon:before { - background-position: -136px -102px; } - -.tsd-kind-constructor.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -102px; } - -.tsd-kind-constructor.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; } - -.tsd-kind-constructor.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -102px; } - -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -102px; } - -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -102px; } - -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -102px; } - -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; } - -.tsd-kind-constructor.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -102px; } - -.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -102px; } - -.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; } - -.tsd-kind-constructor.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -102px; } - -.tsd-kind-constructor.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -102px; } - -.tsd-kind-constructor-signature > .tsd-kind-icon:before { - background-position: -136px -102px; } - -.tsd-kind-constructor-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -102px; } - -.tsd-kind-constructor-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; } - -.tsd-kind-constructor-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -102px; } - -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -102px; } - -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -102px; } - -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -102px; } - -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; } - -.tsd-kind-constructor-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -102px; } - -.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -102px; } - -.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; } - -.tsd-kind-constructor-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -102px; } - -.tsd-kind-constructor-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -102px; } - -.tsd-kind-index-signature > .tsd-kind-icon:before { - background-position: -136px -119px; } - -.tsd-kind-index-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -119px; } - -.tsd-kind-index-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -119px; } - -.tsd-kind-index-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -119px; } - -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -119px; } - -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -119px; } - -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -119px; } - -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -119px; } - -.tsd-kind-index-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -119px; } - -.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -119px; } - -.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -119px; } - -.tsd-kind-index-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -119px; } - -.tsd-kind-index-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -119px; } - -.tsd-kind-event > .tsd-kind-icon:before { - background-position: -136px -136px; } - -.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -136px; } - -.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; } - -.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -136px; } - -.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -136px; } - -.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -136px; } - -.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -136px; } - -.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; } - -.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -136px; } - -.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -136px; } - -.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; } - -.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -136px; } - -.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -136px; } - -.tsd-is-static > .tsd-kind-icon:before { - background-position: -136px -153px; } - -.tsd-is-static.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -153px; } - -.tsd-is-static.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; } - -.tsd-is-static.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -153px; } - -.tsd-is-static.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -153px; } - -.tsd-is-static.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -153px; } - -.tsd-is-static.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -153px; } - -.tsd-is-static.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; } - -.tsd-is-static.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -153px; } - -.tsd-is-static.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -153px; } - -.tsd-is-static.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; } - -.tsd-is-static.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -153px; } - -.tsd-is-static.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -153px; } - -.tsd-is-static.tsd-kind-function > .tsd-kind-icon:before { - background-position: -136px -170px; } - -.tsd-is-static.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; } - -.tsd-is-static.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; } - -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -170px; } - -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -170px; } - -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -170px; } - -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; } - -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -170px; } - -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - -.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -170px; } - -.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -170px; } - -.tsd-is-static.tsd-kind-method > .tsd-kind-icon:before { - background-position: -136px -170px; } - -.tsd-is-static.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; } - -.tsd-is-static.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; } - -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -170px; } - -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -170px; } - -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -170px; } - -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; } - -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -170px; } - -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - -.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -170px; } - -.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -170px; } - -.tsd-is-static.tsd-kind-call-signature > .tsd-kind-icon:before { - background-position: -136px -170px; } - -.tsd-is-static.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; } - -.tsd-is-static.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; } - -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -170px; } - -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -170px; } - -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -170px; } - -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; } - -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -170px; } - -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -170px; } - -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -170px; } - -.tsd-is-static.tsd-kind-event > .tsd-kind-icon:before { - background-position: -136px -187px; } - -.tsd-is-static.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -187px; } - -.tsd-is-static.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -187px; } - -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -187px; } - -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -187px; } - -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -187px; } - -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -187px; } - -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -187px; } - -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -187px; } - -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -187px; } - -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -187px; } - -.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -187px; } - -.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -187px; } - -.no-transition { - transition: none !important; } - -@keyframes fade-in { - from { - opacity: 0; } - to { - opacity: 1; } } - -@keyframes fade-out { - from { - opacity: 1; - visibility: visible; } - to { - opacity: 0; } } - -@keyframes fade-in-delayed { - 0% { - opacity: 0; } - 33% { - opacity: 0; } - 100% { - opacity: 1; } } - -@keyframes fade-out-delayed { - 0% { - opacity: 1; - visibility: visible; } - 66% { - opacity: 0; } - 100% { - opacity: 0; } } - -@keyframes shift-to-left { - from { - transform: translate(0, 0); } - to { - transform: translate(-25%, 0); } } - -@keyframes unshift-to-left { - from { - transform: translate(-25%, 0); } - to { - transform: translate(0, 0); } } - -@keyframes pop-in-from-right { - from { - transform: translate(100%, 0); } - to { - transform: translate(0, 0); } } - -@keyframes pop-out-to-right { - from { - transform: translate(0, 0); - visibility: visible; } - to { - transform: translate(100%, 0); } } - -body { - background: #fdfdfd; - font-family: "Segoe UI", sans-serif; - font-size: 16px; - color: #222; } - -a { - color: #4da6ff; - text-decoration: none; } - a:hover { - text-decoration: underline; } - -code, pre { - font-family: Menlo, Monaco, Consolas, "Courier New", monospace; - padding: 0.2em; - margin: 0; - font-size: 14px; - background-color: rgba(0, 0, 0, 0.04); } - -pre { - padding: 10px; } - pre code { - padding: 0; - font-size: 100%; - background-color: transparent; } - -.tsd-typography { - line-height: 1.333em; } - .tsd-typography ul { - list-style: square; - padding: 0 0 0 20px; - margin: 0; } - .tsd-typography h4, .tsd-typography .tsd-index-panel h3, .tsd-index-panel .tsd-typography h3, .tsd-typography h5, .tsd-typography h6 { - font-size: 1em; - margin: 0; } - .tsd-typography h5, .tsd-typography h6 { - font-weight: normal; } - .tsd-typography p, .tsd-typography ul, .tsd-typography ol { - margin: 1em 0; } - -@media (min-width: 901px) and (max-width: 1024px) { - html.default .col-content { - width: 72%; } - html.default .col-menu { - width: 28%; } - html.default .tsd-navigation { - padding-left: 10px; } } - -@media (max-width: 900px) { - html.default .col-content { - float: none; - width: 100%; } - html.default .col-menu { - position: fixed !important; - overflow: auto; - -webkit-overflow-scrolling: touch; - z-index: 1024; - top: 0 !important; - bottom: 0 !important; - left: auto !important; - right: 0 !important; - width: 100%; - padding: 20px 20px 0 0; - max-width: 450px; - visibility: hidden; - background-color: #fff; - transform: translate(100%, 0); } - html.default .col-menu > *:last-child { - padding-bottom: 20px; } - html.default .overlay { - content: ''; - display: block; - position: fixed; - z-index: 1023; - top: 0; - left: 0; - right: 0; - bottom: 0; - background-color: rgba(0, 0, 0, 0.75); - visibility: hidden; } - html.default.to-has-menu .overlay { - animation: fade-in 0.4s; } - html.default.to-has-menu header, - html.default.to-has-menu footer, - html.default.to-has-menu .col-content { - animation: shift-to-left 0.4s; } - html.default.to-has-menu .col-menu { - animation: pop-in-from-right 0.4s; } - html.default.from-has-menu .overlay { - animation: fade-out 0.4s; } - html.default.from-has-menu header, - html.default.from-has-menu footer, - html.default.from-has-menu .col-content { - animation: unshift-to-left 0.4s; } - html.default.from-has-menu .col-menu { - animation: pop-out-to-right 0.4s; } - html.default.has-menu body { - overflow: hidden; } - html.default.has-menu .overlay { - visibility: visible; } - html.default.has-menu header, - html.default.has-menu footer, - html.default.has-menu .col-content { - transform: translate(-25%, 0); } - html.default.has-menu .col-menu { - visibility: visible; - transform: translate(0, 0); } } - -.tsd-page-title { - padding: 70px 0 20px 0; - margin: 0 0 40px 0; - background: #fff; - box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); } - .tsd-page-title h1 { - margin: 0; } - -.tsd-breadcrumb { - margin: 0; - padding: 0; - color: #808080; } - .tsd-breadcrumb a { - color: #808080; - text-decoration: none; } - .tsd-breadcrumb a:hover { - text-decoration: underline; } - .tsd-breadcrumb li { - display: inline; } - .tsd-breadcrumb li:after { - content: ' / '; } - -html.minimal .container { - margin: 0; } - -html.minimal .container-main { - padding-top: 50px; - padding-bottom: 0; } - -html.minimal .content-wrap { - padding-left: 300px; } - -html.minimal .tsd-navigation { - position: fixed !important; - overflow: auto; - -webkit-overflow-scrolling: touch; - box-sizing: border-box; - z-index: 1; - left: 0; - top: 40px; - bottom: 0; - width: 300px; - padding: 20px; - margin: 0; } - -html.minimal .tsd-member .tsd-member { - margin-left: 0; } - -html.minimal .tsd-page-toolbar { - position: fixed; - z-index: 2; } - -html.minimal #tsd-filter .tsd-filter-group { - right: 0; - transform: none; } - -html.minimal footer { - background-color: transparent; } - html.minimal footer .container { - padding: 0; } - -html.minimal .tsd-generator { - padding: 0; } - -@media (max-width: 900px) { - html.minimal .tsd-navigation { - display: none; } - html.minimal .content-wrap { - padding-left: 0; } } - -dl.tsd-comment-tags { - overflow: hidden; } - dl.tsd-comment-tags dt { - float: left; - padding: 1px 5px; - margin: 0 10px 0 0; - border-radius: 4px; - border: 1px solid #808080; - color: #808080; - font-size: 0.8em; - font-weight: normal; } - dl.tsd-comment-tags dd { - margin: 0 0 10px 0; } - dl.tsd-comment-tags dd:before, dl.tsd-comment-tags dd:after { - display: table; - content: " "; } - dl.tsd-comment-tags dd pre, dl.tsd-comment-tags dd:after { - clear: both; } - dl.tsd-comment-tags p { - margin: 0; } - -.tsd-panel.tsd-comment .lead { - font-size: 1.1em; - line-height: 1.333em; - margin-bottom: 2em; } - .tsd-panel.tsd-comment .lead:last-child { - margin-bottom: 0; } - -.toggle-protected .tsd-is-private { - display: none; } - -.toggle-public .tsd-is-private, -.toggle-public .tsd-is-protected, -.toggle-public .tsd-is-private-protected { - display: none; } - -.toggle-inherited .tsd-is-inherited { - display: none; } - -.toggle-only-exported .tsd-is-not-exported { - display: none; } - -.toggle-externals .tsd-is-external { - display: none; } - -#tsd-filter { - position: relative; - display: inline-block; - height: 40px; - vertical-align: bottom; } - .no-filter #tsd-filter { - display: none; } - #tsd-filter .tsd-filter-group { - display: inline-block; - height: 40px; - vertical-align: bottom; - white-space: nowrap; } - #tsd-filter input { - display: none; } - @media (max-width: 900px) { - #tsd-filter .tsd-filter-group { - display: block; - position: absolute; - top: 40px; - right: 20px; - height: auto; - background-color: #fff; - visibility: hidden; - transform: translate(50%, 0); - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); } - .has-options #tsd-filter .tsd-filter-group { - visibility: visible; } - .to-has-options #tsd-filter .tsd-filter-group { - animation: fade-in 0.2s; } - .from-has-options #tsd-filter .tsd-filter-group { - animation: fade-out 0.2s; } - #tsd-filter label, - #tsd-filter .tsd-select { - display: block; - padding-right: 20px; } } - -footer { - border-top: 1px solid #eee; - background-color: #fff; } - footer.with-border-bottom { - border-bottom: 1px solid #eee; } - footer .tsd-legend-group { - font-size: 0; } - footer .tsd-legend { - display: inline-block; - width: 25%; - padding: 0; - font-size: 16px; - list-style: none; - line-height: 1.333em; - vertical-align: top; } - @media (max-width: 900px) { - footer .tsd-legend { - width: 50%; } } - -.tsd-hierarchy { - list-style: square; - padding: 0 0 0 20px; - margin: 0; } - .tsd-hierarchy .target { - font-weight: bold; } - -.tsd-index-panel .tsd-index-content { - margin-bottom: -30px !important; } - -.tsd-index-panel .tsd-index-section { - margin-bottom: 30px !important; } - -.tsd-index-panel h3 { - margin: 0 -20px 10px -20px; - padding: 0 20px 10px 20px; - border-bottom: 1px solid #eee; } - -.tsd-index-panel ul.tsd-index-list { - -moz-column-count: 3; - -ms-column-count: 3; - -o-column-count: 3; - column-count: 3; - -moz-column-gap: 20px; - -ms-column-gap: 20px; - -o-column-gap: 20px; - column-gap: 20px; - padding: 0; - list-style: none; - line-height: 1.333em; } - @media (max-width: 900px) { - .tsd-index-panel ul.tsd-index-list { - -moz-column-count: 1; - -ms-column-count: 1; - -o-column-count: 1; - column-count: 1; } } - @media (min-width: 901px) and (max-width: 1024px) { - .tsd-index-panel ul.tsd-index-list { - -moz-column-count: 2; - -ms-column-count: 2; - -o-column-count: 2; - column-count: 2; } } - .tsd-index-panel ul.tsd-index-list li { - -webkit-page-break-inside: avoid; - -moz-page-break-inside: avoid; - -ms-page-break-inside: avoid; - -o-page-break-inside: avoid; - page-break-inside: avoid; } - -.tsd-index-panel a, -.tsd-index-panel .tsd-parent-kind-module a { - color: #9600ff; } - -.tsd-index-panel .tsd-parent-kind-interface a { - color: #7da01f; } - -.tsd-index-panel .tsd-parent-kind-enum a { - color: #cc9900; } - -.tsd-index-panel .tsd-parent-kind-class a { - color: #4da6ff; } - -.tsd-index-panel .tsd-kind-module a { - color: #9600ff; } - -.tsd-index-panel .tsd-kind-interface a { - color: #7da01f; } - -.tsd-index-panel .tsd-kind-enum a { - color: #cc9900; } - -.tsd-index-panel .tsd-kind-class a { - color: #4da6ff; } - -.tsd-index-panel .tsd-is-private a { - color: #808080; } - -.tsd-flag { - display: inline-block; - padding: 1px 5px; - border-radius: 4px; - color: #fff; - background-color: #808080; - text-indent: 0; - font-size: 14px; - font-weight: normal; } - -.tsd-anchor { - position: absolute; - top: -100px; } - -.tsd-member { - position: relative; } - .tsd-member .tsd-anchor + h3 { - margin-top: 0; - margin-bottom: 0; - border-bottom: none; } - -.tsd-navigation { - margin: 0 0 0 40px; } - .tsd-navigation a { - display: block; - padding-top: 2px; - padding-bottom: 2px; - border-left: 2px solid transparent; - color: #222; - text-decoration: none; - transition: border-left-color 0.1s; } - .tsd-navigation a:hover { - text-decoration: underline; } - .tsd-navigation ul { - margin: 0; - padding: 0; - list-style: none; } - .tsd-navigation li { - padding: 0; } - -.tsd-navigation.primary { - padding-bottom: 40px; } - .tsd-navigation.primary a { - display: block; - padding-top: 6px; - padding-bottom: 6px; } - .tsd-navigation.primary ul li a { - padding-left: 5px; } - .tsd-navigation.primary ul li li a { - padding-left: 25px; } - .tsd-navigation.primary ul li li li a { - padding-left: 45px; } - .tsd-navigation.primary ul li li li li a { - padding-left: 65px; } - .tsd-navigation.primary ul li li li li li a { - padding-left: 85px; } - .tsd-navigation.primary ul li li li li li li a { - padding-left: 105px; } - .tsd-navigation.primary > ul { - border-bottom: 1px solid #eee; } - .tsd-navigation.primary li { - border-top: 1px solid #eee; } - .tsd-navigation.primary li.current > a { - font-weight: bold; } - .tsd-navigation.primary li.label span { - display: block; - padding: 20px 0 6px 5px; - color: #808080; } - .tsd-navigation.primary li.globals + li > span, - .tsd-navigation.primary li.globals + li > a { - padding-top: 20px; } - -.tsd-navigation.secondary { - max-height: calc(100vh - 1rem - 40px); - overflow: auto; - position: -webkit-sticky; - position: sticky; - top: calc(.5rem + 40px); - transition: .3s; } - .tsd-navigation.secondary.tsd-navigation--toolbar-hide { - max-height: calc(100vh - 1rem); - top: .5rem; } - .tsd-navigation.secondary ul { - transition: opacity 0.2s; } - .tsd-navigation.secondary ul li a { - padding-left: 25px; } - .tsd-navigation.secondary ul li li a { - padding-left: 45px; } - .tsd-navigation.secondary ul li li li a { - padding-left: 65px; } - .tsd-navigation.secondary ul li li li li a { - padding-left: 85px; } - .tsd-navigation.secondary ul li li li li li a { - padding-left: 105px; } - .tsd-navigation.secondary ul li li li li li li a { - padding-left: 125px; } - .tsd-navigation.secondary ul.current a { - border-left-color: #eee; } - .tsd-navigation.secondary li.focus > a, - .tsd-navigation.secondary ul.current li.focus > a { - border-left-color: #000; } - .tsd-navigation.secondary li.current { - margin-top: 20px; - margin-bottom: 20px; - border-left-color: #eee; } - .tsd-navigation.secondary li.current > a { - font-weight: bold; } - -@media (min-width: 901px) { - .menu-sticky-wrap { - position: static; } } - -.tsd-panel { - margin: 20px 0; - padding: 20px; - background-color: #fff; - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); } - .tsd-panel:empty { - display: none; } - .tsd-panel > h1, .tsd-panel > h2, .tsd-panel > h3 { - margin: 1.5em -20px 10px -20px; - padding: 0 20px 10px 20px; - border-bottom: 1px solid #eee; } - .tsd-panel > h1.tsd-before-signature, .tsd-panel > h2.tsd-before-signature, .tsd-panel > h3.tsd-before-signature { - margin-bottom: 0; - border-bottom: 0; } - .tsd-panel table { - display: block; - width: 100%; - overflow: auto; - margin-top: 10px; - word-break: normal; - word-break: keep-all; } - .tsd-panel table th { - font-weight: bold; } - .tsd-panel table th, .tsd-panel table td { - padding: 6px 13px; - border: 1px solid #ddd; } - .tsd-panel table tr { - background-color: #fff; - border-top: 1px solid #ccc; } - .tsd-panel table tr:nth-child(2n) { - background-color: #f8f8f8; } - -.tsd-panel-group { - margin: 60px 0; } - .tsd-panel-group > h1, .tsd-panel-group > h2, .tsd-panel-group > h3 { - padding-left: 20px; - padding-right: 20px; } - -#tsd-search { - transition: background-color 0.2s; } - #tsd-search .title { - position: relative; - z-index: 2; } - #tsd-search .field { - position: absolute; - left: 0; - top: 0; - right: 40px; - height: 40px; } - #tsd-search .field input { - box-sizing: border-box; - position: relative; - top: -50px; - z-index: 1; - width: 100%; - padding: 0 10px; - opacity: 0; - outline: 0; - border: 0; - background: transparent; - color: #222; } - #tsd-search .field label { - position: absolute; - overflow: hidden; - right: -40px; } - #tsd-search .field input, - #tsd-search .title { - transition: opacity 0.2s; } - #tsd-search .results { - position: absolute; - visibility: hidden; - top: 40px; - width: 100%; - margin: 0; - padding: 0; - list-style: none; - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); } - #tsd-search .results li { - padding: 0 10px; - background-color: #fdfdfd; } - #tsd-search .results li:nth-child(even) { - background-color: #fff; } - #tsd-search .results li.state { - display: none; } - #tsd-search .results li.current, - #tsd-search .results li:hover { - background-color: #eee; } - #tsd-search .results a { - display: block; } - #tsd-search .results a:before { - top: 10px; } - #tsd-search .results span.parent { - color: #808080; - font-weight: normal; } - #tsd-search.has-focus { - background-color: #eee; } - #tsd-search.has-focus .field input { - top: 0; - opacity: 1; } - #tsd-search.has-focus .title { - z-index: 0; - opacity: 0; } - #tsd-search.has-focus .results { - visibility: visible; } - #tsd-search.loading .results li.state.loading { - display: block; } - #tsd-search.failure .results li.state.failure { - display: block; } - -.tsd-signature { - margin: 0 0 1em 0; - padding: 10px; - border: 1px solid #eee; - font-family: Menlo, Monaco, Consolas, "Courier New", monospace; - font-size: 14px; } - .tsd-signature.tsd-kind-icon { - padding-left: 30px; } - .tsd-signature.tsd-kind-icon:before { - top: 10px; - left: 10px; } - .tsd-panel > .tsd-signature { - margin-left: -20px; - margin-right: -20px; - border-width: 1px 0; } - .tsd-panel > .tsd-signature.tsd-kind-icon { - padding-left: 40px; } - .tsd-panel > .tsd-signature.tsd-kind-icon:before { - left: 20px; } - -.tsd-signature-symbol { - color: #808080; - font-weight: normal; } - -.tsd-signature-type { - font-style: italic; - font-weight: normal; } - -.tsd-signatures { - padding: 0; - margin: 0 0 1em 0; - border: 1px solid #eee; } - .tsd-signatures .tsd-signature { - margin: 0; - border-width: 1px 0 0 0; - transition: background-color 0.1s; } - .tsd-signatures .tsd-signature:first-child { - border-top-width: 0; } - .tsd-signatures .tsd-signature.current { - background-color: #eee; } - .tsd-signatures.active > .tsd-signature { - cursor: pointer; } - .tsd-panel > .tsd-signatures { - margin-left: -20px; - margin-right: -20px; - border-width: 1px 0; } - .tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon { - padding-left: 40px; } - .tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before { - left: 20px; } - .tsd-panel > a.anchor + .tsd-signatures { - border-top-width: 0; - margin-top: -20px; } - -ul.tsd-descriptions { - position: relative; - overflow: hidden; - transition: height 0.3s; - padding: 0; - list-style: none; } - ul.tsd-descriptions.active > .tsd-description { - display: none; } - ul.tsd-descriptions.active > .tsd-description.current { - display: block; } - ul.tsd-descriptions.active > .tsd-description.fade-in { - animation: fade-in-delayed 0.3s; } - ul.tsd-descriptions.active > .tsd-description.fade-out { - animation: fade-out-delayed 0.3s; - position: absolute; - display: block; - top: 0; - left: 0; - right: 0; - opacity: 0; - visibility: hidden; } - ul.tsd-descriptions h4, ul.tsd-descriptions .tsd-index-panel h3, .tsd-index-panel ul.tsd-descriptions h3 { - font-size: 16px; - margin: 1em 0 0.5em 0; } - -ul.tsd-parameters, -ul.tsd-type-parameters { - list-style: square; - margin: 0; - padding-left: 20px; } - ul.tsd-parameters > li.tsd-parameter-siganture, - ul.tsd-type-parameters > li.tsd-parameter-siganture { - list-style: none; - margin-left: -20px; } - ul.tsd-parameters h5, - ul.tsd-type-parameters h5 { - font-size: 16px; - margin: 1em 0 0.5em 0; } - ul.tsd-parameters .tsd-comment, - ul.tsd-type-parameters .tsd-comment { - margin-top: -0.5em; } - -.tsd-sources { - font-size: 14px; - color: #808080; - margin: 0 0 1em 0; } - .tsd-sources a { - color: #808080; - text-decoration: underline; } - .tsd-sources ul, .tsd-sources p { - margin: 0 !important; } - .tsd-sources ul { - list-style: none; - padding: 0; } - -.tsd-page-toolbar { - position: fixed; - z-index: 1; - top: 0; - left: 0; - width: 100%; - height: 40px; - color: #333; - background: #fff; - border-bottom: 1px solid #eee; - transition: transform .3s linear; } - .tsd-page-toolbar a { - color: #333; - text-decoration: none; } - .tsd-page-toolbar a.title { - font-weight: bold; } - .tsd-page-toolbar a.title:hover { - text-decoration: underline; } - .tsd-page-toolbar .table-wrap { - display: table; - width: 100%; - height: 40px; } - .tsd-page-toolbar .table-cell { - display: table-cell; - position: relative; - white-space: nowrap; - line-height: 40px; } - .tsd-page-toolbar .table-cell:first-child { - width: 100%; } - -.tsd-page-toolbar--hide { - transform: translateY(-100%); } - -.tsd-widget:before, .tsd-select .tsd-select-label:before, .tsd-select .tsd-select-list li:before { - content: ''; - display: inline-block; - width: 40px; - height: 40px; - margin: 0 -8px 0 0; - background-image: url(../images/widgets.png); - background-repeat: no-repeat; - text-indent: -1024px; - vertical-align: bottom; } - @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { - .tsd-widget:before, .tsd-select .tsd-select-label:before, .tsd-select .tsd-select-list li:before { - background-image: url(../images/widgets@2x.png); - background-size: 320px 40px; } } - -.tsd-widget { - display: inline-block; - overflow: hidden; - opacity: 0.6; - height: 40px; - transition: opacity 0.1s, background-color 0.2s; - vertical-align: bottom; - cursor: pointer; } - .tsd-widget:hover { - opacity: 0.8; } - .tsd-widget.active { - opacity: 1; - background-color: #eee; } - .tsd-widget.no-caption { - width: 40px; } - .tsd-widget.no-caption:before { - margin: 0; } - .tsd-widget.search:before { - background-position: 0 0; } - .tsd-widget.menu:before { - background-position: -40px 0; } - .tsd-widget.options:before { - background-position: -80px 0; } - .tsd-widget.options, .tsd-widget.menu { - display: none; } - @media (max-width: 900px) { - .tsd-widget.options, .tsd-widget.menu { - display: inline-block; } } - input[type=checkbox] + .tsd-widget:before { - background-position: -120px 0; } - input[type=checkbox]:checked + .tsd-widget:before { - background-position: -160px 0; } - -.tsd-select { - position: relative; - display: inline-block; - height: 40px; - transition: opacity 0.1s, background-color 0.2s; - vertical-align: bottom; - cursor: pointer; } - .tsd-select .tsd-select-label { - opacity: 0.6; - transition: opacity 0.2s; } - .tsd-select .tsd-select-label:before { - background-position: -240px 0; } - .tsd-select.active .tsd-select-label { - opacity: 0.8; } - .tsd-select.active .tsd-select-list { - visibility: visible; - opacity: 1; - transition-delay: 0s; } - .tsd-select .tsd-select-list { - position: absolute; - visibility: hidden; - top: 40px; - left: 0; - margin: 0; - padding: 0; - opacity: 0; - list-style: none; - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); - transition: visibility 0s 0.2s, opacity 0.2s; } - .tsd-select .tsd-select-list li { - padding: 0 20px 0 0; - background-color: #fdfdfd; } - .tsd-select .tsd-select-list li:before { - background-position: 40px 0; } - .tsd-select .tsd-select-list li:nth-child(even) { - background-color: #fff; } - .tsd-select .tsd-select-list li:hover { - background-color: #eee; } - .tsd-select .tsd-select-list li.selected:before { - background-position: -200px 0; } - @media (max-width: 900px) { - .tsd-select .tsd-select-list { - top: 0; - left: auto; - right: 100%; - margin-right: -5px; } - .tsd-select .tsd-select-label:before { - background-position: -280px 0; } } - -img { - max-width: 100%; } diff --git a/docs/assets/images/icons.png b/docs/assets/images/icons.png deleted file mode 100644 index 3836d5fe46e48bbe186116855aae879c23935327..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9615 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 NZmR35l_G4O{0}dcmS_L~ diff --git a/docs/assets/images/icons@2x.png b/docs/assets/images/icons@2x.png deleted file mode 100644 index 5a209e2f6d7f915cc9cb6fe7a4264c8be4db87b0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 28144 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 U&wLp6h6BX&boFyt=akR{0G%$)mH+?% diff --git a/docs/assets/images/widgets@2x.png b/docs/assets/images/widgets@2x.png deleted file mode 100644 index 4bbbd57272f3b28f47527d4951ad10f950b8ad43..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 855 zcmeAS@N?(olHy`uVBq!ia0y~yU}^xe12~w0Jcmn z@(X6T|9^jgLcx21{)7exgY)a>N6m2F0<`Rqr;B4q1>>88jUdw-7W`c)zLE*mq8W2H z-<&Jl_Hco5BuC5n@AbF5GD82~-e8-v=#zCyUX0F-o}8pPfAv`!GN$ff+TL<~@kgt} z62eO?_|&+>xBmM$@p|z`tIKEdpPf8%qI>4r7@jn<=eta*{3~?g(zz{Ke9zc-G^gr? z-7foa?LcS!hmbwzru}ICvbWLlW8;+l-}!^=c32!^nV`+`C*;0-*Y%l94pC;Cb3GXz zzSf%a!{gVr{Y_lVuUj+a)*Ca+!-Hu%xmP&&X-2CuANY8^i{D7Kg6qzP zXz_ps9+lN8ESH{K4`yu&b~I>N9xGlE&;2u*b?+Go!AhN?m-bxlLvtC#MzDF2kFzfHJ1W7ybqdefSqVhbOykd*Yi%EDuhs z4wF{ft^bv2+DDnKb8gj1FuvcV`M}luS>lO<^)8x>y1#R;a=-ZKwWTQQb)ioBbi;zh zD!f5V)8581to1LL7c9!l^PSC$NBPYif!_vAZhmL4)v4U)4UsrLYiH_9rmQDd?)(e5 z^pcH>qvBg*i0dus2r*mp4;zKvu=P#s-ti;2obl`NjjwoYd>e(oo#j_uyRb<7Pv^If zzZ|mGHmV)8^tbO%^>eqMw(@7(&3g{jEp-Najo7V75xI_ZHK*FA`elF{r5}E*d7+j_R diff --git a/docs/assets/js/main.js b/docs/assets/js/main.js deleted file mode 100644 index 5fe710b..0000000 --- a/docs/assets/js/main.js +++ /dev/null @@ -1 +0,0 @@ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";function x(e){return null!=e&&e===e.window}var t=[],E=C.document,r=Object.getPrototypeOf,s=t.slice,g=t.concat,u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.4.1",k=function(e,t){return new k.fn.init(e,t)},p=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function d(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0>10|55296,1023&r|56320)}function oe(){T()}var e,d,b,o,i,h,f,g,w,u,l,T,C,a,E,v,s,c,y,k="sizzle"+1*new Date,m=n.document,S=0,r=0,p=ue(),x=ue(),N=ue(),A=ue(),D=function(e,t){return e===t&&(l=!0),0},j={}.hasOwnProperty,t=[],q=t.pop,L=t.push,H=t.push,O=t.slice,P=function(e,t){for(var n=0,r=e.length;n+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp($),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+$),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(m.childNodes),m.childNodes),t[m.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&((e?e.ownerDocument||e:m)!==C&&T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!A[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&U.test(t)){for((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=k),o=(l=h(t)).length;o--;)l[o]="#"+s+" "+xe(l[o]);c=l.join(","),f=ee.test(t)&&ye(e.parentNode)||e}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){A(t,!0)}finally{s===k&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[k]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){for(var n=e.split("|"),r=n.length;r--;)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){for(var n,r=a([],e.length,o),i=r.length;i--;)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&void 0!==e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:m;return r!==C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),m!==C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=k,!C.getElementsByName||!C.getElementsByName(k).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if(void 0!==t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if(void 0!==t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];for(i=t.getElementsByName(e),r=0;o=i[r++];)if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"!==e)return o;for(;n=o[i++];)1===n.nodeType&&r.push(n);return r},b.find.CLASS=d.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+k+"-]").length||v.push("~="),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+k+"+*").length||v.push(".#.+[+~]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",$)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e===C||e.ownerDocument===m&&y(m,e)?-1:t===C||t.ownerDocument===m&&y(m,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===C?-1:t===C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;a[r]===s[r];)r++;return r?pe(a[r],s[r]):a[r]===m?-1:s[r]===m?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if((e.ownerDocument||e)!==C&&T(e),d.matchesSelector&&E&&!A[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){A(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=p[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&p(e,function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?k.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?k.grep(e,function(e){return e===n!==r}):"string"!=typeof n?k.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(k.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||q,"string"!=typeof e)return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(k):k.makeArray(e,this);if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:L.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof k?t[0]:t,k.merge(this,k.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),D.test(r[1])&&k.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}).prototype=k.fn,q=k(E);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function P(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}k.fn.extend({has:function(e){var t=k(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ve(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?k.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;nx",y.noCloneChecked=!!me.cloneNode(!0).lastChild.defaultValue;var Te=/^key/,Ce=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ee=/^([^.]*)(?:\.(.+)|)/;function ke(){return!0}function Se(){return!1}function Ne(e,t){return e===function(){try{return E.activeElement}catch(e){}}()==("focus"===t)}function Ae(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Ae(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Se;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return k().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=k.guid++)),e.each(function(){k.event.add(this,t,i,r,n)})}function De(e,i,o){o?(Q.set(e,i,!1),k.event.add(e,i,{namespace:!1,handler:function(e){var t,n,r=Q.get(this,i);if(1&e.isTrigger&&this[i]){if(r.length)(k.event.special[i]||{}).delegateType&&e.stopPropagation();else if(r=s.call(arguments),Q.set(this,i,r),t=o(this,i),this[i](),r!==(n=Q.get(this,i))||t?Q.set(this,i,!1):n={},r!==n)return e.stopImmediatePropagation(),e.preventDefault(),n.value}else r.length&&(Q.set(this,i,{value:k.event.trigger(k.extend(r[0],k.Event.prototype),r.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Q.get(e,i)&&k.event.add(e,i,ke)}k.event={global:{},add:function(t,e,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.get(t);if(v)for(n.handler&&(n=(o=n).handler,i=o.selector),i&&k.find.matchesSelector(ie,i),n.guid||(n.guid=k.guid++),(u=v.events)||(u=v.events={}),(a=v.handle)||(a=v.handle=function(e){return void 0!==k&&k.event.triggered!==e.type?k.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(R)||[""]).length;l--;)d=g=(s=Ee.exec(e[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=k.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=k.event.special[d]||{},c=k.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&k.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),k.event.global[d]=!0)},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.hasData(e)&&Q.get(e);if(v&&(u=v.events)){for(l=(t=(t||"").match(R)||[""]).length;l--;)if(d=g=(s=Ee.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d){for(f=k.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;o--;)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||k.removeEvent(e,d,v.handle),delete u[d])}else for(d in u)k.event.remove(e,d+t[l],n,r,!0);k.isEmptyObject(u)&&Q.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=k.event.fix(e),u=new Array(arguments.length),l=(Q.get(this,"events")||{})[s.type]||[],c=k.event.special[s.type]||{};for(u[0]=s,t=1;t\x20\t\r\n\f]*)[^>]*)\/>/gi,qe=/\s*$/g;function Oe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&k(e).children("tbody")[0]||e}function Pe(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Re(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Me(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(Q.hasData(e)&&(o=Q.access(e),a=Q.set(t,o),l=o.events))for(i in delete a.handle,a.events={},l)for(n=0,r=l[i].length;n")},clone:function(e,t,n){var r,i,o,a,s,u,l,c=e.cloneNode(!0),f=oe(e);if(!(y.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||k.isXMLDoc(e)))for(a=ve(c),r=0,i=(o=ve(e)).length;r").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Vt,Gt=[],Yt=/(=)\?(?=&|$)|\?\?/;k.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Gt.pop()||k.expando+"_"+kt++;return this[e]=!0,e}}),k.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Yt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Yt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Yt,"$1"+r):!1!==e.jsonp&&(e.url+=(St.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||k.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?k(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Gt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Vt=E.implementation.createHTMLDocument("").body).innerHTML="
",2===Vt.childNodes.length),k.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=D.exec(e))?[t.createElement(i[1])]:(i=we([e],t,o),o&&o.length&&k(o).remove(),k.merge([],i.childNodes)));var r,i,o},k.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(k.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},k.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){k.fn[t]=function(e){return this.on(t,e)}}),k.expr.pseudos.animated=function(t){return k.grep(k.timers,function(e){return t===e.elem}).length},k.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=k.css(e,"position"),c=k(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=k.css(e,"top"),u=k.css(e,"left"),i=("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,r.left):(a=parseFloat(o)||0,parseFloat(u)||0),m(t)&&(t=t.call(e,n,k.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},k.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){k.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===k.css(r,"position"))t=r.getBoundingClientRect();else{for(t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;e&&(e===n.body||e===n.documentElement)&&"static"===k.css(e,"position");)e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=k(e).offset()).top+=k.css(e,"borderTopWidth",!0),i.left+=k.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-k.css(r,"marginTop",!0),left:t.left-i.left-k.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&"static"===k.css(e,"position");)e=e.offsetParent;return e||ie})}}),k.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;k.fn[t]=function(e){return _(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),k.each(["top","left"],function(e,n){k.cssHooks[n]=ze(y.pixelPosition,function(e,t){if(t)return t=_e(e,n),$e.test(t)?k(e).position()[n]+"px":t})}),k.each({Height:"height",Width:"width"},function(a,s){k.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){k.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return _(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?k.css(e,t,i):k.style(e,t,n,i)},s,n?e:void 0,n)}})}),k.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){k.fn[n]=function(e,t){return 0":">",'"':""","'":"'","`":"`"},P=h.invert(L);h.escape=W(L),h.unescape=W(P),h.result=function(n,r,t){h.isArray(r)||(r=[r]);var e=r.length;if(!e)return h.isFunction(t)?t.call(n):t;for(var u=0;u/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};function $(n){return"\\"+U[n]}var J=/(.)^/,U={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},V=/\\|'|\r|\n|\u2028|\u2029/g;h.template=function(i,n,r){!n&&r&&(n=r),n=h.defaults({},n,h.templateSettings);var t,e=RegExp([(n.escape||J).source,(n.interpolate||J).source,(n.evaluate||J).source].join("|")+"|$","g"),o=0,a="__p+='";i.replace(e,function(n,r,t,e,u){return a+=i.slice(o,u).replace(V,$),o=u+n.length,r?a+="'+\n((__t=("+r+"))==null?'':_.escape(__t))+\n'":t?a+="'+\n((__t=("+t+"))==null?'':__t)+\n'":e&&(a+="';\n"+e+"\n__p+='"),n}),a+="';\n",n.variable||(a="with(obj||{}){\n"+a+"}\n"),a="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+a+"return __p;\n";try{t=new Function(n.variable||"obj","_",a)}catch(n){throw n.source=a,n}function u(n){return t.call(this,n,h)}var c=n.variable||"obj";return u.source="function("+c+"){\n"+a+"}",u},h.chain=function(n){var r=h(n);return r._chain=!0,r};function G(n,r){return n._chain?h(r).chain():r}h.mixin=function(t){return h.each(h.functions(t),function(n){var r=h[n]=t[n];h.prototype[n]=function(){var n=[this._wrapped];return u.apply(n,arguments),G(this,r.apply(h,n))}}),h},h.mixin(h),h.each(["pop","push","reverse","shift","sort","splice","unshift"],function(r){var t=e[r];h.prototype[r]=function(){var n=this._wrapped;return t.apply(n,arguments),"shift"!==r&&"splice"!==r||0!==n.length||delete n[0],G(this,n)}}),h.each(["concat","join","slice"],function(n){var r=e[n];h.prototype[n]=function(){return G(this,r.apply(this._wrapped,arguments))}}),h.prototype.value=function(){return this._wrapped},h.prototype.valueOf=h.prototype.toJSON=h.prototype.value,h.prototype.toString=function(){return String(this._wrapped)},"function"==typeof define&&define.amd&&define("underscore",[],function(){return h})}(),function(t){var e="object"==typeof self&&self.self===self&&self||"object"==typeof global&&global.global===global&&global;if("function"==typeof define&&define.amd)define(["underscore","jquery","exports"],function(i,n,r){e.Backbone=t(e,r,i,n)});else if("undefined"!=typeof exports){var n,i=require("underscore");try{n=require("jquery")}catch(r){}t(e,exports,i,n)}else e.Backbone=t(e,{},e._,e.jQuery||e.Zepto||e.ender||e.$)}(function(t,e,i,n){var r=t.Backbone,s=Array.prototype.slice;e.VERSION="1.4.0",e.$=n,e.noConflict=function(){return t.Backbone=r,this},e.emulateHTTP=!1,e.emulateJSON=!1;var h,a=e.Events={},o=/\s+/,u=function(t,e,n,r,s){var h,a=0;if(n&&"object"==typeof n){void 0!==r&&"context"in s&&void 0===s.context&&(s.context=r);for(h=i.keys(n);athis.length&&(r=this.length),r<0&&(r+=this.length+1);var g,m,s=[],a=[],o=[],h=[],u={},l=e.add,c=e.merge,f=e.remove,d=!1,v=this.comparator&&null==r&&!1!==e.sort,p=i.isString(this.comparator)?this.comparator:null;for(m=0;m=this.length)return e.QueryLexer.EOS;var t=this.str.charAt(this.pos);return this.pos+=1,t},e.QueryLexer.prototype.width=function(){return this.pos-this.start},e.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},e.QueryLexer.prototype.backup=function(){this.pos-=1},e.QueryLexer.prototype.acceptDigitRun=function(){for(var t,r;47<(r=(t=this.next()).charCodeAt(0))&&r<58;);t!=e.QueryLexer.EOS&&this.backup()},e.QueryLexer.prototype.more=function(){return this.pos=this.scrollTop||0===this.scrollTop,isShown!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),this.secondaryNav.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop},Viewport}(typedoc.Events);typedoc.Viewport=Viewport,typedoc.registerService(Viewport,"viewport")}(typedoc||(typedoc={})),function(typedoc){typedoc.pointerDown="mousedown",typedoc.pointerMove="mousemove",typedoc.pointerUp="mouseup",typedoc.pointerDownPosition={x:0,y:0},typedoc.preventNextClick=!1,typedoc.isPointerDown=!1,typedoc.isPointerTouch=!1,typedoc.hasPointerMoved=!1,typedoc.isMobile=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),typedoc.$html.addClass(typedoc.isMobile?"is-mobile":"not-mobile"),typedoc.isMobile&&"ontouchstart"in document.documentElement&&(typedoc.isPointerTouch=!0,typedoc.pointerDown="touchstart",typedoc.pointerMove="touchmove",typedoc.pointerUp="touchend"),typedoc.$document.on(typedoc.pointerDown,function(e){typedoc.isPointerDown=!0,typedoc.hasPointerMoved=!1;var t="touchstart"==typedoc.pointerDown?e.originalEvent.targetTouches[0]:e;typedoc.pointerDownPosition.y=t.pageY||0,typedoc.pointerDownPosition.x=t.pageX||0}).on(typedoc.pointerMove,function(e){if(typedoc.isPointerDown&&!typedoc.hasPointerMoved){var t="touchstart"==typedoc.pointerDown?e.originalEvent.targetTouches[0]:e,x=typedoc.pointerDownPosition.x-(t.pageX||0),y=typedoc.pointerDownPosition.y-(t.pageY||0);typedoc.hasPointerMoved=10scrollTop;)index-=1;for(;index"+match+""}),parent=row.parent||"";(parent=parent.replace(new RegExp(query,"i"),function(match){return""+match+""}))&&(name=''+parent+"."+name),$results.append('
  • '+name+"
  • ")}}}function setLoadingState(value){loadingState!=value&&($el.removeClass(SearchLoadingState[loadingState].toLowerCase()),loadingState=value,$el.addClass(SearchLoadingState[loadingState].toLowerCase()),value==SearchLoadingState.Ready&&updateResults())}function setHasFocus(value){hasFocus!=value&&(hasFocus=value,$el.toggleClass("has-focus"),value?(setQuery(""),$field.val("")):$field.val(query))}function setQuery(value){query=$.trim(value),updateResults()}function setCurrentResult(dir){var $current=$results.find(".current");if(0==$current.length)$results.find(1==dir?"li:first-child":"li:last-child").addClass("current");else{var $rel=1==dir?$current.next("li"):$current.prev("li");0<$rel.length&&($current.removeClass("current"),$rel.addClass("current"))}}function gotoCurrentResult(){var $current=$results.find(".current");0==$current.length&&($current=$results.find("li:first-child")),0<$current.length&&(window.location.href=$current.find("a").prop("href"),$field.blur())}$results.on("mousedown",function(){resultClicked=!0}).on("mouseup",function(){setHasFocus(resultClicked=!1)}),$field.on("focusin",function(){setHasFocus(!0),loadIndex()}).on("focusout",function(){resultClicked?resultClicked=!1:setTimeout(function(){return setHasFocus(!1)},100)}).on("input",function(){setQuery($.trim(($field.val()||"").toString()))}).on("keydown",function(e){13==e.keyCode||27==e.keyCode||38==e.keyCode||40==e.keyCode?(preventPress=!0,e.preventDefault(),13==e.keyCode?gotoCurrentResult():27==e.keyCode?$field.blur():38==e.keyCode?setCurrentResult(-1):40==e.keyCode&&setCurrentResult(1)):preventPress=!1}).on("keypress",function(e){preventPress&&e.preventDefault()}),$("body").on("keydown",function(e){e.altKey||e.ctrlKey||e.metaKey||!hasFocus&&47this.groups.length-1&&(index=this.groups.length-1),this.index!=index){var to=this.groups[index];if(-1 .tsd-signature");if(!($signatures.length<2)){this.$container=this.$el.siblings(".tsd-descriptions");var $descriptions=this.$container.find("> .tsd-description");this.groups=[],$signatures.each(function(index,el){_this.groups.push(new SignatureGroup($(el),$descriptions.eq(index)))})}},Signature.prototype.onClick=function(e){var _this=this;_(this.groups).forEach(function(group,index){group.$signature.is(e.currentTarget)&&_this.setIndex(index)})},Signature}(Backbone.View);typedoc.registerComponent(Signature,".tsd-signatures")}(typedoc||(typedoc={})),function(typedoc){var Toggle=function(_super){function Toggle(options){var _this=_super.call(this,options)||this;return _this.className=_this.$el.attr("data-toggle")||"",_this.$el.on(typedoc.pointerUp,function(e){return _this.onPointerUp(e)}),_this.$el.on("click",function(e){return e.preventDefault()}),typedoc.$document.on(typedoc.pointerDown,function(e){return _this.onDocumentPointerDown(e)}),typedoc.$document.on(typedoc.pointerUp,function(e){return _this.onDocumentPointerUp(e)}),_this}return __extends(Toggle,_super),Toggle.prototype.setActive=function(value){if(this.active!=value){this.active=value,typedoc.$html.toggleClass("has-"+this.className,value),this.$el.toggleClass("active",value);var transition=(this.active?"to-has-":"from-has-")+this.className;typedoc.$html.addClass(transition),setTimeout(function(){return typedoc.$html.removeClass(transition)},500)}},Toggle.prototype.onPointerUp=function(event){typedoc.hasPointerMoved||(this.setActive(!0),event.preventDefault())},Toggle.prototype.onDocumentPointerDown=function(e){if(this.active){var $path=$(e.target).parents().addBack();if($path.hasClass("col-menu"))return;if($path.hasClass("tsd-filter-group"))return;this.setActive(!1)}},Toggle.prototype.onDocumentPointerUp=function(e){var _this=this;if(!typedoc.hasPointerMoved&&this.active){var $path=$(e.target).parents().addBack();if($path.hasClass("col-menu")){var $link=$path.filter("a");if($link.length){var href=window.location.href;-1!=href.indexOf("#")&&(href=href.substr(0,href.indexOf("#"))),$link.prop("href").substr(0,href.length)==href&&setTimeout(function(){return _this.setActive(!1)},250)}}}},Toggle}(Backbone.View);typedoc.registerComponent(Toggle,"a[data-toggle]")}(typedoc||(typedoc={})),function(typedoc){typedoc.app=new typedoc.Application}(typedoc||(typedoc={})); \ No newline at end of file diff --git a/docs/assets/js/search.js b/docs/assets/js/search.js deleted file mode 100644 index 2eec482..0000000 --- a/docs/assets/js/search.js +++ /dev/null @@ -1,3 +0,0 @@ -var typedoc = typedoc || {}; - typedoc.search = typedoc.search || {}; - typedoc.search.data = {"kinds":{"32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","262144":"Accessor","2097152":"Object literal","4194304":"Type alias"},"rows":[{"id":0,"kind":256,"name":"Scale","url":"interfaces/scale.html","classes":"tsd-kind-interface"},{"id":1,"kind":2048,"name":"domain","url":"interfaces/scale.html#domain","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"Scale"},{"id":2,"kind":2048,"name":"range","url":"interfaces/scale.html#range","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"Scale"},{"id":3,"kind":2048,"name":"invert","url":"interfaces/scale.html#invert","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"Scale"},{"id":4,"kind":2048,"name":"ticks","url":"interfaces/scale.html#ticks","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"Scale"},{"id":5,"kind":2048,"name":"copy","url":"interfaces/scale.html#copy","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"Scale"},{"id":6,"kind":4194304,"name":"Tuplet","url":"globals.html#tuplet","classes":"tsd-kind-type-alias tsd-has-type-parameter"},{"id":7,"kind":4194304,"name":"Triplet","url":"globals.html#triplet","classes":"tsd-kind-type-alias tsd-has-type-parameter"},{"id":8,"kind":4194304,"name":"Domain","url":"globals.html#domain","classes":"tsd-kind-type-alias"},{"id":9,"kind":4194304,"name":"Range","url":"globals.html#range","classes":"tsd-kind-type-alias"},{"id":10,"kind":4194304,"name":"D3Selection","url":"globals.html#d3selection","classes":"tsd-kind-type-alias"},{"id":11,"kind":256,"name":"PlotOptions","url":"interfaces/plotoptions.html","classes":"tsd-kind-interface"},{"id":12,"kind":1024,"name":"offset","url":"interfaces/plotoptions.html#offset","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PlotOptions"},{"id":13,"kind":1024,"name":"scale","url":"interfaces/plotoptions.html#scale","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PlotOptions"},{"id":14,"kind":1024,"name":"domain","url":"interfaces/plotoptions.html#domain","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PlotOptions"},{"id":15,"kind":1024,"name":"defined","url":"interfaces/plotoptions.html#defined","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PlotOptions"},{"id":16,"kind":1024,"name":"hidden","url":"interfaces/plotoptions.html#hidden","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PlotOptions"},{"id":17,"kind":1024,"name":"horizontal","url":"interfaces/plotoptions.html#horizontal","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PlotOptions"},{"id":18,"kind":1024,"name":"data","url":"interfaces/plotoptions.html#data","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PlotOptions"},{"id":19,"kind":1024,"name":"dataAccessor","url":"interfaces/plotoptions.html#dataaccessor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PlotOptions"},{"id":20,"kind":1024,"name":"legendRows","url":"interfaces/plotoptions.html#legendrows","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PlotOptions"},{"id":21,"kind":1024,"name":"filterToScale","url":"interfaces/plotoptions.html#filtertoscale","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PlotOptions"},{"id":22,"kind":1024,"name":"filterOverlapFactor","url":"interfaces/plotoptions.html#filteroverlapfactor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PlotOptions"},{"id":23,"kind":256,"name":"LinePlotOptions","url":"interfaces/lineplotoptions.html","classes":"tsd-kind-interface"},{"id":24,"kind":1024,"name":"color","url":"interfaces/lineplotoptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LinePlotOptions"},{"id":25,"kind":1024,"name":"width","url":"interfaces/lineplotoptions.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LinePlotOptions"},{"id":26,"kind":1024,"name":"dash","url":"interfaces/lineplotoptions.html#dash","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LinePlotOptions"},{"id":27,"kind":1024,"name":"offset","url":"interfaces/lineplotoptions.html#offset","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"LinePlotOptions"},{"id":28,"kind":1024,"name":"scale","url":"interfaces/lineplotoptions.html#scale","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"LinePlotOptions"},{"id":29,"kind":1024,"name":"domain","url":"interfaces/lineplotoptions.html#domain","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"LinePlotOptions"},{"id":30,"kind":1024,"name":"defined","url":"interfaces/lineplotoptions.html#defined","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"LinePlotOptions"},{"id":31,"kind":1024,"name":"hidden","url":"interfaces/lineplotoptions.html#hidden","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"LinePlotOptions"},{"id":32,"kind":1024,"name":"horizontal","url":"interfaces/lineplotoptions.html#horizontal","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"LinePlotOptions"},{"id":33,"kind":1024,"name":"data","url":"interfaces/lineplotoptions.html#data","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"LinePlotOptions"},{"id":34,"kind":1024,"name":"dataAccessor","url":"interfaces/lineplotoptions.html#dataaccessor","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"LinePlotOptions"},{"id":35,"kind":1024,"name":"legendRows","url":"interfaces/lineplotoptions.html#legendrows","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"LinePlotOptions"},{"id":36,"kind":1024,"name":"filterToScale","url":"interfaces/lineplotoptions.html#filtertoscale","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"LinePlotOptions"},{"id":37,"kind":1024,"name":"filterOverlapFactor","url":"interfaces/lineplotoptions.html#filteroverlapfactor","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"LinePlotOptions"},{"id":38,"kind":256,"name":"DotPlotOptions","url":"interfaces/dotplotoptions.html","classes":"tsd-kind-interface"},{"id":39,"kind":1024,"name":"radius","url":"interfaces/dotplotoptions.html#radius","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DotPlotOptions"},{"id":40,"kind":1024,"name":"color","url":"interfaces/dotplotoptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DotPlotOptions"},{"id":41,"kind":1024,"name":"width","url":"interfaces/dotplotoptions.html#width","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DotPlotOptions"},{"id":42,"kind":1024,"name":"dash","url":"interfaces/dotplotoptions.html#dash","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DotPlotOptions"},{"id":43,"kind":1024,"name":"offset","url":"interfaces/dotplotoptions.html#offset","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DotPlotOptions"},{"id":44,"kind":1024,"name":"scale","url":"interfaces/dotplotoptions.html#scale","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DotPlotOptions"},{"id":45,"kind":1024,"name":"domain","url":"interfaces/dotplotoptions.html#domain","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DotPlotOptions"},{"id":46,"kind":1024,"name":"defined","url":"interfaces/dotplotoptions.html#defined","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DotPlotOptions"},{"id":47,"kind":1024,"name":"hidden","url":"interfaces/dotplotoptions.html#hidden","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DotPlotOptions"},{"id":48,"kind":1024,"name":"horizontal","url":"interfaces/dotplotoptions.html#horizontal","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DotPlotOptions"},{"id":49,"kind":1024,"name":"data","url":"interfaces/dotplotoptions.html#data","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DotPlotOptions"},{"id":50,"kind":1024,"name":"dataAccessor","url":"interfaces/dotplotoptions.html#dataaccessor","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DotPlotOptions"},{"id":51,"kind":1024,"name":"legendRows","url":"interfaces/dotplotoptions.html#legendrows","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DotPlotOptions"},{"id":52,"kind":1024,"name":"filterToScale","url":"interfaces/dotplotoptions.html#filtertoscale","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DotPlotOptions"},{"id":53,"kind":1024,"name":"filterOverlapFactor","url":"interfaces/dotplotoptions.html#filteroverlapfactor","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DotPlotOptions"},{"id":54,"kind":256,"name":"AreaPlotOptions","url":"interfaces/areaplotoptions.html","classes":"tsd-kind-interface"},{"id":55,"kind":1024,"name":"fill","url":"interfaces/areaplotoptions.html#fill","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AreaPlotOptions"},{"id":56,"kind":1024,"name":"color","url":"interfaces/areaplotoptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AreaPlotOptions"},{"id":57,"kind":1024,"name":"width","url":"interfaces/areaplotoptions.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AreaPlotOptions"},{"id":58,"kind":1024,"name":"fillOpacity","url":"interfaces/areaplotoptions.html#fillopacity","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AreaPlotOptions"},{"id":59,"kind":1024,"name":"useMinAsBase","url":"interfaces/areaplotoptions.html#useminasbase","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AreaPlotOptions"},{"id":60,"kind":1024,"name":"inverseColor","url":"interfaces/areaplotoptions.html#inversecolor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AreaPlotOptions"},{"id":61,"kind":1024,"name":"offset","url":"interfaces/areaplotoptions.html#offset","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"AreaPlotOptions"},{"id":62,"kind":1024,"name":"scale","url":"interfaces/areaplotoptions.html#scale","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"AreaPlotOptions"},{"id":63,"kind":1024,"name":"domain","url":"interfaces/areaplotoptions.html#domain","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"AreaPlotOptions"},{"id":64,"kind":1024,"name":"defined","url":"interfaces/areaplotoptions.html#defined","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"AreaPlotOptions"},{"id":65,"kind":1024,"name":"hidden","url":"interfaces/areaplotoptions.html#hidden","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"AreaPlotOptions"},{"id":66,"kind":1024,"name":"horizontal","url":"interfaces/areaplotoptions.html#horizontal","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"AreaPlotOptions"},{"id":67,"kind":1024,"name":"data","url":"interfaces/areaplotoptions.html#data","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"AreaPlotOptions"},{"id":68,"kind":1024,"name":"dataAccessor","url":"interfaces/areaplotoptions.html#dataaccessor","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"AreaPlotOptions"},{"id":69,"kind":1024,"name":"legendRows","url":"interfaces/areaplotoptions.html#legendrows","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"AreaPlotOptions"},{"id":70,"kind":1024,"name":"filterToScale","url":"interfaces/areaplotoptions.html#filtertoscale","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"AreaPlotOptions"},{"id":71,"kind":1024,"name":"filterOverlapFactor","url":"interfaces/areaplotoptions.html#filteroverlapfactor","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"AreaPlotOptions"},{"id":72,"kind":256,"name":"DifferentialPlotSerieOptions","url":"interfaces/differentialplotserieoptions.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":73,"kind":1024,"name":"scale","url":"interfaces/differentialplotserieoptions.html#scale","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"DifferentialPlotSerieOptions"},{"id":74,"kind":1024,"name":"domain","url":"interfaces/differentialplotserieoptions.html#domain","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"DifferentialPlotSerieOptions"},{"id":75,"kind":1024,"name":"color","url":"interfaces/differentialplotserieoptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"DifferentialPlotSerieOptions"},{"id":76,"kind":1024,"name":"fill","url":"interfaces/differentialplotserieoptions.html#fill","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"DifferentialPlotSerieOptions"},{"id":77,"kind":1024,"name":"lineWidth","url":"interfaces/differentialplotserieoptions.html#linewidth","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"DifferentialPlotSerieOptions"},{"id":78,"kind":256,"name":"DifferentialPlotOptions","url":"interfaces/differentialplotoptions.html","classes":"tsd-kind-interface"},{"id":79,"kind":1024,"name":"serie1","url":"interfaces/differentialplotoptions.html#serie1","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DifferentialPlotOptions"},{"id":80,"kind":1024,"name":"serie2","url":"interfaces/differentialplotoptions.html#serie2","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DifferentialPlotOptions"},{"id":81,"kind":1024,"name":"fillOpacity","url":"interfaces/differentialplotoptions.html#fillopacity","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DifferentialPlotOptions"},{"id":82,"kind":1024,"name":"offset","url":"interfaces/differentialplotoptions.html#offset","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DifferentialPlotOptions"},{"id":83,"kind":1024,"name":"scale","url":"interfaces/differentialplotoptions.html#scale","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DifferentialPlotOptions"},{"id":84,"kind":1024,"name":"domain","url":"interfaces/differentialplotoptions.html#domain","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DifferentialPlotOptions"},{"id":85,"kind":1024,"name":"defined","url":"interfaces/differentialplotoptions.html#defined","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DifferentialPlotOptions"},{"id":86,"kind":1024,"name":"hidden","url":"interfaces/differentialplotoptions.html#hidden","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DifferentialPlotOptions"},{"id":87,"kind":1024,"name":"horizontal","url":"interfaces/differentialplotoptions.html#horizontal","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DifferentialPlotOptions"},{"id":88,"kind":1024,"name":"data","url":"interfaces/differentialplotoptions.html#data","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DifferentialPlotOptions"},{"id":89,"kind":1024,"name":"dataAccessor","url":"interfaces/differentialplotoptions.html#dataaccessor","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DifferentialPlotOptions"},{"id":90,"kind":1024,"name":"legendRows","url":"interfaces/differentialplotoptions.html#legendrows","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DifferentialPlotOptions"},{"id":91,"kind":1024,"name":"filterToScale","url":"interfaces/differentialplotoptions.html#filtertoscale","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DifferentialPlotOptions"},{"id":92,"kind":1024,"name":"filterOverlapFactor","url":"interfaces/differentialplotoptions.html#filteroverlapfactor","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DifferentialPlotOptions"},{"id":93,"kind":4194304,"name":"PlotData","url":"globals.html#plotdata","classes":"tsd-kind-type-alias"},{"id":94,"kind":4194304,"name":"DifferentialPlotData","url":"globals.html#differentialplotdata","classes":"tsd-kind-type-alias"},{"id":95,"kind":4194304,"name":"DefinedFunction","url":"globals.html#definedfunction","classes":"tsd-kind-type-alias"},{"id":96,"kind":65536,"name":"__type","url":"globals.html#definedfunction.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"DefinedFunction"},{"id":97,"kind":4194304,"name":"DataAccessorFunction","url":"globals.html#dataaccessorfunction","classes":"tsd-kind-type-alias"},{"id":98,"kind":65536,"name":"__type","url":"globals.html#dataaccessorfunction.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"DataAccessorFunction"},{"id":99,"kind":256,"name":"ScaleHandler","url":"interfaces/scalehandler.html","classes":"tsd-kind-interface"},{"id":100,"kind":1024,"name":"scale","url":"interfaces/scalehandler.html#scale","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ScaleHandler"},{"id":101,"kind":1024,"name":"dataScale","url":"interfaces/scalehandler.html#datascale","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ScaleHandler"},{"id":102,"kind":2048,"name":"baseDomain","url":"interfaces/scalehandler.html#basedomain","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ScaleHandler"},{"id":103,"kind":2048,"name":"range","url":"interfaces/scalehandler.html#range","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ScaleHandler"},{"id":104,"kind":2048,"name":"rescale","url":"interfaces/scalehandler.html#rescale","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ScaleHandler"},{"id":105,"kind":256,"name":"ScaleHandlerTicks","url":"interfaces/scalehandlerticks.html","classes":"tsd-kind-interface"},{"id":106,"kind":1024,"name":"major","url":"interfaces/scalehandlerticks.html#major","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ScaleHandlerTicks"},{"id":107,"kind":1024,"name":"minor","url":"interfaces/scalehandlerticks.html#minor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ScaleHandlerTicks"},{"id":108,"kind":256,"name":"ScaleInterpolator","url":"interfaces/scaleinterpolator.html","classes":"tsd-kind-interface"},{"id":109,"kind":2048,"name":"forward","url":"interfaces/scaleinterpolator.html#forward","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ScaleInterpolator"},{"id":110,"kind":2048,"name":"reverse","url":"interfaces/scaleinterpolator.html#reverse","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ScaleInterpolator"},{"id":111,"kind":2048,"name":"forwardInterpolatedDomain","url":"interfaces/scaleinterpolator.html#forwardinterpolateddomain","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ScaleInterpolator"},{"id":112,"kind":2048,"name":"reverseInterpolatedDomain","url":"interfaces/scaleinterpolator.html#reverseinterpolateddomain","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ScaleInterpolator"},{"id":113,"kind":128,"name":"ScaleHelper","url":"classes/scalehelper.html","classes":"tsd-kind-class"},{"id":114,"kind":2048,"name":"getPixelRatio","url":"classes/scalehelper.html#getpixelratio","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"ScaleHelper"},{"id":115,"kind":2048,"name":"getDomainRatio","url":"classes/scalehelper.html#getdomainratio","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"ScaleHelper"},{"id":116,"kind":2048,"name":"getDomainSpan","url":"classes/scalehelper.html#getdomainspan","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"ScaleHelper"},{"id":117,"kind":2048,"name":"getDomainPixelSpan","url":"classes/scalehelper.html#getdomainpixelspan","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"ScaleHelper"},{"id":118,"kind":2048,"name":"getRangeSpan","url":"classes/scalehelper.html#getrangespan","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"ScaleHelper"},{"id":119,"kind":2048,"name":"createLogTicks","url":"classes/scalehelper.html#createlogticks","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"ScaleHelper"},{"id":120,"kind":2048,"name":"createLinearTicks","url":"classes/scalehelper.html#createlinearticks","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"ScaleHelper"},{"id":121,"kind":2048,"name":"createMinorTicks","url":"classes/scalehelper.html#createminorticks","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private tsd-is-static","parent":"ScaleHelper"},{"id":122,"kind":2048,"name":"createTicks","url":"classes/scalehelper.html#createticks","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"ScaleHelper"},{"id":123,"kind":32,"name":"ticksFactor","url":"globals.html#ticksfactor","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":124,"kind":32,"name":"minSize","url":"globals.html#minsize","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":125,"kind":128,"name":"DataHelper","url":"classes/datahelper.html","classes":"tsd-kind-class"},{"id":126,"kind":2048,"name":"mean","url":"classes/datahelper.html#mean","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"DataHelper"},{"id":127,"kind":2048,"name":"minmax","url":"classes/datahelper.html#minmax","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"DataHelper"},{"id":128,"kind":2048,"name":"isWithinBounds","url":"classes/datahelper.html#iswithinbounds","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"DataHelper"},{"id":129,"kind":2048,"name":"trimUndefinedValues","url":"classes/datahelper.html#trimundefinedvalues","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"DataHelper"},{"id":130,"kind":2048,"name":"filterData","url":"classes/datahelper.html#filterdata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"DataHelper"},{"id":131,"kind":2048,"name":"findNextDefined","url":"classes/datahelper.html#findnextdefined","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"DataHelper"},{"id":132,"kind":2048,"name":"findNextUndefined","url":"classes/datahelper.html#findnextundefined","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"DataHelper"},{"id":133,"kind":2048,"name":"resample","url":"classes/datahelper.html#resample","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"DataHelper"},{"id":134,"kind":2048,"name":"downsample","url":"classes/datahelper.html#downsample","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"DataHelper"},{"id":135,"kind":2048,"name":"mergeDataSeries","url":"classes/datahelper.html#mergedataseries","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"DataHelper"},{"id":136,"kind":2048,"name":"queryContinuousData","url":"classes/datahelper.html#querycontinuousdata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"DataHelper"},{"id":137,"kind":2048,"name":"queryPointData","url":"classes/datahelper.html#querypointdata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"DataHelper"},{"id":138,"kind":2048,"name":"queryZoneData","url":"classes/datahelper.html#queryzonedata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"DataHelper"},{"id":139,"kind":4194304,"name":"ReducerFunction","url":"globals.html#reducerfunction","classes":"tsd-kind-type-alias"},{"id":140,"kind":65536,"name":"__type","url":"globals.html#reducerfunction.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"ReducerFunction"},{"id":141,"kind":128,"name":"GridHelper","url":"classes/gridhelper.html","classes":"tsd-kind-class"},{"id":142,"kind":2048,"name":"drawGrid","url":"classes/gridhelper.html#drawgrid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"GridHelper"},{"id":143,"kind":32,"name":"colorMajor","url":"globals.html#colormajor","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":144,"kind":32,"name":"colorMinor","url":"globals.html#colorminor","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":145,"kind":32,"name":"strokeMajor","url":"globals.html#strokemajor","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":146,"kind":32,"name":"strokeMinor","url":"globals.html#strokeminor","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":147,"kind":256,"name":"Transform","url":"interfaces/transform.html","classes":"tsd-kind-interface"},{"id":148,"kind":1024,"name":"x","url":"interfaces/transform.html#x","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Transform"},{"id":149,"kind":1024,"name":"y","url":"interfaces/transform.html#y","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Transform"},{"id":150,"kind":1024,"name":"k","url":"interfaces/transform.html#k","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Transform"},{"id":151,"kind":256,"name":"TrackEvent","url":"interfaces/trackevent.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":152,"kind":256,"name":"OnMountEvent","url":"interfaces/onmountevent.html","classes":"tsd-kind-interface"},{"id":153,"kind":1024,"name":"elm","url":"interfaces/onmountevent.html#elm","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"OnMountEvent"},{"id":154,"kind":1024,"name":"scale","url":"interfaces/onmountevent.html#scale","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"OnMountEvent"},{"id":155,"kind":256,"name":"OnUnmountEvent","url":"interfaces/onunmountevent.html","classes":"tsd-kind-interface"},{"id":156,"kind":1024,"name":"elm","url":"interfaces/onunmountevent.html#elm","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"OnUnmountEvent"},{"id":157,"kind":256,"name":"OnUpdateEvent","url":"interfaces/onupdateevent.html","classes":"tsd-kind-interface"},{"id":158,"kind":1024,"name":"elm","url":"interfaces/onupdateevent.html#elm","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"OnUpdateEvent"},{"id":159,"kind":1024,"name":"scale","url":"interfaces/onupdateevent.html#scale","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"OnUpdateEvent"},{"id":160,"kind":256,"name":"OnRescaleEvent","url":"interfaces/onrescaleevent.html","classes":"tsd-kind-interface"},{"id":161,"kind":1024,"name":"scale","url":"interfaces/onrescaleevent.html#scale","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"OnRescaleEvent"},{"id":162,"kind":1024,"name":"domain","url":"interfaces/onrescaleevent.html#domain","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"OnRescaleEvent"},{"id":163,"kind":1024,"name":"transform","url":"interfaces/onrescaleevent.html#transform","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"OnRescaleEvent"},{"id":164,"kind":256,"name":"TrackOptions","url":"interfaces/trackoptions.html","classes":"tsd-kind-interface"},{"id":165,"kind":1024,"name":"label","url":"interfaces/trackoptions.html#label","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"TrackOptions"},{"id":166,"kind":1024,"name":"abbr","url":"interfaces/trackoptions.html#abbr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"TrackOptions"},{"id":167,"kind":1024,"name":"loader","url":"interfaces/trackoptions.html#loader","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"TrackOptions"},{"id":168,"kind":1024,"name":"legendConfig","url":"interfaces/trackoptions.html#legendconfig","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"TrackOptions"},{"id":169,"kind":1024,"name":"horizontal","url":"interfaces/trackoptions.html#horizontal","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"TrackOptions"},{"id":170,"kind":1024,"name":"width","url":"interfaces/trackoptions.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"TrackOptions"},{"id":171,"kind":1024,"name":"maxWidth","url":"interfaces/trackoptions.html#maxwidth","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"TrackOptions"},{"id":172,"kind":2048,"name":"onMount","url":"interfaces/trackoptions.html#onmount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"TrackOptions"},{"id":173,"kind":2048,"name":"onUnmount","url":"interfaces/trackoptions.html#onunmount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"TrackOptions"},{"id":174,"kind":2048,"name":"onUpdate","url":"interfaces/trackoptions.html#onupdate","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"TrackOptions"},{"id":175,"kind":2048,"name":"onRescale","url":"interfaces/trackoptions.html#onrescale","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"TrackOptions"},{"id":176,"kind":2048,"name":"onError","url":"interfaces/trackoptions.html#onerror","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"TrackOptions"},{"id":177,"kind":128,"name":"Track","url":"classes/track.html","classes":"tsd-kind-class"},{"id":178,"kind":1024,"name":"options","url":"classes/track.html#options","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Track"},{"id":179,"kind":1024,"name":"id","url":"classes/track.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Track"},{"id":180,"kind":1024,"name":"elm","url":"classes/track.html#elm","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Track"},{"id":181,"kind":1024,"name":"loader","url":"classes/track.html#loader","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Track"},{"id":182,"kind":1024,"name":"transform","url":"classes/track.html#transform","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Track"},{"id":183,"kind":1024,"name":"scale","url":"classes/track.html#scale","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Track"},{"id":184,"kind":1024,"name":"error","url":"classes/track.html#error","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Track"},{"id":185,"kind":1024,"name":"order","url":"classes/track.html#order","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Track"},{"id":186,"kind":1024,"name":"legendUpdate","url":"classes/track.html#legendupdate","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Track"},{"id":187,"kind":1024,"name":"_data","url":"classes/track.html#_data","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"Track"},{"id":188,"kind":1024,"name":"_isLoading","url":"classes/track.html#_isloading","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"Track"},{"id":189,"kind":1024,"name":"_mounted","url":"classes/track.html#_mounted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"Track"},{"id":190,"kind":512,"name":"constructor","url":"classes/track.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Track"},{"id":191,"kind":2048,"name":"init","url":"classes/track.html#init","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Track"},{"id":192,"kind":2048,"name":"onMount","url":"classes/track.html#onmount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Track"},{"id":193,"kind":2048,"name":"onUnmount","url":"classes/track.html#onunmount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Track"},{"id":194,"kind":2048,"name":"onUpdate","url":"classes/track.html#onupdate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Track"},{"id":195,"kind":2048,"name":"onRescale","url":"classes/track.html#onrescale","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Track"},{"id":196,"kind":2048,"name":"onError","url":"classes/track.html#onerror","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Track"},{"id":197,"kind":2048,"name":"onDataLoaded","url":"classes/track.html#ondataloaded","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Track"},{"id":198,"kind":2048,"name":"loadData","url":"classes/track.html#loaddata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Track"},{"id":199,"kind":2048,"name":"refresh","url":"classes/track.html#refresh","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Track"},{"id":200,"kind":262144,"name":"isLoading","url":"classes/track.html#isloading","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"Track"},{"id":201,"kind":262144,"name":"data","url":"classes/track.html#data","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"Track"},{"id":202,"kind":262144,"name":"isMounted","url":"classes/track.html#ismounted","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Track"},{"id":203,"kind":2097152,"name":"defaults","url":"globals.html#defaults","classes":"tsd-kind-object-literal tsd-is-not-exported"},{"id":204,"kind":32,"name":"width","url":"globals.html#defaults.width","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"defaults"},{"id":205,"kind":32,"name":"maxWidth","url":"globals.html#defaults.maxwidth","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"defaults"},{"id":206,"kind":32,"name":"horizontal","url":"globals.html#defaults.horizontal","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"defaults"},{"id":207,"kind":128,"name":"SvgTrack","url":"classes/svgtrack.html","classes":"tsd-kind-class"},{"id":208,"kind":1024,"name":"plotGroup","url":"classes/svgtrack.html#plotgroup","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"SvgTrack"},{"id":209,"kind":1024,"name":"elm","url":"classes/svgtrack.html#elm","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"SvgTrack"},{"id":210,"kind":2048,"name":"onMount","url":"classes/svgtrack.html#onmount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SvgTrack"},{"id":211,"kind":2048,"name":"onUpdate","url":"classes/svgtrack.html#onupdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SvgTrack"},{"id":212,"kind":1024,"name":"options","url":"classes/svgtrack.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"SvgTrack"},{"id":213,"kind":1024,"name":"id","url":"classes/svgtrack.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"SvgTrack"},{"id":214,"kind":1024,"name":"loader","url":"classes/svgtrack.html#loader","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"SvgTrack"},{"id":215,"kind":1024,"name":"transform","url":"classes/svgtrack.html#transform","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"SvgTrack"},{"id":216,"kind":1024,"name":"scale","url":"classes/svgtrack.html#scale","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"SvgTrack"},{"id":217,"kind":1024,"name":"error","url":"classes/svgtrack.html#error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"SvgTrack"},{"id":218,"kind":1024,"name":"order","url":"classes/svgtrack.html#order","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"SvgTrack"},{"id":219,"kind":1024,"name":"legendUpdate","url":"classes/svgtrack.html#legendupdate","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"SvgTrack"},{"id":220,"kind":1024,"name":"_data","url":"classes/svgtrack.html#_data","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"SvgTrack"},{"id":221,"kind":1024,"name":"_isLoading","url":"classes/svgtrack.html#_isloading","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"SvgTrack"},{"id":222,"kind":1024,"name":"_mounted","url":"classes/svgtrack.html#_mounted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"SvgTrack"},{"id":223,"kind":512,"name":"constructor","url":"classes/svgtrack.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"SvgTrack"},{"id":224,"kind":2048,"name":"init","url":"classes/svgtrack.html#init","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SvgTrack"},{"id":225,"kind":2048,"name":"onUnmount","url":"classes/svgtrack.html#onunmount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SvgTrack"},{"id":226,"kind":2048,"name":"onRescale","url":"classes/svgtrack.html#onrescale","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SvgTrack"},{"id":227,"kind":2048,"name":"onError","url":"classes/svgtrack.html#onerror","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SvgTrack"},{"id":228,"kind":2048,"name":"onDataLoaded","url":"classes/svgtrack.html#ondataloaded","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SvgTrack"},{"id":229,"kind":2048,"name":"loadData","url":"classes/svgtrack.html#loaddata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SvgTrack"},{"id":230,"kind":2048,"name":"refresh","url":"classes/svgtrack.html#refresh","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SvgTrack"},{"id":231,"kind":262144,"name":"isLoading","url":"classes/svgtrack.html#isloading","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"SvgTrack"},{"id":232,"kind":262144,"name":"data","url":"classes/svgtrack.html#data","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"SvgTrack"},{"id":233,"kind":262144,"name":"isMounted","url":"classes/svgtrack.html#ismounted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"SvgTrack"},{"id":234,"kind":128,"name":"CanvasTrack","url":"classes/canvastrack.html","classes":"tsd-kind-class"},{"id":235,"kind":1024,"name":"ctx","url":"classes/canvastrack.html#ctx","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CanvasTrack"},{"id":236,"kind":1024,"name":"elm","url":"classes/canvastrack.html#elm","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"CanvasTrack"},{"id":237,"kind":2048,"name":"onMount","url":"classes/canvastrack.html#onmount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"CanvasTrack"},{"id":238,"kind":2048,"name":"onUpdate","url":"classes/canvastrack.html#onupdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"CanvasTrack"},{"id":239,"kind":1024,"name":"options","url":"classes/canvastrack.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"CanvasTrack"},{"id":240,"kind":1024,"name":"id","url":"classes/canvastrack.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"CanvasTrack"},{"id":241,"kind":1024,"name":"loader","url":"classes/canvastrack.html#loader","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"CanvasTrack"},{"id":242,"kind":1024,"name":"transform","url":"classes/canvastrack.html#transform","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"CanvasTrack"},{"id":243,"kind":1024,"name":"scale","url":"classes/canvastrack.html#scale","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"CanvasTrack"},{"id":244,"kind":1024,"name":"error","url":"classes/canvastrack.html#error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"CanvasTrack"},{"id":245,"kind":1024,"name":"order","url":"classes/canvastrack.html#order","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"CanvasTrack"},{"id":246,"kind":1024,"name":"legendUpdate","url":"classes/canvastrack.html#legendupdate","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"CanvasTrack"},{"id":247,"kind":1024,"name":"_data","url":"classes/canvastrack.html#_data","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"CanvasTrack"},{"id":248,"kind":1024,"name":"_isLoading","url":"classes/canvastrack.html#_isloading","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"CanvasTrack"},{"id":249,"kind":1024,"name":"_mounted","url":"classes/canvastrack.html#_mounted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"CanvasTrack"},{"id":250,"kind":512,"name":"constructor","url":"classes/canvastrack.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"CanvasTrack"},{"id":251,"kind":2048,"name":"init","url":"classes/canvastrack.html#init","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"CanvasTrack"},{"id":252,"kind":2048,"name":"onUnmount","url":"classes/canvastrack.html#onunmount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"CanvasTrack"},{"id":253,"kind":2048,"name":"onRescale","url":"classes/canvastrack.html#onrescale","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"CanvasTrack"},{"id":254,"kind":2048,"name":"onError","url":"classes/canvastrack.html#onerror","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"CanvasTrack"},{"id":255,"kind":2048,"name":"onDataLoaded","url":"classes/canvastrack.html#ondataloaded","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"CanvasTrack"},{"id":256,"kind":2048,"name":"loadData","url":"classes/canvastrack.html#loaddata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"CanvasTrack"},{"id":257,"kind":2048,"name":"refresh","url":"classes/canvastrack.html#refresh","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"CanvasTrack"},{"id":258,"kind":262144,"name":"isLoading","url":"classes/canvastrack.html#isloading","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"CanvasTrack"},{"id":259,"kind":262144,"name":"data","url":"classes/canvastrack.html#data","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"CanvasTrack"},{"id":260,"kind":262144,"name":"isMounted","url":"classes/canvastrack.html#ismounted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"CanvasTrack"},{"id":261,"kind":128,"name":"HtmlTrack","url":"classes/htmltrack.html","classes":"tsd-kind-class"},{"id":262,"kind":1024,"name":"container","url":"classes/htmltrack.html#container","classes":"tsd-kind-property tsd-parent-kind-class","parent":"HtmlTrack"},{"id":263,"kind":1024,"name":"elm","url":"classes/htmltrack.html#elm","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"HtmlTrack"},{"id":264,"kind":2048,"name":"onMount","url":"classes/htmltrack.html#onmount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"HtmlTrack"},{"id":265,"kind":2048,"name":"onUpdate","url":"classes/htmltrack.html#onupdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"HtmlTrack"},{"id":266,"kind":1024,"name":"options","url":"classes/htmltrack.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"HtmlTrack"},{"id":267,"kind":1024,"name":"id","url":"classes/htmltrack.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"HtmlTrack"},{"id":268,"kind":1024,"name":"loader","url":"classes/htmltrack.html#loader","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"HtmlTrack"},{"id":269,"kind":1024,"name":"transform","url":"classes/htmltrack.html#transform","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"HtmlTrack"},{"id":270,"kind":1024,"name":"scale","url":"classes/htmltrack.html#scale","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"HtmlTrack"},{"id":271,"kind":1024,"name":"error","url":"classes/htmltrack.html#error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"HtmlTrack"},{"id":272,"kind":1024,"name":"order","url":"classes/htmltrack.html#order","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"HtmlTrack"},{"id":273,"kind":1024,"name":"legendUpdate","url":"classes/htmltrack.html#legendupdate","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"HtmlTrack"},{"id":274,"kind":1024,"name":"_data","url":"classes/htmltrack.html#_data","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"HtmlTrack"},{"id":275,"kind":1024,"name":"_isLoading","url":"classes/htmltrack.html#_isloading","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"HtmlTrack"},{"id":276,"kind":1024,"name":"_mounted","url":"classes/htmltrack.html#_mounted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"HtmlTrack"},{"id":277,"kind":512,"name":"constructor","url":"classes/htmltrack.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"HtmlTrack"},{"id":278,"kind":2048,"name":"init","url":"classes/htmltrack.html#init","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HtmlTrack"},{"id":279,"kind":2048,"name":"onUnmount","url":"classes/htmltrack.html#onunmount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HtmlTrack"},{"id":280,"kind":2048,"name":"onRescale","url":"classes/htmltrack.html#onrescale","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HtmlTrack"},{"id":281,"kind":2048,"name":"onError","url":"classes/htmltrack.html#onerror","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HtmlTrack"},{"id":282,"kind":2048,"name":"onDataLoaded","url":"classes/htmltrack.html#ondataloaded","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HtmlTrack"},{"id":283,"kind":2048,"name":"loadData","url":"classes/htmltrack.html#loaddata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HtmlTrack"},{"id":284,"kind":2048,"name":"refresh","url":"classes/htmltrack.html#refresh","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HtmlTrack"},{"id":285,"kind":262144,"name":"isLoading","url":"classes/htmltrack.html#isloading","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"HtmlTrack"},{"id":286,"kind":262144,"name":"data","url":"classes/htmltrack.html#data","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"HtmlTrack"},{"id":287,"kind":262144,"name":"isMounted","url":"classes/htmltrack.html#ismounted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"HtmlTrack"},{"id":288,"kind":128,"name":"Plot","url":"classes/plot.html","classes":"tsd-kind-class"},{"id":289,"kind":1024,"name":"id","url":"classes/plot.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Plot"},{"id":290,"kind":1024,"name":"options","url":"classes/plot.html#options","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Plot"},{"id":291,"kind":1024,"name":"data","url":"classes/plot.html#data","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Plot"},{"id":292,"kind":1024,"name":"scale","url":"classes/plot.html#scale","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Plot"},{"id":293,"kind":512,"name":"constructor","url":"classes/plot.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Plot"},{"id":294,"kind":262144,"name":"offset","url":"classes/plot.html#offset","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Plot"},{"id":295,"kind":2048,"name":"setRange","url":"classes/plot.html#setrange","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Plot"},{"id":296,"kind":2048,"name":"setData","url":"classes/plot.html#setdata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Plot"},{"id":297,"kind":2048,"name":"setOption","url":"classes/plot.html#setoption","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Plot"},{"id":298,"kind":2048,"name":"setOptions","url":"classes/plot.html#setoptions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Plot"},{"id":299,"kind":2048,"name":"plot","url":"classes/plot.html#plot-1","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Plot"},{"id":300,"kind":128,"name":"LinePlot","url":"classes/lineplot.html","classes":"tsd-kind-class"},{"id":301,"kind":1024,"name":"options","url":"classes/lineplot.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"LinePlot"},{"id":302,"kind":1024,"name":"scale","url":"classes/lineplot.html#scale","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"LinePlot"},{"id":303,"kind":1024,"name":"data","url":"classes/lineplot.html#data","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"LinePlot"},{"id":304,"kind":2048,"name":"plot","url":"classes/lineplot.html#plot","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"LinePlot"},{"id":305,"kind":1024,"name":"id","url":"classes/lineplot.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"LinePlot"},{"id":306,"kind":512,"name":"constructor","url":"classes/lineplot.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"LinePlot"},{"id":307,"kind":262144,"name":"offset","url":"classes/lineplot.html#offset","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"LinePlot"},{"id":308,"kind":2048,"name":"setRange","url":"classes/lineplot.html#setrange","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LinePlot"},{"id":309,"kind":2048,"name":"setData","url":"classes/lineplot.html#setdata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LinePlot"},{"id":310,"kind":2048,"name":"setOption","url":"classes/lineplot.html#setoption","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LinePlot"},{"id":311,"kind":2048,"name":"setOptions","url":"classes/lineplot.html#setoptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LinePlot"},{"id":312,"kind":128,"name":"AreaPlot","url":"classes/areaplot.html","classes":"tsd-kind-class"},{"id":313,"kind":1024,"name":"options","url":"classes/areaplot.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"AreaPlot"},{"id":314,"kind":1024,"name":"scale","url":"classes/areaplot.html#scale","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"AreaPlot"},{"id":315,"kind":1024,"name":"data","url":"classes/areaplot.html#data","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"AreaPlot"},{"id":316,"kind":2048,"name":"plot","url":"classes/areaplot.html#plot","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"AreaPlot"},{"id":317,"kind":1024,"name":"id","url":"classes/areaplot.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"AreaPlot"},{"id":318,"kind":512,"name":"constructor","url":"classes/areaplot.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"AreaPlot"},{"id":319,"kind":262144,"name":"offset","url":"classes/areaplot.html#offset","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"AreaPlot"},{"id":320,"kind":2048,"name":"setRange","url":"classes/areaplot.html#setrange","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AreaPlot"},{"id":321,"kind":2048,"name":"setData","url":"classes/areaplot.html#setdata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AreaPlot"},{"id":322,"kind":2048,"name":"setOption","url":"classes/areaplot.html#setoption","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AreaPlot"},{"id":323,"kind":2048,"name":"setOptions","url":"classes/areaplot.html#setoptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AreaPlot"},{"id":324,"kind":128,"name":"DotPlot","url":"classes/dotplot.html","classes":"tsd-kind-class"},{"id":325,"kind":1024,"name":"options","url":"classes/dotplot.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"DotPlot"},{"id":326,"kind":1024,"name":"scale","url":"classes/dotplot.html#scale","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"DotPlot"},{"id":327,"kind":1024,"name":"data","url":"classes/dotplot.html#data","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"DotPlot"},{"id":328,"kind":2048,"name":"plot","url":"classes/dotplot.html#plot","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DotPlot"},{"id":329,"kind":1024,"name":"id","url":"classes/dotplot.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"DotPlot"},{"id":330,"kind":512,"name":"constructor","url":"classes/dotplot.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"DotPlot"},{"id":331,"kind":262144,"name":"offset","url":"classes/dotplot.html#offset","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"DotPlot"},{"id":332,"kind":2048,"name":"setRange","url":"classes/dotplot.html#setrange","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DotPlot"},{"id":333,"kind":2048,"name":"setData","url":"classes/dotplot.html#setdata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DotPlot"},{"id":334,"kind":2048,"name":"setOption","url":"classes/dotplot.html#setoption","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DotPlot"},{"id":335,"kind":2048,"name":"setOptions","url":"classes/dotplot.html#setoptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DotPlot"},{"id":336,"kind":128,"name":"DifferentialPlot","url":"classes/differentialplot.html","classes":"tsd-kind-class"},{"id":337,"kind":1024,"name":"scale1","url":"classes/differentialplot.html#scale1","classes":"tsd-kind-property tsd-parent-kind-class","parent":"DifferentialPlot"},{"id":338,"kind":1024,"name":"scale2","url":"classes/differentialplot.html#scale2","classes":"tsd-kind-property tsd-parent-kind-class","parent":"DifferentialPlot"},{"id":339,"kind":1024,"name":"options","url":"classes/differentialplot.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"DifferentialPlot"},{"id":340,"kind":1024,"name":"data","url":"classes/differentialplot.html#data","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"DifferentialPlot"},{"id":341,"kind":1024,"name":"extent","url":"classes/differentialplot.html#extent","classes":"tsd-kind-property tsd-parent-kind-class","parent":"DifferentialPlot"},{"id":342,"kind":512,"name":"constructor","url":"classes/differentialplot.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DifferentialPlot"},{"id":343,"kind":2048,"name":"setData","url":"classes/differentialplot.html#setdata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DifferentialPlot"},{"id":344,"kind":2048,"name":"setRange","url":"classes/differentialplot.html#setrange","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DifferentialPlot"},{"id":345,"kind":2048,"name":"setOption","url":"classes/differentialplot.html#setoption","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DifferentialPlot"},{"id":346,"kind":2048,"name":"plot","url":"classes/differentialplot.html#plot","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DifferentialPlot"},{"id":347,"kind":1024,"name":"id","url":"classes/differentialplot.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"DifferentialPlot"},{"id":348,"kind":1024,"name":"scale","url":"classes/differentialplot.html#scale","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"DifferentialPlot"},{"id":349,"kind":262144,"name":"offset","url":"classes/differentialplot.html#offset","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"DifferentialPlot"},{"id":350,"kind":2048,"name":"setOptions","url":"classes/differentialplot.html#setoptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DifferentialPlot"},{"id":351,"kind":128,"name":"StepCustom","url":"classes/stepcustom.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":352,"kind":1024,"name":"_ctx","url":"classes/stepcustom.html#_ctx","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-not-exported","parent":"StepCustom"},{"id":353,"kind":1024,"name":"_line","url":"classes/stepcustom.html#_line","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-not-exported","parent":"StepCustom"},{"id":354,"kind":1024,"name":"_x","url":"classes/stepcustom.html#_x","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-not-exported","parent":"StepCustom"},{"id":355,"kind":1024,"name":"_y","url":"classes/stepcustom.html#_y","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-not-exported","parent":"StepCustom"},{"id":356,"kind":512,"name":"constructor","url":"classes/stepcustom.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported","parent":"StepCustom"},{"id":357,"kind":2048,"name":"areaStart","url":"classes/stepcustom.html#areastart","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"StepCustom"},{"id":358,"kind":2048,"name":"areaEnd","url":"classes/stepcustom.html#areaend","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"StepCustom"},{"id":359,"kind":2048,"name":"lineStart","url":"classes/stepcustom.html#linestart","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"StepCustom"},{"id":360,"kind":2048,"name":"lineEnd","url":"classes/stepcustom.html#lineend","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"StepCustom"},{"id":361,"kind":2048,"name":"point","url":"classes/stepcustom.html#point","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"StepCustom"},{"id":362,"kind":64,"name":"stepCustom","url":"globals.html#stepcustom","classes":"tsd-kind-function"},{"id":363,"kind":128,"name":"LineStepPlot","url":"classes/linestepplot.html","classes":"tsd-kind-class"},{"id":364,"kind":1024,"name":"options","url":"classes/linestepplot.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"LineStepPlot"},{"id":365,"kind":1024,"name":"scale","url":"classes/linestepplot.html#scale","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"LineStepPlot"},{"id":366,"kind":1024,"name":"data","url":"classes/linestepplot.html#data","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"LineStepPlot"},{"id":367,"kind":2048,"name":"plot","url":"classes/linestepplot.html#plot","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"LineStepPlot"},{"id":368,"kind":1024,"name":"id","url":"classes/linestepplot.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"LineStepPlot"},{"id":369,"kind":512,"name":"constructor","url":"classes/linestepplot.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"LineStepPlot"},{"id":370,"kind":262144,"name":"offset","url":"classes/linestepplot.html#offset","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"LineStepPlot"},{"id":371,"kind":2048,"name":"setRange","url":"classes/linestepplot.html#setrange","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LineStepPlot"},{"id":372,"kind":2048,"name":"setData","url":"classes/linestepplot.html#setdata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LineStepPlot"},{"id":373,"kind":2048,"name":"setOption","url":"classes/linestepplot.html#setoption","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LineStepPlot"},{"id":374,"kind":2048,"name":"setOptions","url":"classes/linestepplot.html#setoptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LineStepPlot"},{"id":375,"kind":256,"name":"PlotConfig","url":"interfaces/plotconfig.html","classes":"tsd-kind-interface"},{"id":376,"kind":1024,"name":"id","url":"interfaces/plotconfig.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PlotConfig"},{"id":377,"kind":1024,"name":"type","url":"interfaces/plotconfig.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PlotConfig"},{"id":378,"kind":1024,"name":"options","url":"interfaces/plotconfig.html#options","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PlotConfig"},{"id":379,"kind":256,"name":"PlotFactory","url":"interfaces/plotfactory.html","classes":"tsd-kind-interface"},{"id":380,"kind":256,"name":"GraphTrackOptions","url":"interfaces/graphtrackoptions.html","classes":"tsd-kind-interface"},{"id":381,"kind":1024,"name":"plots","url":"interfaces/graphtrackoptions.html#plots","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GraphTrackOptions"},{"id":382,"kind":1024,"name":"data","url":"interfaces/graphtrackoptions.html#data","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GraphTrackOptions"},{"id":383,"kind":1024,"name":"showLoader","url":"interfaces/graphtrackoptions.html#showloader","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GraphTrackOptions"},{"id":384,"kind":1024,"name":"scale","url":"interfaces/graphtrackoptions.html#scale","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GraphTrackOptions"},{"id":385,"kind":1024,"name":"domain","url":"interfaces/graphtrackoptions.html#domain","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GraphTrackOptions"},{"id":386,"kind":1024,"name":"togglePlotFromLegend","url":"interfaces/graphtrackoptions.html#toggleplotfromlegend","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GraphTrackOptions"},{"id":387,"kind":1024,"name":"plotFactory","url":"interfaces/graphtrackoptions.html#plotfactory","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GraphTrackOptions"},{"id":388,"kind":1024,"name":"transform","url":"interfaces/graphtrackoptions.html#transform","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GraphTrackOptions"},{"id":389,"kind":65536,"name":"__type","url":"interfaces/graphtrackoptions.html#transform.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"GraphTrackOptions.transform"},{"id":390,"kind":1024,"name":"alwaysTransform","url":"interfaces/graphtrackoptions.html#alwaystransform","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GraphTrackOptions"},{"id":391,"kind":1024,"name":"label","url":"interfaces/graphtrackoptions.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphTrackOptions"},{"id":392,"kind":1024,"name":"abbr","url":"interfaces/graphtrackoptions.html#abbr","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphTrackOptions"},{"id":393,"kind":1024,"name":"loader","url":"interfaces/graphtrackoptions.html#loader","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphTrackOptions"},{"id":394,"kind":1024,"name":"legendConfig","url":"interfaces/graphtrackoptions.html#legendconfig","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphTrackOptions"},{"id":395,"kind":1024,"name":"horizontal","url":"interfaces/graphtrackoptions.html#horizontal","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphTrackOptions"},{"id":396,"kind":1024,"name":"width","url":"interfaces/graphtrackoptions.html#width","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphTrackOptions"},{"id":397,"kind":1024,"name":"maxWidth","url":"interfaces/graphtrackoptions.html#maxwidth","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GraphTrackOptions"},{"id":398,"kind":2048,"name":"onMount","url":"interfaces/graphtrackoptions.html#onmount","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"GraphTrackOptions"},{"id":399,"kind":2048,"name":"onUnmount","url":"interfaces/graphtrackoptions.html#onunmount","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"GraphTrackOptions"},{"id":400,"kind":2048,"name":"onUpdate","url":"interfaces/graphtrackoptions.html#onupdate","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"GraphTrackOptions"},{"id":401,"kind":2048,"name":"onRescale","url":"interfaces/graphtrackoptions.html#onrescale","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"GraphTrackOptions"},{"id":402,"kind":2048,"name":"onError","url":"interfaces/graphtrackoptions.html#onerror","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"GraphTrackOptions"},{"id":403,"kind":4194304,"name":"PlotCreatorFunction","url":"globals.html#plotcreatorfunction","classes":"tsd-kind-type-alias"},{"id":404,"kind":65536,"name":"__type","url":"globals.html#plotcreatorfunction.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"PlotCreatorFunction"},{"id":405,"kind":64,"name":"patchPlotOptions","url":"globals.html#patchplotoptions","classes":"tsd-kind-function"},{"id":406,"kind":64,"name":"createScale","url":"globals.html#createscale","classes":"tsd-kind-function"},{"id":407,"kind":64,"name":"createDifferentialPlot","url":"globals.html#createdifferentialplot","classes":"tsd-kind-function tsd-is-not-exported"},{"id":408,"kind":64,"name":"createPlotType","url":"globals.html#createplottype","classes":"tsd-kind-function"},{"id":409,"kind":2097152,"name":"plotFactory","url":"globals.html#plotfactory","classes":"tsd-kind-object-literal"},{"id":410,"kind":32,"name":"line","url":"globals.html#plotfactory.line","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"plotFactory"},{"id":411,"kind":65536,"name":"__type","url":"globals.html#plotfactory.line.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"plotFactory.line"},{"id":412,"kind":32,"name":"area","url":"globals.html#plotfactory.area","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"plotFactory"},{"id":413,"kind":65536,"name":"__type","url":"globals.html#plotfactory.area.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"plotFactory.area"},{"id":414,"kind":32,"name":"dot","url":"globals.html#plotfactory.dot","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"plotFactory"},{"id":415,"kind":65536,"name":"__type","url":"globals.html#plotfactory.dot.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"plotFactory.dot"},{"id":416,"kind":32,"name":"differential","url":"globals.html#plotfactory.differential","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"plotFactory"},{"id":417,"kind":32,"name":"linestep","url":"globals.html#plotfactory.linestep","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"plotFactory"},{"id":418,"kind":65536,"name":"__type","url":"globals.html#plotfactory.linestep.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"plotFactory.linestep"},{"id":419,"kind":128,"name":"BasicScaleHandler","url":"classes/basicscalehandler.html","classes":"tsd-kind-class"},{"id":420,"kind":1024,"name":"scale","url":"classes/basicscalehandler.html#scale","classes":"tsd-kind-property tsd-parent-kind-class","parent":"BasicScaleHandler"},{"id":421,"kind":1024,"name":"_baseDomain","url":"classes/basicscalehandler.html#_basedomain","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"BasicScaleHandler"},{"id":422,"kind":512,"name":"constructor","url":"classes/basicscalehandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"BasicScaleHandler"},{"id":423,"kind":2048,"name":"rescale","url":"classes/basicscalehandler.html#rescale","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BasicScaleHandler"},{"id":424,"kind":2048,"name":"ticks","url":"classes/basicscalehandler.html#ticks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BasicScaleHandler"},{"id":425,"kind":2048,"name":"baseDomain","url":"classes/basicscalehandler.html#basedomain","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BasicScaleHandler"},{"id":426,"kind":2048,"name":"range","url":"classes/basicscalehandler.html#range","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BasicScaleHandler"},{"id":427,"kind":262144,"name":"dataScale","url":"classes/basicscalehandler.html#datascale","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"BasicScaleHandler"},{"id":428,"kind":128,"name":"InterpolatedScaleHandler","url":"classes/interpolatedscalehandler.html","classes":"tsd-kind-class"},{"id":429,"kind":1024,"name":"interpolator","url":"classes/interpolatedscalehandler.html#interpolator","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InterpolatedScaleHandler"},{"id":430,"kind":1024,"name":"_mode","url":"classes/interpolatedscalehandler.html#_mode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"InterpolatedScaleHandler"},{"id":431,"kind":1024,"name":"_alternateBase","url":"classes/interpolatedscalehandler.html#_alternatebase","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"InterpolatedScaleHandler"},{"id":432,"kind":512,"name":"constructor","url":"classes/interpolatedscalehandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"InterpolatedScaleHandler"},{"id":433,"kind":2048,"name":"createInterpolatedScale","url":"classes/interpolatedscalehandler.html#createinterpolatedscale","classes":"tsd-kind-method tsd-parent-kind-class","parent":"InterpolatedScaleHandler"},{"id":434,"kind":2048,"name":"setMode","url":"classes/interpolatedscalehandler.html#setmode","classes":"tsd-kind-method tsd-parent-kind-class","parent":"InterpolatedScaleHandler"},{"id":435,"kind":2048,"name":"rescaleToMode","url":"classes/interpolatedscalehandler.html#rescaletomode","classes":"tsd-kind-method tsd-parent-kind-class","parent":"InterpolatedScaleHandler"},{"id":436,"kind":2048,"name":"ticks","url":"classes/interpolatedscalehandler.html#ticks","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"InterpolatedScaleHandler"},{"id":437,"kind":2048,"name":"baseDomain","url":"classes/interpolatedscalehandler.html#basedomain","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"InterpolatedScaleHandler"},{"id":438,"kind":262144,"name":"mode","url":"classes/interpolatedscalehandler.html#mode","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"InterpolatedScaleHandler"},{"id":439,"kind":262144,"name":"dataScale","url":"classes/interpolatedscalehandler.html#datascale","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite","parent":"InterpolatedScaleHandler"},{"id":440,"kind":1024,"name":"scale","url":"classes/interpolatedscalehandler.html#scale","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"InterpolatedScaleHandler"},{"id":441,"kind":1024,"name":"_baseDomain","url":"classes/interpolatedscalehandler.html#_basedomain","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"InterpolatedScaleHandler"},{"id":442,"kind":2048,"name":"rescale","url":"classes/interpolatedscalehandler.html#rescale","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InterpolatedScaleHandler"},{"id":443,"kind":2048,"name":"range","url":"classes/interpolatedscalehandler.html#range","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InterpolatedScaleHandler"},{"id":444,"kind":2097152,"name":"noInterpolator","url":"globals.html#nointerpolator","classes":"tsd-kind-object-literal tsd-is-not-exported"},{"id":445,"kind":64,"name":"forward","url":"globals.html#nointerpolator.forward","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"noInterpolator"},{"id":446,"kind":64,"name":"reverse","url":"globals.html#nointerpolator.reverse","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"noInterpolator"},{"id":447,"kind":64,"name":"forwardInterpolatedDomain","url":"globals.html#nointerpolator.forwardinterpolateddomain","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"noInterpolator"},{"id":448,"kind":64,"name":"reverseInterpolatedDomain","url":"globals.html#nointerpolator.reverseinterpolateddomain","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"noInterpolator"},{"id":449,"kind":128,"name":"GraphTrack","url":"classes/graphtrack.html","classes":"tsd-kind-class"},{"id":450,"kind":1024,"name":"trackScale","url":"classes/graphtrack.html#trackscale","classes":"tsd-kind-property tsd-parent-kind-class","parent":"GraphTrack"},{"id":451,"kind":1024,"name":"options","url":"classes/graphtrack.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"GraphTrack"},{"id":452,"kind":1024,"name":"plots","url":"classes/graphtrack.html#plots","classes":"tsd-kind-property tsd-parent-kind-class","parent":"GraphTrack"},{"id":453,"kind":1024,"name":"debounce","url":"classes/graphtrack.html#debounce","classes":"tsd-kind-property tsd-parent-kind-class","parent":"GraphTrack"},{"id":454,"kind":1024,"name":"_transformedData","url":"classes/graphtrack.html#_transformeddata","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"GraphTrack"},{"id":455,"kind":1024,"name":"_transformCondition","url":"classes/graphtrack.html#_transformcondition","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"GraphTrack"},{"id":456,"kind":512,"name":"constructor","url":"classes/graphtrack.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"GraphTrack"},{"id":457,"kind":2048,"name":"onMount","url":"classes/graphtrack.html#onmount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"GraphTrack"},{"id":458,"kind":2048,"name":"onRescale","url":"classes/graphtrack.html#onrescale","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"GraphTrack"},{"id":459,"kind":2048,"name":"onUpdate","url":"classes/graphtrack.html#onupdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"GraphTrack"},{"id":460,"kind":2048,"name":"onDataLoaded","url":"classes/graphtrack.html#ondataloaded","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"GraphTrack"},{"id":461,"kind":2048,"name":"updateRange","url":"classes/graphtrack.html#updaterange","classes":"tsd-kind-method tsd-parent-kind-class","parent":"GraphTrack"},{"id":462,"kind":2048,"name":"prepareData","url":"classes/graphtrack.html#preparedata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"GraphTrack"},{"id":463,"kind":2048,"name":"setPlotOption","url":"classes/graphtrack.html#setplotoption","classes":"tsd-kind-method tsd-parent-kind-class","parent":"GraphTrack"},{"id":464,"kind":2048,"name":"plot","url":"classes/graphtrack.html#plot","classes":"tsd-kind-method tsd-parent-kind-class","parent":"GraphTrack"},{"id":465,"kind":1024,"name":"ctx","url":"classes/graphtrack.html#ctx","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"GraphTrack"},{"id":466,"kind":1024,"name":"elm","url":"classes/graphtrack.html#elm","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"GraphTrack"},{"id":467,"kind":1024,"name":"id","url":"classes/graphtrack.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"GraphTrack"},{"id":468,"kind":1024,"name":"loader","url":"classes/graphtrack.html#loader","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"GraphTrack"},{"id":469,"kind":1024,"name":"transform","url":"classes/graphtrack.html#transform","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"GraphTrack"},{"id":470,"kind":1024,"name":"scale","url":"classes/graphtrack.html#scale","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"GraphTrack"},{"id":471,"kind":1024,"name":"error","url":"classes/graphtrack.html#error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"GraphTrack"},{"id":472,"kind":1024,"name":"order","url":"classes/graphtrack.html#order","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"GraphTrack"},{"id":473,"kind":1024,"name":"legendUpdate","url":"classes/graphtrack.html#legendupdate","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"GraphTrack"},{"id":474,"kind":1024,"name":"_data","url":"classes/graphtrack.html#_data","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphTrack"},{"id":475,"kind":1024,"name":"_isLoading","url":"classes/graphtrack.html#_isloading","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphTrack"},{"id":476,"kind":1024,"name":"_mounted","url":"classes/graphtrack.html#_mounted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"GraphTrack"},{"id":477,"kind":2048,"name":"init","url":"classes/graphtrack.html#init","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphTrack"},{"id":478,"kind":2048,"name":"onUnmount","url":"classes/graphtrack.html#onunmount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphTrack"},{"id":479,"kind":2048,"name":"onError","url":"classes/graphtrack.html#onerror","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphTrack"},{"id":480,"kind":2048,"name":"loadData","url":"classes/graphtrack.html#loaddata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphTrack"},{"id":481,"kind":2048,"name":"refresh","url":"classes/graphtrack.html#refresh","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GraphTrack"},{"id":482,"kind":262144,"name":"isLoading","url":"classes/graphtrack.html#isloading","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"GraphTrack"},{"id":483,"kind":262144,"name":"data","url":"classes/graphtrack.html#data","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"GraphTrack"},{"id":484,"kind":262144,"name":"isMounted","url":"classes/graphtrack.html#ismounted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"GraphTrack"},{"id":485,"kind":2097152,"name":"defaultOptions","url":"globals.html#defaultoptions","classes":"tsd-kind-object-literal tsd-is-not-exported"},{"id":486,"kind":32,"name":"scale","url":"globals.html#defaultoptions.scale","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"defaultOptions"},{"id":487,"kind":32,"name":"domain","url":"globals.html#defaultoptions.domain","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"defaultOptions"},{"id":488,"kind":32,"name":"togglePlotFromLegend","url":"globals.html#defaultoptions.toggleplotfromlegend","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"defaultOptions"},{"id":489,"kind":32,"name":"plotFactory","url":"globals.html#defaultoptions.plotfactory","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"defaultOptions"},{"id":490,"kind":64,"name":"setPlotData","url":"globals.html#setplotdata","classes":"tsd-kind-function tsd-is-not-exported"},{"id":491,"kind":64,"name":"renderTextLabels","url":"globals.html#rendertextlabels","classes":"tsd-kind-function"},{"id":492,"kind":64,"name":"renderBasicPlotLegend","url":"globals.html#renderbasicplotlegend","classes":"tsd-kind-function"},{"id":493,"kind":256,"name":"LegendInfo","url":"interfaces/legendinfo.html","classes":"tsd-kind-interface"},{"id":494,"kind":1024,"name":"label","url":"interfaces/legendinfo.html#label","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LegendInfo"},{"id":495,"kind":1024,"name":"unit","url":"interfaces/legendinfo.html#unit","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LegendInfo"},{"id":496,"kind":256,"name":"DifferentialPlotSerieLegendInfo","url":"interfaces/differentialplotserielegendinfo.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":497,"kind":1024,"name":"show","url":"interfaces/differentialplotserielegendinfo.html#show","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"DifferentialPlotSerieLegendInfo"},{"id":498,"kind":1024,"name":"label","url":"interfaces/differentialplotserielegendinfo.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"DifferentialPlotSerieLegendInfo"},{"id":499,"kind":1024,"name":"unit","url":"interfaces/differentialplotserielegendinfo.html#unit","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"DifferentialPlotSerieLegendInfo"},{"id":500,"kind":256,"name":"DifferentialPlotLegendInfo","url":"interfaces/differentialplotlegendinfo.html","classes":"tsd-kind-interface"},{"id":501,"kind":1024,"name":"serie1","url":"interfaces/differentialplotlegendinfo.html#serie1","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DifferentialPlotLegendInfo"},{"id":502,"kind":1024,"name":"serie2","url":"interfaces/differentialplotlegendinfo.html#serie2","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DifferentialPlotLegendInfo"},{"id":503,"kind":64,"name":"renderLinePlotLegend","url":"globals.html#renderlineplotlegend","classes":"tsd-kind-function"},{"id":504,"kind":64,"name":"renderAreaPlotLegend","url":"globals.html#renderareaplotlegend","classes":"tsd-kind-function"},{"id":505,"kind":64,"name":"renderDifferentialPlotLegend","url":"globals.html#renderdifferentialplotlegend","classes":"tsd-kind-function"},{"id":506,"kind":64,"name":"renderDotPlotLegend","url":"globals.html#renderdotplotlegend","classes":"tsd-kind-function"},{"id":507,"kind":64,"name":"renderLineStepPlotLegend","url":"globals.html#renderlinestepplotlegend","classes":"tsd-kind-function"},{"id":508,"kind":64,"name":"getGraphTrackLegendRows","url":"globals.html#getgraphtracklegendrows","classes":"tsd-kind-function tsd-is-not-exported"},{"id":509,"kind":64,"name":"updateLegendRows","url":"globals.html#updatelegendrows","classes":"tsd-kind-function tsd-is-not-exported"},{"id":510,"kind":64,"name":"onUpdateLegend","url":"globals.html#onupdatelegend","classes":"tsd-kind-function tsd-is-not-exported"},{"id":511,"kind":256,"name":"ScaleTrackOptions","url":"interfaces/scaletrackoptions.html","classes":"tsd-kind-interface"},{"id":512,"kind":1024,"name":"units","url":"interfaces/scaletrackoptions.html#units","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ScaleTrackOptions"},{"id":513,"kind":1024,"name":"label","url":"interfaces/scaletrackoptions.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ScaleTrackOptions"},{"id":514,"kind":1024,"name":"abbr","url":"interfaces/scaletrackoptions.html#abbr","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ScaleTrackOptions"},{"id":515,"kind":1024,"name":"loader","url":"interfaces/scaletrackoptions.html#loader","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ScaleTrackOptions"},{"id":516,"kind":1024,"name":"legendConfig","url":"interfaces/scaletrackoptions.html#legendconfig","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ScaleTrackOptions"},{"id":517,"kind":1024,"name":"horizontal","url":"interfaces/scaletrackoptions.html#horizontal","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ScaleTrackOptions"},{"id":518,"kind":1024,"name":"width","url":"interfaces/scaletrackoptions.html#width","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ScaleTrackOptions"},{"id":519,"kind":1024,"name":"maxWidth","url":"interfaces/scaletrackoptions.html#maxwidth","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ScaleTrackOptions"},{"id":520,"kind":2048,"name":"onMount","url":"interfaces/scaletrackoptions.html#onmount","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ScaleTrackOptions"},{"id":521,"kind":2048,"name":"onUnmount","url":"interfaces/scaletrackoptions.html#onunmount","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ScaleTrackOptions"},{"id":522,"kind":2048,"name":"onUpdate","url":"interfaces/scaletrackoptions.html#onupdate","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ScaleTrackOptions"},{"id":523,"kind":2048,"name":"onRescale","url":"interfaces/scaletrackoptions.html#onrescale","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ScaleTrackOptions"},{"id":524,"kind":2048,"name":"onError","url":"interfaces/scaletrackoptions.html#onerror","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ScaleTrackOptions"},{"id":525,"kind":256,"name":"DualScaleTrackOptions","url":"interfaces/dualscaletrackoptions.html","classes":"tsd-kind-interface"},{"id":526,"kind":1024,"name":"mode","url":"interfaces/dualscaletrackoptions.html#mode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DualScaleTrackOptions"},{"id":527,"kind":1024,"name":"units","url":"interfaces/dualscaletrackoptions.html#units","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DualScaleTrackOptions"},{"id":528,"kind":1024,"name":"label","url":"interfaces/dualscaletrackoptions.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DualScaleTrackOptions"},{"id":529,"kind":1024,"name":"abbr","url":"interfaces/dualscaletrackoptions.html#abbr","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DualScaleTrackOptions"},{"id":530,"kind":1024,"name":"loader","url":"interfaces/dualscaletrackoptions.html#loader","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DualScaleTrackOptions"},{"id":531,"kind":1024,"name":"legendConfig","url":"interfaces/dualscaletrackoptions.html#legendconfig","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DualScaleTrackOptions"},{"id":532,"kind":1024,"name":"horizontal","url":"interfaces/dualscaletrackoptions.html#horizontal","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DualScaleTrackOptions"},{"id":533,"kind":1024,"name":"width","url":"interfaces/dualscaletrackoptions.html#width","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DualScaleTrackOptions"},{"id":534,"kind":1024,"name":"maxWidth","url":"interfaces/dualscaletrackoptions.html#maxwidth","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"DualScaleTrackOptions"},{"id":535,"kind":2048,"name":"onMount","url":"interfaces/dualscaletrackoptions.html#onmount","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"DualScaleTrackOptions"},{"id":536,"kind":2048,"name":"onUnmount","url":"interfaces/dualscaletrackoptions.html#onunmount","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"DualScaleTrackOptions"},{"id":537,"kind":2048,"name":"onUpdate","url":"interfaces/dualscaletrackoptions.html#onupdate","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"DualScaleTrackOptions"},{"id":538,"kind":2048,"name":"onRescale","url":"interfaces/dualscaletrackoptions.html#onrescale","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"DualScaleTrackOptions"},{"id":539,"kind":2048,"name":"onError","url":"interfaces/dualscaletrackoptions.html#onerror","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"DualScaleTrackOptions"},{"id":540,"kind":128,"name":"DualScaleTrack","url":"classes/dualscaletrack.html","classes":"tsd-kind-class"},{"id":541,"kind":1024,"name":"xscale","url":"classes/dualscaletrack.html#xscale","classes":"tsd-kind-property tsd-parent-kind-class","parent":"DualScaleTrack"},{"id":542,"kind":1024,"name":"viewMode","url":"classes/dualscaletrack.html#viewmode","classes":"tsd-kind-property tsd-parent-kind-class","parent":"DualScaleTrack"},{"id":543,"kind":1024,"name":"scaleHandler","url":"classes/dualscaletrack.html#scalehandler","classes":"tsd-kind-property tsd-parent-kind-class","parent":"DualScaleTrack"},{"id":544,"kind":1024,"name":"ticks","url":"classes/dualscaletrack.html#ticks","classes":"tsd-kind-property tsd-parent-kind-class","parent":"DualScaleTrack"},{"id":545,"kind":1024,"name":"labelBounds","url":"classes/dualscaletrack.html#labelbounds","classes":"tsd-kind-property tsd-parent-kind-class","parent":"DualScaleTrack"},{"id":546,"kind":1024,"name":"options","url":"classes/dualscaletrack.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"DualScaleTrack"},{"id":547,"kind":512,"name":"constructor","url":"classes/dualscaletrack.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DualScaleTrack"},{"id":548,"kind":2048,"name":"onMount","url":"classes/dualscaletrack.html#onmount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DualScaleTrack"},{"id":549,"kind":2048,"name":"onRescale","url":"classes/dualscaletrack.html#onrescale","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DualScaleTrack"},{"id":550,"kind":2048,"name":"onUpdate","url":"classes/dualscaletrack.html#onupdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DualScaleTrack"},{"id":551,"kind":2048,"name":"createTicks","url":"classes/dualscaletrack.html#createticks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DualScaleTrack"},{"id":552,"kind":2048,"name":"createRuler","url":"classes/dualscaletrack.html#createruler","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DualScaleTrack"},{"id":553,"kind":2048,"name":"createMeasures","url":"classes/dualscaletrack.html#createmeasures","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DualScaleTrack"},{"id":554,"kind":2048,"name":"plot","url":"classes/dualscaletrack.html#plot","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DualScaleTrack"},{"id":555,"kind":262144,"name":"isMaster","url":"classes/dualscaletrack.html#ismaster","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"DualScaleTrack"},{"id":556,"kind":262144,"name":"extent","url":"classes/dualscaletrack.html#extent","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"DualScaleTrack"},{"id":557,"kind":1024,"name":"plotGroup","url":"classes/dualscaletrack.html#plotgroup","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"DualScaleTrack"},{"id":558,"kind":1024,"name":"elm","url":"classes/dualscaletrack.html#elm","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"DualScaleTrack"},{"id":559,"kind":1024,"name":"id","url":"classes/dualscaletrack.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"DualScaleTrack"},{"id":560,"kind":1024,"name":"loader","url":"classes/dualscaletrack.html#loader","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"DualScaleTrack"},{"id":561,"kind":1024,"name":"transform","url":"classes/dualscaletrack.html#transform","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"DualScaleTrack"},{"id":562,"kind":1024,"name":"scale","url":"classes/dualscaletrack.html#scale","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"DualScaleTrack"},{"id":563,"kind":1024,"name":"error","url":"classes/dualscaletrack.html#error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"DualScaleTrack"},{"id":564,"kind":1024,"name":"order","url":"classes/dualscaletrack.html#order","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"DualScaleTrack"},{"id":565,"kind":1024,"name":"legendUpdate","url":"classes/dualscaletrack.html#legendupdate","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"DualScaleTrack"},{"id":566,"kind":1024,"name":"_data","url":"classes/dualscaletrack.html#_data","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"DualScaleTrack"},{"id":567,"kind":1024,"name":"_isLoading","url":"classes/dualscaletrack.html#_isloading","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"DualScaleTrack"},{"id":568,"kind":1024,"name":"_mounted","url":"classes/dualscaletrack.html#_mounted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"DualScaleTrack"},{"id":569,"kind":2048,"name":"init","url":"classes/dualscaletrack.html#init","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DualScaleTrack"},{"id":570,"kind":2048,"name":"onUnmount","url":"classes/dualscaletrack.html#onunmount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DualScaleTrack"},{"id":571,"kind":2048,"name":"onError","url":"classes/dualscaletrack.html#onerror","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DualScaleTrack"},{"id":572,"kind":2048,"name":"onDataLoaded","url":"classes/dualscaletrack.html#ondataloaded","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DualScaleTrack"},{"id":573,"kind":2048,"name":"loadData","url":"classes/dualscaletrack.html#loaddata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DualScaleTrack"},{"id":574,"kind":2048,"name":"refresh","url":"classes/dualscaletrack.html#refresh","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DualScaleTrack"},{"id":575,"kind":262144,"name":"isLoading","url":"classes/dualscaletrack.html#isloading","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"DualScaleTrack"},{"id":576,"kind":262144,"name":"data","url":"classes/dualscaletrack.html#data","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"DualScaleTrack"},{"id":577,"kind":262144,"name":"isMounted","url":"classes/dualscaletrack.html#ismounted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"DualScaleTrack"},{"id":578,"kind":256,"name":"LabelBounds","url":"interfaces/labelbounds.html","classes":"tsd-kind-interface"},{"id":579,"kind":1024,"name":"offsetX","url":"interfaces/labelbounds.html#offsetx","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LabelBounds"},{"id":580,"kind":1024,"name":"offsetY","url":"interfaces/labelbounds.html#offsety","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LabelBounds"},{"id":581,"kind":1024,"name":"size","url":"interfaces/labelbounds.html#size","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LabelBounds"},{"id":582,"kind":1024,"name":"rotateText","url":"interfaces/labelbounds.html#rotatetext","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LabelBounds"},{"id":583,"kind":1024,"name":"length","url":"interfaces/labelbounds.html#length","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LabelBounds"},{"id":584,"kind":64,"name":"renderTicks","url":"globals.html#renderticks","classes":"tsd-kind-function"},{"id":585,"kind":64,"name":"renderHorizontalTicks","url":"globals.html#renderhorizontalticks","classes":"tsd-kind-function"},{"id":586,"kind":64,"name":"computeLabelBounds","url":"globals.html#computelabelbounds","classes":"tsd-kind-function"},{"id":587,"kind":64,"name":"computeLabelBoundsHorizontal","url":"globals.html#computelabelboundshorizontal","classes":"tsd-kind-function"},{"id":588,"kind":32,"name":"scaleLegendConfig","url":"globals.html#scalelegendconfig","classes":"tsd-kind-variable"},{"id":589,"kind":128,"name":"ScaleTrack","url":"classes/scaletrack.html","classes":"tsd-kind-class"},{"id":590,"kind":1024,"name":"xscale","url":"classes/scaletrack.html#xscale","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ScaleTrack"},{"id":591,"kind":1024,"name":"ticks","url":"classes/scaletrack.html#ticks","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ScaleTrack"},{"id":592,"kind":1024,"name":"labelBounds","url":"classes/scaletrack.html#labelbounds","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ScaleTrack"},{"id":593,"kind":1024,"name":"options","url":"classes/scaletrack.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"ScaleTrack"},{"id":594,"kind":1024,"name":"legendUpdate","url":"classes/scaletrack.html#legendupdate","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"ScaleTrack"},{"id":595,"kind":512,"name":"constructor","url":"classes/scaletrack.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ScaleTrack"},{"id":596,"kind":2048,"name":"onMount","url":"classes/scaletrack.html#onmount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ScaleTrack"},{"id":597,"kind":2048,"name":"onRescale","url":"classes/scaletrack.html#onrescale","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ScaleTrack"},{"id":598,"kind":2048,"name":"onUpdate","url":"classes/scaletrack.html#onupdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ScaleTrack"},{"id":599,"kind":2048,"name":"createTicks","url":"classes/scaletrack.html#createticks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ScaleTrack"},{"id":600,"kind":2048,"name":"createRuler","url":"classes/scaletrack.html#createruler","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ScaleTrack"},{"id":601,"kind":2048,"name":"plot","url":"classes/scaletrack.html#plot","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ScaleTrack"},{"id":602,"kind":262144,"name":"extent","url":"classes/scaletrack.html#extent","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"ScaleTrack"},{"id":603,"kind":1024,"name":"plotGroup","url":"classes/scaletrack.html#plotgroup","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ScaleTrack"},{"id":604,"kind":1024,"name":"elm","url":"classes/scaletrack.html#elm","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ScaleTrack"},{"id":605,"kind":1024,"name":"id","url":"classes/scaletrack.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ScaleTrack"},{"id":606,"kind":1024,"name":"loader","url":"classes/scaletrack.html#loader","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ScaleTrack"},{"id":607,"kind":1024,"name":"transform","url":"classes/scaletrack.html#transform","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ScaleTrack"},{"id":608,"kind":1024,"name":"scale","url":"classes/scaletrack.html#scale","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ScaleTrack"},{"id":609,"kind":1024,"name":"error","url":"classes/scaletrack.html#error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ScaleTrack"},{"id":610,"kind":1024,"name":"order","url":"classes/scaletrack.html#order","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ScaleTrack"},{"id":611,"kind":1024,"name":"_data","url":"classes/scaletrack.html#_data","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ScaleTrack"},{"id":612,"kind":1024,"name":"_isLoading","url":"classes/scaletrack.html#_isloading","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ScaleTrack"},{"id":613,"kind":1024,"name":"_mounted","url":"classes/scaletrack.html#_mounted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"ScaleTrack"},{"id":614,"kind":2048,"name":"init","url":"classes/scaletrack.html#init","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ScaleTrack"},{"id":615,"kind":2048,"name":"onUnmount","url":"classes/scaletrack.html#onunmount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ScaleTrack"},{"id":616,"kind":2048,"name":"onError","url":"classes/scaletrack.html#onerror","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ScaleTrack"},{"id":617,"kind":2048,"name":"onDataLoaded","url":"classes/scaletrack.html#ondataloaded","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ScaleTrack"},{"id":618,"kind":2048,"name":"loadData","url":"classes/scaletrack.html#loaddata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ScaleTrack"},{"id":619,"kind":2048,"name":"refresh","url":"classes/scaletrack.html#refresh","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ScaleTrack"},{"id":620,"kind":262144,"name":"isLoading","url":"classes/scaletrack.html#isloading","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"ScaleTrack"},{"id":621,"kind":262144,"name":"data","url":"classes/scaletrack.html#data","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"ScaleTrack"},{"id":622,"kind":262144,"name":"isMounted","url":"classes/scaletrack.html#ismounted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"ScaleTrack"},{"id":623,"kind":256,"name":"LegendBounds","url":"interfaces/legendbounds.html","classes":"tsd-kind-interface"},{"id":624,"kind":1024,"name":"top","url":"interfaces/legendbounds.html#top","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LegendBounds"},{"id":625,"kind":1024,"name":"left","url":"interfaces/legendbounds.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LegendBounds"},{"id":626,"kind":1024,"name":"height","url":"interfaces/legendbounds.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LegendBounds"},{"id":627,"kind":1024,"name":"width","url":"interfaces/legendbounds.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LegendBounds"},{"id":628,"kind":256,"name":"LegendConfig","url":"interfaces/legendconfig.html","classes":"tsd-kind-interface"},{"id":629,"kind":1024,"name":"elementType","url":"interfaces/legendconfig.html#elementtype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LegendConfig"},{"id":630,"kind":2048,"name":"getLegendRows","url":"interfaces/legendconfig.html#getlegendrows","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"LegendConfig"},{"id":631,"kind":1024,"name":"onInit","url":"interfaces/legendconfig.html#oninit","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LegendConfig"},{"id":632,"kind":1024,"name":"onUpdate","url":"interfaces/legendconfig.html#onupdate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LegendConfig"},{"id":633,"kind":128,"name":"LegendHelper","url":"classes/legendhelper.html","classes":"tsd-kind-class"},{"id":634,"kind":2048,"name":"basicLegendSvgConfig","url":"classes/legendhelper.html#basiclegendsvgconfig","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"LegendHelper"},{"id":635,"kind":2048,"name":"renderBasicVerticalSvgLabel","url":"classes/legendhelper.html#renderbasicverticalsvglabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"LegendHelper"},{"id":636,"kind":2048,"name":"basicVerticalLabel","url":"classes/legendhelper.html#basicverticallabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"LegendHelper"},{"id":637,"kind":4194304,"name":"LegendRowsFunction","url":"globals.html#legendrowsfunction","classes":"tsd-kind-type-alias"},{"id":638,"kind":65536,"name":"__type","url":"globals.html#legendrowsfunction.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"LegendRowsFunction"},{"id":639,"kind":4194304,"name":"LegendTriggerFunction","url":"globals.html#legendtriggerfunction","classes":"tsd-kind-type-alias"},{"id":640,"kind":65536,"name":"__type","url":"globals.html#legendtriggerfunction.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"LegendTriggerFunction"},{"id":641,"kind":4194304,"name":"LegendOnInitFunction","url":"globals.html#legendoninitfunction","classes":"tsd-kind-type-alias"},{"id":642,"kind":65536,"name":"__type","url":"globals.html#legendoninitfunction.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"LegendOnInitFunction"},{"id":643,"kind":4194304,"name":"LegendOnUpdateFunction","url":"globals.html#legendonupdatefunction","classes":"tsd-kind-type-alias"},{"id":644,"kind":65536,"name":"__type","url":"globals.html#legendonupdatefunction.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"LegendOnUpdateFunction"},{"id":645,"kind":128,"name":"UIHelper","url":"classes/uihelper.html","classes":"tsd-kind-class"},{"id":646,"kind":2048,"name":"pickHStackedElement","url":"classes/uihelper.html#pickhstackedelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"UIHelper"},{"id":647,"kind":2048,"name":"pickVStackedElement","url":"classes/uihelper.html#pickvstackedelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"UIHelper"},{"id":648,"kind":2048,"name":"attachTrackLoader","url":"classes/uihelper.html#attachtrackloader","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"UIHelper"},{"id":649,"kind":4194304,"name":"DebounceFunction","url":"globals.html#debouncefunction","classes":"tsd-kind-type-alias"},{"id":650,"kind":65536,"name":"__type","url":"globals.html#debouncefunction.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"DebounceFunction"},{"id":651,"kind":64,"name":"round","url":"globals.html#round","classes":"tsd-kind-function"},{"id":652,"kind":64,"name":"numberFormatter","url":"globals.html#numberformatter","classes":"tsd-kind-function"},{"id":653,"kind":64,"name":"hashString","url":"globals.html#hashstring","classes":"tsd-kind-function"},{"id":654,"kind":64,"name":"debouncer","url":"globals.html#debouncer","classes":"tsd-kind-function"},{"id":655,"kind":64,"name":"setAttrs","url":"globals.html#setattrs","classes":"tsd-kind-function"},{"id":656,"kind":64,"name":"setStyles","url":"globals.html#setstyles","classes":"tsd-kind-function"},{"id":657,"kind":64,"name":"setProps","url":"globals.html#setprops","classes":"tsd-kind-function"},{"id":658,"kind":256,"name":"Margin","url":"interfaces/margin.html","classes":"tsd-kind-interface"},{"id":659,"kind":1024,"name":"top","url":"interfaces/margin.html#top","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Margin"},{"id":660,"kind":1024,"name":"right","url":"interfaces/margin.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Margin"},{"id":661,"kind":1024,"name":"bottom","url":"interfaces/margin.html#bottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Margin"},{"id":662,"kind":1024,"name":"left","url":"interfaces/margin.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Margin"},{"id":663,"kind":256,"name":"OverlayEvent","url":"interfaces/overlayevent.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":664,"kind":1024,"name":"target","url":"interfaces/overlayevent.html#target","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"OverlayEvent"},{"id":665,"kind":1024,"name":"source","url":"interfaces/overlayevent.html#source","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"OverlayEvent"},{"id":666,"kind":1024,"name":"caller","url":"interfaces/overlayevent.html#caller","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"OverlayEvent"},{"id":667,"kind":256,"name":"OverlayResizeEvent","url":"interfaces/overlayresizeevent.html","classes":"tsd-kind-interface"},{"id":668,"kind":1024,"name":"width","url":"interfaces/overlayresizeevent.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"OverlayResizeEvent"},{"id":669,"kind":1024,"name":"height","url":"interfaces/overlayresizeevent.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"OverlayResizeEvent"},{"id":670,"kind":1024,"name":"target","url":"interfaces/overlayresizeevent.html#target","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"OverlayResizeEvent"},{"id":671,"kind":1024,"name":"source","url":"interfaces/overlayresizeevent.html#source","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"OverlayResizeEvent"},{"id":672,"kind":1024,"name":"caller","url":"interfaces/overlayresizeevent.html#caller","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"OverlayResizeEvent"},{"id":673,"kind":256,"name":"OverlayMouseMoveEvent","url":"interfaces/overlaymousemoveevent.html","classes":"tsd-kind-interface"},{"id":674,"kind":1024,"name":"x","url":"interfaces/overlaymousemoveevent.html#x","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"OverlayMouseMoveEvent"},{"id":675,"kind":1024,"name":"y","url":"interfaces/overlaymousemoveevent.html#y","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"OverlayMouseMoveEvent"},{"id":676,"kind":1024,"name":"target","url":"interfaces/overlaymousemoveevent.html#target","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"OverlayMouseMoveEvent"},{"id":677,"kind":1024,"name":"source","url":"interfaces/overlaymousemoveevent.html#source","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"OverlayMouseMoveEvent"},{"id":678,"kind":1024,"name":"caller","url":"interfaces/overlaymousemoveevent.html#caller","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"OverlayMouseMoveEvent"},{"id":679,"kind":256,"name":"OverlayClickEvent","url":"interfaces/overlayclickevent.html","classes":"tsd-kind-interface"},{"id":680,"kind":1024,"name":"x","url":"interfaces/overlayclickevent.html#x","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"OverlayClickEvent"},{"id":681,"kind":1024,"name":"y","url":"interfaces/overlayclickevent.html#y","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"OverlayClickEvent"},{"id":682,"kind":1024,"name":"target","url":"interfaces/overlayclickevent.html#target","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"OverlayClickEvent"},{"id":683,"kind":1024,"name":"source","url":"interfaces/overlayclickevent.html#source","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"OverlayClickEvent"},{"id":684,"kind":1024,"name":"caller","url":"interfaces/overlayclickevent.html#caller","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"OverlayClickEvent"},{"id":685,"kind":256,"name":"OverlayMouseExitEvent","url":"interfaces/overlaymouseexitevent.html","classes":"tsd-kind-interface"},{"id":686,"kind":1024,"name":"target","url":"interfaces/overlaymouseexitevent.html#target","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"OverlayMouseExitEvent"},{"id":687,"kind":1024,"name":"source","url":"interfaces/overlaymouseexitevent.html#source","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"OverlayMouseExitEvent"},{"id":688,"kind":1024,"name":"caller","url":"interfaces/overlaymouseexitevent.html#caller","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"OverlayMouseExitEvent"},{"id":689,"kind":256,"name":"OverlayRescaleEvent","url":"interfaces/overlayrescaleevent.html","classes":"tsd-kind-interface"},{"id":690,"kind":1024,"name":"transform","url":"interfaces/overlayrescaleevent.html#transform","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"OverlayRescaleEvent"},{"id":691,"kind":1024,"name":"target","url":"interfaces/overlayrescaleevent.html#target","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"OverlayRescaleEvent"},{"id":692,"kind":1024,"name":"source","url":"interfaces/overlayrescaleevent.html#source","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"OverlayRescaleEvent"},{"id":693,"kind":1024,"name":"caller","url":"interfaces/overlayrescaleevent.html#caller","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"OverlayRescaleEvent"},{"id":694,"kind":256,"name":"OverlayCallbacks","url":"interfaces/overlaycallbacks.html","classes":"tsd-kind-interface"},{"id":695,"kind":2048,"name":"onMouseMove","url":"interfaces/overlaycallbacks.html#onmousemove","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"OverlayCallbacks"},{"id":696,"kind":2048,"name":"onMouseExit","url":"interfaces/overlaycallbacks.html#onmouseexit","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"OverlayCallbacks"},{"id":697,"kind":2048,"name":"onClick","url":"interfaces/overlaycallbacks.html#onclick","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"OverlayCallbacks"},{"id":698,"kind":2048,"name":"onResize","url":"interfaces/overlaycallbacks.html#onresize","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"OverlayCallbacks"},{"id":699,"kind":2048,"name":"onRescale","url":"interfaces/overlaycallbacks.html#onrescale","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"OverlayCallbacks"},{"id":700,"kind":256,"name":"Overlay","url":"interfaces/overlay.html","classes":"tsd-kind-interface"},{"id":701,"kind":2048,"name":"create","url":"interfaces/overlay.html#create","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"Overlay"},{"id":702,"kind":2048,"name":"register","url":"interfaces/overlay.html#register","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"Overlay"},{"id":703,"kind":2048,"name":"remove","url":"interfaces/overlay.html#remove","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"Overlay"},{"id":704,"kind":1024,"name":"elm","url":"interfaces/overlay.html#elm","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Overlay"},{"id":705,"kind":1024,"name":"elements","url":"interfaces/overlay.html#elements","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Overlay"},{"id":706,"kind":65536,"name":"__type","url":"interfaces/overlay.html#elements.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"Overlay.elements"},{"id":707,"kind":1024,"name":"listeners","url":"interfaces/overlay.html#listeners","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Overlay"},{"id":708,"kind":65536,"name":"__type","url":"interfaces/overlay.html#listeners.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"Overlay.listeners"},{"id":709,"kind":1024,"name":"enabled","url":"interfaces/overlay.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Overlay"},{"id":710,"kind":256,"name":"LogControllerResizeEvent","url":"interfaces/logcontrollerresizeevent.html","classes":"tsd-kind-interface"},{"id":711,"kind":1024,"name":"elm","url":"interfaces/logcontrollerresizeevent.html#elm","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LogControllerResizeEvent"},{"id":712,"kind":1024,"name":"width","url":"interfaces/logcontrollerresizeevent.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LogControllerResizeEvent"},{"id":713,"kind":1024,"name":"height","url":"interfaces/logcontrollerresizeevent.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LogControllerResizeEvent"},{"id":714,"kind":1024,"name":"trackHeight","url":"interfaces/logcontrollerresizeevent.html#trackheight","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LogControllerResizeEvent"},{"id":715,"kind":1024,"name":"source","url":"interfaces/logcontrollerresizeevent.html#source","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LogControllerResizeEvent"},{"id":716,"kind":256,"name":"LogControllerOptions","url":"interfaces/logcontrolleroptions.html","classes":"tsd-kind-interface"},{"id":717,"kind":1024,"name":"scaleHandler","url":"interfaces/logcontrolleroptions.html#scalehandler","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LogControllerOptions"},{"id":718,"kind":1024,"name":"maxZoom","url":"interfaces/logcontrolleroptions.html#maxzoom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LogControllerOptions"},{"id":719,"kind":1024,"name":"panExcess","url":"interfaces/logcontrolleroptions.html#panexcess","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LogControllerOptions"},{"id":720,"kind":1024,"name":"domain","url":"interfaces/logcontrolleroptions.html#domain","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LogControllerOptions"},{"id":721,"kind":1024,"name":"showTitles","url":"interfaces/logcontrolleroptions.html#showtitles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LogControllerOptions"},{"id":722,"kind":1024,"name":"showLegend","url":"interfaces/logcontrolleroptions.html#showlegend","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LogControllerOptions"},{"id":723,"kind":1024,"name":"autoResize","url":"interfaces/logcontrolleroptions.html#autoresize","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LogControllerOptions"},{"id":724,"kind":1024,"name":"horizontal","url":"interfaces/logcontrolleroptions.html#horizontal","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LogControllerOptions"},{"id":725,"kind":1024,"name":"transitionDuration","url":"interfaces/logcontrolleroptions.html#transitionduration","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LogControllerOptions"},{"id":726,"kind":2048,"name":"onResize","url":"interfaces/logcontrolleroptions.html#onresize","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"LogControllerOptions"},{"id":727,"kind":2048,"name":"onTrackEnter","url":"interfaces/logcontrolleroptions.html#ontrackenter","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"LogControllerOptions"},{"id":728,"kind":2048,"name":"onTrackUpdate","url":"interfaces/logcontrolleroptions.html#ontrackupdate","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"LogControllerOptions"},{"id":729,"kind":2048,"name":"onTrackExit","url":"interfaces/logcontrolleroptions.html#ontrackexit","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"LogControllerOptions"},{"id":730,"kind":256,"name":"LegendMap","url":"interfaces/legendmap.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":731,"kind":1024,"name":"elm","url":"interfaces/legendmap.html#elm","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"LegendMap"},{"id":732,"kind":1024,"name":"track","url":"interfaces/legendmap.html#track","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"LegendMap"},{"id":733,"kind":128,"name":"LogController","url":"classes/logcontroller.html","classes":"tsd-kind-class"},{"id":734,"kind":1024,"name":"options","url":"classes/logcontroller.html#options","classes":"tsd-kind-property tsd-parent-kind-class","parent":"LogController"},{"id":735,"kind":1024,"name":"tracks","url":"classes/logcontroller.html#tracks","classes":"tsd-kind-property tsd-parent-kind-class","parent":"LogController"},{"id":736,"kind":1024,"name":"container","url":"classes/logcontroller.html#container","classes":"tsd-kind-property tsd-parent-kind-class","parent":"LogController"},{"id":737,"kind":1024,"name":"zoom","url":"classes/logcontroller.html#zoom","classes":"tsd-kind-property tsd-parent-kind-class","parent":"LogController"},{"id":738,"kind":1024,"name":"width","url":"classes/logcontroller.html#width","classes":"tsd-kind-property tsd-parent-kind-class","parent":"LogController"},{"id":739,"kind":1024,"name":"height","url":"classes/logcontroller.html#height","classes":"tsd-kind-property tsd-parent-kind-class","parent":"LogController"},{"id":740,"kind":1024,"name":"debounce","url":"classes/logcontroller.html#debounce","classes":"tsd-kind-property tsd-parent-kind-class","parent":"LogController"},{"id":741,"kind":1024,"name":"legends","url":"classes/logcontroller.html#legends","classes":"tsd-kind-property tsd-parent-kind-class","parent":"LogController"},{"id":742,"kind":65536,"name":"__type","url":"classes/logcontroller.html#legends.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"LogController.legends"},{"id":743,"kind":1024,"name":"legendRows","url":"classes/logcontroller.html#legendrows","classes":"tsd-kind-property tsd-parent-kind-class","parent":"LogController"},{"id":744,"kind":1024,"name":"_trackHeight","url":"classes/logcontroller.html#_trackheight","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"LogController"},{"id":745,"kind":1024,"name":"_uiScale","url":"classes/logcontroller.html#_uiscale","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"LogController"},{"id":746,"kind":1024,"name":"_titleHeight","url":"classes/logcontroller.html#_titleheight","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"LogController"},{"id":747,"kind":1024,"name":"_legendHeight","url":"classes/logcontroller.html#_legendheight","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"LogController"},{"id":748,"kind":1024,"name":"_titleFontSize","url":"classes/logcontroller.html#_titlefontsize","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"LogController"},{"id":749,"kind":1024,"name":"_initialized","url":"classes/logcontroller.html#_initialized","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"LogController"},{"id":750,"kind":1024,"name":"_scaleHandler","url":"classes/logcontroller.html#_scalehandler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"LogController"},{"id":751,"kind":1024,"name":"_observer","url":"classes/logcontroller.html#_observer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"LogController"},{"id":752,"kind":1024,"name":"_deferredUpdate","url":"classes/logcontroller.html#_deferredupdate","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"LogController"},{"id":753,"kind":512,"name":"constructor","url":"classes/logcontroller.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"LogController"},{"id":754,"kind":2048,"name":"basic","url":"classes/logcontroller.html#basic","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"LogController"},{"id":755,"kind":2048,"name":"init","url":"classes/logcontroller.html#init","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LogController"},{"id":756,"kind":2048,"name":"onMount","url":"classes/logcontroller.html#onmount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LogController"},{"id":757,"kind":2048,"name":"onUnmount","url":"classes/logcontroller.html#onunmount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LogController"},{"id":758,"kind":2048,"name":"setTracks","url":"classes/logcontroller.html#settracks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LogController"},{"id":759,"kind":2048,"name":"addTrack","url":"classes/logcontroller.html#addtrack","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LogController"},{"id":760,"kind":2048,"name":"removeTrack","url":"classes/logcontroller.html#removetrack","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LogController"},{"id":761,"kind":2048,"name":"adjustToSize","url":"classes/logcontroller.html#adjusttosize","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LogController"},{"id":762,"kind":2048,"name":"zoomTo","url":"classes/logcontroller.html#zoomto","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LogController"},{"id":763,"kind":2048,"name":"rescale","url":"classes/logcontroller.html#rescale","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LogController"},{"id":764,"kind":2048,"name":"refresh","url":"classes/logcontroller.html#refresh","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LogController"},{"id":765,"kind":2048,"name":"updateTracks","url":"classes/logcontroller.html#updatetracks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LogController"},{"id":766,"kind":2048,"name":"reset","url":"classes/logcontroller.html#reset","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LogController"},{"id":767,"kind":2048,"name":"setup","url":"classes/logcontroller.html#setup","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"LogController"},{"id":768,"kind":2048,"name":"processLegendConfig","url":"classes/logcontroller.html#processlegendconfig","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"LogController"},{"id":769,"kind":2048,"name":"zoomed","url":"classes/logcontroller.html#zoomed","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"LogController"},{"id":770,"kind":2048,"name":"adjustZoomTransform","url":"classes/logcontroller.html#adjustzoomtransform","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"LogController"},{"id":771,"kind":2048,"name":"updateLegendRows","url":"classes/logcontroller.html#updatelegendrows","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"LogController"},{"id":772,"kind":2048,"name":"updateLegend","url":"classes/logcontroller.html#updatelegend","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"LogController"},{"id":773,"kind":2048,"name":"adjustTrackTitles","url":"classes/logcontroller.html#adjusttracktitles","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"LogController"},{"id":774,"kind":2048,"name":"postUpdateTracks","url":"classes/logcontroller.html#postupdatetracks","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"LogController"},{"id":775,"kind":2048,"name":"_trackExit","url":"classes/logcontroller.html#_trackexit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"LogController"},{"id":776,"kind":2048,"name":"_trackEnter","url":"classes/logcontroller.html#_trackenter","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"LogController"},{"id":777,"kind":2048,"name":"_trackUpdate","url":"classes/logcontroller.html#_trackupdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"LogController"},{"id":778,"kind":262144,"name":"zoomHandler","url":"classes/logcontroller.html#zoomhandler","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"LogController"},{"id":779,"kind":262144,"name":"innerBounds","url":"classes/logcontroller.html#innerbounds","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"LogController"},{"id":780,"kind":262144,"name":"domain","url":"classes/logcontroller.html#domain","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"LogController"},{"id":781,"kind":262144,"name":"scaleHandler","url":"classes/logcontroller.html#scalehandler","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"LogController"},{"id":782,"kind":262144,"name":"scale","url":"classes/logcontroller.html#scale","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"LogController"},{"id":783,"kind":32,"name":"titleBarBaseSize","url":"globals.html#titlebarbasesize","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":784,"kind":32,"name":"legendBaseSize","url":"globals.html#legendbasesize","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":785,"kind":32,"name":"titleFontSizeFactor","url":"globals.html#titlefontsizefactor","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":786,"kind":32,"name":"uiScaleFactor","url":"globals.html#uiscalefactor","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":787,"kind":32,"name":"showTitles","url":"globals.html#defaultoptions.showtitles","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"defaultOptions"},{"id":788,"kind":32,"name":"showLegend","url":"globals.html#defaultoptions.showlegend","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"defaultOptions"},{"id":789,"kind":32,"name":"autoResize","url":"globals.html#defaultoptions.autoresize","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"defaultOptions"},{"id":790,"kind":32,"name":"horizontal","url":"globals.html#defaultoptions.horizontal","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"defaultOptions"},{"id":791,"kind":32,"name":"transitionDuration","url":"globals.html#defaultoptions.transitionduration","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"defaultOptions"},{"id":792,"kind":64,"name":"createOverlay","url":"globals.html#createoverlay","classes":"tsd-kind-function"},{"id":793,"kind":128,"name":"LogViewer","url":"classes/logviewer.html","classes":"tsd-kind-class"},{"id":794,"kind":1024,"name":"overlay","url":"classes/logviewer.html#overlay","classes":"tsd-kind-property tsd-parent-kind-class","parent":"LogViewer"},{"id":795,"kind":512,"name":"constructor","url":"classes/logviewer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LogViewer"},{"id":796,"kind":2048,"name":"basic","url":"classes/logviewer.html#basic","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"LogViewer"},{"id":797,"kind":2048,"name":"onMount","url":"classes/logviewer.html#onmount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"LogViewer"},{"id":798,"kind":2048,"name":"adjustToSize","url":"classes/logviewer.html#adjusttosize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"LogViewer"},{"id":799,"kind":2048,"name":"rescale","url":"classes/logviewer.html#rescale","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"LogViewer"},{"id":800,"kind":2048,"name":"zoomed","url":"classes/logviewer.html#zoomed","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"LogViewer"},{"id":801,"kind":262144,"name":"zoomHandler","url":"classes/logviewer.html#zoomhandler","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite","parent":"LogViewer"},{"id":802,"kind":1024,"name":"options","url":"classes/logviewer.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"LogViewer"},{"id":803,"kind":1024,"name":"tracks","url":"classes/logviewer.html#tracks","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"LogViewer"},{"id":804,"kind":1024,"name":"container","url":"classes/logviewer.html#container","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"LogViewer"},{"id":805,"kind":1024,"name":"zoom","url":"classes/logviewer.html#zoom","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"LogViewer"},{"id":806,"kind":1024,"name":"width","url":"classes/logviewer.html#width","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"LogViewer"},{"id":807,"kind":1024,"name":"height","url":"classes/logviewer.html#height","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"LogViewer"},{"id":808,"kind":1024,"name":"debounce","url":"classes/logviewer.html#debounce","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"LogViewer"},{"id":809,"kind":1024,"name":"legends","url":"classes/logviewer.html#legends","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"LogViewer"},{"id":810,"kind":65536,"name":"__type","url":"classes/logviewer.html#legends.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"LogViewer.legends"},{"id":811,"kind":1024,"name":"legendRows","url":"classes/logviewer.html#legendrows","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"LogViewer"},{"id":812,"kind":1024,"name":"_trackHeight","url":"classes/logviewer.html#_trackheight","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LogViewer"},{"id":813,"kind":1024,"name":"_uiScale","url":"classes/logviewer.html#_uiscale","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LogViewer"},{"id":814,"kind":1024,"name":"_titleHeight","url":"classes/logviewer.html#_titleheight","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LogViewer"},{"id":815,"kind":1024,"name":"_legendHeight","url":"classes/logviewer.html#_legendheight","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LogViewer"},{"id":816,"kind":1024,"name":"_titleFontSize","url":"classes/logviewer.html#_titlefontsize","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LogViewer"},{"id":817,"kind":1024,"name":"_initialized","url":"classes/logviewer.html#_initialized","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LogViewer"},{"id":818,"kind":2048,"name":"init","url":"classes/logviewer.html#init","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LogViewer"},{"id":819,"kind":2048,"name":"onUnmount","url":"classes/logviewer.html#onunmount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LogViewer"},{"id":820,"kind":2048,"name":"setTracks","url":"classes/logviewer.html#settracks","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LogViewer"},{"id":821,"kind":2048,"name":"addTrack","url":"classes/logviewer.html#addtrack","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LogViewer"},{"id":822,"kind":2048,"name":"removeTrack","url":"classes/logviewer.html#removetrack","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LogViewer"},{"id":823,"kind":2048,"name":"zoomTo","url":"classes/logviewer.html#zoomto","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LogViewer"},{"id":824,"kind":2048,"name":"refresh","url":"classes/logviewer.html#refresh","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LogViewer"},{"id":825,"kind":2048,"name":"updateTracks","url":"classes/logviewer.html#updatetracks","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LogViewer"},{"id":826,"kind":2048,"name":"reset","url":"classes/logviewer.html#reset","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LogViewer"},{"id":827,"kind":2048,"name":"setup","url":"classes/logviewer.html#setup","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LogViewer"},{"id":828,"kind":2048,"name":"processLegendConfig","url":"classes/logviewer.html#processlegendconfig","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LogViewer"},{"id":829,"kind":2048,"name":"adjustZoomTransform","url":"classes/logviewer.html#adjustzoomtransform","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LogViewer"},{"id":830,"kind":2048,"name":"updateLegendRows","url":"classes/logviewer.html#updatelegendrows","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LogViewer"},{"id":831,"kind":2048,"name":"updateLegend","url":"classes/logviewer.html#updatelegend","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LogViewer"},{"id":832,"kind":2048,"name":"adjustTrackTitles","url":"classes/logviewer.html#adjusttracktitles","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LogViewer"},{"id":833,"kind":2048,"name":"postUpdateTracks","url":"classes/logviewer.html#postupdatetracks","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LogViewer"},{"id":834,"kind":262144,"name":"innerBounds","url":"classes/logviewer.html#innerbounds","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"LogViewer"},{"id":835,"kind":262144,"name":"domain","url":"classes/logviewer.html#domain","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"LogViewer"},{"id":836,"kind":262144,"name":"scaleHandler","url":"classes/logviewer.html#scalehandler","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"LogViewer"},{"id":837,"kind":262144,"name":"scale","url":"classes/logviewer.html#scale","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"LogViewer"},{"id":838,"kind":32,"name":"wheelPanFactor","url":"globals.html#wheelpanfactor","classes":"tsd-kind-variable tsd-is-not-exported"}]}; \ No newline at end of file diff --git a/docs/classes/areaplot.html b/docs/classes/areaplot.html index 1032ce6..4c2425c 100644 --- a/docs/classes/areaplot.html +++ b/docs/classes/areaplot.html @@ -1,516 +1,24 @@ - - - - - - AreaPlot | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class AreaPlot

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Area plot

    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - Plot -
        -
      • - AreaPlot -
      • -
      -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Constructors

    - -
    -
    -

    Properties

    - -
    -
    -

    Accessors

    - -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Constructors

    -
    - -

    constructor

    - - -
    -
    -
    -

    Properties

    -
    - -

    data

    -
    data: PlotData
    - -
    -
    - -

    id

    -
    id: string | number
    - -
    -
    - -

    options

    - - -
    -
    - -

    scale

    -
    scale: Scale
    - -
    -
    -
    -

    Accessors

    -
    - -

    offset

    -
      -
    • get offset(): number
    • -
    - -
    -
    -
    -

    Methods

    -
    - -

    plot

    -
      -
    • plot(ctx: CanvasRenderingContext2D, scale: Scale): void
    • -
    -
      -
    • - -
      -
      -

      Renders area plot to canvas context

      -
      -
      -

      Parameters

      -
        -
      • -
        ctx: CanvasRenderingContext2D
        -
        -

        canvas context instance

        -
        -
      • -
      • -
        scale: Scale
        -
        -

        y-scale

        -
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    setData

    -
      -
    • setData(data: any, scale?: Scale): Plot
    • -
    -
      -
    • - -
      -
      -

      Sets the plot data

      -
      -
      -

      Parameters

      -
        -
      • -
        data: any
        -
      • -
      • -
        Optional scale: Scale
        -
      • -
      -

      Returns Plot

      -
    • -
    -
    -
    - -

    setOption

    -
      -
    • setOption(key: string, value: any): Plot
    • -
    -
      -
    • - -
      -
      -

      Set option

      -
      -
      -

      Parameters

      -
        -
      • -
        key: string
        -
      • -
      • -
        value: any
        -
      • -
      -

      Returns Plot

      -
    • -
    -
    -
    - -

    setOptions

    -
      -
    • setOptions(options: any): Plot
    • -
    -
      -
    • - -
      -
      -

      Set multiple options

      -
      -
      -

      Parameters

      -
        -
      • -
        options: any
        -
        -

        object containing options to set

        -
        -
      • -
      -

      Returns Plot

      -
    • -
    -
    -
    - -

    setRange

    - - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file +AreaPlot | @equinor/videx-wellog

    Area plot

    +

    Hierarchy (view full)

    • Plot<AreaPlotOptions>
      • AreaPlot

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    data: any
    id: string | number
    options: AreaPlotOptions
    range: Range
    scale: Scale

    Accessors

    • get offset(): number
    • Returns number

    Methods

    • Renders area plot to canvas context

      +

      Parameters

      • ctx: CanvasRenderingContext2D

        canvas context instance

        +
      • scale: Scale

        y-scale

        +

      Returns void

    • Sets the plot data

      +

      Parameters

      • data: any

        Data for all plots on track

        +
      • Optional scale: Scale
      • Optional plotOptions: Map<string | number, AreaPlotOptions>

      Returns Plot<PlotOptions>

    • Set multiple options

      +

      Parameters

      • options: any

        object containing options to set

        +

      Returns Plot<PlotOptions>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/classes/basicscalehandler.html b/docs/classes/basicscalehandler.html index d3fd90c..60ece8d 100644 --- a/docs/classes/basicscalehandler.html +++ b/docs/classes/basicscalehandler.html @@ -1,458 +1,17 @@ - - - - - - BasicScaleHandler | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class BasicScaleHandler

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Class that controls reference scaling in the WellogComponent. - The scale handler is an abstraction to allow adding custom - scaling behaviour, such as mapping data between domains.

    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Implements

    - -
    -
    -

    Index

    -
    -
    -
    -

    Constructors

    - -
    -
    -

    Properties

    - -
    -
    -

    Accessors

    - -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Constructors

    -
    - -

    constructor

    - - -
    -
    -
    -

    Properties

    -
    - -

    Protected _baseDomain

    -
    _baseDomain: Domain
    - -
    -
    - -

    scale

    -
    scale: Scale
    - -
    -
    -
    -

    Accessors

    -
    - -

    dataScale

    -
      -
    • get dataScale(): Scale
    • -
    - -
    -
    -
    -

    Methods

    -
    - -

    baseDomain

    - - -
    -
    - -

    range

    - - -
    -
    - -

    rescale

    -
      -
    • rescale(transform: ZoomTransform, axis?: string): ScaleHandler
    • -
    - -
    -
    - -

    ticks

    - - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file +BasicScaleHandler | @equinor/videx-wellog

    Class that controls reference scaling in the WellogComponent. +The scale handler is an abstraction to allow adding custom +scaling behaviour, such as mapping data between domains.

    +

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    _baseDomain: Domain
    scale: Scale

    Accessors

    Methods

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/classes/canvastrack.html b/docs/classes/canvastrack.html index 6ca58b5..4a0a29c 100644 --- a/docs/classes/canvastrack.html +++ b/docs/classes/canvastrack.html @@ -1,845 +1,42 @@ - - - - - - CanvasTrack | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class CanvasTrack

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Base track for tracks that renders to a canvas context

    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Index

    -
    -
    -
    -

    Constructors

    - -
    -
    -

    Properties

    - -
    -
    -

    Accessors

    - -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Constructors

    -
    - -

    constructor

    - - -
    -
    -
    -

    Properties

    -
    - -

    Protected _data

    -
    _data: any
    - -
    -
    - -

    Protected _isLoading

    -
    _isLoading: boolean
    - -
    -
    - -

    Protected _mounted

    -
    _mounted: boolean
    - -
    -
    - -

    ctx

    -
    ctx: CanvasRenderingContext2D
    - -
    -
    - -

    elm

    -
    elm: HTMLElement
    - -
    -
    - -

    error

    -
    error: Error | string
    - -
    -
    - -

    id

    -
    id: string | number
    - -
    -
    - -

    Optional legendUpdate

    -
    legendUpdate: LegendTriggerFunction
    - -
    -
    - -

    loader

    -
    loader: D3Selection
    - -
    -
    - -

    options

    -
    options: TrackOptions
    - -
    -
    - -

    order

    -
    order: number
    - -
    -
    - -

    scale

    -
    scale: Scale
    - -
    -
    - -

    transform

    -
    transform: Transform
    - -
    -
    -
    -

    Accessors

    -
    - -

    data

    -
      -
    • get data(): any
    • -
    • set data(data: Promise<any> | Function | any): void
    • -
    - -
    -
    - -

    isLoading

    -
      -
    • get isLoading(): boolean
    • -
    • set isLoading(val: boolean): void
    • -
    - -
    -
    - -

    isMounted

    -
      -
    • get isMounted(): boolean
    • -
    - -
    -
    -
    -

    Methods

    -
    - -

    init

    -
      -
    • init(elm: HTMLElement, scale: Scale): void
    • -
    -
      -
    • - -
      -
      -

      Calls OnMount and OnUpdate. Useful if track is stand-alone

      -
      -
      -

      Parameters

      -
        -
      • -
        elm: HTMLElement
        -
      • -
      • -
        scale: Scale
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    loadData

    -
      -
    • loadData(data: any, showLoader?: boolean): void
    • -
    -
      -
    • - -
      -
      -

      Initiate loading of data for track. Will set response to the track's - data property. If showLoader is set to true, the current track will be - hidden, and (if supplied) the loader element will be shown, until data - is resolved. Calls onDataLoaded if implemented by track.

      -
      -
      -

      Parameters

      -
        -
      • -
        data: any
        -
      • -
      • -
        Default value showLoader: boolean = true
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    onDataLoaded

    -
      -
    • onDataLoaded(data?: any): void
    • -
    - -
    -
    - -

    onError

    -
      -
    • onError(error: Error | string): void
    • -
    -
      -
    • - -
      -
      -

      Should be called from track implementation in case an - unrecoverable error occurs.

      -
      -
      -

      Parameters

      -
        -
      • -
        error: Error | string
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    onMount

    - - -
    -
    - -

    onRescale

    - -
      -
    • - -
      -
      -

      Handler for onRescale event. Called by container when y-scale domain/transform is changed.

      -
      -
      -

      Parameters

      - -

      Returns void

      -
    • -
    -
    -
    - -

    onUnmount

    - -
      -
    • - -
      -
      -

      Handler for onUnmount event. Called when track DOM-element is remove from the - DOM model. Typically, trackEvent will be an empty object, but depends on container.

      -
      -
      -

      Parameters

      - -

      Returns void

      -
    • -
    -
    -
    - -

    onUpdate

    - - -
    -
    - -

    refresh

    -
      -
    • refresh(): void
    • -
    -
      -
    • - -
      -
      -

      Allow triggering of update event without parameters

      -
      -
      -

      Returns void

      -
    • -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file +CanvasTrack | @equinor/videx-wellog

    Class CanvasTrack<TOptions>

    Base track for tracks that renders to a canvas context

    +

    Type Parameters

    • TOptions extends TrackOptions

    Hierarchy (view full)

    Constructors

    Properties

    _data: any
    _isLoading: boolean
    _mounted: boolean
    ctx: CanvasRenderingContext2D
    elm: HTMLElement
    error: string | Error
    id: string | number
    legendUpdate?: LegendTriggerFunction
    loader: any
    options: TOptions
    order: number
    scale: Scale
    transform: Transform

    Accessors

    • get isLoading(): boolean
    • Returns boolean

    • set isLoading(val): void
    • Parameters

      • val: boolean

      Returns void

    • get isMounted(): boolean
    • Returns boolean

    Methods

    • Calls OnMount and OnUpdate. Useful if track is stand-alone

      +

      Parameters

      • elm: HTMLElement
      • scale: Scale

      Returns void

    • Initiate loading of data for track. Will set response to the track's +data property. If showLoader is set to true, the current track will be +hidden, and (if supplied) the loader element will be shown, until data +is resolved. Calls onDataLoaded if implemented by track.

      +

      Parameters

      • data: any
      • showLoader: boolean = true

      Returns void

    • Should be called from track implementation in case an +unrecoverable error occurs.

      +

      Parameters

      • error: string | Error

      Returns void

    • Override to add canvas element for plotting track data

      +

      Parameters

      • trackEvent: OnMountEvent

      Returns void

    • Handler for onRescale event. Called by container when y-scale domain/transform is changed.

      +

      Parameters

      • trackEvent: OnRescaleEvent

      Returns void

    • Handler for onUnmount event. Called when track DOM-element is remove from the +DOM model. Typically, trackEvent will be an empty object, but depends on container.

      +

      Parameters

      • trackEvent: OnUnmountEvent = {}

      Returns void

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/classes/datahelper.html b/docs/classes/datahelper.html index bcb39a4..3fd3628 100644 --- a/docs/classes/datahelper.html +++ b/docs/classes/datahelper.html @@ -1,700 +1,55 @@ - - - - - - DataHelper | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class DataHelper

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Various utility functions for transforming and processing - data sets.

    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - DataHelper -
    • -
    -
    -
    -

    Index

    -
    - -
    -
    -
    -

    Methods

    -
    - -

    Static downsample

    - -
      -
    • - -
      -
      -

      Downsamples data by reducing segments that scales to the same approximate range

      -
      -
      -

      Parameters

      -
        -
      • -
        datapoints: PlotData
        -
        -

        data to downsample

        -
        -
      • -
      • -
        scale: Scale
        -
        -

        scale to control downsampling

        -
        -
      • -
      • -
        Default value reducer: ReducerFunction = DataHelper.minmax
        -
        -

        function to reduce segments

        -
        -
      • -
      -

      Returns PlotData

      -
    • -
    -
    -
    - -

    Static filterData

    - -
      -
    • - -
      -
      -

      Cut data points that are outside the current visible domain. - An excess will ensure that panning is smooth

      -
      -
      -

      Parameters

      -
        -
      • -
        datapoints: PlotData
        -
      • -
      • -
        domain: Domain
        -
      • -
      • -
        Default value overlapFactor: number = 0.5
        -
      • -
      -

      Returns PlotData

      -
    • -
    -
    -
    - -

    Static findNextDefined

    -
      -
    • findNextDefined(data: PlotData, start?: number): number
    • -
    -
      -
    • - -
      -
      -

      Find the first index that has a finite numeric value

      -
      -
      -

      Parameters

      -
        -
      • -
        data: PlotData
        -
        -

        data to search

        -
        -
      • -
      • -
        Default value start: number = 0
        -
        -

        start index to search from

        -
        -
      • -
      -

      Returns number

      -
    • -
    -
    -
    - -

    Static findNextUndefined

    -
      -
    • findNextUndefined(data: PlotData, start?: number): number
    • -
    -
      -
    • - -
      -
      -

      Find the first index that has NOT a finite numeric value

      -
      -
      -

      Parameters

      -
        -
      • -
        data: PlotData
        -
        -

        data to search

        -
        -
      • -
      • -
        Default value start: number = 0
        -
        -

        start index to search from

        -
        -
      • -
      -

      Returns number

      -
    • -
    -
    -
    - -

    Static isWithinBounds

    -
      -
    • isWithinBounds(scale: Scale, datapoints: PlotData): boolean
    • -
    -
      -
    • - -
      -
      -

      Test if the data is within the scale's domain

      -
      -
      -

      Parameters

      - -

      Returns boolean

      -
    • -
    -
    -
    - -

    Static mean

    - - -
    -
    - -

    Static mergeDataSeries

    - - -
    -
    - -

    Static minmax

    - - -
    -
    - -

    Static queryContinuousData

    -
      -
    • queryContinuousData(queryVal: number, data: PlotData): number | null
    • -
    -
      -
    • - -
      -
      -

      In a data set of two values, return the second element - of the item where the first item is closest to the query - value. The data set is considered to be contineous rather - than discrete.

      -
      -
      -

      Parameters

      -
        -
      • -
        queryVal: number
        -
      • -
      • -
        data: PlotData
        -
      • -
      -

      Returns number - | - null -

      -
    • -
    -
    -
    - -

    Static queryPointData

    -
      -
    • queryPointData(queryVal: number, data: PlotData, threshold?: number): number | null
    • -
    -
      -
    • - -
      -
      -

      In a data set of two values, return the second element - of the item where the first item is closest to the query - value. The data set is considered to be discrete.

      -
      -
      -

      Parameters

      -
        -
      • -
        queryVal: number
        -
      • -
      • -
        data: PlotData
        -
      • -
      • -
        Default value threshold: number = 0
        -
      • -
      -

      Returns number - | - null -

      -
    • -
    -
    -
    - -

    Static queryZoneData

    -
      -
    • queryZoneData(queryVal: number, data: PlotData): number | null
    • -
    -
      -
    • - -
      -
      -

      In a data set of two values, return the second element - of the item where the first item is closest to the query - value. The data set is considered to be organized such that - an item is the end of the previous item and the start of the - next (zones).

      -
      -
      -

      Parameters

      -
        -
      • -
        queryVal: number
        -
      • -
      • -
        data: PlotData
        -
      • -
      -

      Returns number - | - null -

      -
    • -
    -
    -
    - -

    Static resample

    - -
      -
    • - -
      -
      -

      Resample large data series to reduce detail when number of points are - greater than the number of pixels to render it to. NOTE: you should pass the data through - the DataHelper.trimUndefinedValues before passing it to this function. Also, this function - assumes the datapoints are more or less uniformly spaced. The DataHelper.downsample is - probably safer and yields better results.

      -
      -
      -

      Parameters

      -
        -
      • -
        datapoints: PlotData
        -
        -

        data to resample

        -
        -
      • -
      • -
        ratio: number
        -
        -

        resample ratio

        -
        -
      • -
      • -
        Default value reducer: ReducerFunction = DataHelper.mean
        -
        -

        function to reduce segments

        -
        -
      • -
      -

      Returns PlotData

      -
    • -
    -
    -
    - -

    Static trimUndefinedValues

    - -
      -
    • - -
      -
      -

      Remove successive entries of NULL values, leaving only the first - NULL value. Required by the resample function.

      -
      -
      -

      Parameters

      - -

      Returns PlotData

      -
    • -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file +DataHelper | @equinor/videx-wellog

    Various utility functions for transforming and processing +data sets.

    +

    Constructors

    Methods

    • Downsamples data by reducing segments that scales to the same approximate range

      +

      Parameters

      • datapoints: PlotData

        data to downsample

        +
      • scale: Scale

        scale to control downsampling

        +
      • reducer: ReducerFunction = DataHelper.minmax

        function to reduce segments

        +

      Returns PlotData

    • Cut data points that are outside the current visible domain. +An excess will ensure that panning is smooth

      +

      Parameters

      • datapoints: PlotData
      • domain: Domain
      • overlapFactor: number = 0.5

      Returns PlotData

    • Find the first index that has a finite numeric value

      +

      Parameters

      • data: PlotData

        data to search

        +
      • start: number = 0

        start index to search from

        +

      Returns number

    • Find the first index that has NOT a finite numeric value

      +

      Parameters

      • data: PlotData

        data to search

        +
      • start: number = 0

        start index to search from

        +

      Returns number

    • Test if the data is within the scale's domain

      +

      Parameters

      • scale: Scale
      • datapoints: PlotData

      Returns boolean

    • Reduce multiple points to the its average values.

      +

      Parameters

      • segment: PlotData

      Returns Tuplet<number>[]

    • Trim two data series so that it can be correlated. +Used in differential plot.

      +

      Parameters

      • arr1: PlotData
      • arr2: PlotData

      Returns DifferentialPlotData

    • Parameters

      • segment: PlotData

      Returns Tuplet<number>[]

    • In a data set of two values, return the second element +of the item where the first item is closest to the query +value. The data set is considered to be contineous rather +than discrete.

      +

      Parameters

      • queryVal: number
      • data: PlotData

      Returns number

    • In a data set of two values, return the second element +of the item where the first item is closest to the query +value. The data set is considered to be discrete.

      +

      Parameters

      • queryVal: number
      • data: PlotData
      • threshold: number = 0

      Returns number

    • In a data set of two values, return the second element +of the item where the first item is closest to the query +value. The data set is considered to be organized such that +an item is the end of the previous item and the start of the +next (zones).

      +

      Parameters

      • queryVal: number
      • data: PlotData

      Returns number

    • Resample large data series to reduce detail when number of points are +greater than the number of pixels to render it to. NOTE: you should pass the data through +the DataHelper.trimUndefinedValues before passing it to this function. Also, this function +assumes the datapoints are more or less uniformly spaced. The DataHelper.downsample is +probably safer and yields better results.

      +

      Parameters

      • datapoints: PlotData

        data to resample

        +
      • ratio: number

        resample ratio

        +
      • reducer: ReducerFunction = DataHelper.mean

        function to reduce segments

        +

      Returns PlotData

    • Remove successive entries of NULL values, leaving only the first +NULL value. Required by the resample function.

      +

      Parameters

      • datapoints: PlotData

      Returns PlotData

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/classes/differentialplot.html b/docs/classes/differentialplot.html index 8c32b4d..4f1b002 100644 --- a/docs/classes/differentialplot.html +++ b/docs/classes/differentialplot.html @@ -1,547 +1,25 @@ - - - - - - DifferentialPlot | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class DifferentialPlot

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Differential plot

    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - Plot -
        -
      • - DifferentialPlot -
      • -
      -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Constructors

    - -
    -
    -

    Properties

    - -
    -
    -

    Accessors

    - -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Constructors

    -
    - -

    constructor

    - - -
    -
    -
    -

    Properties

    -
    - -

    data

    - - -
    -
    - -

    extent

    -
    extent: [number, number]
    - -
    -
    - -

    id

    -
    id: string | number
    - -
    -
    - -

    options

    - - -
    -
    - -

    scale

    -
    scale: Scale
    - -
    -
    - -

    scale1

    -
    scale1: Scale
    - -
    -
    - -

    scale2

    -
    scale2: Scale
    - -
    -
    -
    -

    Accessors

    -
    - -

    offset

    -
      -
    • get offset(): number
    • -
    - -
    -
    -
    -

    Methods

    -
    - -

    plot

    -
      -
    • plot(ctx: CanvasRenderingContext2D, scale: Scale): void
    • -
    -
      -
    • - -
      -
      -

      Renders differential plot to canvas context

      -
      -
      -

      Parameters

      -
        -
      • -
        ctx: CanvasRenderingContext2D
        -
      • -
      • -
        scale: Scale
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    setData

    - - -
    -
    - -

    setOption

    - - -
    -
    - -

    setOptions

    -
      -
    • setOptions(options: any): Plot
    • -
    -
      -
    • - -
      -
      -

      Set multiple options

      -
      -
      -

      Parameters

      -
        -
      • -
        options: any
        -
        -

        object containing options to set

        -
        -
      • -
      -

      Returns Plot

      -
    • -
    -
    -
    - -

    setRange

    - - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file +DifferentialPlot | @equinor/videx-wellog

    Differential plot

    +

    Hierarchy (view full)

    • Plot<DifferentialPlotOptions>
      • DifferentialPlot

    Constructors

    Properties

    data: [PlotData, PlotData]
    extent: [number, number]
    id: string | number
    options: DifferentialPlotOptions
    range: Range
    scale: Scale
    scale1: Scale
    scale2: Scale

    Accessors

    • get offset(): number
    • Returns number

    Methods

    • Renders differential plot to canvas context

      +

      Parameters

      • ctx: CanvasRenderingContext2D
      • scale: Scale

      Returns void

    • Set multiple options

      +

      Parameters

      • options: any

        object containing options to set

        +

      Returns Plot<PlotOptions>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/classes/dotplot.html b/docs/classes/dotplot.html index e680447..28ce48c 100644 --- a/docs/classes/dotplot.html +++ b/docs/classes/dotplot.html @@ -1,510 +1,22 @@ - - - - - - DotPlot | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class DotPlot

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Dot plot

    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - Plot -
        -
      • - DotPlot -
      • -
      -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Constructors

    - -
    -
    -

    Properties

    - -
    -
    -

    Accessors

    - -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Constructors

    -
    - -

    constructor

    - - -
    -
    -
    -

    Properties

    -
    - -

    data

    -
    data: PlotData
    - -
    -
    - -

    id

    -
    id: string | number
    - -
    -
    - -

    options

    - - -
    -
    - -

    scale

    -
    scale: Scale
    - -
    -
    -
    -

    Accessors

    -
    - -

    offset

    -
      -
    • get offset(): number
    • -
    - -
    -
    -
    -

    Methods

    -
    - -

    plot

    -
      -
    • plot(ctx: CanvasRenderingContext2D, scale: Scale): void
    • -
    -
      -
    • - -
      -
      -

      Renders dot plot to canvas context

      -
      -
      -

      Parameters

      -
        -
      • -
        ctx: CanvasRenderingContext2D
        -
      • -
      • -
        scale: Scale
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    setData

    -
      -
    • setData(data: any, scale?: Scale): Plot
    • -
    -
      -
    • - -
      -
      -

      Sets the plot data

      -
      -
      -

      Parameters

      -
        -
      • -
        data: any
        -
      • -
      • -
        Optional scale: Scale
        -
      • -
      -

      Returns Plot

      -
    • -
    -
    -
    - -

    setOption

    -
      -
    • setOption(key: string, value: any): Plot
    • -
    -
      -
    • - -
      -
      -

      Set option

      -
      -
      -

      Parameters

      -
        -
      • -
        key: string
        -
      • -
      • -
        value: any
        -
      • -
      -

      Returns Plot

      -
    • -
    -
    -
    - -

    setOptions

    -
      -
    • setOptions(options: any): Plot
    • -
    -
      -
    • - -
      -
      -

      Set multiple options

      -
      -
      -

      Parameters

      -
        -
      • -
        options: any
        -
        -

        object containing options to set

        -
        -
      • -
      -

      Returns Plot

      -
    • -
    -
    -
    - -

    setRange

    - - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file +DotPlot | @equinor/videx-wellog

    Dot plot

    +

    Hierarchy (view full)

    • Plot<DotPlotOptions>
      • DotPlot

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    data: any
    id: string | number
    options: DotPlotOptions
    range: Range
    scale: Scale

    Accessors

    • get offset(): number
    • Returns number

    Methods

    • Renders dot plot to canvas context

      +

      Parameters

      • ctx: CanvasRenderingContext2D
      • scale: Scale

      Returns void

    • Sets the plot data

      +

      Parameters

      • data: any

        Data for all plots on track

        +
      • Optional scale: Scale
      • Optional plotOptions: Map<string | number, DotPlotOptions>

      Returns Plot<PlotOptions>

    • Set multiple options

      +

      Parameters

      • options: any

        object containing options to set

        +

      Returns Plot<PlotOptions>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/classes/dualscaletrack.html b/docs/classes/dualscaletrack.html index dd25ff6..727765a 100644 --- a/docs/classes/dualscaletrack.html +++ b/docs/classes/dualscaletrack.html @@ -1,1085 +1,64 @@ - - - - - - DualScaleTrack | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class DualScaleTrack

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    A scale track that supports interpolation between two - scale domains. Requires container to supply a scale handler - in the onMount event.

    -
    -

    The dual scale has a master/slave mode, which can be toggled - to change its behaviour (switch between domains), using the - scale-handler's setMode-function.

    -
    -
    -
    -

    Hierarchy

    -
      -
    • - SvgTrack -
        -
      • - DualScaleTrack -
      • -
      -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Constructors

    - -
    -
    -

    Properties

    - -
    -
    -

    Accessors

    - -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Constructors

    -
    - -

    constructor

    - - -
    -
    -
    -

    Properties

    -
    - -

    Protected _data

    -
    _data: any
    - -
    -
    - -

    Protected _isLoading

    -
    _isLoading: boolean
    - -
    -
    - -

    Protected _mounted

    -
    _mounted: boolean
    - -
    -
    - -

    elm

    -
    elm: HTMLElement
    - -
    -
    - -

    error

    -
    error: Error | string
    - -
    -
    - -

    id

    -
    id: string | number
    - -
    -
    - -

    labelBounds

    -
    labelBounds: LabelBounds
    - -
    -
    - -

    Optional legendUpdate

    -
    legendUpdate: LegendTriggerFunction
    - -
    -
    - -

    loader

    -
    loader: D3Selection
    - -
    -
    - -

    options

    - - -
    -
    - -

    order

    -
    order: number
    - -
    -
    - -

    Protected plotGroup

    -
    plotGroup: D3Selection
    - -
    -
    - -

    scale

    -
    scale: Scale
    - -
    -
    - -

    scaleHandler

    - - -
    -
    - -

    ticks

    -
    ticks: number[]
    - -
    -
    - -

    transform

    -
    transform: Transform
    - -
    -
    - -

    viewMode

    -
    viewMode: number
    - -
    -
    - -

    xscale

    -
    xscale: Scale
    - -
    -
    -
    -

    Accessors

    -
    - -

    data

    -
      -
    • get data(): any
    • -
    • set data(data: Promise<any> | Function | any): void
    • -
    - -
    -
    - -

    extent

    - - -
    -
    - -

    isLoading

    -
      -
    • get isLoading(): boolean
    • -
    • set isLoading(val: boolean): void
    • -
    - -
    -
    - -

    isMaster

    -
      -
    • get isMaster(): boolean
    • -
    - -
    -
    - -

    isMounted

    -
      -
    • get isMounted(): boolean
    • -
    - -
    -
    -
    -

    Methods

    -
    - -

    createMeasures

    - - -
    -
    - -

    createRuler

    - - -
    -
    - -

    createTicks

    -
      -
    • createTicks(): void
    • -
    - -
    -
    - -

    init

    -
      -
    • init(elm: HTMLElement, scale: Scale): void
    • -
    -
      -
    • - -
      -
      -

      Calls OnMount and OnUpdate. Useful if track is stand-alone

      -
      -
      -

      Parameters

      -
        -
      • -
        elm: HTMLElement
        -
      • -
      • -
        scale: Scale
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    loadData

    -
      -
    • loadData(data: any, showLoader?: boolean): void
    • -
    -
      -
    • - -
      -
      -

      Initiate loading of data for track. Will set response to the track's - data property. If showLoader is set to true, the current track will be - hidden, and (if supplied) the loader element will be shown, until data - is resolved. Calls onDataLoaded if implemented by track.

      -
      -
      -

      Parameters

      -
        -
      • -
        data: any
        -
      • -
      • -
        Default value showLoader: boolean = true
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    onDataLoaded

    -
      -
    • onDataLoaded(data?: any): void
    • -
    - -
    -
    - -

    onError

    -
      -
    • onError(error: Error | string): void
    • -
    -
      -
    • - -
      -
      -

      Should be called from track implementation in case an - unrecoverable error occurs.

      -
      -
      -

      Parameters

      -
        -
      • -
        error: Error | string
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    onMount

    - - -
    -
    - -

    onRescale

    - - -
    -
    - -

    onUnmount

    - -
      -
    • - -
      -
      -

      Handler for onUnmount event. Called when track DOM-element is remove from the - DOM model. Typically, trackEvent will be an empty object, but depends on container.

      -
      -
      -

      Parameters

      - -

      Returns void

      -
    • -
    -
    -
    - -

    onUpdate

    - - -
    -
    - -

    plot

    -
      -
    • plot(): void
    • -
    - -
    -
    - -

    refresh

    -
      -
    • refresh(): void
    • -
    -
      -
    • - -
      -
      -

      Allow triggering of update event without parameters

      -
      -
      -

      Returns void

      -
    • -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file +DualScaleTrack | @equinor/videx-wellog

    A scale track that supports interpolation between two +scale domains. Requires container to supply a scale handler +in the onMount event.

    +

    The dual scale has a master/slave mode, which can be toggled +to change its behaviour (switch between domains), using the +scale-handler's setMode-function.

    +

    Hierarchy (view full)

    • SvgTrack<DualScaleTrackOptions>
      • DualScaleTrack

    Constructors

    Properties

    _data: any
    _isLoading: boolean
    _mounted: boolean
    elm: HTMLElement
    error: string | Error
    id: string | number
    labelBounds: LabelBounds
    legendUpdate?: LegendTriggerFunction
    loader: any
    options: DualScaleTrackOptions
    order: number
    plotGroup: any
    scale: Scale
    ticks: number[]
    transform: Transform
    viewMode: number
    xscale: Scale

    Accessors

    • get data(): any
    • Returns any

    • set data(data): void
    • Parameters

      • data: any

      Returns void

    • get isLoading(): boolean
    • Returns boolean

    • set isLoading(val): void
    • Parameters

      • val: boolean

      Returns void

    • get isMounted(): boolean
    • Returns boolean

    Methods

    • Calls OnMount and OnUpdate. Useful if track is stand-alone

      +

      Parameters

      • elm: HTMLElement
      • scale: Scale

      Returns void

    • Initiate loading of data for track. Will set response to the track's +data property. If showLoader is set to true, the current track will be +hidden, and (if supplied) the loader element will be shown, until data +is resolved. Calls onDataLoaded if implemented by track.

      +

      Parameters

      • data: any
      • showLoader: boolean = true

      Returns void

    • Should be called from track implementation in case an +unrecoverable error occurs.

      +

      Parameters

      • error: string | Error

      Returns void

    • Handler for onUnmount event. Called when track DOM-element is remove from the +DOM model. Typically, trackEvent will be an empty object, but depends on container.

      +

      Parameters

      • trackEvent: OnUnmountEvent = {}

      Returns void

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/classes/graphtrack.html b/docs/classes/graphtrack.html index a999e94..18d79dc 100644 --- a/docs/classes/graphtrack.html +++ b/docs/classes/graphtrack.html @@ -1,1029 +1,63 @@ - - - - - - GraphTrack | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class GraphTrack

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    An extension to CanvasTrack for rendering plots

    -
    -

    See ./readme.md in source code for more info

    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Index

    -
    -
    -
    -

    Constructors

    - -
    -
    -

    Properties

    - -
    -
    -

    Accessors

    - -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Constructors

    -
    - -

    constructor

    - - -
    -
    -
    -

    Properties

    -
    - -

    Protected _data

    -
    _data: any
    - -
    -
    - -

    Protected _isLoading

    -
    _isLoading: boolean
    - -
    -
    - -

    Protected _mounted

    -
    _mounted: boolean
    - -
    -
    - -

    Private Optional _transformCondition

    -
    _transformCondition: number = null
    - -
    -
    - -

    Private Optional _transformedData

    -
    _transformedData: any
    - -
    -
    - -

    ctx

    -
    ctx: CanvasRenderingContext2D
    - -
    -
    - -

    debounce

    - - -
    -
    - -

    elm

    -
    elm: HTMLElement
    - -
    -
    - -

    error

    -
    error: Error | string
    - -
    -
    - -

    id

    -
    id: string | number
    - -
    -
    - -

    Optional legendUpdate

    -
    legendUpdate: LegendTriggerFunction
    - -
    -
    - -

    loader

    -
    loader: D3Selection
    - -
    -
    - -

    options

    - - -
    -
    - -

    order

    -
    order: number
    - -
    -
    - -

    plots

    -
    plots: Plot[]
    - -
    -
    - -

    scale

    -
    scale: Scale
    - -
    -
    - -

    trackScale

    -
    trackScale: Scale
    - -
    -
    - -

    transform

    -
    transform: Transform
    - -
    -
    -
    -

    Accessors

    -
    - -

    data

    -
      -
    • get data(): any
    • -
    • set data(data: Promise<any> | Function | any): void
    • -
    - -
    -
    - -

    isLoading

    -
      -
    • get isLoading(): boolean
    • -
    • set isLoading(val: boolean): void
    • -
    - -
    -
    - -

    isMounted

    -
      -
    • get isMounted(): boolean
    • -
    - -
    -
    -
    -

    Methods

    -
    - -

    init

    -
      -
    • init(elm: HTMLElement, scale: Scale): void
    • -
    -
      -
    • - -
      -
      -

      Calls OnMount and OnUpdate. Useful if track is stand-alone

      -
      -
      -

      Parameters

      -
        -
      • -
        elm: HTMLElement
        -
      • -
      • -
        scale: Scale
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    loadData

    -
      -
    • loadData(data: any, showLoader?: boolean): void
    • -
    -
      -
    • - -
      -
      -

      Initiate loading of data for track. Will set response to the track's - data property. If showLoader is set to true, the current track will be - hidden, and (if supplied) the loader element will be shown, until data - is resolved. Calls onDataLoaded if implemented by track.

      -
      -
      -

      Parameters

      -
        -
      • -
        data: any
        -
      • -
      • -
        Default value showLoader: boolean = true
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    onDataLoaded

    -
      -
    • onDataLoaded(): void
    • -
    - -
    -
    - -

    onError

    -
      -
    • onError(error: Error | string): void
    • -
    -
      -
    • - -
      -
      -

      Should be called from track implementation in case an - unrecoverable error occurs.

      -
      -
      -

      Parameters

      -
        -
      • -
        error: Error | string
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    onMount

    - - -
    -
    - -

    onRescale

    - - -
    -
    - -

    onUnmount

    - -
      -
    • - -
      -
      -

      Handler for onUnmount event. Called when track DOM-element is remove from the - DOM model. Typically, trackEvent will be an empty object, but depends on container.

      -
      -
      -

      Parameters

      - -

      Returns void

      -
    • -
    -
    -
    - -

    onUpdate

    - - -
    -
    - -

    plot

    -
      -
    • plot(): void
    • -
    - -
    -
    - -

    prepareData

    -
      -
    • prepareData(): void
    • -
    -
      -
    • - -
      -
      -

      Execute configured transform function if applicable on the track's data - and update plots with the result

      -
      -
      -

      Returns void

      -
    • -
    -
    -
    - -

    refresh

    -
      -
    • refresh(): void
    • -
    -
      -
    • - -
      -
      -

      Allow triggering of update event without parameters

      -
      -
      -

      Returns void

      -
    • -
    -
    -
    - -

    setPlotOption

    -
      -
    • setPlotOption(id: string | number, key: string, value: any): GraphTrack
    • -
    - -
    -
    - -

    updateRange

    -
      -
    • updateRange(): void
    • -
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file +GraphTrack | @equinor/videx-wellog

    An extension to CanvasTrack for rendering plots

    +

    See ./readme.md in source code for more info

    +

    Hierarchy (view full)

    Constructors

    Properties

    _data: any
    _isLoading: boolean
    _mounted: boolean
    _transformCondition?: number = null
    _transformedData?: any
    ctx: CanvasRenderingContext2D
    elm: HTMLElement
    error: string | Error
    id: string | number
    legendUpdate?: LegendTriggerFunction
    loader: any
    options: GraphTrackOptions
    order: number
    plots: Plot<PlotOptions>[]
    scale: Scale
    trackScale: Scale
    transform: Transform

    Accessors

    • get data(): any
    • Returns any

    • set data(data): void
    • Parameters

      • data: any

      Returns void

    • get isLoading(): boolean
    • Returns boolean

    • set isLoading(val): void
    • Parameters

      • val: boolean

      Returns void

    • get isMounted(): boolean
    • Returns boolean

    Methods

    • Calls OnMount and OnUpdate. Useful if track is stand-alone

      +

      Parameters

      • elm: HTMLElement
      • scale: Scale

      Returns void

    • Initiate loading of data for track. Will set response to the track's +data property. If showLoader is set to true, the current track will be +hidden, and (if supplied) the loader element will be shown, until data +is resolved. Calls onDataLoaded if implemented by track.

      +

      Parameters

      • data: any
      • showLoader: boolean = true

      Returns void

    • Should be called from track implementation in case an +unrecoverable error occurs.

      +

      Parameters

      • error: string | Error

      Returns void

    • Handler for onUnmount event. Called when track DOM-element is remove from the +DOM model. Typically, trackEvent will be an empty object, but depends on container.

      +

      Parameters

      • trackEvent: OnUnmountEvent = {}

      Returns void

    • Updates all plots with data by triggering each plot's data accessor function.

      +

      Parameters

      • data: any

      Returns void

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/classes/gridhelper.html b/docs/classes/gridhelper.html index 9fc92a7..6d89566 100644 --- a/docs/classes/gridhelper.html +++ b/docs/classes/gridhelper.html @@ -1,236 +1,6 @@ - - - - - - GridHelper | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class GridHelper

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Helper for rendering grid to canvas, used by GraphTrack

    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - GridHelper -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Methods

    -
    - -

    Static drawGrid

    - -
      -
    • - -
      -
      -

      Draws grid to canvas according to input scales and ticks dictionaries. - Ticks are dictionaries of major and minor number arrays

      -
      -
      -

      Parameters

      - -

      Returns void

      -
    • -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file +GridHelper | @equinor/videx-wellog

    Helper for rendering grid to canvas, used by GraphTrack

    +

    Constructors

    Methods

    Constructors

    Methods

    • Draws grid to canvas according to input scales and ticks dictionaries. +Ticks are dictionaries of major and minor number arrays

      +

      Parameters

      Returns void

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/classes/htmltrack.html b/docs/classes/htmltrack.html index a0c9ddb..8c5fb84 100644 --- a/docs/classes/htmltrack.html +++ b/docs/classes/htmltrack.html @@ -1,840 +1,42 @@ - - - - - - HtmlTrack | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class HtmlTrack

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Base track for tracks that renders HTML content

    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - Track -
        -
      • - HtmlTrack -
      • -
      -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Constructors

    - -
    -
    -

    Properties

    - -
    -
    -

    Accessors

    - -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Constructors

    -
    - -

    constructor

    - - -
    -
    -
    -

    Properties

    -
    - -

    Protected _data

    -
    _data: any
    - -
    -
    - -

    Protected _isLoading

    -
    _isLoading: boolean
    - -
    -
    - -

    Protected _mounted

    -
    _mounted: boolean
    - -
    -
    - -

    container

    -
    container: D3Selection
    - -
    -
    - -

    elm

    -
    elm: HTMLElement
    - -
    -
    - -

    error

    -
    error: Error | string
    - -
    -
    - -

    id

    -
    id: string | number
    - -
    -
    - -

    Optional legendUpdate

    -
    legendUpdate: LegendTriggerFunction
    - -
    -
    - -

    loader

    -
    loader: D3Selection
    - -
    -
    - -

    options

    -
    options: TrackOptions
    - -
    -
    - -

    order

    -
    order: number
    - -
    -
    - -

    scale

    -
    scale: Scale
    - -
    -
    - -

    transform

    -
    transform: Transform
    - -
    -
    -
    -

    Accessors

    -
    - -

    data

    -
      -
    • get data(): any
    • -
    • set data(data: Promise<any> | Function | any): void
    • -
    - -
    -
    - -

    isLoading

    -
      -
    • get isLoading(): boolean
    • -
    • set isLoading(val: boolean): void
    • -
    - -
    -
    - -

    isMounted

    -
      -
    • get isMounted(): boolean
    • -
    - -
    -
    -
    -

    Methods

    -
    - -

    init

    -
      -
    • init(elm: HTMLElement, scale: Scale): void
    • -
    -
      -
    • - -
      -
      -

      Calls OnMount and OnUpdate. Useful if track is stand-alone

      -
      -
      -

      Parameters

      -
        -
      • -
        elm: HTMLElement
        -
      • -
      • -
        scale: Scale
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    loadData

    -
      -
    • loadData(data: any, showLoader?: boolean): void
    • -
    -
      -
    • - -
      -
      -

      Initiate loading of data for track. Will set response to the track's - data property. If showLoader is set to true, the current track will be - hidden, and (if supplied) the loader element will be shown, until data - is resolved. Calls onDataLoaded if implemented by track.

      -
      -
      -

      Parameters

      -
        -
      • -
        data: any
        -
      • -
      • -
        Default value showLoader: boolean = true
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    onDataLoaded

    -
      -
    • onDataLoaded(data?: any): void
    • -
    - -
    -
    - -

    onError

    -
      -
    • onError(error: Error | string): void
    • -
    -
      -
    • - -
      -
      -

      Should be called from track implementation in case an - unrecoverable error occurs.

      -
      -
      -

      Parameters

      -
        -
      • -
        error: Error | string
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    onMount

    - - -
    -
    - -

    onRescale

    - -
      -
    • - -
      -
      -

      Handler for onRescale event. Called by container when y-scale domain/transform is changed.

      -
      -
      -

      Parameters

      - -

      Returns void

      -
    • -
    -
    -
    - -

    onUnmount

    - -
      -
    • - -
      -
      -

      Handler for onUnmount event. Called when track DOM-element is remove from the - DOM model. Typically, trackEvent will be an empty object, but depends on container.

      -
      -
      -

      Parameters

      - -

      Returns void

      -
    • -
    -
    -
    - -

    onUpdate

    - - -
    -
    - -

    refresh

    -
      -
    • refresh(): void
    • -
    -
      -
    • - -
      -
      -

      Allow triggering of update event without parameters

      -
      -
      -

      Returns void

      -
    • -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file +HtmlTrack | @equinor/videx-wellog

    Base track for tracks that renders HTML content

    +

    Hierarchy (view full)

    • Track<TrackOptions>
      • HtmlTrack

    Constructors

    Properties

    _data: any
    _isLoading: boolean
    _mounted: boolean
    container: any
    elm: HTMLElement
    error: string | Error
    id: string | number
    legendUpdate?: LegendTriggerFunction
    loader: any
    options: TrackOptions
    order: number
    scale: Scale
    transform: Transform

    Accessors

    • get isLoading(): boolean
    • Returns boolean

    • set isLoading(val): void
    • Parameters

      • val: boolean

      Returns void

    • get isMounted(): boolean
    • Returns boolean

    Methods

    • Calls OnMount and OnUpdate. Useful if track is stand-alone

      +

      Parameters

      • elm: HTMLElement
      • scale: Scale

      Returns void

    • Initiate loading of data for track. Will set response to the track's +data property. If showLoader is set to true, the current track will be +hidden, and (if supplied) the loader element will be shown, until data +is resolved. Calls onDataLoaded if implemented by track.

      +

      Parameters

      • data: any
      • showLoader: boolean = true

      Returns void

    • Should be called from track implementation in case an +unrecoverable error occurs.

      +

      Parameters

      • error: string | Error

      Returns void

    • Override to add HMTL container for plotting track data

      +

      Parameters

      • trackEvent: OnMountEvent

      Returns void

    • Handler for onRescale event. Called by container when y-scale domain/transform is changed.

      +

      Parameters

      • trackEvent: OnRescaleEvent

      Returns void

    • Handler for onUnmount event. Called when track DOM-element is remove from the +DOM model. Typically, trackEvent will be an empty object, but depends on container.

      +

      Parameters

      • trackEvent: OnUnmountEvent = {}

      Returns void

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/classes/interpolatedscalehandler.html b/docs/classes/interpolatedscalehandler.html index 2550d61..e6b2b21 100644 --- a/docs/classes/interpolatedscalehandler.html +++ b/docs/classes/interpolatedscalehandler.html @@ -1,639 +1,38 @@ - - - - - - InterpolatedScaleHandler | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class InterpolatedScaleHandler

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Scale handler supporting interpolation between domains. A scale interpolator - is required to convert between the domains. This is implemented as an object - with 2 conversion functions, forward and reverse. It also needs to implement - 2 more functions, forwardInterpolatedDomain and reverseInterpolatedDomain. - These should return the corresponding domain based on the opposite domain, - i.e. MD <==> TVD.

    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Implements

    - -
    -
    -

    Index

    -
    -
    -
    -

    Constructors

    - -
    -
    -

    Properties

    - -
    -
    -

    Accessors

    - -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Constructors

    -
    - -

    constructor

    - - -
    -
    -
    -

    Properties

    -
    - -

    Private _alternateBase

    -
    _alternateBase: Domain
    - -
    -
    - -

    Protected _baseDomain

    -
    _baseDomain: Domain
    - -
    -
    - -

    Private _mode

    -
    _mode: number
    - -
    -
    - -

    interpolator

    -
    interpolator: ScaleInterpolator
    - -
    -
    - -

    scale

    -
    scale: Scale
    - -
    -
    -
    -

    Accessors

    -
    - -

    dataScale

    -
      -
    • get dataScale(): Scale
    • -
    - -
    -
    - -

    mode

    -
      -
    • get mode(): number
    • -
    - -
    -
    -
    -

    Methods

    -
    - -

    baseDomain

    -
      -
    • baseDomain(): Domain
    • -
    • baseDomain(newDomain: Domain): this
    • -
    - -
    -
    - -

    createInterpolatedScale

    -
      -
    • createInterpolatedScale(): Scale
    • -
    -
      -
    • - -
      -
      -

      Creates a function, which implements the d3.scale members required by - the tracks in the wellog component. The scale function, and its reverse, - will handle interpolation/conversion between the domains, using the - provided scale interpolator.

      -
      -
      -

      Returns Scale

      -
    • -
    -
    -
    - -

    range

    - - -
    -
    - -

    rescale

    -
      -
    • rescale(transform: ZoomTransform, axis?: string): ScaleHandler
    • -
    - -
    -
    - -

    rescaleToMode

    - - -
    -
    - -

    setMode

    - -
      -
    • - -
      -
      -

      Set mode of the scale handler. Mode is used to switch between domains, - so that the internal scale will always be according to the domain of the - current mode, while the data scale will always conform to the master mode. - mode = 0: master mode - mode = 1: alternate mode

      -
      -
      -

      Parameters

      -
        -
      • -
        m: number
        -
      • -
      -

      Returns InterpolatedScaleHandler

      -
    • -
    -
    -
    - -

    ticks

    - - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file +InterpolatedScaleHandler | @equinor/videx-wellog

    Class InterpolatedScaleHandler

    Scale handler supporting interpolation between domains. A scale interpolator +is required to convert between the domains. This is implemented as an object +with 2 conversion functions, forward and reverse. It also needs to implement +2 more functions, forwardInterpolatedDomain and reverseInterpolatedDomain. +These should return the corresponding domain based on the opposite domain, +i.e. MD <==> TVD.

    +

    Hierarchy (view full)

    Constructors

    Properties

    _alternateBase: Domain
    _baseDomain: Domain
    _mode: number
    interpolator: ScaleInterpolator
    scale: Scale

    Accessors

    Methods

    • Creates a function, which implements the d3.scale members required by +the tracks in the wellog component. The scale function, and its reverse, +will handle interpolation/conversion between the domains, using the +provided scale interpolator.

      +

      Returns Scale

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/classes/legendhelper.html b/docs/classes/legendhelper.html index dd18859..1f0f669 100644 --- a/docs/classes/legendhelper.html +++ b/docs/classes/legendhelper.html @@ -1,306 +1,10 @@ - - - - - - LegendHelper | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class LegendHelper

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Helper functions for creating track legends.

    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - LegendHelper -
    • -
    -
    -
    -

    Index

    -
    - -
    -
    -
    -

    Methods

    -
    - -

    Static basicLegendSvgConfig

    - - -
    -
    - -

    Static basicVerticalLabel

    -
      -
    • basicVerticalLabel(label: string, abbr: string): LegendConfig
    • -
    -
      -
    • - -
      -
      -

      Convenience function for quickly creating a legend config object for - a rotated label legend.

      -
      -
      -

      Parameters

      -
        -
      • -
        label: string
        -
      • -
      • -
        abbr: string
        -
      • -
      -

      Returns LegendConfig

      -
    • -
    -
    -
    - -

    Static renderBasicVerticalSvgLabel

    -
      -
    • renderBasicVerticalSvgLabel(g: D3Selection, bounds: LegendBounds, label: string, abbr: string, horizontal?: boolean): void
    • -
    -
      -
    • - -
      -
      -

      Renders a simple rotated text label that is scaled to fit bounds

      -
      -
      -

      Parameters

      -
        -
      • -
        g: D3Selection
        -
      • -
      • -
        bounds: LegendBounds
        -
      • -
      • -
        label: string
        -
      • -
      • -
        abbr: string
        -
      • -
      • -
        Default value horizontal: boolean = false
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file +LegendHelper | @equinor/videx-wellog

    Helper functions for creating track legends.

    +

    Constructors

    Methods

    • Creates a basic legend config required by the wellog component

      +

      Parameters

      • trackRowsFunc: LegendRowsFunction
      • updateFunc: LegendOnUpdateFunction

      Returns LegendConfig

    • Convenience function for quickly creating a legend config object for +a rotated label legend.

      +

      Parameters

      • label: string
      • abbr: string

      Returns LegendConfig

    • Renders a simple rotated text label that is scaled to fit bounds

      +

      Parameters

      • g: any
      • bounds: LegendBounds
      • label: string
      • abbr: string
      • horizontal: boolean = false

      Returns void

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/classes/lineplot.html b/docs/classes/lineplot.html index 0b44f27..736d9cf 100644 --- a/docs/classes/lineplot.html +++ b/docs/classes/lineplot.html @@ -1,510 +1,24 @@ - - - - - - LinePlot | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class LinePlot

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Line plot

    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - Plot -
        -
      • - LinePlot -
      • -
      -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Constructors

    - -
    -
    -

    Properties

    - -
    -
    -

    Accessors

    - -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Constructors

    -
    - -

    constructor

    - - -
    -
    -
    -

    Properties

    -
    - -

    data

    -
    data: PlotData
    - -
    -
    - -

    id

    -
    id: string | number
    - -
    -
    - -

    options

    - - -
    -
    - -

    scale

    -
    scale: Scale
    - -
    -
    -
    -

    Accessors

    -
    - -

    offset

    -
      -
    • get offset(): number
    • -
    - -
    -
    -
    -

    Methods

    -
    - -

    plot

    -
      -
    • plot(ctx: CanvasRenderingContext2D, scale: Scale): void
    • -
    -
      -
    • - -
      -
      -

      Renders line plot to canvas context

      -
      -
      -

      Parameters

      -
        -
      • -
        ctx: CanvasRenderingContext2D
        -
      • -
      • -
        scale: Scale
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    setData

    -
      -
    • setData(data: any, scale?: Scale): Plot
    • -
    -
      -
    • - -
      -
      -

      Sets the plot data

      -
      -
      -

      Parameters

      -
        -
      • -
        data: any
        -
      • -
      • -
        Optional scale: Scale
        -
      • -
      -

      Returns Plot

      -
    • -
    -
    -
    - -

    setOption

    -
      -
    • setOption(key: string, value: any): Plot
    • -
    -
      -
    • - -
      -
      -

      Set option

      -
      -
      -

      Parameters

      -
        -
      • -
        key: string
        -
      • -
      • -
        value: any
        -
      • -
      -

      Returns Plot

      -
    • -
    -
    -
    - -

    setOptions

    -
      -
    • setOptions(options: any): Plot
    • -
    -
      -
    • - -
      -
      -

      Set multiple options

      -
      -
      -

      Parameters

      -
        -
      • -
        options: any
        -
        -

        object containing options to set

        -
        -
      • -
      -

      Returns Plot

      -
    • -
    -
    -
    - -

    setRange

    - - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file +LinePlot | @equinor/videx-wellog

    Line plot

    +

    Hierarchy (view full)

    • Plot<LinePlotOptions>
      • LinePlot

    Constructors

    Properties

    data: any
    id: string | number
    options: LinePlotOptions
    range: Range
    scale: Scale

    Accessors

    • get offset(): number
    • Returns number

    Methods

    • Renders line plot to canvas context

      +

      Parameters

      • ctx: CanvasRenderingContext2D
      • scale: Scale

      Returns void

    • Renders segments outside of domain.

      +

      Parameters

      • ctx: CanvasRenderingContext2D
      • lineFunction: Line<[number, number]>

      Returns void

    • Sets the plot data

      +

      Parameters

      • data: any

        Data for all plots on track

        +
      • Optional scale: Scale
      • Optional plotOptions: Map<string | number, LinePlotOptions>

      Returns Plot<PlotOptions>

    • Set multiple options

      +

      Parameters

      • options: any

        object containing options to set

        +

      Returns Plot<PlotOptions>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/classes/linestepplot.html b/docs/classes/linestepplot.html index 30ede5b..e9c8f20 100644 --- a/docs/classes/linestepplot.html +++ b/docs/classes/linestepplot.html @@ -1,510 +1,22 @@ - - - - - - LineStepPlot | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class LineStepPlot

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Line-step plot

    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - Plot -
        -
      • - LineStepPlot -
      • -
      -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Constructors

    - -
    -
    -

    Properties

    - -
    -
    -

    Accessors

    - -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Constructors

    -
    - -

    constructor

    - - -
    -
    -
    -

    Properties

    -
    - -

    data

    -
    data: PlotData
    - -
    -
    - -

    id

    -
    id: string | number
    - -
    -
    - -

    options

    - - -
    -
    - -

    scale

    -
    scale: Scale
    - -
    -
    -
    -

    Accessors

    -
    - -

    offset

    -
      -
    • get offset(): number
    • -
    - -
    -
    -
    -

    Methods

    -
    - -

    plot

    -
      -
    • plot(ctx: CanvasRenderingContext2D, scale: Scale): void
    • -
    -
      -
    • - -
      -
      -

      Renders line-step plot to canvas context

      -
      -
      -

      Parameters

      -
        -
      • -
        ctx: CanvasRenderingContext2D
        -
      • -
      • -
        scale: Scale
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    setData

    -
      -
    • setData(data: any, scale?: Scale): Plot
    • -
    -
      -
    • - -
      -
      -

      Sets the plot data

      -
      -
      -

      Parameters

      -
        -
      • -
        data: any
        -
      • -
      • -
        Optional scale: Scale
        -
      • -
      -

      Returns Plot

      -
    • -
    -
    -
    - -

    setOption

    -
      -
    • setOption(key: string, value: any): Plot
    • -
    -
      -
    • - -
      -
      -

      Set option

      -
      -
      -

      Parameters

      -
        -
      • -
        key: string
        -
      • -
      • -
        value: any
        -
      • -
      -

      Returns Plot

      -
    • -
    -
    -
    - -

    setOptions

    -
      -
    • setOptions(options: any): Plot
    • -
    -
      -
    • - -
      -
      -

      Set multiple options

      -
      -
      -

      Parameters

      -
        -
      • -
        options: any
        -
        -

        object containing options to set

        -
        -
      • -
      -

      Returns Plot

      -
    • -
    -
    -
    - -

    setRange

    - - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file +LineStepPlot | @equinor/videx-wellog

    Line-step plot

    +

    Hierarchy (view full)

    • Plot<LinePlotOptions>
      • LineStepPlot

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    data: any
    id: string | number
    options: LinePlotOptions
    range: Range
    scale: Scale

    Accessors

    • get offset(): number
    • Returns number

    Methods

    • Renders line-step plot to canvas context

      +

      Parameters

      • ctx: CanvasRenderingContext2D
      • scale: Scale

      Returns void

    • Sets the plot data

      +

      Parameters

      • data: any

        Data for all plots on track

        +
      • Optional scale: Scale
      • Optional plotOptions: Map<string | number, LinePlotOptions>

      Returns Plot<PlotOptions>

    • Set multiple options

      +

      Parameters

      • options: any

        object containing options to set

        +

      Returns Plot<PlotOptions>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/classes/logcontroller.html b/docs/classes/logcontroller.html index cfcf5f2..e3599e1 100644 --- a/docs/classes/logcontroller.html +++ b/docs/classes/logcontroller.html @@ -1,1467 +1,100 @@ - - - - - - LogController | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class LogController

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    A container component for tracks, with track titles, legends, - adding/removing tracks, resizing and user interaction.

    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Index

    -
    - -
    -
    -
    -

    Constructors

    -
    - -

    constructor

    - - -
    -
    -
    -

    Properties

    -
    - -

    Private _deferredUpdate

    -
    _deferredUpdate: any = null
    - -
    -
    - -

    Protected _initialized

    -
    _initialized: boolean
    - -
    -
    - -

    Protected _legendHeight

    -
    _legendHeight: number
    - -
    -
    - -

    Private _observer

    -
    _observer: ResizeObserver
    - -
    -
    - -

    Private _scaleHandler

    -
    _scaleHandler: ScaleHandler
    - -
    -
    - -

    Protected _titleFontSize

    -
    _titleFontSize: number
    - -
    -
    - -

    Protected _titleHeight

    -
    _titleHeight: number
    - -
    -
    - -

    Protected _trackHeight

    -
    _trackHeight: number
    - -
    -
    - -

    Protected _uiScale

    -
    _uiScale: number
    - -
    -
    - -

    container

    -
    container: D3Selection
    - -
    -
    - -

    debounce

    - - -
    -
    - -

    height

    -
    height: number
    - -
    -
    - -

    legendRows

    -
    legendRows: number
    - -
    -
    - -

    legends

    -
    legends: object
    - -
    -

    Type declaration

    - -
    -
    -
    - -

    options

    - - -
    -
    - -

    tracks

    -
    tracks: Track[]
    - -
    -
    - -

    width

    -
    width: number
    - -
    -
    - -

    zoom

    -
    zoom: ZoomBehavior<Element, any>
    - -
    -
    -
    -

    Accessors

    -
    - -

    domain

    -
      -
    • get domain(): Domain
    • -
    • set domain(value: Domain): void
    • -
    - -
    -
    - -

    innerBounds

    -
      -
    • get innerBounds(): object
    • -
    -
      -
    • - -
      -
      -

      Get the track container's dimmensions, relative - to orientation.

      -
      -
      -

      Returns object

      -
        -
      • -
        length: number
        -
      • -
      • -
        span: number
        -
      • -
      -
    • -
    -
    -
    - -

    scale

    - - -
    -
    - -

    scaleHandler

    - - -
    -
    - -

    zoomHandler

    -
      -
    • get zoomHandler(): any
    • -
    -
      -
    • - -
      -
      -

      DOM element that has the zoom behaviour attached

      -
      -
      -

      Returns any

      -
    • -
    -
    -
    -
    -

    Methods

    -
    - -

    Private _trackEnter

    - -
      -
    • - -
      -
      -

      Add DOM-elements for new tracks

      -
      -
      -

      Parameters

      - -

      Returns void

      -
    • -
    -
    -
    - -

    Private _trackExit

    - -
      -
    • - -
      -
      -

      Remove DOM-elements belonging to removed tracks

      -
      -
      -

      Parameters

      - -

      Returns void

      -
    • -
    -
    -
    - -

    Private _trackUpdate

    - -
      -
    • - -
      -
      -

      Update DOM-elements for existing tracks

      -
      -
      -

      Parameters

      -
        -
      • -
        selection: D3Selection
        -
        -

        update selection

        -
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    addTrack

    - - -
    -
    - -

    adjustToSize

    -
      -
    • adjustToSize(force?: boolean): void
    • -
    -
      -
    • - -
      -
      -

      Rescale according to new container size

      -
      -
      -

      Parameters

      -
        -
      • -
        Default value force: boolean = false
        -
        -

        Set to true in order to force update even if size has not changed

        -
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    Protected adjustTrackTitles

    -
      -
    • adjustTrackTitles(): void
    • -
    -
      -
    • - -
      -
      -

      Adjust track titles according to available space. Uses abbrievation - istead of full label if not enough space.

      -
      -
      -

      Returns void

      -
    • -
    -
    -
    - -

    Protected adjustZoomTransform

    -
      -
    • adjustZoomTransform(): void
    • -
    -
      -
    • - -
      -
      -

      Recalculates transform based on new container size

      -
      -
      -

      Returns void

      -
    • -
    -
    -
    - -

    init

    - -
      -
    • - -
      -
      -

      Convenience method if used stand-alone. Wraps onMount and - returns self for chaining.

      -
      -
      -

      Parameters

      -
        -
      • -
        element: HTMLElement
        -
        -

        HTML element to attach itself to

        -
        -
      • -
      -

      Returns LogController

      -
    • -
    -
    -
    - -

    onMount

    -
      -
    • onMount(element: HTMLElement): void
    • -
    -
      -
    • - -
      -
      -

      Initialize the component and attach itself to the provided DOM element.

      -
      -
      -

      Parameters

      -
        -
      • -
        element: HTMLElement
        -
        -

        HTML element to attach itself to

        -
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    onUnmount

    -
      -
    • onUnmount(): void
    • -
    - -
    -
    - -

    Protected postUpdateTracks

    -
      -
    • postUpdateTracks(): void
    • -
    -
      -
    • - -
      -
      -

      Trigger onUpdate event after tracks has been altered in size

      -
      -
      -

      Returns void

      -
    • -
    -
    -
    - -

    Protected processLegendConfig

    -
      -
    • processLegendConfig(track: Track, element: Element): void
    • -
    -
      -
    • - -
      -
      -

      Processes track legend config object, creating the necessary DOM elements and - hooking up callback functions etc.

      -
      -
      -

      Parameters

      -
        -
      • -
        track: Track
        -
        -

        Track to process

        -
        -
      • -
      • -
        element: Element
        -
        -

        Legend element

        -
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    refresh

    -
      -
    • refresh(): void
    • -
    - -
    -
    - -

    removeTrack

    - - -
    -
    - -

    rescale

    -
      -
    • rescale(): void
    • -
    -
      -
    • - -
      -
      -

      Notify all clients (tracks) on changes to domain/transform

      -
      -
      -

      Returns void

      -
    • -
    -
    -
    - -

    reset

    - - -
    -
    - -

    setTracks

    - - -
    -
    - -

    Protected setup

    -
      -
    • setup(element: HTMLElement): void
    • -
    -
      -
    • - -
      -
      -

      Setup DOM elements, scale and behaviour

      -
      -
      -

      Parameters

      -
        -
      • -
        element: HTMLElement
        -
        -

        Html element to attach to

        -
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    Protected updateLegend

    -
      -
    • updateLegend(id: string | number): void
    • -
    -
      -
    • - -
      -
      -

      Updates the legend for a specific track

      -
      -
      -

      Parameters

      -
        -
      • -
        id: string | number
        -
        -

        Track id

        -
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    Protected updateLegendRows

    -
      -
    • updateLegendRows(): void
    • -
    -
      -
    • - -
      -
      -

      Determines the required number of rows in the legend section.

      -
      -
      -

      Returns void

      -
    • -
    -
    -
    - -

    updateTracks

    - - -
    -
    - -

    zoomTo

    - - -
    -
    - -

    Protected zoomed

    -
      -
    • zoomed(): void
    • -
    - -
    -
    - -

    Static basic

    - -
      -
    • - -
      -
      -

      Simple creator function for minimal setup

      -
      -
      -

      Parameters

      -
        -
      • -
        Default value showTitles: boolean = true
        -
        -

        optional flag to show titles or not

        -
        -
      • -
      -

      Returns LogController

      -
    • -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file +LogController | @equinor/videx-wellog

    A container component for tracks, with track titles, legends, +adding/removing tracks, resizing and user interaction.

    +

    Hierarchy (view full)

    Constructors

    Properties

    _deferredUpdate: any = null
    _initialized: boolean
    _legendHeight: number
    _observer: ResizeObserver
    _scaleHandler: ScaleHandler
    _titleFontSize: number
    _titleHeight: number
    _trackHeight: number
    _uiScale: number
    container: any
    height: number
    legendRows: number
    legends: {
        [propName: string]: LegendMap;
    }

    Type declaration

    • [propName: string]: LegendMap
    options: LogControllerOptions
    tracks: Track<TrackOptions>[]
    width: number
    zoom: ZoomBehavior<Element, any>

    Accessors

    • get innerBounds(): {
          length: number;
          span: number;
      }
    • Get the track container's dimmensions, relative +to orientation.

      +

      Returns {
          length: number;
          span: number;
      }

      • length: number
      • span: number

    Methods

    • Add DOM-elements for new tracks

      +

      Parameters

      • selection: any

        enter selection

        +

      Returns void

    • Remove DOM-elements belonging to removed tracks

      +

      Parameters

      • selection: any

        exit selection

        +

      Returns void

    • Update DOM-elements for existing tracks

      +

      Parameters

      • selection: any

        update selection

        +

      Returns void

    • Rescale according to new container size

      +

      Parameters

      • force: boolean = false

        Set to true in order to force update even if size has not changed

        +

      Returns void

    • Adjust track titles according to available space. Uses abbrievation +istead of full label if not enough space.

      +

      Returns void

    • Recalculates transform based on new container size

      +

      Returns void

    • Initialize the component and attach itself to the provided DOM element.

      +

      Parameters

      • element: HTMLElement

        HTML element to attach itself to

        +

      Returns void

    • Trigger onUpdate event after tracks has been altered in size

      +

      Returns void

    • Processes track legend config object, creating the necessary DOM elements and +hooking up callback functions etc.

      +

      Parameters

      • track: Track<TrackOptions>

        Track to process

        +
      • element: Element

        Legend element

        +

      Returns void

    • Notify all clients (tracks) on changes to domain/transform

      +

      Returns void

    • Setup DOM elements, scale and behaviour

      +

      Parameters

      • element: HTMLElement

        Html element to attach to

        +

      Returns void

    • Updates the legend for a specific track

      +

      Parameters

      • id: string | number

        Track id

        +

      Returns void

    • Determines the required number of rows in the legend section.

      +

      Returns void

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/classes/logviewer.html b/docs/classes/logviewer.html index 8fca66d..4f467bf 100644 --- a/docs/classes/logviewer.html +++ b/docs/classes/logviewer.html @@ -1,1350 +1,89 @@ - - - - - - LogViewer | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class LogViewer

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Index

    -
    - -
    -
    -
    -

    Constructors

    -
    - -

    constructor

    - - -
    -
    -
    -

    Properties

    -
    - -

    Protected _initialized

    -
    _initialized: boolean
    - -
    -
    - -

    Protected _legendHeight

    -
    _legendHeight: number
    - -
    -
    - -

    Protected _titleFontSize

    -
    _titleFontSize: number
    - -
    -
    - -

    Protected _titleHeight

    -
    _titleHeight: number
    - -
    -
    - -

    Protected _trackHeight

    -
    _trackHeight: number
    - -
    -
    - -

    Protected _uiScale

    -
    _uiScale: number
    - -
    -
    - -

    container

    -
    container: D3Selection
    - -
    -
    - -

    debounce

    - - -
    -
    - -

    height

    -
    height: number
    - -
    -
    - -

    legendRows

    -
    legendRows: number
    - -
    -
    - -

    legends

    -
    legends: object
    - -
    -

    Type declaration

    - -
    -
    -
    - -

    options

    - - -
    -
    - -

    overlay

    -
    overlay: Overlay
    - -
    -
    - -

    tracks

    -
    tracks: Track[]
    - -
    -
    - -

    width

    -
    width: number
    - -
    -
    - -

    zoom

    -
    zoom: ZoomBehavior<Element, any>
    - -
    -
    -
    -

    Accessors

    -
    - -

    domain

    -
      -
    • get domain(): Domain
    • -
    • set domain(value: Domain): void
    • -
    - -
    -
    - -

    innerBounds

    -
      -
    • get innerBounds(): object
    • -
    - -
    -
    - -

    scale

    - - -
    -
    - -

    scaleHandler

    - - -
    -
    - -

    zoomHandler

    -
      -
    • get zoomHandler(): any
    • -
    - -
    -
    -
    -

    Methods

    -
    - -

    addTrack

    - - -
    -
    - -

    adjustToSize

    -
      -
    • adjustToSize(force?: boolean): void
    • -
    - -
    -
    - -

    Protected adjustTrackTitles

    -
      -
    • adjustTrackTitles(): void
    • -
    - -
    -
    - -

    Protected adjustZoomTransform

    -
      -
    • adjustZoomTransform(): void
    • -
    - -
    -
    - -

    init

    - -
      -
    • - -
      -
      -

      Convenience method if used stand-alone. Wraps onMount and - returns self for chaining.

      -
      -
      -

      Parameters

      -
        -
      • -
        element: HTMLElement
        -
        -

        HTML element to attach itself to

        -
        -
      • -
      -

      Returns LogController

      -
    • -
    -
    -
    - -

    onMount

    -
      -
    • onMount(element: HTMLElement): void
    • -
    - -
    -
    - -

    onUnmount

    -
      -
    • onUnmount(): void
    • -
    - -
    -
    - -

    Protected postUpdateTracks

    -
      -
    • postUpdateTracks(): void
    • -
    - -
    -
    - -

    Protected processLegendConfig

    -
      -
    • processLegendConfig(track: Track, element: Element): void
    • -
    -
      -
    • - -
      -
      -

      Processes track legend config object, creating the necessary DOM elements and - hooking up callback functions etc.

      -
      -
      -

      Parameters

      -
        -
      • -
        track: Track
        -
        -

        Track to process

        -
        -
      • -
      • -
        element: Element
        -
        -

        Legend element

        -
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    refresh

    -
      -
    • refresh(): void
    • -
    - -
    -
    - -

    removeTrack

    - - -
    -
    - -

    rescale

    -
      -
    • rescale(): void
    • -
    - -
    -
    - -

    reset

    - - -
    -
    - -

    setTracks

    - - -
    -
    - -

    Protected setup

    -
      -
    • setup(element: HTMLElement): void
    • -
    -
      -
    • - -
      -
      -

      Setup DOM elements, scale and behaviour

      -
      -
      -

      Parameters

      -
        -
      • -
        element: HTMLElement
        -
        -

        Html element to attach to

        -
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    Protected updateLegend

    -
      -
    • updateLegend(id: string | number): void
    • -
    - -
    -
    - -

    Protected updateLegendRows

    -
      -
    • updateLegendRows(): void
    • -
    - -
    -
    - -

    updateTracks

    - - -
    -
    - -

    zoomTo

    - - -
    -
    - -

    Protected zoomed

    -
      -
    • zoomed(): void
    • -
    - -
    -
    - -

    Static basic

    - -
      -
    • - -
      -
      -

      Simple creator function for minimal setup

      -
      -
      -

      Parameters

      -
        -
      • -
        Default value showTitles: boolean = true
        -
        -

        optional flag to show titles or not

        -
        -
      • -
      -

      Returns LogViewer

      -
    • -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file +LogViewer | @equinor/videx-wellog

    A container component for tracks, with track titles, legends, +adding/removing tracks, resizing and user interaction.

    +

    Hierarchy (view full)

    Constructors

    Properties

    _initialized: boolean
    _legendHeight: number
    _titleFontSize: number
    _titleHeight: number
    _trackHeight: number
    _uiScale: number
    container: any
    height: number
    legendRows: number
    legends: {
        [propName: string]: LegendMap;
    }

    Type declaration

    • [propName: string]: LegendMap
    options: LogControllerOptions
    overlay: Overlay
    tracks: Track<TrackOptions>[]
    width: number
    zoom: ZoomBehavior<Element, any>

    Accessors

    • get domain(): Domain
    • Getter for (base) domain

      +

      Returns Domain

    • set domain(value): void
    • Setter for (base) domain

      +

      Parameters

      • value: Domain

      Returns void

    • get innerBounds(): {
          length: number;
          span: number;
      }
    • Get the track container's dimmensions, relative +to orientation.

      +

      Returns {
          length: number;
          span: number;
      }

      • length: number
      • span: number
    • get scale(): Scale
    • Getter for the component's internal scale

      +

      Returns Scale

    • get zoomHandler(): any
    • DOM element that has the zoom behaviour attached

      +

      Returns any

    Methods

    • Rescale according to new container size

      +

      Parameters

      • force: boolean = false

        Set to true in order to force update even if size has not changed

        +

      Returns void

    • Initialize the component and attach itself to the provided DOM element.

      +

      Parameters

      • element: HTMLElement

        HTML element to attach itself to

        +

      Returns void

    • Processes track legend config object, creating the necessary DOM elements and +hooking up callback functions etc.

      +

      Parameters

      • track: Track<TrackOptions>

        Track to process

        +
      • element: Element

        Legend element

        +

      Returns void

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/classes/plot.html b/docs/classes/plot.html index 874d0df..fd66539 100644 --- a/docs/classes/plot.html +++ b/docs/classes/plot.html @@ -1,511 +1,22 @@ - - - - - - Plot | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class Plot

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Abstract base class for plots

    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Index

    -
    -
    -
    -

    Constructors

    - -
    -
    -

    Properties

    - -
    -
    -

    Accessors

    - -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Constructors

    -
    - -

    constructor

    - - -
    -
    -
    -

    Properties

    -
    - -

    data

    -
    data: PlotData | any
    - -
    -
    - -

    id

    -
    id: string | number
    - -
    -
    - -

    options

    -
    options: PlotOptions
    - -
    -
    - -

    scale

    -
    scale: Scale
    - -
    -
    -
    -

    Accessors

    -
    - -

    offset

    -
      -
    • get offset(): number
    • -
    - -
    -
    -
    -

    Methods

    -
    - -

    plot

    -
      -
    • plot(ctx: CanvasRenderingContext2D, scale: Scale): void
    • -
    -
      -
    • - -
      -
      -

      Plot function should be overridden

      -
      -
      -

      Parameters

      -
        -
      • -
        ctx: CanvasRenderingContext2D
        -
      • -
      • -
        scale: Scale
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    setData

    -
      -
    • setData(data: any, scale?: Scale): Plot
    • -
    -
      -
    • - -
      -
      -

      Sets the plot data

      -
      -
      -

      Parameters

      -
        -
      • -
        data: any
        -
      • -
      • -
        Optional scale: Scale
        -
      • -
      -

      Returns Plot

      -
    • -
    -
    -
    - -

    setOption

    -
      -
    • setOption(key: string, value: any): Plot
    • -
    -
      -
    • - -
      -
      -

      Set option

      -
      -
      -

      Parameters

      -
        -
      • -
        key: string
        -
      • -
      • -
        value: any
        -
      • -
      -

      Returns Plot

      -
    • -
    -
    -
    - -

    setOptions

    -
      -
    • setOptions(options: any): Plot
    • -
    -
      -
    • - -
      -
      -

      Set multiple options

      -
      -
      -

      Parameters

      -
        -
      • -
        options: any
        -
        -

        object containing options to set

        -
        -
      • -
      -

      Returns Plot

      -
    • -
    -
    -
    - -

    setRange

    - -
      -
    • - -
      -
      -

      Set range of plot scale

      -
      -
      -

      Parameters

      - -

      Returns Plot

      -
    • -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file +Plot | @equinor/videx-wellog

    Class Plot<PLOT_OPTIONS>Abstract

    Abstract base class for plots

    +

    Type Parameters

    • PLOT_OPTIONS extends PlotOptions = PlotOptions

    Hierarchy (view full)

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    data: any
    id: string | number
    options: PLOT_OPTIONS
    range: Range
    scale: Scale

    Accessors

    Methods

    • Plot function should be overridden

      +

      Parameters

      • ctx: CanvasRenderingContext2D
      • scale: Scale

      Returns void

    • Sets the plot data

      +

      Parameters

      • data: any

        Data for all plots on track

        +
      • Optional scale: Scale
      • Optional plotOptions: Map<string | number, PLOT_OPTIONS>

      Returns Plot<PlotOptions>

    • Set option

      +

      Parameters

      • key: string
      • value: any

      Returns Plot<PlotOptions>

    • Set multiple options

      +

      Parameters

      • options: any

        object containing options to set

        +

      Returns Plot<PlotOptions>

    • Set range of plot scale

      +

      Parameters

      • range: Range

      Returns Plot<PlotOptions>

    • Parameters

      • data: any
      • graphOptions: any

      Returns void

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/classes/scalehelper.html b/docs/classes/scalehelper.html index d853a63..2958ec4 100644 --- a/docs/classes/scalehelper.html +++ b/docs/classes/scalehelper.html @@ -1,494 +1,21 @@ - - - - - - ScaleHelper | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class ScaleHelper

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Util functions for d3 scales

    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - ScaleHelper -
    • -
    -
    -
    -

    Index

    -
    - -
    -
    -
    -

    Methods

    -
    - -

    Static createLinearTicks

    - - -
    -
    - -

    Static createLogTicks

    - - -
    -
    - -

    Static Private createMinorTicks

    -
      -
    • createMinorTicks(v: number, steps: number, stepSize: number): number[]
    • -
    -
      -
    • - -
      -
      -

      Internal. Creates minor ticks based around a value, number of steps and step size

      -
      -
      -

      Parameters

      -
        -
      • -
        v: number
        -
      • -
      • -
        steps: number
        -
      • -
      • -
        stepSize: number
        -
      • -
      -

      Returns number[]

      -
    • -
    -
    -
    - -

    Static createTicks

    - - -
    -
    - -

    Static getDomainPixelSpan

    -
      -
    • getDomainPixelSpan(scale: Scale, domain?: Domain): number
    • -
    -
      -
    • - -
      -
      -

      Get the domain span of a scale in pixels

      -
      -
      -

      Parameters

      - -

      Returns number

      -
    • -
    -
    -
    - -

    Static getDomainRatio

    -
      -
    • getDomainRatio(scale: Scale): number
    • -
    - -
    -
    - -

    Static getDomainSpan

    -
      -
    • getDomainSpan(scale: Scale, absoluteValue?: boolean): number
    • -
    -
      -
    • - -
      -
      -

      Get the domain span of a scale

      -
      -
      -

      Parameters

      -
        -
      • -
        scale: Scale
        -
      • -
      • -
        Default value absoluteValue: boolean = true
        -
      • -
      -

      Returns number

      -
    • -
    -
    -
    - -

    Static getPixelRatio

    -
      -
    • getPixelRatio(scale: Scale): number
    • -
    - -
    -
    - -

    Static getRangeSpan

    -
      -
    • getRangeSpan(scale: Scale): number
    • -
    -
      -
    • - -
      -
      -

      Get the range span of a scale in pixels

      -
      -
      -

      Parameters

      - -

      Returns number

      -
    • -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file +ScaleHelper | @equinor/videx-wellog

    Util functions for d3 scales

    +

    Constructors

    Methods

    • Internal. Creates minor ticks based around a value, number of steps and step size

      +

      Parameters

      • v: number
      • steps: number
      • stepSize: number

      Returns number[]

    • Get the domain span of a scale in pixels

      +

      Parameters

      • scale: Scale
      • Optional domain: Domain

      Returns number

    • Get domain ratio from scale

      +

      Parameters

      • scale: Scale

      Returns number

    • Get the domain span of a scale

      +

      Parameters

      • scale: Scale
      • absoluteValue: boolean = true

      Returns number

    • Get pixel ratio from scale

      +

      Parameters

      • scale: Scale

      Returns number

    • Get the range span of a scale in pixels

      +

      Parameters

      • scale: Scale

      Returns number

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/classes/scaletrack.html b/docs/classes/scaletrack.html index eb515cc..dd75a7b 100644 --- a/docs/classes/scaletrack.html +++ b/docs/classes/scaletrack.html @@ -1,997 +1,53 @@ - - - - - - ScaleTrack | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class ScaleTrack

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Track for visualising the domain/reference scale

    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Index

    -
    -
    -
    -

    Constructors

    - -
    -
    -

    Properties

    - -
    -
    -

    Accessors

    - -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Constructors

    -
    - -

    constructor

    - - -
    -
    -
    -

    Properties

    -
    - -

    Protected _data

    -
    _data: any
    - -
    -
    - -

    Protected _isLoading

    -
    _isLoading: boolean
    - -
    -
    - -

    Protected _mounted

    -
    _mounted: boolean
    - -
    -
    - -

    elm

    -
    elm: HTMLElement
    - -
    -
    - -

    error

    -
    error: Error | string
    - -
    -
    - -

    id

    -
    id: string | number
    - -
    -
    - -

    labelBounds

    -
    labelBounds: LabelBounds
    - -
    -
    - -

    Optional legendUpdate

    -
    legendUpdate: LegendTriggerFunction
    - -
    -
    - -

    loader

    -
    loader: D3Selection
    - -
    -
    - -

    options

    - - -
    -
    - -

    order

    -
    order: number
    - -
    -
    - -

    Protected plotGroup

    -
    plotGroup: D3Selection
    - -
    -
    - -

    scale

    -
    scale: Scale
    - -
    -
    - -

    ticks

    -
    ticks: number[]
    - -
    -
    - -

    transform

    -
    transform: Transform
    - -
    -
    - -

    xscale

    -
    xscale: Scale
    - -
    -
    -
    -

    Accessors

    -
    - -

    data

    -
      -
    • get data(): any
    • -
    • set data(data: Promise<any> | Function | any): void
    • -
    - -
    -
    - -

    extent

    -
      -
    • get extent(): [number, number] | number[]
    • -
    - -
    -
    - -

    isLoading

    -
      -
    • get isLoading(): boolean
    • -
    • set isLoading(val: boolean): void
    • -
    - -
    -
    - -

    isMounted

    -
      -
    • get isMounted(): boolean
    • -
    - -
    -
    -
    -

    Methods

    -
    - -

    createRuler

    - - -
    -
    - -

    createTicks

    -
      -
    • createTicks(): void
    • -
    - -
    -
    - -

    init

    -
      -
    • init(elm: HTMLElement, scale: Scale): void
    • -
    -
      -
    • - -
      -
      -

      Calls OnMount and OnUpdate. Useful if track is stand-alone

      -
      -
      -

      Parameters

      -
        -
      • -
        elm: HTMLElement
        -
      • -
      • -
        scale: Scale
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    loadData

    -
      -
    • loadData(data: any, showLoader?: boolean): void
    • -
    -
      -
    • - -
      -
      -

      Initiate loading of data for track. Will set response to the track's - data property. If showLoader is set to true, the current track will be - hidden, and (if supplied) the loader element will be shown, until data - is resolved. Calls onDataLoaded if implemented by track.

      -
      -
      -

      Parameters

      -
        -
      • -
        data: any
        -
      • -
      • -
        Default value showLoader: boolean = true
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    onDataLoaded

    -
      -
    • onDataLoaded(data?: any): void
    • -
    - -
    -
    - -

    onError

    -
      -
    • onError(error: Error | string): void
    • -
    -
      -
    • - -
      -
      -

      Should be called from track implementation in case an - unrecoverable error occurs.

      -
      -
      -

      Parameters

      -
        -
      • -
        error: Error | string
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    onMount

    - - -
    -
    - -

    onRescale

    - - -
    -
    - -

    onUnmount

    - -
      -
    • - -
      -
      -

      Handler for onUnmount event. Called when track DOM-element is remove from the - DOM model. Typically, trackEvent will be an empty object, but depends on container.

      -
      -
      -

      Parameters

      - -

      Returns void

      -
    • -
    -
    -
    - -

    onUpdate

    - - -
    -
    - -

    plot

    -
      -
    • plot(): void
    • -
    - -
    -
    - -

    refresh

    -
      -
    • refresh(): void
    • -
    -
      -
    • - -
      -
      -

      Allow triggering of update event without parameters

      -
      -
      -

      Returns void

      -
    • -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file +ScaleTrack | @equinor/videx-wellog

    Track for visualising the domain/reference scale

    +

    Hierarchy (view full)

    Constructors

    Properties

    _data: any
    _isLoading: boolean
    _mounted: boolean
    elm: HTMLElement
    error: string | Error
    id: string | number
    labelBounds: LabelBounds
    legendUpdate?: LegendTriggerFunction
    loader: any
    options: ScaleTrackOptions
    order: number
    plotGroup: any
    scale: Scale
    ticks: number[]
    transform: Transform
    xscale: Scale

    Accessors

    • get data(): any
    • Returns any

    • set data(data): void
    • Parameters

      • data: any

      Returns void

    • get isLoading(): boolean
    • Returns boolean

    • set isLoading(val): void
    • Parameters

      • val: boolean

      Returns void

    • get isMounted(): boolean
    • Returns boolean

    Methods

    • Calls OnMount and OnUpdate. Useful if track is stand-alone

      +

      Parameters

      • elm: HTMLElement
      • scale: Scale

      Returns void

    • Initiate loading of data for track. Will set response to the track's +data property. If showLoader is set to true, the current track will be +hidden, and (if supplied) the loader element will be shown, until data +is resolved. Calls onDataLoaded if implemented by track.

      +

      Parameters

      • data: any
      • showLoader: boolean = true

      Returns void

    • Should be called from track implementation in case an +unrecoverable error occurs.

      +

      Parameters

      • error: string | Error

      Returns void

    • Handler for onUnmount event. Called when track DOM-element is remove from the +DOM model. Typically, trackEvent will be an empty object, but depends on container.

      +

      Parameters

      • trackEvent: OnUnmountEvent = {}

      Returns void

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/classes/stepcustom.html b/docs/classes/stepcustom.html deleted file mode 100644 index 2136ab0..0000000 --- a/docs/classes/stepcustom.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - - - StepCustom | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class StepCustom

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Custom stepladder curve generator for d3-line

    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - StepCustom -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Constructors

    - -
    -
    -

    Properties

    - -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Constructors

    -
    - -

    constructor

    -
      -
    • new StepCustom(ctx: CanvasRenderingContext2D): StepCustom
    • -
    - -
    -
    -
    -

    Properties

    -
    - -

    _ctx

    -
    _ctx: CanvasRenderingContext2D
    - -
    -
    - -

    _line

    -
    _line: boolean
    - -
    -
    - -

    _x

    -
    _x: number
    - -
    -
    - -

    _y

    -
    _y: number
    - -
    -
    -
    -

    Methods

    -
    - -

    areaEnd

    -
      -
    • areaEnd(): void
    • -
    - -
    -
    - -

    areaStart

    -
      -
    • areaStart(): void
    • -
    - -
    -
    - -

    lineEnd

    -
      -
    • lineEnd(): void
    • -
    - -
    -
    - -

    lineStart

    -
      -
    • lineStart(): void
    • -
    - -
    -
    - -

    point

    -
      -
    • point(x: number, y: number): void
    • -
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/classes/svgtrack.html b/docs/classes/svgtrack.html index 280d0c1..d985125 100644 --- a/docs/classes/svgtrack.html +++ b/docs/classes/svgtrack.html @@ -1,848 +1,42 @@ - - - - - - SvgTrack | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class SvgTrack

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Base track for tracks that renders SVG content

    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Index

    -
    -
    -
    -

    Constructors

    - -
    -
    -

    Properties

    - -
    -
    -

    Accessors

    - -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Constructors

    -
    - -

    constructor

    - - -
    -
    -
    -

    Properties

    -
    - -

    Protected _data

    -
    _data: any
    - -
    -
    - -

    Protected _isLoading

    -
    _isLoading: boolean
    - -
    -
    - -

    Protected _mounted

    -
    _mounted: boolean
    - -
    -
    - -

    elm

    -
    elm: HTMLElement
    - -
    -
    - -

    error

    -
    error: Error | string
    - -
    -
    - -

    id

    -
    id: string | number
    - -
    -
    - -

    Optional legendUpdate

    -
    legendUpdate: LegendTriggerFunction
    - -
    -
    - -

    loader

    -
    loader: D3Selection
    - -
    -
    - -

    options

    -
    options: TrackOptions
    - -
    -
    - -

    order

    -
    order: number
    - -
    -
    - -

    Protected plotGroup

    -
    plotGroup: D3Selection
    - -
    -
    - -

    scale

    -
    scale: Scale
    - -
    -
    - -

    transform

    -
    transform: Transform
    - -
    -
    -
    -

    Accessors

    -
    - -

    data

    -
      -
    • get data(): any
    • -
    • set data(data: Promise<any> | Function | any): void
    • -
    - -
    -
    - -

    isLoading

    -
      -
    • get isLoading(): boolean
    • -
    • set isLoading(val: boolean): void
    • -
    - -
    -
    - -

    isMounted

    -
      -
    • get isMounted(): boolean
    • -
    - -
    -
    -
    -

    Methods

    -
    - -

    init

    -
      -
    • init(elm: HTMLElement, scale: Scale): void
    • -
    -
      -
    • - -
      -
      -

      Calls OnMount and OnUpdate. Useful if track is stand-alone

      -
      -
      -

      Parameters

      -
        -
      • -
        elm: HTMLElement
        -
      • -
      • -
        scale: Scale
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    loadData

    -
      -
    • loadData(data: any, showLoader?: boolean): void
    • -
    -
      -
    • - -
      -
      -

      Initiate loading of data for track. Will set response to the track's - data property. If showLoader is set to true, the current track will be - hidden, and (if supplied) the loader element will be shown, until data - is resolved. Calls onDataLoaded if implemented by track.

      -
      -
      -

      Parameters

      -
        -
      • -
        data: any
        -
      • -
      • -
        Default value showLoader: boolean = true
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    onDataLoaded

    -
      -
    • onDataLoaded(data?: any): void
    • -
    - -
    -
    - -

    onError

    -
      -
    • onError(error: Error | string): void
    • -
    -
      -
    • - -
      -
      -

      Should be called from track implementation in case an - unrecoverable error occurs.

      -
      -
      -

      Parameters

      -
        -
      • -
        error: Error | string
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    onMount

    - - -
    -
    - -

    onRescale

    - -
      -
    • - -
      -
      -

      Handler for onRescale event. Called by container when y-scale domain/transform is changed.

      -
      -
      -

      Parameters

      - -

      Returns void

      -
    • -
    -
    -
    - -

    onUnmount

    - -
      -
    • - -
      -
      -

      Handler for onUnmount event. Called when track DOM-element is remove from the - DOM model. Typically, trackEvent will be an empty object, but depends on container.

      -
      -
      -

      Parameters

      - -

      Returns void

      -
    • -
    -
    -
    - -

    onUpdate

    - - -
    -
    - -

    refresh

    -
      -
    • refresh(): void
    • -
    -
      -
    • - -
      -
      -

      Allow triggering of update event without parameters

      -
      -
      -

      Returns void

      -
    • -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file +SvgTrack | @equinor/videx-wellog

    Class SvgTrack<TOptions>Abstract

    Base track for tracks that renders SVG content

    +

    Type Parameters

    • TOptions extends TrackOptions

    Hierarchy (view full)

    Constructors

    Properties

    _data: any
    _isLoading: boolean
    _mounted: boolean
    elm: HTMLElement
    error: string | Error
    id: string | number
    legendUpdate?: LegendTriggerFunction
    loader: any
    options: TOptions
    order: number
    plotGroup: any
    scale: Scale
    transform: Transform

    Accessors

    • get isLoading(): boolean
    • Returns boolean

    • set isLoading(val): void
    • Parameters

      • val: boolean

      Returns void

    • get isMounted(): boolean
    • Returns boolean

    Methods

    • Calls OnMount and OnUpdate. Useful if track is stand-alone

      +

      Parameters

      • elm: HTMLElement
      • scale: Scale

      Returns void

    • Initiate loading of data for track. Will set response to the track's +data property. If showLoader is set to true, the current track will be +hidden, and (if supplied) the loader element will be shown, until data +is resolved. Calls onDataLoaded if implemented by track.

      +

      Parameters

      • data: any
      • showLoader: boolean = true

      Returns void

    • Should be called from track implementation in case an +unrecoverable error occurs.

      +

      Parameters

      • error: string | Error

      Returns void

    • Override to add SVG container for plotting track data

      +

      Parameters

      • trackEvent: OnMountEvent

      Returns void

    • Handler for onRescale event. Called by container when y-scale domain/transform is changed.

      +

      Parameters

      • trackEvent: OnRescaleEvent

      Returns void

    • Handler for onUnmount event. Called when track DOM-element is remove from the +DOM model. Typically, trackEvent will be an empty object, but depends on container.

      +

      Parameters

      • trackEvent: OnUnmountEvent = {}

      Returns void

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/classes/track.html b/docs/classes/track.html index a21db7d..0ad9395 100644 --- a/docs/classes/track.html +++ b/docs/classes/track.html @@ -1,806 +1,42 @@ - - - - - - Track | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class Track

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Abstract base class for wellog tracks

    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Index

    -
    -
    -
    -

    Constructors

    - -
    -
    -

    Properties

    - -
    -
    -

    Accessors

    - -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Constructors

    -
    - -

    constructor

    - - -
    -
    -
    -

    Properties

    -
    - -

    Protected _data

    -
    _data: any
    - -
    -
    - -

    Protected _isLoading

    -
    _isLoading: boolean
    - -
    -
    - -

    Protected _mounted

    -
    _mounted: boolean
    - -
    -
    - -

    elm

    -
    elm: HTMLElement
    - -
    -
    - -

    error

    -
    error: Error | string
    - -
    -
    - -

    id

    -
    id: string | number
    - -
    -
    - -

    Optional legendUpdate

    -
    legendUpdate: LegendTriggerFunction
    - -
    -
    - -

    loader

    -
    loader: D3Selection
    - -
    -
    - -

    options

    -
    options: TrackOptions
    - -
    -
    - -

    order

    -
    order: number
    - -
    -
    - -

    scale

    -
    scale: Scale
    - -
    -
    - -

    transform

    -
    transform: Transform
    - -
    -
    -
    -

    Accessors

    -
    - -

    data

    -
      -
    • get data(): any
    • -
    • set data(data: Promise<any> | Function | any): void
    • -
    - -
    -
    - -

    isLoading

    -
      -
    • get isLoading(): boolean
    • -
    • set isLoading(val: boolean): void
    • -
    - -
    -
    - -

    isMounted

    -
      -
    • get isMounted(): boolean
    • -
    - -
    -
    -
    -

    Methods

    -
    - -

    init

    -
      -
    • init(elm: HTMLElement, scale: Scale): void
    • -
    -
      -
    • - -
      -
      -

      Calls OnMount and OnUpdate. Useful if track is stand-alone

      -
      -
      -

      Parameters

      -
        -
      • -
        elm: HTMLElement
        -
      • -
      • -
        scale: Scale
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    loadData

    -
      -
    • loadData(data: any, showLoader?: boolean): void
    • -
    -
      -
    • - -
      -
      -

      Initiate loading of data for track. Will set response to the track's - data property. If showLoader is set to true, the current track will be - hidden, and (if supplied) the loader element will be shown, until data - is resolved. Calls onDataLoaded if implemented by track.

      -
      -
      -

      Parameters

      -
        -
      • -
        data: any
        -
      • -
      • -
        Default value showLoader: boolean = true
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    onDataLoaded

    -
      -
    • onDataLoaded(data?: any): void
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        Optional data: any
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    onError

    -
      -
    • onError(error: Error | string): void
    • -
    -
      -
    • - -
      -
      -

      Should be called from track implementation in case an - unrecoverable error occurs.

      -
      -
      -

      Parameters

      -
        -
      • -
        error: Error | string
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    onMount

    - -
      -
    • - -
      -
      -

      Handler for onMount event. Called by container when track DOM element - is added to the DOM model.

      -
      -
      -

      Parameters

      - -

      Returns void

      -
    • -
    -
    -
    - -

    onRescale

    - -
      -
    • - -
      -
      -

      Handler for onRescale event. Called by container when y-scale domain/transform is changed.

      -
      -
      -

      Parameters

      - -

      Returns void

      -
    • -
    -
    -
    - -

    onUnmount

    - -
      -
    • - -
      -
      -

      Handler for onUnmount event. Called when track DOM-element is remove from the - DOM model. Typically, trackEvent will be an empty object, but depends on container.

      -
      -
      -

      Parameters

      - -

      Returns void

      -
    • -
    -
    -
    - -

    onUpdate

    - -
      -
    • - -
      -
      -

      Handler for onChange event. Called by container when track is resized.

      -
      -
      -

      Parameters

      - -

      Returns void

      -
    • -
    -
    -
    - -

    refresh

    -
      -
    • refresh(): void
    • -
    -
      -
    • - -
      -
      -

      Allow triggering of update event without parameters

      -
      -
      -

      Returns void

      -
    • -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file +Track | @equinor/videx-wellog

    Class Track<TRACK_OPTIONS>Abstract

    Abstract base class for wellog tracks

    +

    Type Parameters

    • TRACK_OPTIONS extends TrackOptions = TrackOptions

    Hierarchy (view full)

    Constructors

    Properties

    _data: any
    _isLoading: boolean
    _mounted: boolean
    elm: HTMLElement
    error: string | Error
    id: string | number
    legendUpdate?: LegendTriggerFunction
    loader: any
    options: TRACK_OPTIONS
    order: number
    scale: Scale
    transform: Transform

    Accessors

    Methods

    • Calls OnMount and OnUpdate. Useful if track is stand-alone

      +

      Parameters

      • elm: HTMLElement
      • scale: Scale

      Returns void

    • Initiate loading of data for track. Will set response to the track's +data property. If showLoader is set to true, the current track will be +hidden, and (if supplied) the loader element will be shown, until data +is resolved. Calls onDataLoaded if implemented by track.

      +

      Parameters

      • data: any
      • showLoader: boolean = true

      Returns void

    • Parameters

      • Optional data: any

      Returns void

    • Should be called from track implementation in case an +unrecoverable error occurs.

      +

      Parameters

      • error: string | Error

      Returns void

    • Handler for onMount event. Called by container when track DOM element +is added to the DOM model.

      +

      Parameters

      • trackEvent: OnMountEvent

      Returns void

    • Handler for onRescale event. Called by container when y-scale domain/transform is changed.

      +

      Parameters

      • trackEvent: OnRescaleEvent

      Returns void

    • Handler for onUnmount event. Called when track DOM-element is remove from the +DOM model. Typically, trackEvent will be an empty object, but depends on container.

      +

      Parameters

      • trackEvent: OnUnmountEvent = {}

      Returns void

    • Handler for onChange event. Called by container when track is resized.

      +

      Parameters

      • trackEvent: OnUpdateEvent

      Returns void

    • Allow triggering of update event without parameters

      +

      Returns void

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/classes/uihelper.html b/docs/classes/uihelper.html index 057cf33..8a005f5 100644 --- a/docs/classes/uihelper.html +++ b/docs/classes/uihelper.html @@ -1,308 +1,17 @@ - - - - - - UIHelper | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class UIHelper

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Helper methods for wellog specific DOM queries

    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - UIHelper -
    • -
    -
    -
    -

    Index

    -
    - -
    -
    -
    -

    Methods

    -
    - -

    Static attachTrackLoader

    -
      -
    • attachTrackLoader(elm: HTMLElement, track: Track): void
    • -
    -
      -
    • - -
      -
      -

      Create a sample loader element for tracks. Requires track-loader-styles.scss or styles.css.

      -
      -
      -

      Parameters

      -
        -
      • -
        elm: HTMLElement
        -
        -

        Track HTML element

        -
        -
      • -
      • -
        track: Track
        -
        -

        Track instance

        -
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    Static pickHStackedElement

    -
      -
    • pickHStackedElement(elements: HTMLElement[], xpos: number): HTMLElement
    • -
    -
      -
    • - -
      -
      -

      Find and return the element of elements positioned at a given - x-coordinate of its container element. - NOTE: Requires elements to be within the same containing DOM element - and stacked side-by-side horizontally.

      -
      -
      -

      Parameters

      -
        -
      • -
        elements: HTMLElement[]
        -
      • -
      • -
        xpos: number
        -
      • -
      -

      Returns HTMLElement

      -
    • -
    -
    -
    - -

    Static pickVStackedElement

    -
      -
    • pickVStackedElement(elements: HTMLElement[], ypos: number): HTMLElement
    • -
    -
      -
    • - -
      -
      -

      Find and return the element of elements positioned at a given - y-coordinate of its container element. - NOTE: Requires elements to be within the same containing DOM element - and stacked top-by-down vertically.

      -
      -
      -

      Parameters

      -
        -
      • -
        elements: HTMLElement[]
        -
      • -
      • -
        ypos: number
        -
      • -
      -

      Returns HTMLElement

      -
    • -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file +UIHelper | @equinor/videx-wellog

    Helper methods for wellog specific DOM queries

    +

    Constructors

    Methods

    • Create a sample loader element for tracks. Requires track-loader-styles.scss or styles.css.

      +

      Parameters

      • elm: HTMLElement

        Track HTML element

        +
      • track: Track<TrackOptions>

        Track instance

        +

      Returns void

    • Find and return the element of elements positioned at a given +x-coordinate of its container element. +NOTE: Requires elements to be within the same containing DOM element +and stacked side-by-side horizontally.

      +

      Parameters

      • elements: HTMLElement[]
      • xpos: number

      Returns HTMLElement

    • Find and return the element of elements positioned at a given +y-coordinate of its container element. +NOTE: Requires elements to be within the same containing DOM element +and stacked top-by-down vertically.

      +

      Parameters

      • elements: HTMLElement[]
      • ypos: number

      Returns HTMLElement

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/globals.html b/docs/globals.html deleted file mode 100644 index 3f892a1..0000000 --- a/docs/globals.html +++ /dev/null @@ -1,2656 +0,0 @@ - - - - - - @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    @equinor/videx-wellog - v0.4.0

    -
    -
    -
    -
    -
    -
    -
    -

    Index

    -
    -
    -
    -

    Classes

    - -
    -
    -

    Interfaces

    - -
    -
    -

    Type aliases

    - -
    -
    -

    Variables

    - -
    -
    -

    Functions

    - -
    -
    -

    Object literals

    - -
    -
    -
    -
    -
    -

    Type aliases

    -
    - -

    D3Selection

    -
    D3Selection: any
    - -
    -
    -

    Interface to abstract d3 selection

    -
    -
    -
    -
    - -

    DataAccessorFunction

    -
    DataAccessorFunction: function
    - -
    -
    -

    When used in combination with a Track, it is the track's responsibillity to fetch - and pass down data to the plots. This is configured by providing a data accessor - callback function, where the track's data are made available as the input argument - and the returned value will be used by the plot.

    -
    -
    -
    example
    -

    data => data //default

    -
    -
    example
    -

    data => data.dataSeries[1].dataPoints

    -
    -
    -
    -
    -

    Type declaration

    -
      -
    • -
        -
      • (data: any): any
      • -
      -
        -
      • -

        Parameters

        -
          -
        • -
          data: any
          -
        • -
        -

        Returns any

        -
      • -
      -
    • -
    -
    -
    -
    - -

    DebounceFunction

    -
    DebounceFunction: function
    - -
    -

    Type declaration

    -
      -
    • -
        -
      • (func: Function, ...args: any): void
      • -
      -
        -
      • -

        Parameters

        -
          -
        • -
          func: Function
          -
        • -
        • -
          Rest ...args: any
          -
        • -
        -

        Returns void

        -
      • -
      -
    • -
    -
    -
    -
    - -

    DefinedFunction

    -
    DefinedFunction: function
    - -
    -
    -

    Function to control what data to plot, where - y is the value/range part of a plot data tuplet - and x is the domain part of a prop data tuplet

    -
    -
    -
    example
    -

    (y, x) => Number.isFinite(y) && Number.isFinite(x)

    -
    -
    -
    -
    -

    Type declaration

    -
      -
    • -
        -
      • (y?: number, x?: number): boolean
      • -
      -
        -
      • -

        Parameters

        -
          -
        • -
          Optional y: number
          -
        • -
        • -
          Optional x: number
          -
        • -
        -

        Returns boolean

        -
      • -
      -
    • -
    -
    -
    -
    - -

    DifferentialPlotData

    -
    DifferentialPlotData: Triplet<number>[]
    - -
    -
    -

    Data format used by differential plot

    -
    -
    -
    example
    -

    [[0, 10, 0.5], [10, 21, 0.78], [20, 19, 1.21] ... ]

    -
    -
    -
    -
    -
    - -

    Domain

    -
    Domain: Tuplet<number> | number[]
    - -
    -
    -

    Domain of a scale. Represented as a number array on the form [from, to]

    -
    -
    -
    -
    - -

    LegendOnInitFunction

    -
    LegendOnInitFunction: function
    - -
    -

    Type declaration

    - -
    -
    -
    - -

    LegendOnUpdateFunction

    -
    LegendOnUpdateFunction: function
    - -
    -

    Type declaration

    -
      -
    • - -
        -
      • -

        Parameters

        - -

        Returns void

        -
      • -
      -
    • -
    -
    -
    -
    - -

    LegendRowsFunction

    -
    LegendRowsFunction: function
    - -
    -

    Type declaration

    -
      -
    • -
        -
      • (track: Track): number
      • -
      -
        -
      • -

        Parameters

        - -

        Returns number

        -
      • -
      -
    • -
    -
    -
    -
    - -

    LegendTriggerFunction

    -
    LegendTriggerFunction: function
    - -
    -

    Type declaration

    -
      -
    • -
        -
      • (): void
      • -
      -
        -
      • -

        Returns void

        -
      • -
      -
    • -
    -
    -
    -
    - -

    PlotCreatorFunction

    -
    PlotCreatorFunction: function
    - -
    -

    Type declaration

    - -
    -
    -
    - -

    PlotData

    -
    PlotData: Tuplet<number>[]
    - -
    -
    -

    Data format used by plots

    -
    -
    -
    example
    -

    [[0, 10], [10, 21], [20, 19] ... ]

    -
    -
    -
    -
    -
    - -

    Range

    -
    Range: Tuplet<number> | number[]
    - -
    -
    -

    Range to scale a domain value to. Represented as a number array on the form [from, to]

    -
    -
    -
    -
    - -

    ReducerFunction

    -
    ReducerFunction: function
    - -
    -

    Type declaration

    - -
    -
    -
    - -

    Triplet

    -
    Triplet<T>: [T, T, T]
    - -
    -
    -

    Generic array of three values [T, T, T]

    -
    -
    -

    Type parameters

    -
      -
    • -

      T

      -
    • -
    -
    -
    - -

    Tuplet

    -
    Tuplet<T>: [T, T]
    - -
    -
    -

    Generic array of two values [T, T]

    -
    -
    -

    Type parameters

    -
      -
    • -

      T

      -
    • -
    -
    -
    -
    -

    Variables

    -
    - -

    Const colorMajor

    -
    colorMajor: "#ccc" = "#ccc"
    - -
    -
    -

    major ticks color

    -
    -
    -
    -
    - -

    Const colorMinor

    -
    colorMinor: "#ddd" = "#ddd"
    - -
    -
    -

    minor ticks color

    -
    -
    -
    -
    - -

    Const legendBaseSize

    -
    legendBaseSize: 25 = 25
    - -
    -
    - -

    Const minSize

    -
    minSize: 10 = 10
    - -
    -
    - -

    Const scaleLegendConfig

    -
    scaleLegendConfig: LegendConfig = ({elementType: 'svg',getLegendRows: () => 2,onInit: (elm, track, updateTrigger) => {track.legendUpdate = updateTrigger;const lg = select(elm);lg.selectAll('g.scale-legend').remove();const g = lg.append('g').attr('class', 'scale-legend');g.append('text').classed('scale-title', true).attr('font-weight', '600').style('text-anchor', 'middle');g.append('text').attr('class', 'scale-range').style('text-anchor', 'middle');g.append('text').attr('class', 'scale-units').style('text-anchor', 'middle');},onUpdate: onUpdateLegend,})
    - -
    -
    -

    Config object required for track config in order to add legend

    -
    -
    -
    -
    - -

    Const strokeMajor

    -
    strokeMajor: 2 = 2
    - -
    -
    -

    major stroke width

    -
    -
    -
    -
    - -

    Const strokeMinor

    -
    strokeMinor: 1 = 1
    - -
    -
    -

    minor stroke width

    -
    -
    -
    -
    - -

    Const ticksFactor

    -
    ticksFactor: 60 = 60
    - -
    -
    - -

    Const titleBarBaseSize

    -
    titleBarBaseSize: 18 = 18
    - -
    -
    - -

    Const titleFontSizeFactor

    -
    titleFontSizeFactor: 0.7 = 0.7
    - -
    -
    - -

    Const uiScaleFactor

    -
    uiScaleFactor: 800 = 800
    - -
    -
    - -

    Const wheelPanFactor

    -
    wheelPanFactor: 50 = 50
    - -
    -
    -
    -

    Functions

    -
    - -

    computeLabelBounds

    - - -
    -
    - -

    computeLabelBoundsHorizontal

    - - -
    -
    - -

    createDifferentialPlot

    - - -
    -
    - -

    createOverlay

    - - -
    -
    - -

    createPlotType

    - - -
    -
    - -

    createScale

    - - -
    -
    - -

    debouncer

    - -
      -
    • - -
      -
      -

      Creates a debounce function that can be used to easily - throttle function calls

      -
      -
      -

      Parameters

      -
        -
      • -
        Default value debounceInterval: number = 20
        -
      • -
      -

      Returns DebounceFunction

      -
    • -
    -
    -
    - -

    getGraphTrackLegendRows

    -
      -
    • getGraphTrackLegendRows(track: GraphTrack): number
    • -
    - -
    -
    - -

    hashString

    -
      -
    • hashString(str: string): number
    • -
    -
      -
    • - -
      -
      -

      Simple and quick hashing function for strings

      -
      -
      -

      Parameters

      -
        -
      • -
        str: string
        -
      • -
      -

      Returns number

      -
    • -
    -
    -
    - -

    numberFormatter

    -
      -
    • numberFormatter(v: number, decimals?: number): string
    • -
    -
      -
    • - -
      -
      -

      Format a numeric value as a string, rounded to the specified - number of decimals.

      -
      -
      -

      Parameters

      -
        -
      • -
        v: number
        -
      • -
      • -
        Default value decimals: number = 1
        -
      • -
      -

      Returns string

      -
    • -
    -
    -
    - -

    onUpdateLegend

    - - -
    -
    - -

    patchPlotOptions

    - - -
    -
    - -

    renderAreaPlotLegend

    - - -
    -
    - -

    renderBasicPlotLegend

    -
      -
    • renderBasicPlotLegend(g: D3Selection, bounds: LegendBounds, label: string, unit: string, domain: number[], color: string, addLabelBg?: boolean): void
    • -
    -
      -
    • - -
      -
      -

      Renders a basic/standard set of layout that are common for most plot-type legends

      -
      -
      -

      Parameters

      -
        -
      • -
        g: D3Selection
        -
      • -
      • -
        bounds: LegendBounds
        -
      • -
      • -
        label: string
        -
      • -
      • -
        unit: string
        -
      • -
      • -
        domain: number[]
        -
      • -
      • -
        color: string
        -
      • -
      • -
        Default value addLabelBg: boolean = false
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    renderDifferentialPlotLegend

    - - -
    -
    - -

    renderDotPlotLegend

    - - -
    -
    - -

    renderHorizontalTicks

    - - -
    -
    - -

    renderLinePlotLegend

    - - -
    -
    - -

    renderLineStepPlotLegend

    - - -
    -
    - -

    renderTextLabels

    -
      -
    • renderTextLabels(g: D3Selection, bounds: LegendBounds, label: string, unit: string, domain: number[], color: string, addLabelBg?: boolean): void
    • -
    -
      -
    • - -
      -
      -

      Renders label, min/max values for domain and unit

      -
      -
      -

      Parameters

      -
        -
      • -
        g: D3Selection
        -
      • -
      • -
        bounds: LegendBounds
        -
      • -
      • -
        label: string
        -
      • -
      • -
        unit: string
        -
      • -
      • -
        domain: number[]
        -
      • -
      • -
        color: string
        -
      • -
      • -
        Default value addLabelBg: boolean = false
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    renderTicks

    - - -
    -
    - -

    round

    -
      -
    • round(v: number, decimals: number): number
    • -
    -
      -
    • - -
      -
      -

      Rounding function that rounds of to specified decimal

      -
      -
      -

      Parameters

      -
        -
      • -
        v: number
        -
      • -
      • -
        decimals: number
        -
      • -
      -

      Returns number

      -
    • -
    -
    -
    - -

    setAttrs

    - -
      -
    • - -
      -
      -

      Set multiple attributes on all elements in selection - instead of using selection.attr for each attribute to set.

      -
      -
      -

      Parameters

      - -

      Returns D3Selection

      -
    • -
    -
    -
    - -

    setPlotData

    -
      -
    • setPlotData(plots: Plot[], data: any, scale: Scale): void
    • -
    -
      -
    • - -
      -
      -

      Updates all plots with data by triggering each plot's data accessor function

      -
      -
      -

      Parameters

      -
        -
      • -
        plots: Plot[]
        -
      • -
      • -
        data: any
        -
      • -
      • -
        scale: Scale
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    setProps

    - -
      -
    • - -
      -
      -

      Wrapper for setAttrs and setStyles, setting both attributes and styles - on each element in seletion.

      -
      -
      -

      Parameters

      -
        -
      • -
        selection: D3Selection
        -
      • -
      • -
        props: object
        -
          -
        • -
          Optional attrs?: object
          -
        • -
        • -
          Optional styles?: object
          -
        • -
        -
      • -
      -

      Returns D3Selection

      -
    • -
    -
    -
    - -

    setStyles

    - -
      -
    • - -
      -
      -

      Set multiple styles on all elements in selection - instead of using selection.style for each style to set.

      -
      -
      -

      Parameters

      - -

      Returns D3Selection

      -
    • -
    -
    -
    - -

    stepCustom

    - - -
    -
    - -

    updateLegendRows

    - - -
    -
    -
    -

    Object literals

    -
    - -

    Const defaultOptions

    -
    defaultOptions: object
    - -
    - -

    autoResize

    -
    autoResize: boolean = true
    - -
    -
    - -

    domain

    -
    domain: number[] = [0, 1000]
    - -
    -
    - -

    horizontal

    -
    horizontal: boolean = false
    - -
    -
    - -

    plotFactory

    -
    plotFactory: PlotFactory = defaultPlotFactory
    - -
    -
    - -

    scale

    -
    scale: string = "linear"
    - -
    -
    - -

    showLegend

    -
    showLegend: boolean = true
    - -
    -
    - -

    showTitles

    -
    showTitles: boolean = true
    - -
    -
    - -

    togglePlotFromLegend

    -
    togglePlotFromLegend: boolean = true
    - -
    -
    - -

    transitionDuration

    -
    transitionDuration: number = 0
    - -
    -
    -
    - -

    Const defaults

    -
    defaults: object
    - -
    -
    -

    Default options

    -
    -
    -
    - -

    horizontal

    -
    horizontal: boolean = false
    - -
    -
    - -

    maxWidth

    -
    maxWidth: null = null
    - -
    -
    - -

    width

    -
    width: number = 3
    - -
    -
    -
    - -

    Const noInterpolator

    -
    noInterpolator: object
    - -
    -
    -

    Default no-ops interpolator

    -
    -
    -
    - -

    forward

    -
      -
    • forward(v: number): number
    • -
    - -
    -
    - -

    forwardInterpolatedDomain

    -
      -
    • forwardInterpolatedDomain(domain: [number, number] | number[]): [number, number] | number[]
    • -
    - -
    -
    - -

    reverse

    -
      -
    • reverse(v: number): number
    • -
    - -
    -
    - -

    reverseInterpolatedDomain

    -
      -
    • reverseInterpolatedDomain(domain: [number, number] | number[]): [number, number] | number[]
    • -
    - -
    -
    -
    - -

    Const plotFactory

    -
    plotFactory: object
    - -
    -
    -

    Dictionary of plot creator functions for available plot types. - You may pass your own factory dictionary if you need to support - custom plot types not part of this lib.

    -
    -
    -
    - -

    area

    -
    area: function = createPlotType(AreaPlot)
    - -
    -

    Type declaration

    - -
    -
    -
    - -

    differential

    -
    differential: createDifferentialPlot = createDifferentialPlot
    - -
    -
    - -

    dot

    -
    dot: function = createPlotType(DotPlot)
    - -
    -

    Type declaration

    - -
    -
    -
    - -

    line

    -
    line: function = createPlotType(LinePlot)
    - -
    -

    Type declaration

    - -
    -
    -
    - -

    linestep

    -
    linestep: function = createPlotType(LineStepPlot)
    - -
    -

    Type declaration

    - -
    -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 9d27087..b8e0ca7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,547 +1,25 @@ - - - - - - @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    @equinor/videx-wellog - v0.4.0

    -
    -
    -
    -
    -
    -
    -
    - -

    Videx Wellog Project

    -
    -

    Videx Wellog is a set of components developed by the Videx team in Equinor for viewing subsurface wellbore logs.

    -

    The library are composed by multiple components that are designed to work together, as independant components and/or as extension points. All relevant classes are exported.

    -

    Container components are located in the ./ui folder, and are:

    -
      -
    • LogController - container class for grouping and controlling tracks with a common scale. It also adds support for track titles and legends.
    • -
    • LogViewer - extension of LogController to add overlay and user interaction (zoom/pan behaviours).
    • -
    -

    Track components are located in the ./tracks folder:

    -
      -
    • Track - base class (abstract)
    • -
    • CanvasTrack - base class for tracks that renders to a 2d context (HTML5 canvas)
    • -
    • SvgTrack - base class for tracks that work with SVG (vector graphics)
    • -
    • HtmlTrack - base class for tracks that work with general HTML elements.
    • -
    • ScaleTrack - basic track for displaying y-axis ticks
    • -
    • DualScaleTrack - scale track supporting two seperate domains. For instance to show MD depth and TVD depth. Requires a InterpolatedScaleHandler.
    • -
    • GraphTrack - supports rendering of multiple deta series. Different graph types are supported, with implementations of the Plot class:
        -
      • LinePlot - linear line graph
      • -
      • LineStepPlot - linear stepladder graph
      • -
      • AreaPlot - area graph
      • -
      • DotPlot - discrete points graph
      • -
      • DifferentialPlot - differential graph, for correlation of two data series.
      • -
      -
    • -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file +@equinor/videx-wellog

    @equinor/videx-wellog

    Videx Wellog Project

    Videx Wellog is a set of components developed by the Videx team in Equinor for viewing subsurface wellbore logs.

    +

    The library are composed by multiple components that are designed to work together, as independant components and/or as extension points. All relevant classes are exported.

    +

    Container components are located in the ./ui folder, and are:

    +
      +
    • LogController - container class for grouping and controlling tracks with a common scale. It also adds support for track titles and legends.
    • +
    • LogViewer - extension of LogController to add overlay and user interaction (zoom/pan behaviours).
    • +
    +

    Track components are located in the ./tracks folder:

    +
      +
    • Track - base class (abstract)
    • +
    • CanvasTrack - base class for tracks that renders to a 2d context (HTML5 canvas)
    • +
    • SvgTrack - base class for tracks that work with SVG (vector graphics)
    • +
    • HtmlTrack - base class for tracks that work with general HTML elements.
    • +
    • ScaleTrack - basic track for displaying y-axis ticks
    • +
    • DualScaleTrack - scale track supporting two seperate domains. For instance to show MD depth and TVD depth. Requires a InterpolatedScaleHandler.
    • +
    • GraphTrack - supports rendering of multiple deta series. Different graph types are supported, with implementations of the Plot class:
        +
      • LinePlot - linear line graph
      • +
      • LineStepPlot - linear stepladder graph
      • +
      • AreaPlot - area graph
      • +
      • DotPlot - discrete points graph
      • +
      • DifferentialPlot - differential graph, for correlation of two data series.
      • +
      +
    • +
    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/areaplotoptions.html b/docs/interfaces/areaplotoptions.html deleted file mode 100644 index 5c6ca6e..0000000 --- a/docs/interfaces/areaplotoptions.html +++ /dev/null @@ -1,543 +0,0 @@ - - - - - - AreaPlotOptions | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface AreaPlotOptions

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Available area plot options

    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Index

    -
    - -
    -
    -
    -

    Properties

    -
    - -

    Optional color

    -
    color: string
    - -
    -
    -

    Stroke color

    -
    -
    -
    -
    - -

    Optional data

    - - -
    -
    -
    depricated
    -

    use dataAccessor

    -
    -
    -
    -
    -
    - -

    Optional dataAccessor

    -
    dataAccessor: DataAccessorFunction
    - -
    -
    -

    Plot data accessor function when used with GraphTrack

    -
    -
    -
    -
    - -

    Optional defined

    - - -
    -
    -

    Set condition for what data to plot. Default is v => v !== null

    -
    -
    -
    -
    - -

    Optional domain

    -
    domain: Domain
    - -
    -
    -

    Y axis (range) for plot data. Default is [0, 100].

    -
    -
    -
    -
    - -

    Optional fill

    -
    fill: string
    - -
    -
    -

    Fill color

    -
    -
    -
    -
    - -

    Optional fillOpacity

    -
    fillOpacity: number
    - -
    -
    -

    Fill opacity

    -
    -
    -
    -
    - -

    Optional filterOverlapFactor

    -
    filterOverlapFactor: number
    - -
    -
    -

    Used to control how much overlap or excess is added when filtering data compared to the current domain. - Ex. if the current domain is [100, 200], and with an overlap factor of 0.5, data will - be filtered using the extended domain [50, 250], leaving an excess of 50 units in both ends. This improves - the user experience during panning.

    -
    -
    -
    -
    - -

    Optional filterToScale

    -
    filterToScale: boolean
    - -
    -
    -

    Automatically filter data to current scale. This may increase performance for larger datasets, - as data outside the current domain is not passed to the plots. Overlap may be controlled by the - filterOverlapFactor option. Filtering is off (false) by default.

    -
    -
    -
    -
    - -

    Optional hidden

    -
    hidden: boolean
    - -
    -
    -

    Flag to hide/show a plot. Default is false.

    -
    -
    -
    -
    - -

    Optional horizontal

    -
    horizontal: boolean
    - -
    -
    -

    Set plot orientation. Default is true (horizontally).

    -
    -
    -
    -
    - -

    Optional inverseColor

    -
    inverseColor: string
    - -
    -
    -

    If set, will also fill the opposite area in the color specified. Not set by default.

    -
    -
    -
    -
    - -

    Optional legendRows

    -
    legendRows: number
    - -
    -
    -

    The number of rows in the legend section (if used with LogController) this particular plot requires

    -
    -
    -
    -
    - -

    Optional offset

    -
    offset: number
    - -
    -
    -

    offset position to draw the plot

    -
    -
    -
    example
    -

    0.5 // renders the plot 50 % off from origin

    -
    -
    -
    -
    -
    - -

    Optional scale

    -
    scale: string
    - -
    -
    -

    Scale type: 'linear' or 'log'. Default is 'linear'.

    -
    -
    -
    -
    - -

    Optional useMinAsBase

    -
    useMinAsBase: boolean
    - -
    -
    -

    Use the minimum value of the domain as base for the area polygon. - Default is true, setting to false will invert the drawing of the polygon.

    -
    -
    -
    -
    - -

    Optional width

    -
    width: number
    - -
    -
    -

    Stroke width

    -
    -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/differentialplotlegendinfo.html b/docs/interfaces/differentialplotlegendinfo.html deleted file mode 100644 index 6e0e412..0000000 --- a/docs/interfaces/differentialplotlegendinfo.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - DifferentialPlotLegendInfo | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface DifferentialPlotLegendInfo

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - DifferentialPlotLegendInfo -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    serie1

    - - -
    -
    - -

    serie2

    - - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/differentialplotoptions.html b/docs/interfaces/differentialplotoptions.html deleted file mode 100644 index b1b17de..0000000 --- a/docs/interfaces/differentialplotoptions.html +++ /dev/null @@ -1,485 +0,0 @@ - - - - - - DifferentialPlotOptions | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface DifferentialPlotOptions

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Available differential plot serie options

    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - PlotOptions -
        -
      • - DifferentialPlotOptions -
      • -
      -
    • -
    -
    -
    -

    Index

    -
    - -
    -
    -
    -

    Properties

    -
    - -

    Optional data

    - - -
    -
    -
    depricated
    -

    use dataAccessor

    -
    -
    -
    -
    -
    - -

    Optional dataAccessor

    -
    dataAccessor: DataAccessorFunction
    - -
    -
    -

    Plot data accessor function when used with GraphTrack

    -
    -
    -
    -
    - -

    Optional defined

    - - -
    -
    -

    Set condition for what data to plot. Default is v => v !== null

    -
    -
    -
    -
    - -

    Optional domain

    -
    domain: Domain
    - -
    -
    -

    Y axis (range) for plot data. Default is [0, 100].

    -
    -
    -
    -
    - -

    Optional fillOpacity

    -
    fillOpacity: number
    - -
    -
    -

    Fill opacity for both series

    -
    -
    -
    -
    - -

    Optional filterOverlapFactor

    -
    filterOverlapFactor: number
    - -
    -
    -

    Used to control how much overlap or excess is added when filtering data compared to the current domain. - Ex. if the current domain is [100, 200], and with an overlap factor of 0.5, data will - be filtered using the extended domain [50, 250], leaving an excess of 50 units in both ends. This improves - the user experience during panning.

    -
    -
    -
    -
    - -

    Optional filterToScale

    -
    filterToScale: boolean
    - -
    -
    -

    Automatically filter data to current scale. This may increase performance for larger datasets, - as data outside the current domain is not passed to the plots. Overlap may be controlled by the - filterOverlapFactor option. Filtering is off (false) by default.

    -
    -
    -
    -
    - -

    Optional hidden

    -
    hidden: boolean
    - -
    -
    -

    Flag to hide/show a plot. Default is false.

    -
    -
    -
    -
    - -

    Optional horizontal

    -
    horizontal: boolean
    - -
    -
    -

    Set plot orientation. Default is true (horizontally).

    -
    -
    -
    -
    - -

    Optional legendRows

    -
    legendRows: number
    - -
    -
    -

    The number of rows in the legend section (if used with LogController) this particular plot requires

    -
    -
    -
    -
    - -

    Optional offset

    -
    offset: number
    - -
    -
    -

    offset position to draw the plot

    -
    -
    -
    example
    -

    0.5 // renders the plot 50 % off from origin

    -
    -
    -
    -
    -
    - -

    Optional scale

    -
    scale: string
    - -
    -
    -

    Scale type: 'linear' or 'log'. Default is 'linear'.

    -
    -
    -
    -
    - -

    Optional serie1

    - - -
    -
    -

    Options for data serie 1

    -
    -
    -
    -
    - -

    Optional serie2

    - - -
    -
    -

    Options for data serie 2

    -
    -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/differentialplotserielegendinfo.html b/docs/interfaces/differentialplotserielegendinfo.html deleted file mode 100644 index b37f51f..0000000 --- a/docs/interfaces/differentialplotserielegendinfo.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - DifferentialPlotSerieLegendInfo | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface DifferentialPlotSerieLegendInfo

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - LegendInfo -
        -
      • - DifferentialPlotSerieLegendInfo -
      • -
      -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    Optional label

    -
    label: string
    - -
    -
    - -

    Optional show

    -
    show: boolean
    - -
    -
    - -

    Optional unit

    -
    unit: string
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/differentialplotserieoptions.html b/docs/interfaces/differentialplotserieoptions.html deleted file mode 100644 index a8f833e..0000000 --- a/docs/interfaces/differentialplotserieoptions.html +++ /dev/null @@ -1,286 +0,0 @@ - - - - - - DifferentialPlotSerieOptions | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface DifferentialPlotSerieOptions

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Available differential plot serie options

    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - DifferentialPlotSerieOptions -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    Optional color

    -
    color: string
    - -
    -
    -

    Stroke color

    -
    -
    -
    -
    - -

    Optional domain

    -
    domain: Domain
    - -
    -
    -

    Y axis (range) for plot data

    -
    -
    -
    -
    - -

    Optional fill

    -
    fill: string
    - -
    -
    -

    Fill color of areas defined between the curves

    -
    -
    -
    -
    - -

    Optional lineWidth

    -
    lineWidth: number
    - -
    -
    -

    Stroke width

    -
    -
    -
    -
    - -

    Optional scale

    -
    scale: string
    - -
    -
    -

    Scale type: 'linear' or 'log'

    -
    -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/dotplotoptions.html b/docs/interfaces/dotplotoptions.html deleted file mode 100644 index 066d82e..0000000 --- a/docs/interfaces/dotplotoptions.html +++ /dev/null @@ -1,512 +0,0 @@ - - - - - - DotPlotOptions | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface DotPlotOptions

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Available dot plot options

    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Index

    -
    - -
    -
    -
    -

    Properties

    -
    - -

    Optional color

    -
    color: string
    - -
    -
    -

    Stroke color

    -
    -
    -
    -
    - -

    Optional dash

    -
    dash: number[]
    - -
    -
    -

    Dash array

    -
    -
    -
    example
    -

    [4, 4] // 4 pixels stroked, 4 pixels skipped

    -
    -
    -
    -
    -
    - -

    Optional data

    - - -
    -
    -
    depricated
    -

    use dataAccessor

    -
    -
    -
    -
    -
    - -

    Optional dataAccessor

    -
    dataAccessor: DataAccessorFunction
    - -
    -
    -

    Plot data accessor function when used with GraphTrack

    -
    -
    -
    -
    - -

    Optional defined

    - - -
    -
    -

    Set condition for what data to plot. Default is v => v !== null

    -
    -
    -
    -
    - -

    Optional domain

    -
    domain: Domain
    - -
    -
    -

    Y axis (range) for plot data. Default is [0, 100].

    -
    -
    -
    -
    - -

    Optional filterOverlapFactor

    -
    filterOverlapFactor: number
    - -
    -
    -

    Used to control how much overlap or excess is added when filtering data compared to the current domain. - Ex. if the current domain is [100, 200], and with an overlap factor of 0.5, data will - be filtered using the extended domain [50, 250], leaving an excess of 50 units in both ends. This improves - the user experience during panning.

    -
    -
    -
    -
    - -

    Optional filterToScale

    -
    filterToScale: boolean
    - -
    -
    -

    Automatically filter data to current scale. This may increase performance for larger datasets, - as data outside the current domain is not passed to the plots. Overlap may be controlled by the - filterOverlapFactor option. Filtering is off (false) by default.

    -
    -
    -
    -
    - -

    Optional hidden

    -
    hidden: boolean
    - -
    -
    -

    Flag to hide/show a plot. Default is false.

    -
    -
    -
    -
    - -

    Optional horizontal

    -
    horizontal: boolean
    - -
    -
    -

    Set plot orientation. Default is true (horizontally).

    -
    -
    -
    -
    - -

    Optional legendRows

    -
    legendRows: number
    - -
    -
    -

    The number of rows in the legend section (if used with LogController) this particular plot requires

    -
    -
    -
    -
    - -

    Optional offset

    -
    offset: number
    - -
    -
    -

    offset position to draw the plot

    -
    -
    -
    example
    -

    0.5 // renders the plot 50 % off from origin

    -
    -
    -
    -
    -
    - -

    Optional radius

    -
    radius: number
    - -
    -
    -

    Dot radius

    -
    -
    -
    -
    - -

    Optional scale

    -
    scale: string
    - -
    -
    -

    Scale type: 'linear' or 'log'. Default is 'linear'.

    -
    -
    -
    -
    - -

    Optional width

    -
    width: number
    - -
    -
    -

    Stroke width

    -
    -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/dualscaletrackoptions.html b/docs/interfaces/dualscaletrackoptions.html deleted file mode 100644 index a3338ac..0000000 --- a/docs/interfaces/dualscaletrackoptions.html +++ /dev/null @@ -1,587 +0,0 @@ - - - - - - DualScaleTrackOptions | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface DualScaleTrackOptions

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    Optional abbr

    -
    abbr: string
    - -
    -
    -

    Short label to use in title if used with TrackGrouop

    -
    -
    -
    -
    - -

    Optional horizontal

    -
    horizontal: boolean
    - -
    -
    -

    Orientation of track. Default is false or unset (vertical).

    -
    -
    -
    -
    - -

    Optional label

    -
    label: string
    - -
    -
    -

    Label to use in title if used with TrackGrouop

    -
    -
    -
    -
    - -

    Optional legendConfig

    -
    legendConfig: LegendConfig
    - -
    -
    -

    A config object used to display track legend if used with LogController

    -
    -
    -
    -
    - -

    Optional loader

    -
    loader: Element
    - -
    -
    -

    An optional loader element that will be made visible during loading

    -
    -
    -
    -
    - -

    Optional maxWidth

    -
    maxWidth: number
    - -
    -
    -

    Max width of track in pixels

    -
    -
    -
    -
    - -

    Optional mode

    -
    mode: number
    - -
    -
    -

    What mode to show the scale in (0=master, 1=slave). Designed to be used - with the InterpolatedScaleHandler, which allows you to toggle between two - different scale domains.

    -
    -
    -
    -
    - -

    Optional units

    -
    units: string
    - -
    -
    -

    Units to show in legend if used in LogController

    -
    -
    -
    -
    - -

    Optional width

    -
    width: number
    - -
    -
    -

    Relative track width when used in a LogController, i.e. a track with width set to - 3 will be three times wider than tracks set to width 1.

    -
    -
    -
    -
    -
    -

    Methods

    -
    - -

    Optional onError

    -
      -
    • onError(error: Error | string, track: Track): void
    • -
    -
      -
    • - -
      -
      -

      Hook if a track is set in an error state

      -
      -
      -

      Parameters

      -
        -
      • -
        error: Error | string
        -
      • -
      • -
        track: Track
        -
        -

        track instance reference

        -
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    Optional onMount

    - - -
    -
    - -

    Optional onRescale

    - -
      -
    • - -
      -
      -

      Hook when track is being rescaled, for example from user interaction - if used with a LogController.

      -
      -
      -

      Parameters

      -
        -
      • -
        event: OnRescaleEvent
        -
        -

        event data

        -
        -
      • -
      • -
        track: Track
        -
        -

        track instance reference

        -
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    Optional onUnmount

    - - -
    -
    - -

    Optional onUpdate

    - - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/graphtrackoptions.html b/docs/interfaces/graphtrackoptions.html deleted file mode 100644 index 1d1d7d5..0000000 --- a/docs/interfaces/graphtrackoptions.html +++ /dev/null @@ -1,756 +0,0 @@ - - - - - - GraphTrackOptions | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface GraphTrackOptions

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Available graph track options

    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Index

    -
    - -
    -
    -
    -

    Properties

    -
    - -

    Optional abbr

    -
    abbr: string
    - -
    -
    -

    Short label to use in title if used with TrackGrouop

    -
    -
    -
    -
    - -

    Optional alwaysTransform

    -
    alwaysTransform: boolean
    - -
    -
    -

    Set to true to always run data transform function. By default (false), transforms will only run - if the domain (zoom level) changes.

    -
    -
    -
    -
    - -

    Optional data

    -
    data: Promise<any> | Function | any
    - -
    -
    -

    Data for all plots in the track. May be of any type or a function or promise - returning data. The plots will need to have a data accessor function defined, that - can pick the data it needs from this value.

    -
    -
    -
    -
    - -

    Optional domain

    -
    domain: Domain
    - -
    -
    -

    Domain to use for the graph data range

    -
    -
    -
    -
    - -

    Optional horizontal

    -
    horizontal: boolean
    - -
    -
    -

    Orientation of track. Default is false or unset (vertical).

    -
    -
    -
    -
    - -

    Optional label

    -
    label: string
    - -
    -
    -

    Label to use in title if used with TrackGrouop

    -
    -
    -
    -
    - -

    Optional legendConfig

    -
    legendConfig: LegendConfig
    - -
    -
    -

    A config object used to display track legend if used with LogController

    -
    -
    -
    -
    - -

    Optional loader

    -
    loader: Element
    - -
    -
    -

    An optional loader element that will be made visible during loading

    -
    -
    -
    -
    - -

    Optional maxWidth

    -
    maxWidth: number
    - -
    -
    -

    Max width of track in pixels

    -
    -
    -
    -
    - -

    Optional plotFactory

    -
    plotFactory: PlotFactory
    - -
    -
    -

    Plot factory to use. If using custom plot types, you need to pass an extended/custom plot - factory that knows how to create an instance of plot types which are not part of the libs - standard plot types.

    -
    -
    -
    -
    - -

    Optional plots

    -
    plots: PlotConfig[]
    - -
    -
    -

    Collection of plot config objects

    -
    -
    -
    -
    - -

    Optional scale

    -
    scale: string
    - -
    -
    -

    Scale type to use. This scale applies to all plots unless the plot config has its - own scale and domain set. Can be 'linear' or 'log'.

    -
    -
    -
    -
    - -

    Optional showLoader

    -
    showLoader: boolean
    - -
    -
    -

    Whether or not to show the loader or not (if configured)

    -
    -
    -
    -
    - -

    Optional togglePlotFromLegend

    -
    togglePlotFromLegend: boolean
    - -
    -
    -

    Determines if the legend should be clickable to toggle plots on/off when used within a - LogController with graphLegendConfig enabled. Default is true.

    -
    -
    -
    -
    - -

    Optional transform

    -
    transform: function
    - -
    -
    -

    An optional function to transform the track data before being passed to the plots. This - is typically used to downsample data at low zoom levels.

    -
    -
    -
    -

    Type declaration

    -
      -
    • -
        -
      • (data: any, scale: Scale): Promise<any>
      • -
      -
        -
      • -

        Parameters

        -
          -
        • -
          data: any
          -
        • -
        • -
          scale: Scale
          -
        • -
        -

        Returns Promise<any>

        -
      • -
      -
    • -
    -
    -
    -
    - -

    Optional width

    -
    width: number
    - -
    -
    -

    Relative track width when used in a LogController, i.e. a track with width set to - 3 will be three times wider than tracks set to width 1.

    -
    -
    -
    -
    -
    -

    Methods

    -
    - -

    Optional onError

    -
      -
    • onError(error: Error | string, track: Track): void
    • -
    -
      -
    • - -
      -
      -

      Hook if a track is set in an error state

      -
      -
      -

      Parameters

      -
        -
      • -
        error: Error | string
        -
      • -
      • -
        track: Track
        -
        -

        track instance reference

        -
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    Optional onMount

    - - -
    -
    - -

    Optional onRescale

    - -
      -
    • - -
      -
      -

      Hook when track is being rescaled, for example from user interaction - if used with a LogController.

      -
      -
      -

      Parameters

      -
        -
      • -
        event: OnRescaleEvent
        -
        -

        event data

        -
        -
      • -
      • -
        track: Track
        -
        -

        track instance reference

        -
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    Optional onUnmount

    - - -
    -
    - -

    Optional onUpdate

    - - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/labelbounds.html b/docs/interfaces/labelbounds.html deleted file mode 100644 index 8a9aebf..0000000 --- a/docs/interfaces/labelbounds.html +++ /dev/null @@ -1,254 +0,0 @@ - - - - - - LabelBounds | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface LabelBounds

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - LabelBounds -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    length

    -
    length: number
    - -
    -
    - -

    offsetX

    -
    offsetX: number
    - -
    -
    - -

    offsetY

    -
    offsetY: number
    - -
    -
    - -

    rotateText

    -
    rotateText: boolean
    - -
    -
    - -

    size

    -
    size: number
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/legendbounds.html b/docs/interfaces/legendbounds.html deleted file mode 100644 index d6b7800..0000000 --- a/docs/interfaces/legendbounds.html +++ /dev/null @@ -1,240 +0,0 @@ - - - - - - LegendBounds | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface LegendBounds

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - LegendBounds -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    height

    -
    height: number
    - -
    -
    - -

    left

    -
    left: number
    - -
    -
    - -

    top

    -
    top: number
    - -
    -
    - -

    width

    -
    width: number
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/legendconfig.html b/docs/interfaces/legendconfig.html deleted file mode 100644 index 7955e19..0000000 --- a/docs/interfaces/legendconfig.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - LegendConfig | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface LegendConfig

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - LegendConfig -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    elementType

    -
    elementType: string
    - -
    -
    - -

    onInit

    - - -
    -
    - -

    onUpdate

    - - -
    -
    -
    -

    Methods

    -
    - -

    getLegendRows

    -
      -
    • getLegendRows(track: Track): number
    • -
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/legendinfo.html b/docs/interfaces/legendinfo.html deleted file mode 100644 index 331be5a..0000000 --- a/docs/interfaces/legendinfo.html +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - LegendInfo | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface LegendInfo

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    Optional label

    -
    label: string
    - -
    -
    - -

    Optional unit

    -
    unit: string
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/legendmap.html b/docs/interfaces/legendmap.html deleted file mode 100644 index 70830fd..0000000 --- a/docs/interfaces/legendmap.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - LegendMap | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface LegendMap

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - LegendMap -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    elm

    -
    elm: Element
    - -
    -
    - -

    track

    -
    track: Track
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/lineplotoptions.html b/docs/interfaces/lineplotoptions.html deleted file mode 100644 index 34e903b..0000000 --- a/docs/interfaces/lineplotoptions.html +++ /dev/null @@ -1,495 +0,0 @@ - - - - - - LinePlotOptions | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface LinePlotOptions

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Available line plot options

    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Index

    -
    - -
    -
    -
    -

    Properties

    -
    - -

    Optional color

    -
    color: string
    - -
    -
    -

    Stroke color

    -
    -
    -
    -
    - -

    Optional dash

    -
    dash: number[]
    - -
    -
    -

    Dash array

    -
    -
    -
    example
    -

    [4, 4] // 4 pixels stroked, 4 pixels skipped

    -
    -
    -
    -
    -
    - -

    Optional data

    - - -
    -
    -
    depricated
    -

    use dataAccessor

    -
    -
    -
    -
    -
    - -

    Optional dataAccessor

    -
    dataAccessor: DataAccessorFunction
    - -
    -
    -

    Plot data accessor function when used with GraphTrack

    -
    -
    -
    -
    - -

    Optional defined

    - - -
    -
    -

    Set condition for what data to plot. Default is v => v !== null

    -
    -
    -
    -
    - -

    Optional domain

    -
    domain: Domain
    - -
    -
    -

    Y axis (range) for plot data. Default is [0, 100].

    -
    -
    -
    -
    - -

    Optional filterOverlapFactor

    -
    filterOverlapFactor: number
    - -
    -
    -

    Used to control how much overlap or excess is added when filtering data compared to the current domain. - Ex. if the current domain is [100, 200], and with an overlap factor of 0.5, data will - be filtered using the extended domain [50, 250], leaving an excess of 50 units in both ends. This improves - the user experience during panning.

    -
    -
    -
    -
    - -

    Optional filterToScale

    -
    filterToScale: boolean
    - -
    -
    -

    Automatically filter data to current scale. This may increase performance for larger datasets, - as data outside the current domain is not passed to the plots. Overlap may be controlled by the - filterOverlapFactor option. Filtering is off (false) by default.

    -
    -
    -
    -
    - -

    Optional hidden

    -
    hidden: boolean
    - -
    -
    -

    Flag to hide/show a plot. Default is false.

    -
    -
    -
    -
    - -

    Optional horizontal

    -
    horizontal: boolean
    - -
    -
    -

    Set plot orientation. Default is true (horizontally).

    -
    -
    -
    -
    - -

    Optional legendRows

    -
    legendRows: number
    - -
    -
    -

    The number of rows in the legend section (if used with LogController) this particular plot requires

    -
    -
    -
    -
    - -

    Optional offset

    -
    offset: number
    - -
    -
    -

    offset position to draw the plot

    -
    -
    -
    example
    -

    0.5 // renders the plot 50 % off from origin

    -
    -
    -
    -
    -
    - -

    Optional scale

    -
    scale: string
    - -
    -
    -

    Scale type: 'linear' or 'log'. Default is 'linear'.

    -
    -
    -
    -
    - -

    Optional width

    -
    width: number
    - -
    -
    -

    Stroke width

    -
    -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/logcontrolleroptions.html b/docs/interfaces/logcontrolleroptions.html deleted file mode 100644 index fa50d00..0000000 --- a/docs/interfaces/logcontrolleroptions.html +++ /dev/null @@ -1,426 +0,0 @@ - - - - - - LogControllerOptions | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface LogControllerOptions

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - LogControllerOptions -
    • -
    -
    -
    -

    Index

    -
    - -
    -
    -
    -

    Properties

    -
    - -

    Optional autoResize

    -
    autoResize: boolean
    - -
    -
    - -

    Optional domain

    -
    domain: Domain
    - -
    -
    - -

    Optional horizontal

    -
    horizontal: boolean
    - -
    -
    - -

    Optional maxZoom

    -
    maxZoom: number
    - -
    -
    - -

    Optional panExcess

    -
    panExcess: number
    - -
    -
    - -

    Optional scaleHandler

    -
    scaleHandler: ScaleHandler
    - -
    -
    - -

    Optional showLegend

    -
    showLegend: boolean
    - -
    -
    - -

    Optional showTitles

    -
    showTitles: boolean
    - -
    -
    - -

    Optional transitionDuration

    -
    transitionDuration: number
    - -
    -
    -
    -

    Methods

    -
    - -

    Optional onResize

    - - -
    -
    - -

    Optional onTrackEnter

    -
      -
    • onTrackEnter(elm: HTMLElement, track: Track): void
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        elm: HTMLElement
        -
      • -
      • -
        track: Track
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    Optional onTrackExit

    -
      -
    • onTrackExit(): void
    • -
    - -
    -
    - -

    Optional onTrackUpdate

    -
      -
    • onTrackUpdate(elm: HTMLElement, track: Track): void
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        elm: HTMLElement
        -
      • -
      • -
        track: Track
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/logcontrollerresizeevent.html b/docs/interfaces/logcontrollerresizeevent.html deleted file mode 100644 index 82dd7db..0000000 --- a/docs/interfaces/logcontrollerresizeevent.html +++ /dev/null @@ -1,254 +0,0 @@ - - - - - - LogControllerResizeEvent | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface LogControllerResizeEvent

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - LogControllerResizeEvent -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    elm

    -
    elm: HTMLElement
    - -
    -
    - -

    height

    -
    height: number
    - -
    -
    - -

    source

    - - -
    -
    - -

    trackHeight

    -
    trackHeight: number
    - -
    -
    - -

    width

    -
    width: number
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/margin.html b/docs/interfaces/margin.html deleted file mode 100644 index d5efe44..0000000 --- a/docs/interfaces/margin.html +++ /dev/null @@ -1,240 +0,0 @@ - - - - - - Margin | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface Margin

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - Margin -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    bottom

    -
    bottom: number
    - -
    -
    - -

    left

    -
    left: number
    - -
    -
    - -

    right

    -
    right: number
    - -
    -
    - -

    top

    -
    top: number
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/onmountevent.html b/docs/interfaces/onmountevent.html deleted file mode 100644 index 28e4c96..0000000 --- a/docs/interfaces/onmountevent.html +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - OnMountEvent | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface OnMountEvent

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Indexable

    -
    [propType: string]: any
    -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    elm

    -
    elm: HTMLElement
    - -
    -
    - -

    scale

    -
    scale: Scale
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/onrescaleevent.html b/docs/interfaces/onrescaleevent.html deleted file mode 100644 index fbc97d8..0000000 --- a/docs/interfaces/onrescaleevent.html +++ /dev/null @@ -1,235 +0,0 @@ - - - - - - OnRescaleEvent | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface OnRescaleEvent

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Indexable

    -
    [propType: string]: any
    -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    Optional domain

    -
    domain: Domain
    - -
    -
    - -

    Optional scale

    -
    scale: Scale
    - -
    -
    - -

    Optional transform

    -
    transform: Transform
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/onunmountevent.html b/docs/interfaces/onunmountevent.html deleted file mode 100644 index 95546e4..0000000 --- a/docs/interfaces/onunmountevent.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - OnUnmountEvent | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface OnUnmountEvent

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - OnUnmountEvent -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    Optional elm

    -
    elm: HTMLElement
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/onupdateevent.html b/docs/interfaces/onupdateevent.html deleted file mode 100644 index 41bdff6..0000000 --- a/docs/interfaces/onupdateevent.html +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - OnUpdateEvent | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface OnUpdateEvent

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Indexable

    -
    [propType: string]: any
    -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    elm

    -
    elm: HTMLElement
    - -
    -
    - -

    Optional scale

    -
    scale: Scale
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/overlay.html b/docs/interfaces/overlay.html deleted file mode 100644 index db6f950..0000000 --- a/docs/interfaces/overlay.html +++ /dev/null @@ -1,351 +0,0 @@ - - - - - - Overlay | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface Overlay

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - Overlay -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    elements

    -
    elements: object
    - -
    -

    Type declaration

    -
      -
    • -
      [propName: string]: HTMLElement
      -
    • -
    -
    -
    -
    - -

    elm

    - - -
    -
    - -

    enabled

    -
    enabled: boolean
    - -
    -
    - -

    listeners

    -
    listeners: object
    - -
    -

    Type declaration

    - -
    -
    -
    -
    -

    Methods

    -
    - -

    create

    - - -
    -
    - -

    register

    - - -
    -
    - -

    remove

    -
      -
    • remove(key: string): void
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        key: string
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/overlaycallbacks.html b/docs/interfaces/overlaycallbacks.html deleted file mode 100644 index 35bfd83..0000000 --- a/docs/interfaces/overlaycallbacks.html +++ /dev/null @@ -1,319 +0,0 @@ - - - - - - OverlayCallbacks | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface OverlayCallbacks

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - OverlayCallbacks -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Methods

    -
    - -

    Optional onClick

    - - -
    -
    - -

    Optional onMouseExit

    - - -
    -
    - -

    Optional onMouseMove

    - - -
    -
    - -

    Optional onRescale

    - - -
    -
    - -

    Optional onResize

    - - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/overlayclickevent.html b/docs/interfaces/overlayclickevent.html deleted file mode 100644 index be5d7b9..0000000 --- a/docs/interfaces/overlayclickevent.html +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - OverlayClickEvent | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface OverlayClickEvent

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    caller

    - - -
    -
    - -

    source

    -
    source: HTMLElement
    - -
    -
    - -

    Optional target

    -
    target: HTMLElement
    - -
    -
    - -

    x

    -
    x: number
    - -
    -
    - -

    y

    -
    y: number
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/overlayevent.html b/docs/interfaces/overlayevent.html deleted file mode 100644 index 4279db3..0000000 --- a/docs/interfaces/overlayevent.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - OverlayEvent | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface OverlayEvent

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    caller

    - - -
    -
    - -

    source

    -
    source: HTMLElement
    - -
    -
    - -

    Optional target

    -
    target: HTMLElement
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/overlaymouseexitevent.html b/docs/interfaces/overlaymouseexitevent.html deleted file mode 100644 index dbc889c..0000000 --- a/docs/interfaces/overlaymouseexitevent.html +++ /dev/null @@ -1,234 +0,0 @@ - - - - - - OverlayMouseExitEvent | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface OverlayMouseExitEvent

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    caller

    - - -
    -
    - -

    source

    -
    source: HTMLElement
    - -
    -
    - -

    Optional target

    -
    target: HTMLElement
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/overlaymousemoveevent.html b/docs/interfaces/overlaymousemoveevent.html deleted file mode 100644 index 1e96a06..0000000 --- a/docs/interfaces/overlaymousemoveevent.html +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - OverlayMouseMoveEvent | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface OverlayMouseMoveEvent

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    caller

    - - -
    -
    - -

    source

    -
    source: HTMLElement
    - -
    -
    - -

    Optional target

    -
    target: HTMLElement
    - -
    -
    - -

    x

    -
    x: number
    - -
    -
    - -

    y

    -
    y: number
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/overlayrescaleevent.html b/docs/interfaces/overlayrescaleevent.html deleted file mode 100644 index b360116..0000000 --- a/docs/interfaces/overlayrescaleevent.html +++ /dev/null @@ -1,248 +0,0 @@ - - - - - - OverlayRescaleEvent | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface OverlayRescaleEvent

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    caller

    - - -
    -
    - -

    source

    -
    source: HTMLElement
    - -
    -
    - -

    Optional target

    -
    target: HTMLElement
    - -
    -
    - -

    Optional transform

    -
    transform: Transform
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/overlayresizeevent.html b/docs/interfaces/overlayresizeevent.html deleted file mode 100644 index f3f5b11..0000000 --- a/docs/interfaces/overlayresizeevent.html +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - OverlayResizeEvent | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface OverlayResizeEvent

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    caller

    - - -
    -
    - -

    height

    -
    height: number
    - -
    -
    - -

    source

    -
    source: HTMLElement
    - -
    -
    - -

    Optional target

    -
    target: HTMLElement
    - -
    -
    - -

    width

    -
    width: number
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/plotconfig.html b/docs/interfaces/plotconfig.html deleted file mode 100644 index 083d673..0000000 --- a/docs/interfaces/plotconfig.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - PlotConfig | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface PlotConfig

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Config object used to define a plot in the graph track options

    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - PlotConfig -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    id

    -
    id: string | number
    - -
    -
    - -

    options

    -
    options: PlotOptions
    - -
    -
    - -

    type

    -
    type: string
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/plotfactory.html b/docs/interfaces/plotfactory.html deleted file mode 100644 index e9336ec..0000000 --- a/docs/interfaces/plotfactory.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - PlotFactory | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface PlotFactory

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Factory object for creating an instance of a plot given a type

    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - PlotFactory -
    • -
    -
    -
    -

    Indexable

    -
    [propName: string]: PlotCreatorFunction
    -
    -
    -

    Factory object for creating an instance of a plot given a type

    -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/plotoptions.html b/docs/interfaces/plotoptions.html deleted file mode 100644 index 5ccf066..0000000 --- a/docs/interfaces/plotoptions.html +++ /dev/null @@ -1,423 +0,0 @@ - - - - - - PlotOptions | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface PlotOptions

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Base interface for plot options

    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Index

    -
    - -
    -
    -
    -

    Properties

    -
    - -

    Optional data

    - - -
    -
    -
    depricated
    -

    use dataAccessor

    -
    -
    -
    -
    -
    - -

    Optional dataAccessor

    -
    dataAccessor: DataAccessorFunction
    - -
    -
    -

    Plot data accessor function when used with GraphTrack

    -
    -
    -
    -
    - -

    Optional defined

    - - -
    -
    -

    Set condition for what data to plot. Default is v => v !== null

    -
    -
    -
    -
    - -

    Optional domain

    -
    domain: Domain
    - -
    -
    -

    Y axis (range) for plot data. Default is [0, 100].

    -
    -
    -
    -
    - -

    Optional filterOverlapFactor

    -
    filterOverlapFactor: number
    - -
    -
    -

    Used to control how much overlap or excess is added when filtering data compared to the current domain. - Ex. if the current domain is [100, 200], and with an overlap factor of 0.5, data will - be filtered using the extended domain [50, 250], leaving an excess of 50 units in both ends. This improves - the user experience during panning.

    -
    -
    -
    -
    - -

    Optional filterToScale

    -
    filterToScale: boolean
    - -
    -
    -

    Automatically filter data to current scale. This may increase performance for larger datasets, - as data outside the current domain is not passed to the plots. Overlap may be controlled by the - filterOverlapFactor option. Filtering is off (false) by default.

    -
    -
    -
    -
    - -

    Optional hidden

    -
    hidden: boolean
    - -
    -
    -

    Flag to hide/show a plot. Default is false.

    -
    -
    -
    -
    - -

    Optional horizontal

    -
    horizontal: boolean
    - -
    -
    -

    Set plot orientation. Default is true (horizontally).

    -
    -
    -
    -
    - -

    Optional legendRows

    -
    legendRows: number
    - -
    -
    -

    The number of rows in the legend section (if used with LogController) this particular plot requires

    -
    -
    -
    -
    - -

    Optional offset

    -
    offset: number
    - -
    -
    -

    offset position to draw the plot

    -
    -
    -
    example
    -

    0.5 // renders the plot 50 % off from origin

    -
    -
    -
    -
    -
    - -

    Optional scale

    -
    scale: string
    - -
    -
    -

    Scale type: 'linear' or 'log'. Default is 'linear'.

    -
    -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/scale.html b/docs/interfaces/scale.html deleted file mode 100644 index c8394f0..0000000 --- a/docs/interfaces/scale.html +++ /dev/null @@ -1,411 +0,0 @@ - - - - - - Scale | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface Scale

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    The scale interface supports a subset of the scale in d3js. - It is defined to support using scaling functions that interpolates or - otherwise changes the input values (decorator pattern).

    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - Scale -
    • -
    -
    -
    -

    Callable

    -
      -
    • __call(v: number): number
    • -
    -
      -
    • - -
      -
      -

      scale value from domain to range

      -
      -
      -

      Parameters

      -
        -
      • -
        v: number
        -
      • -
      -

      Returns number

      -
    • -
    -
    -
    -

    Indexable

    -
    [propName: string]: any
    -
    -
    -

    Allow any other properties

    -
    -
    -
    -
    -

    Index

    -
    -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Methods

    -
    - -

    copy

    - - -
    -
    - -

    domain

    - - -
    -
    - -

    invert

    -
      -
    • invert(v: number): number
    • -
    -
      -
    • - -
      -
      -

      inverse scale range value to domain value

      -
      -
      -

      Parameters

      -
        -
      • -
        v: number
        -
      • -
      -

      Returns number

      -
    • -
    -
    -
    - -

    range

    - - -
    -
    - -

    ticks

    -
      -
    • ticks(nTicks?: number): number[]
    • -
    -
      -
    • - -
      -
      -

      get a list of ticks based on scale domain and range, and optionally desired number of ticks

      -
      -
      -

      Parameters

      -
        -
      • -
        Optional nTicks: number
        -
      • -
      -

      Returns number[]

      -
    • -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/scalehandler.html b/docs/interfaces/scalehandler.html index 02aed29..6b779f4 100644 --- a/docs/interfaces/scalehandler.html +++ b/docs/interfaces/scalehandler.html @@ -1,365 +1,6 @@ - - - - - - ScaleHandler | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface ScaleHandler

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - ScaleHandler -
    • -
    -
    -
    -

    Implemented by

    - -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    dataScale

    -
    dataScale: Scale
    - -
    -
    - -

    scale

    -
    scale: Scale
    - -
    -
    -
    -

    Methods

    -
    - -

    baseDomain

    - - -
    -
    - -

    range

    - - -
    -
    - -

    rescale

    -
      -
    • rescale(transform: ZoomTransform, axis?: string): void
    • -
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file +ScaleHandler | @equinor/videx-wellog

    Interface ScaleHandler

    interface ScaleHandler {
        dataScale: Scale;
        scale: Scale;
        baseDomain(): Domain;
        baseDomain(newDomain): ScaleHandler;
        baseDomain(newDomain?): Domain | ScaleHandler;
        range(): Range;
        range(newRange): ScaleHandler;
        range(newRange?): Range | ScaleHandler;
        rescale(transform, axis?): void;
    }

    Implemented by

    Properties

    Methods

    Properties

    dataScale: Scale
    scale: Scale

    Methods

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/scalehandlerticks.html b/docs/interfaces/scalehandlerticks.html index c2e621b..4b138bf 100644 --- a/docs/interfaces/scalehandlerticks.html +++ b/docs/interfaces/scalehandlerticks.html @@ -1,212 +1,3 @@ - - - - - - ScaleHandlerTicks | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface ScaleHandlerTicks

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - ScaleHandlerTicks -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    major

    -
    major: number[]
    - -
    -
    - -

    minor

    -
    minor: number[]
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file +ScaleHandlerTicks | @equinor/videx-wellog

    Interface ScaleHandlerTicks

    interface ScaleHandlerTicks {
        major: number[];
        minor: number[];
    }

    Properties

    Properties

    major: number[]
    minor: number[]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/scaleinterpolator.html b/docs/interfaces/scaleinterpolator.html index a60edd2..5f21698 100644 --- a/docs/interfaces/scaleinterpolator.html +++ b/docs/interfaces/scaleinterpolator.html @@ -1,292 +1,5 @@ - - - - - - ScaleInterpolator | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface ScaleInterpolator

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - ScaleInterpolator -
    • -
    -
    -
    -

    Index

    -
    - -
    -
    -
    -

    Methods

    -
    - -

    forward

    -
      -
    • forward(v: number): number
    • -
    - -
    -
    - -

    forwardInterpolatedDomain

    - - -
    -
    - -

    reverse

    -
      -
    • reverse(v: number): number
    • -
    - -
    -
    - -

    reverseInterpolatedDomain

    - - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file +ScaleInterpolator | @equinor/videx-wellog

    Interface ScaleInterpolator

    interface ScaleInterpolator {
        forward(v): number;
        forwardInterpolatedDomain(domain): Domain;
        reverse(v): number;
        reverseInterpolatedDomain(domain): Domain;
    }

    Methods

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/scaletrackoptions.html b/docs/interfaces/scaletrackoptions.html deleted file mode 100644 index 9cc125f..0000000 --- a/docs/interfaces/scaletrackoptions.html +++ /dev/null @@ -1,570 +0,0 @@ - - - - - - ScaleTrackOptions | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface ScaleTrackOptions

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    Optional abbr

    -
    abbr: string
    - -
    -
    -

    Short label to use in title if used with TrackGrouop

    -
    -
    -
    -
    - -

    Optional horizontal

    -
    horizontal: boolean
    - -
    -
    -

    Orientation of track. Default is false or unset (vertical).

    -
    -
    -
    -
    - -

    Optional label

    -
    label: string
    - -
    -
    -

    Label to use in title if used with TrackGrouop

    -
    -
    -
    -
    - -

    Optional legendConfig

    -
    legendConfig: LegendConfig
    - -
    -
    -

    A config object used to display track legend if used with LogController

    -
    -
    -
    -
    - -

    Optional loader

    -
    loader: Element
    - -
    -
    -

    An optional loader element that will be made visible during loading

    -
    -
    -
    -
    - -

    Optional maxWidth

    -
    maxWidth: number
    - -
    -
    -

    Max width of track in pixels

    -
    -
    -
    -
    - -

    Optional units

    -
    units: string
    - -
    -
    -

    Units to show in legend if used in LogController

    -
    -
    -
    -
    - -

    Optional width

    -
    width: number
    - -
    -
    -

    Relative track width when used in a LogController, i.e. a track with width set to - 3 will be three times wider than tracks set to width 1.

    -
    -
    -
    -
    -
    -

    Methods

    -
    - -

    Optional onError

    -
      -
    • onError(error: Error | string, track: Track): void
    • -
    -
      -
    • - -
      -
      -

      Hook if a track is set in an error state

      -
      -
      -

      Parameters

      -
        -
      • -
        error: Error | string
        -
      • -
      • -
        track: Track
        -
        -

        track instance reference

        -
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    Optional onMount

    - - -
    -
    - -

    Optional onRescale

    - -
      -
    • - -
      -
      -

      Hook when track is being rescaled, for example from user interaction - if used with a LogController.

      -
      -
      -

      Parameters

      -
        -
      • -
        event: OnRescaleEvent
        -
        -

        event data

        -
        -
      • -
      • -
        track: Track
        -
        -

        track instance reference

        -
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    Optional onUnmount

    - - -
    -
    - -

    Optional onUpdate

    - - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/trackevent.html b/docs/interfaces/trackevent.html deleted file mode 100644 index 19c8b8e..0000000 --- a/docs/interfaces/trackevent.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - - - TrackEvent | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface TrackEvent

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Indexable

    -
    [propType: string]: any
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/trackoptions.html b/docs/interfaces/trackoptions.html deleted file mode 100644 index 920730a..0000000 --- a/docs/interfaces/trackoptions.html +++ /dev/null @@ -1,537 +0,0 @@ - - - - - - TrackOptions | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface TrackOptions

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    - -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    Optional abbr

    -
    abbr: string
    - -
    -
    -

    Short label to use in title if used with TrackGrouop

    -
    -
    -
    -
    - -

    Optional horizontal

    -
    horizontal: boolean
    - -
    -
    -

    Orientation of track. Default is false or unset (vertical).

    -
    -
    -
    -
    - -

    Optional label

    -
    label: string
    - -
    -
    -

    Label to use in title if used with TrackGrouop

    -
    -
    -
    -
    - -

    Optional legendConfig

    -
    legendConfig: LegendConfig
    - -
    -
    -

    A config object used to display track legend if used with LogController

    -
    -
    -
    -
    - -

    Optional loader

    -
    loader: Element
    - -
    -
    -

    An optional loader element that will be made visible during loading

    -
    -
    -
    -
    - -

    Optional maxWidth

    -
    maxWidth: number
    - -
    -
    -

    Max width of track in pixels

    -
    -
    -
    -
    - -

    Optional width

    -
    width: number
    - -
    -
    -

    Relative track width when used in a LogController, i.e. a track with width set to - 3 will be three times wider than tracks set to width 1.

    -
    -
    -
    -
    -
    -

    Methods

    -
    - -

    Optional onError

    -
      -
    • onError(error: Error | string, track: Track): void
    • -
    -
      -
    • - -
      -
      -

      Hook if a track is set in an error state

      -
      -
      -

      Parameters

      -
        -
      • -
        error: Error | string
        -
      • -
      • -
        track: Track
        -
        -

        track instance reference

        -
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    Optional onMount

    - -
      -
    • - -
      -
      -

      Hook when track is mounted to the DOM

      -
      -
      -

      Parameters

      -
        -
      • -
        event: OnMountEvent
        -
        -

        event data

        -
        -
      • -
      • -
        track: Track
        -
        -

        track instance reference

        -
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    Optional onRescale

    - -
      -
    • - -
      -
      -

      Hook when track is being rescaled, for example from user interaction - if used with a LogController.

      -
      -
      -

      Parameters

      -
        -
      • -
        event: OnRescaleEvent
        -
        -

        event data

        -
        -
      • -
      • -
        track: Track
        -
        -

        track instance reference

        -
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    Optional onUnmount

    - -
      -
    • - -
      -
      -

      Hook when track is unmounted from the DOM

      -
      -
      -

      Parameters

      -
        -
      • -
        event: OnUnmountEvent
        -
        -

        event data

        -
        -
      • -
      • -
        track: Track
        -
        -

        track instance reference

        -
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    - -

    Optional onUpdate

    - -
      -
    • - -
      -
      -

      Hook when track is updated in the DOM model.

      -
      -
      -

      Parameters

      -
        -
      • -
        event: OnUpdateEvent
        -
        -

        event data

        -
        -
      • -
      • -
        track: Track
        -
        -

        track instance reference

        -
        -
      • -
      -

      Returns void

      -
    • -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/transform.html b/docs/interfaces/transform.html deleted file mode 100644 index 275b39b..0000000 --- a/docs/interfaces/transform.html +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - Transform | @equinor/videx-wellog - v0.4.0 - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface Transform

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - Transform -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    -
      -
    • k
    • -
    • x
    • -
    • y
    • -
    -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    k

    -
    k: number
    - -
    -
    - -

    x

    -
    x: number
    - -
    -
    - -

    y

    -
    y: number
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file