{"size":{"Width":500,"Height":294},"appearance":{"background":null,"padding":14,"font":{"family":"Courier New","size":10.0,"bold":false,"italic":false,"underline":false,"strikeout":false,"color":"rgb(0,72,168)"},"border":{"on":true,"size":0.0,"style":"solid","color":"#666"},"text":{"wrap":false,"hAlign":"left","vAlign":"top"}},"outputType":"WIDGET","widgetState":null,"outputs":{"console":"<pre class='debug-source'>&gt;# VERSION 1.0.12\n</pre>\n<pre class='debug-source'>&gt;library(flipChart)\n</pre>\n<pre class='debug-source'>&gt;# Processing all the selections from the &#39;Inputs&#39; and &#39;Charts&#39; tab.\n</pre>\n<pre class='debug-source'>&gt;pd &lt;- PrepareData(formChartType, QFilter, QPopulationWeight, input.data.table = get0(&quot;formTable&quot;), input.data.tables = get0(&quot;formTables&quot;), input.data.raw = list(X = get0(&quot;formX&quot;), Y = get0(&quot;formY&quot;), Z1 = get0(&quot;formZ&quot;), Z2 = get0(&quot;formZ2&quot;), labels = get0(&quot;formScatterLabels&quot;)), input.data.pasted = list(get0(&quot;formPastedData&quot;), get0(&quot;formPastedFactor&quot;), get0(&quot;formPastedColumnNames&quot;), get0(&quot;formPastedRowNames&quot;), get0(&quot;formPastedDateConvention&quot;)), input.data.other = get0(&quot;formOther&quot;), data.source = get0(&quot;formDataSource&quot;), first.aggregate = get0(&quot;formFirstAggregate&quot;, ifnotfound = FALSE), tidy = get0(&quot;formTidy&quot;, ifnotfound = FALSE), transpose = get0(&quot;formTranspose&quot;), row.names.to.remove = get0(&quot;formIgnoreRows&quot;), column.names.to.remove = get0(&quot;formIgnoreColumns&quot;), as.percentages = get0(&quot;formAsPercentages&quot;, ifnotfound = FALSE), show.labels = !get0(&quot;formNames&quot;, ifnotfound=TRUE), values.title = get0(&quot;formValuesTitle&quot;))\n</pre>\n<pre class='debug-source'>&gt;pc &lt;- PrepareColors(pd$data, formChartType, scatter.colors.column = pd$scatter.variable.indices[&quot;colors&quot;], palette = get0(&quot;formPalette&quot;), palette.custom.color = get0(&quot;formCustomColor&quot;), palette.custom.gradient.start = get0(&quot;formCustomGradientStart&quot;), palette.custom.gradient.end = get0(&quot;formCustomGradientEnd&quot;), palette.custom.palette = get0(&quot;formCustomPalette&quot;), fit.palette = get0(&quot;formFitPalette&quot;), fit.palette.custom.color = get0(&quot;formFitCustomColor&quot;), fit.palette.custom.gradient.start = get0(&quot;formFitCustomGradientStart&quot;), fit.palette.custom.gradient.end = get0(&quot;formFitCustomGradientEnd&quot;), fit.palette.custom.palette = get0(&quot;formFitCustomPalette&quot;), subslice.palette = get0(&quot;formSubslicePalette&quot;), subslice.palette.custom.color = get0(&quot;formSubsliceCustomColor&quot;), subslice.palette.custom.gradient.start = get0(&quot;formSubsliceCustomGradientStart&quot;), subslice.palette.custom.gradient.end = get0(&quot;formSubsliceCustomGradientEnd&quot;), subslice.palette.custom.palette = get0(&quot;formSubsliceCustomPalette&quot;)) \n</pre>\n<pre class='debug-source'>&gt;pn &lt;- PrepareNumbers(categories.format.list = list(get0(&quot;formCategoriesNumberType&quot;), get0(&quot;formCategoriesDateType&quot;), get0(&quot;formCategoriesNumberCustom&quot;), get0(&quot;formCategoriesSeparateThousands&quot;), get0(&quot;formCategoriesDecimals&quot;)), values.format.list = list(get0(&quot;formValuesNumberType&quot;), get0(&quot;formValuesDateType&quot;), get0(&quot;formValuesNumberCustom&quot;), get0(&quot;formValuesSeparateThousands&quot;), get0(&quot;formValuesDecimals&quot;)), hover.format.list = list(get0(&quot;formHoverNumberType&quot;), get0(&quot;formHoverDateType&quot;), get0(&quot;formHoverNumberCustom&quot;), get0(&quot;formHoverSeparateThousands&quot;), get0(&quot;formHoverDecimals&quot;)), data.labels.format.list = list(get0(&quot;formDataLabelNumberType&quot;), get0(&quot;formDataLabelDateType&quot;), get0(&quot;formDataLabelCustom&quot;), get0(&quot;formDataLabelSeparateThousands&quot;), get0(&quot;formDataLabelDecimals&quot;)), !is.null(attr(pd$data, &quot;statistic&quot;)) &amp;&amp; grepl(&quot;%&quot;, attr(pd$data, &quot;statistic&quot;), fixed = TRUE))\n</pre>\n<pre class='debug-source'>&gt;\n</pre>\n<pre class='debug-source'>&gt;# Creating the chart.\n</pre>\n<pre class='debug-source'>&gt;chart.8 &lt;- if(formChartType== &quot;Table&quot;) pd$table else CChart(chart.type = formChartType,\n x = pd$data,\n weights = pd$weights,\n max.label.length = 0,\n #Scatter plot inputs.\n scatter.max.labels = get0(&quot;formScatterMaxLab&quot;, ifnotfound=20),\n scatter.labels.as.hovertext= if (exists(&quot;formScatterLabelType&quot;)) formScatterLabelType!=&quot;On chart&quot; else TRUE,\n scatter.colors.as.categorical = if (exists(&quot;formScatterColorType&quot;)) formScatterColorType==&quot;Categories&quot; else FALSE,\n scatter.sizes.as.diameter = if (exists(&quot;formScatterSizeType&quot;)) formScatterSizeType==&quot;Diameter&quot; else FALSE,\n scatter.x.column = pd$scatter.variable.indices[&quot;x&quot;],\n scatter.y.column = pd$scatter.variable.indices[&quot;y&quot;],\n scatter.sizes.column = pd$scatter.variable.indices[&quot;sizes&quot;],\n scatter.colors.column = pd$scatter.variable.indices[&quot;colors&quot;],\n trend.lines = get0(&quot;formTrendLines&quot;, ifnotfound=FALSE),\n # Chart: DATA SERIES\n colors = pc$series.colors,\n pie.subslice.colors = pc$subslice.colors,\n # Chart: FIT LINE\n fit.type = get0(&quot;formFit&quot;, ifnotfound=&quot;None&quot;),\n fit.ignore.last = get0(&quot;formFitIgnoreLast&quot;),\n fit.line.type = get0(&quot;formFitLineType&quot;),\n fit.line.colors = pc$fit.line.colors,\n fit.line.width = get0(&quot;formFitLineWidth&quot;, ifnotfound=1),\n # Chart: DATA LABELS\n data.label.show = get0(&quot;formDataLabelShow&quot;, ifnotfound = FALSE),\n data.label.format = pn$data.labels.number.format,\n data.label.font.size = get0(&quot;formDataLabelFontSize&quot;),\n data.label.font.family = get0(&quot;formDataLabelFontFamily&quot;),\n data.label.font.color = get0(&quot;formDataLabelFontColor&quot;),\n data.label.prefix = get0(&quot;formPrefix&quot;, ifnotfound=&quot;&quot;),\n data.label.suffix = get0(&quot;formSuffix&quot;, ifnotfound=&quot;&quot;),\n data.label.position = get0(&quot;formDataLabelPosition&quot;, ifnotfound=&quot;top middle&quot;),\n data.label.align.horizontal = get0(&quot;formDataLabelHorizAlign&quot;, ifnotfound=&quot;Default&quot;),\n # Chart: FONT\n global.font.family = get0(&quot;formFont&quot;),\n global.font.color = get0(&quot;formFontColor&quot;),\n #Chart: GRIDLINES\n grid.show = get0(&quot;formShowGrid&quot;, ifnotfound=TRUE),\n # Chart: LEGEND\n legend.show = get0(&quot;formLegendShow&quot;, ifnotfound=TRUE),\n legend.title = get0(&quot;formLegendTitle&quot;),\n legend.font.family = get0(&quot;formLegendFontFamily&quot;),\n legend.font.color = get0(&quot;formLegendFontColor&quot;),\n legend.font.size = get0(&quot;formLegendFontSize&quot;),\n legend.x.position = get0(&quot;formLegendXPos&quot;, ifnotfound=1.02),\n legend.y.position = get0(&quot;formLegendYPos&quot;, ifnotfound=1.0),\n # Chart: TITLE\n title = get0(&quot;formTitle&quot;, ifnotfound=&quot;&quot;),\n title.font.family = get0(&quot;formTitleFontFamily&quot;),\n title.font.color = get0(&quot;formTitleFontColor&quot;),\n title.font.size = get0(&quot;formTitleFontSize&quot;),\n subtitle = get0(&quot;formSubtitle&quot;, ifnotfound=&quot;&quot;),\n subtitle.font.family = get0(&quot;formSubtitleFontFamily&quot;),\n subtitle.font.color = get0(&quot;formSubtitleFontColor&quot;),\n subtitle.font.size = get0(&quot;formSubtitleFontSize&quot;),\n footer = get0(&quot;formFooter&quot;, ifnotfound=&quot;&quot;),\n footer.font.family = get0(&quot;formFooterFontFamily&quot;),\n footer.font.color = get0(&quot;formFooterFontColor&quot;),\n footer.font.size = get0(&quot;formFooterFontSize&quot;),\n footer.wrap = get0(&quot;formFooterWrap&quot;, ifnotfound=FALSE),\n footer.wrap.nchar = get0(&quot;formFooterWrapNchar&quot;),\n #Chart: CATEGORIES_AXIS\n categories.axis.show = get0(&quot;formCategoriesAxisShow&quot;, ifnotfound=TRUE),\n categories.tick.show = get0(&quot;formCategoriesAxisShow&quot;, ifnotfound=TRUE),\n categories.tick.format = pn$categories.number.format,\n categories.tick.prefix = paste0(&quot;&quot;, get0(&quot;formCategoriesPrefix&quot;), get0(&quot;formCategoriesCurrency&quot;)), # currency is just another prefix\n categories.tick.suffix = get0(&quot;formCategoriesSuffix&quot;, ifnotfound=&quot;&quot;),\n categories.tick.interval = get0(&quot;formCategoriesTickInterval&quot;),\n categories.tick.units = get0(&quot;formCategoriesTickUnits&quot;),\n categories.title = get0(&quot;formCategoriesTitle&quot;, ifnotfound=&quot;&quot;),\n categories.title.font.family = get0(&quot;formCategoriesTitleFontFamily&quot;),\n categories.title.font.color = get0(&quot;formCategoriesTitleFontColor&quot;),\n categories.title.font.size = get0(&quot;formCategoriesTitleFontSize&quot;), \n categories.tick.font.family = get0(&quot;formCategoriesTickFontFamily&quot;),\n categories.tick.font.color = get0(&quot;formCategoriesTickFontColor&quot;),\n categories.tick.font.size = get0(&quot;formCategoriesTickFontSize&quot;, ifnotfound=10),\n categories.tick.angle = if (!exists(&quot;formCategoriesTickAngle&quot;)) NULL else switch(get0(&quot;formCategoriesTickAngle&quot;), Automatic=NULL, Horizontal=0, Vertical=90, Diagonal=45),\n categories.tick.label.wrap = get0(&quot;formLabelWrap&quot;, ifnotfound=FALSE),\n categories.tick.label.wrap.nchar = get0(&quot;formLabelWrapNchar&quot;, ifnotfound=100),\n categories.tick.align.horizontal = get0(&quot;formCategoriesTickHorizAlign&quot;, ifnotfound = &quot;Default&quot;),\n #Chart: VALUES_AXIS\n values.axis.show = get0(&quot;formValuesAxisShow&quot;),\n values.tick.show = get0(&quot;formValuesAxisShow&quot;, ifnotfound=TRUE),\n values.tick.format = pn$values.number.format,\n values.tick.prefix = paste0(&quot;&quot;, get0(&quot;formValuesPrefix&quot;), get0(&quot;formValuesCurrency&quot;)), # currency is just another prefix\n values.tick.suffix = get0(&quot;formValuesSuffix&quot;, ifnotfound=&quot;&quot;),\n values.title = pd$values.title,\n values.title.font.family = get0(&quot;formValuesTitleFontFamily&quot;),\n values.title.font.color = get0(&quot;formValuesTitleFontColor&quot;),\n values.title.font.size = get0(&quot;formValuesTitleFontSize&quot;),\n values.number.ticks = get0(&quot;formValuesNumberTicks&quot;),\n values.tick.font.size = get0(&quot;formValuesTickFontSize&quot;, ifnotfound=10),\n values.tick.font.family = get0(&quot;formValuesTickFontFamily&quot;),\n values.tick.font.color = get0(&quot;formValuesTickFontColor&quot;),\n # Chart: HOVER\n values.hovertext.format = pn$hover.number.format,\n # Chart: MARGINS\n margin.top = get0(&quot;formMarginTop&quot;),\n margin.left = get0(&quot;formMarginLeft&quot;),\n margin.bottom = get0(&quot;formMarginBottom&quot;),\n margin.right = get0(&quot;formMarginRight&quot;),\n # Chart: APPEARANCE\n type = if(get0(&quot;formStackSeries&quot;, ifnotfound=FALSE)) &quot;Stacked&quot; else (if(formChartType == &quot;Donut&quot;) &quot;Donut&quot; else formChartType),\n adjust = get0(&quot;formBandwidth&quot;),\n automatic.lower.density = get0(&quot;formAutomaticLower&quot;),\n pie.inner.radius = get0(&quot;formPieRadius&quot;),\n pie.border.color = get0(&quot;formBorderColor&quot;),\n density.color = get0(&quot;formDensityColor&quot;),\n vertical = get0(&quot;formVertical&quot;),\n show.mean = get0(&quot;formShowMean&quot;),\n show.median = get0(&quot;formShowMedian&quot;),\n show.quartiles = get0(&quot;formShowQuartiles&quot;),\n show.range = get0(&quot;formShowRange&quot;),\n show.values = get0(&quot;formShowValues&quot;, ifnotfound = FALSE),\n histogram.cumulative = get0(&quot;formHistogramCumulative&quot;),\n histogram.counts = get0(&quot;formHistogramCounts&quot;),\n maximum.bins = get0(&quot;formMaximumBins&quot;),\n box.points = get0(&quot;formBoxPoints&quot;),\n mean.color = get0(&quot;formMeanColor&quot;),\n median.color = get0(&quot;formMedianColor&quot;),\n quartile.color = get0(&quot;formQuartilesColor&quot;),\n range.color = get0(&quot;formRangeColor&quot;),\n values.color = get0(&quot;formValuesColor&quot;),\n window.start = get0(&quot;formWindowStart&quot;),\n range.bars = get0(&quot;formRangeBars&quot;),\n # BarPictograph parameters\n image = get0(&quot;formIcon&quot;),\n custom.image = get0(&quot;formCustomIcon&quot;),\n base.image = get0(&quot;formBaseImage&quot;, ifnotfound = &quot;&quot;), \n hide.base.image = get0(&quot;formHideBase&quot;, ifnotfound = FALSE),\n base.icon.color = get0(&quot;formBaseColor&quot;, ifnotfound = &quot;&quot;),\n scale = if (exists(&quot;formIconScale&quot;)) as.numeric(formIconScale), \n total.icons = if (exists(&quot;formTotalIcons&quot;)) as.numeric(formTotalIcons),\n icon.ncol = if (exists(&quot;formIconNCol&quot;)) as.numeric(formIconNCol),\n fix.icon.nrow = get0(&quot;formFixNRows&quot;, ifnotfound = TRUE),\n fill.direction = get0(&quot;formFillDirection&quot;),\n label.color.asIcon = get0(&quot;formLabelColorAsIcon&quot;, ifnotfound = FALSE),\n categories.tick.align = get0(&quot;formCategoriesTickAlign&quot;),\n pad.row = get0(&quot;formIconPadding&quot;, ifnotfound = 0),\n graphic.width.inch = QOutputSizeWidth,\n graphic.height.inch = QOutputSizeHeight,\n # GeographicMap parameters\n mapping.package = get0(&quot;formMapPackage&quot;),\n high.resolution = get0(&quot;formHighRes&quot;, ifnotfound = TRUE),\n treat.NA.as.0 = get0(&quot;formNAasZero&quot;, ifnotfound = FALSE),\n color.NA = get0(&quot;formNAColor&quot;), \n ocean.color = get0(&quot;formOceanColor&quot;),\n # Heat parameters\n sort.rows = get0(&quot;formSortRows&quot;),\n sort.columns = get0(&quot;formSortColumns&quot;),\n standardization = get0(&quot;formStandardization&quot;),\n left.columns = get0(&quot;formLeftColumns&quot;),\n left.column.headings = get0(&quot;formLeftColumnHeadings&quot;),\n right.columns = get0(&quot;formRightColumns&quot;),\n right.column.headings = get0(&quot;formRightColumnHeadings&quot;),\n # General arguments\n warn.if.no.match = FALSE)\n</pre>\n<pre class='debug-message'>Loading required package: flipStandardCharts\n</pre>\r\n<div class=\"debug-summarystatistics\">\r\n<table>\r\n<tr><th>Total time:</th><td>3.11s</td></tr>\r\n<tr><th>Time on R server:</th><td title=\"rApacheServe 3.05s (pre 0.01s, post 0.00s) httpget_code() setup for eval 0.00s session$eval 2.90s (pre 0.00s, post 0.25s) unexplained 0.15s apparmor forking (pre 0.00s, post 0.00s)\">3.05s</td></tr>\r\n<tr><th>Time evaluating code:</th><td>2.58s</td></tr>\r\n<tr><th>Bytes sent:</th><td>26,345</td></tr>\r\n<tr><th>Bytes received:</th><td>204,138</td></tr>\r\n</table>\r\n</div>","message":"Loading required package: flipStandardCharts\n","htmlwidgets":"<div id=\"htmlwidget_container\">\n <div id=\"htmlwidget-73566924c587\" style=\"width:100%;height:400px;\" class=\"plotly html-widget\"></div>\n</div>\n<script type=\"application/json\" data-for=\"htmlwidget-73566924c587\">{\"x\":{\"visdat\":{\"73561b754cd1\":[\"function () \",\"plotlyVisDat\"]},\"cur_data\":\"73561b754cd1\",\"attrs\":{\"73561b754cd1\":{\"alpha\":1,\"sizes\":[10,100],\"y\":[1.69731537295924,1.69387484495469,1.68529329687437,1.67173400217176,1.65329071555684,1.62955254455128,1.60017285148565,1.56661125509152,1.52910154715936,1.48788994653664,1.44251864654018,1.39393058790622,1.34285684920188,1.28960940659745,1.23449326157864,1.17753439027463,1.11972874491903,1.06137746731084,1.00277532809438,0.944285961964607,0.886442432521604,0.829450740363659,0.773528279169491,0.718881295426553,0.666197151246167,0.615474502636921,0.566672346947565,0.51989434748947,0.475304933084648,0.433700220351401,0.394368409158302,0.357321518687453,0.322562992409199,0.290459274407812,0.261053240902254,0.233814912635733,0.208690548928344,0.185621946621353,0.165100607397271,0.146560373643704,0.129774053398657,0.114664170489627,0.101237103137856,0.0897458296201374,0.0796063408799344,0.0707465065800252,0.0630959358942301,0.0567822270705525,0.0516809322104962,0.0475294064857653,0.0442760412595468,0.041871597203723,0.0405047488355503,0.0398962208934209,0.0399733104202956,0.0407054933718788,0.0421125333207319,0.044276763881399,0.0469946375540549,0.0502472270371646,0.054016287866483,0.0583857529506612,0.0632969630620495,0.0686535595158619,0.0744379982508097,0.0806322938826169,0.0873389077024338,0.0943983346545125,0.101775482683544,0.109444089164663,0.117399074745302,0.125618203132961,0.133995166356769,0.14249230859974,0.15107073420891,0.159678904492687,0.168234147302133,0.176686894100018,0.184990486857645,0.193097765589877,0.20082960122593,0.20821229446949,0.215200578804014,0.221749698331611,0.227741860778981,0.23304184726006,0.237736519144571,0.24179447276846,0.245186484201948,0.247690613047113,0.249384565953859,0.250336677393149,0.250540413817941,0.249974678390139,0.24839901565572,0.246095597028197,0.243082425056546,0.239380071614296,0.234915776556029,0.22970846728996,0.223940727063125,0.217651441169852,0.210881011159318,0.203570914482644,0.19588656579045,0.187910668430857,0.179689940897389,0.171265426033274,0.162680850908105,0.154043790080825,0.145396338947067,0.136779418202805,0.128257944250043,0.11990039983624,0.111720748843448,0.103746929328503,0.096005159176292,0.088613117956723,0.0815329440905169,0.0747612967323834,0.068309414337393,0.062211694500812,0.0565554522805946,0.0512401424560084,0.0462647615825871,0.0416272176124228,0.0373912387167856,0.0335327478707904,0.0299867357026905,0.026744467064065,0.0237967381208485,0.021223541852834,0.0189220708620083,0.0168717565746962,0.0150621723424986,0.0135038857748664,0.0122181137248628,0.0111319596615934,0.0102369080601722,0.00952478102853917,0.00902547068595873,0.00871183892980141,0.00855342023906737,0.00854518959403127,0.00868247671129008,0.0090103296759583,0.009474014025685,0.0100694658460047,0.0107943171821442,0.0116616882007991,0.0126844869757034,0.0138286344698961,0.0150922428355652,0.0164733403360821,0.0179982601320745,0.0196464006999179,0.0214004983822422,0.0232567046540341,0.0252121125343324,0.0272897368993282,0.0294472000272725,0.0316772791266972,0.0339723138111436,0.0363300444003168,0.0387361922881288,0.0411673243161453,0.0436122187733714,0.0460593080653397,0.0484863709336087,0.0508736953446005,0.0532094621041443,0.0554803431936351,0.0576690144120196,0.0597231484238805,0.0616569221825549,0.0634581098107606,0.0651148489053438,0.0665852693477274,0.0678450872265704,0.0689188152063363,0.0697991956772125,0.0704796564318472,0.0708890614999692,0.0710716076154121,0.0710412672534515,0.0707982570173407,0.0703304293912787,0.0695919548321573,0.068655482875674,0.0675279503713451,0.0662169614177616,0.06469999573975,0.0629996416531736,0.0611585213681368,0.059188644148874,0.0571023529722263,0.0548873307295028,0.0525935981270954,0.0502388167572481,0.047836158428184,0.0453976039066328,0.0429426062293236,0.0404922284933699,0.038057568085586,0.0356493351533923,0.0332899412549939,0.0309929294668828,0.0287593607615191,0.0265959686593654,0.0245089918572553,0.0225365080437041,0.0206562871046582,0.0188692109161954,0.0171774587485609,0.0155939624727656,0.0141345217164698,0.0127728790879314,0.0115082175173189,0.0103394710572766,0.00928781516794174,0.00833856724151353,0.0074772432939487,0.00670148006293227,0.00600921307724111,0.00542556946861413,0.0049170696648879,0.00448137012109902,0.00411620196895891,0.00382837511221128,0.00362088494783235,0.00347598423944717,0.00339228513713941,0.00336851902953241,0.00341921468810926,0.00353322817651583,0.00370403157970342,0.00393130166797896,0.00421647390686127,0.00457737193487372,0.00499453183953589,0.00546806048247199,0.00599805442420899,0.00659388475085236,0.00725829190756111,0.00797885114857235,0.00875510375837658,0.00958646839159094,0.0104876603352508,0.0114445846495464,0.0124510412194413,0.0135048891537939,0.0146059550930477,0.0157598677638147,0.0169481936211513,0.0181667329946836,0.0194110466545986,0.0206784688344847,0.0219586153097727,0.0232417169428031,0.0245215354918211,0.025791673598302,0.0270355280235428,0.0282467216752737,0.0294193479637889,0.030546452061537,0.0316159757418789,0.0326022489293883,0.0335150209904375,0.0343483985455327,0.0350967269025663,0.0357333582510609,0.0362546771480406,0.0366725171452393,0.0369840271149674,0.0371867443878262,0.0372396792104409,0.0371776128912591,0.0370046122083678,0.0367218683943341,0.0363202081333733,0.0357872527726656,0.0351566386550714,0.0344328631396311,0.033620734600362,0.0327083684412571,0.0317148381606158,0.0306579584189918,0.0295443846852435,0.0283808947369002,0.0271641009957527,0.0259195474744111,0.0246542385173737,0.0233748948357668,0.0220886602633355,0.0208072420927133,0.0195376897520638,0.0182852913898939,0.0170551097617799,0.0158612387069929,0.0147064019324864,0.0135904703339813,0.0125163342344265,0.0114875954381077,0.0105235833482412,0.00960940904483921,0.00874591408792009,0.00793374449124814,0.00718131577245968,0.00649198813370306,0.00585361704852593,0.00526553104009034,0.00472695706020353,0.00425040346174263,0.00382432088642615,0.00344323747705715,0.00310596692566342,0.00281315579817516,0.00257454504007273,0.00237494429313546,0.00221338216217387,0.00208894153731118,0.00200704770488128,0.00196710712648287,0.00196153021616055,0.00198994935686036,0.00205206231500992,0.00215813776819423,0.00229978118515796,0.0024749615483469,0.00268381948762463,0.00292894175377812,0.00321885146944954,0.00354334898305375,0.0039026203979761,0.00429681915934726,0.00473322819309626,0.00521062431644478,0.00572260800775301,0.00626874375775377,0.00684849520235575,0.00747157873507254,0.00812636657522342,0.00881005809745951,0.00952096150428192,0.0102592657697814,0.0110249027978969,0.0118079077383905,0.0126052426661186,0.0134137231727791,0.0142300810079171,0.0150468049806316,0.015858822882131,0.0166619476288641,0.017451912864727,0.0182144234342235,0.018949284810072,0.0196523853226809,0.0203193884073606,0.0209402611556794,0.0215012213366209,0.0220093354113706,0.0224612581302186,0.0228538253532245,0.0231670328205038,0.0234052311962509,0.0235747876788169,0.0236745348679633,0.0237027867703179,0.0236339118940483,0.0234947804218368,0.0232865588902273,0.0230106703257738,0.0226598669556103,0.0222332628590044,0.0217492663247445,0.0212112163219925,0.0206226218146297,0.0199764523062514,0.0192881469841172,0.0185664795812828,0.0178158200449957,0.0170399621929367,0.0162409902509736,0.0154315062208082,0.0146156781750733,0.0137975831276529,0.0129826722914427,0.0121780591424278,0.0113863161792318,0.0106104158311543,0.00985317462215234,0.00912504427022301,0.00842436046321568,0.00775103855285406,0.00710647127539192,0.00649380001825244,0.00592242103760843,0.00538305636831818,0.00487585244310217,0.00440083993212121,0.00396403973351946,0.00356426258718421,0.00319499630737172,0.002855523169583,0.00254506816028508,0.00227141231848945,0.00202516607477124,0.00180400085246369,0.00160692794717846,0.00143479456581239,0.00129032570851029,0.00116591487927218,0.00106069800068507,0.000973839686894515,0.000908100906057324,0.000861110884926663,0.000829560789293661,0.000812906601186217,0.000810639091612955,0.000826952160989648,0.000856723881399653,0.00089935170465049,0.000954573888518757,0.00102348525584909,0.00110761423057628,0.00120350536419527,0.00131098820528753,0.00142988970288614,0.00156269093243123,0.0017077386991795,0.00186327355428723,0.00202898855602641,0.00220456608474653,0.00239278466449569,0.00258937892232567,0.0027937464220323,0.00300524367934085,0.00322386095518819,0.00344863780106992,0.00367709838722156,0.00390824856801898,0.0041410577235366,0.00437396439588801,0.0046048619206378,0.00483250192841309,0.00505563476473736,0.0052727867672619,0.00547929624474674,0.00567596150175116,0.00586156525549439,0.00603491656488341,0.00619236867669396,0.00633110159362866,0.00645320489521113,0.00655785977892003,0.00664430687114974,0.00670598944929222,0.00674621321160988,0.00676634046715869,0.00676623025325068,0.00674478393555899,0.0066967497589012,0.00662920089801447,0.00654265481545926,0.00643769756338816,0.0063119904970521,0.0061670737553041,0.00600734051580905,0.00583385773162277,0.00564773218799526,0.00544727529717731,0.0052374377775742,0.00502010924365707,0.00479654981569196,0.00456780519378699,0.00433537285084548,0.00410186308931044,0.0038683964017586,0.00363606074673914,0.00340675443320067,0.00318209537496705,0.00296244287542588,0.00274852552805471,0.00254102485616338,0.00234333996929081,0.00215392472149329,0.00197285748315129,0.0018004112463375,0.00163773157544288,0.00148658336030504,0.00134448247613155,0.00121136764313192,0.00108714719141988,0.000973668629452127,0.000869733222871708,0.00077383832374602,0.000685704375995782,0.00060503750656552,0.00053390489545148,0.000469239532863347,0.000410645027487452,0.000357779021113195,0.0003109033035207,0.000270007569403944,0.000233437368037279,0.000200883398759239,0.000172043405991135,0.000147374128991258,0.000125923786093794,0.000107067316389915,9.0576060689242e-05,7.62619839404436e-05],\"x\":[0,0.0109069678326555,0.0218139356653109,0.0327209034979664,0.0436278713306219,0.0545348391632774,0.0654418069959328,0.0763487748285883,0.0872557426612438,0.0981627104938993,0.109069678326555,0.11997664615921,0.130883613991866,0.141790581824521,0.152697549657177,0.163604517489832,0.174511485322488,0.185418453155143,0.196325420987799,0.207232388820454,0.218139356653109,0.229046324485765,0.23995329231842,0.250860260151076,0.261767227983731,0.272674195816387,0.283581163649042,0.294488131481698,0.305395099314353,0.316302067147009,0.327209034979664,0.33811600281232,0.349022970644975,0.359929938477631,0.370836906310286,0.381743874142942,0.392650841975597,0.403557809808252,0.414464777640908,0.425371745473563,0.436278713306219,0.447185681138874,0.45809264897153,0.468999616804185,0.479906584636841,0.490813552469496,0.501720520302152,0.512627488134807,0.523534455967463,0.534441423800118,0.545348391632774,0.556255359465429,0.567162327298085,0.57806929513074,0.588976262963396,0.599883230796051,0.610790198628706,0.621697166461362,0.632604134294017,0.643511102126673,0.654418069959328,0.665325037791984,0.676232005624639,0.687138973457295,0.69804594128995,0.708952909122606,0.719859876955261,0.730766844787917,0.741673812620572,0.752580780453228,0.763487748285883,0.774394716118538,0.785301683951194,0.796208651783849,0.807115619616505,0.81802258744916,0.828929555281816,0.839836523114471,0.850743490947127,0.861650458779782,0.872557426612438,0.883464394445093,0.894371362277749,0.905278330110404,0.91618529794306,0.927092265775715,0.937999233608371,0.948906201441026,0.959813169273682,0.970720137106337,0.981627104938993,0.992534072771648,1.0034410406043,1.01434800843696,1.02525497626961,1.03616194410227,1.04706891193493,1.05797587976758,1.06888284760024,1.07978981543289,1.09069678326555,1.1016037510982,1.11251071893086,1.12341768676351,1.13432465459617,1.14523162242882,1.15613859026148,1.16704555809414,1.17795252592679,1.18885949375945,1.1997664615921,1.21067342942476,1.22158039725741,1.23248736509007,1.24339433292272,1.25430130075538,1.26520826858803,1.27611523642069,1.28702220425335,1.297929172086,1.30883613991866,1.31974310775131,1.33065007558397,1.34155704341662,1.35246401124928,1.36337097908193,1.37427794691459,1.38518491474725,1.3960918825799,1.40699885041256,1.41790581824521,1.42881278607787,1.43971975391052,1.45062672174318,1.46153368957583,1.47244065740849,1.48334762524114,1.4942545930738,1.50516156090646,1.51606852873911,1.52697549657177,1.53788246440442,1.54878943223708,1.55969640006973,1.57060336790239,1.58151033573504,1.5924173035677,1.60332427140035,1.61423123923301,1.62513820706567,1.63604517489832,1.64695214273098,1.65785911056363,1.66876607839629,1.67967304622894,1.6905800140616,1.70148698189425,1.71239394972691,1.72330091755956,1.73420788539222,1.74511485322488,1.75602182105753,1.76692878889019,1.77783575672284,1.7887427245555,1.79964969238815,1.81055666022081,1.82146362805346,1.83237059588612,1.84327756371877,1.85418453155143,1.86509149938409,1.87599846721674,1.8869054350494,1.89781240288205,1.90871937071471,1.91962633854736,1.93053330638002,1.94144027421267,1.95234724204533,1.96325420987799,1.97416117771064,1.9850681455433,1.99597511337595,2.00688208120861,2.01778904904126,2.02869601687392,2.03960298470657,2.05050995253923,2.06141692037188,2.07232388820454,2.0832308560372,2.09413782386985,2.10504479170251,2.11595175953516,2.12685872736782,2.13776569520047,2.14867266303313,2.15957963086578,2.17048659869844,2.18139356653109,2.19230053436375,2.20320750219641,2.21411447002906,2.22502143786172,2.23592840569437,2.24683537352703,2.25774234135968,2.26864930919234,2.27955627702499,2.29046324485765,2.3013702126903,2.31227718052296,2.32318414835562,2.33409111618827,2.34499808402093,2.35590505185358,2.36681201968624,2.37771898751889,2.38862595535155,2.3995329231842,2.41043989101686,2.42134685884951,2.43225382668217,2.44316079451483,2.45406776234748,2.46497473018014,2.47588169801279,2.48678866584545,2.4976956336781,2.50860260151076,2.51950956934341,2.53041653717607,2.54132350500873,2.55223047284138,2.56313744067404,2.57404440850669,2.58495137633935,2.595858344172,2.60676531200466,2.61767227983731,2.62857924766997,2.63948621550262,2.65039318333528,2.66130015116794,2.67220711900059,2.68311408683325,2.6940210546659,2.70492802249856,2.71583499033121,2.72674195816387,2.73764892599652,2.74855589382918,2.75946286166183,2.77036982949449,2.78127679732715,2.7921837651598,2.80309073299246,2.81399770082511,2.82490466865777,2.83581163649042,2.84671860432308,2.85762557215573,2.86853253998839,2.87943950782104,2.8903464756537,2.90125344348636,2.91216041131901,2.92306737915167,2.93397434698432,2.94488131481698,2.95578828264963,2.96669525048229,2.97760221831494,2.9885091861476,2.99941615398025,3.01032312181291,3.02123008964557,3.03213705747822,3.04304402531088,3.05395099314353,3.06485796097619,3.07576492880884,3.0866718966415,3.09757886447415,3.10848583230681,3.11939280013947,3.13029976797212,3.14120673580478,3.15211370363743,3.16302067147009,3.17392763930274,3.1848346071354,3.19574157496805,3.20664854280071,3.21755551063336,3.22846247846602,3.23936944629868,3.25027641413133,3.26118338196399,3.27209034979664,3.2829973176293,3.29390428546195,3.30481125329461,3.31571822112726,3.32662518895992,3.33753215679257,3.34843912462523,3.35934609245789,3.37025306029054,3.3811600281232,3.39206699595585,3.40297396378851,3.41388093162116,3.42478789945382,3.43569486728647,3.44660183511913,3.45750880295178,3.46841577078444,3.4793227386171,3.49022970644975,3.50113667428241,3.51204364211506,3.52295060994772,3.53385757778037,3.54476454561303,3.55567151344568,3.56657848127834,3.57748544911099,3.58839241694365,3.59929938477631,3.61020635260896,3.62111332044162,3.63202028827427,3.64292725610693,3.65383422393958,3.66474119177224,3.67564815960489,3.68655512743755,3.69746209527021,3.70836906310286,3.71927603093552,3.73018299876817,3.74108996660083,3.75199693443348,3.76290390226614,3.77381087009879,3.78471783793145,3.7956248057641,3.80653177359676,3.81743874142942,3.82834570926207,3.83925267709473,3.85015964492738,3.86106661276004,3.87197358059269,3.88288054842535,3.893787516258,3.90469448409066,3.91560145192331,3.92650841975597,3.93741538758863,3.94832235542128,3.95922932325394,3.97013629108659,3.98104325891925,3.9919502267519,4.00285719458456,4.01376416241721,4.02467113024987,4.03557809808252,4.04648506591518,4.05739203374784,4.06829900158049,4.07920596941315,4.0901129372458,4.10101990507846,4.11192687291111,4.12283384074377,4.13374080857642,4.14464777640908,4.15555474424174,4.16646171207439,4.17736867990705,4.1882756477397,4.19918261557236,4.21008958340501,4.22099655123767,4.23190351907032,4.24281048690298,4.25371745473563,4.26462442256829,4.27553139040095,4.2864383582336,4.29734532606626,4.30825229389891,4.31915926173157,4.33006622956422,4.34097319739688,4.35188016522953,4.36278713306219,4.37369410089484,4.3846010687275,4.39550803656016,4.40641500439281,4.41732197222547,4.42822894005812,4.43913590789078,4.45004287572343,4.46094984355609,4.47185681138874,4.4827637792214,4.49367074705405,4.50457771488671,4.51548468271937,4.52639165055202,4.53729861838468,4.54820558621733,4.55911255404999,4.57001952188264,4.5809264897153,4.59183345754795,4.60274042538061,4.61364739321326,4.62455436104592,4.63546132887858,4.64636829671123,4.65727526454389,4.66818223237654,4.6790892002092,4.68999616804185,4.70090313587451,4.71181010370716,4.72271707153982,4.73362403937247,4.74453100720513,4.75543797503779,4.76634494287044,4.7772519107031,4.78815887853575,4.79906584636841,4.80997281420106,4.82087978203372,4.83178674986637,4.84269371769903,4.85360068553168,4.86450765336434,4.875414621197,4.88632158902965,4.89722855686231,4.90813552469496,4.91904249252762,4.92994946036027,4.94085642819293,4.95176339602558,4.96267036385824,4.9735773316909,4.98448429952355,4.99539126735621,5.00629823518886,5.01720520302152,5.02811217085417,5.03901913868683,5.04992610651948,5.06083307435214,5.07174004218479,5.08264701001745,5.09355397785011,5.10446094568276,5.11536791351542,5.12627488134807,5.13718184918073,5.14808881701338,5.15899578484604,5.16990275267869,5.18080972051135,5.191716688344,5.20262365617666,5.21353062400932,5.22443759184197,5.23534455967463,5.24625152750728,5.25715849533994,5.26806546317259,5.27897243100525,5.2898793988379,5.30078636667056,5.31169333450322,5.32260030233587,5.33350727016853,5.34441423800118,5.35532120583384,5.36622817366649,5.37713514149915,5.3880421093318,5.39894907716446,5.40985604499711,5.42076301282977,5.43166998066243,5.44257694849508,5.45348391632774,5.46439088416039,5.47529785199305,5.4862048198257,5.49711178765836,5.50801875549101,5.51892572332367,5.52983269115632,5.54073965898898,5.55164662682164,5.56255359465429,5.57346056248695],\"fill\":\"tozeroy\",\"fillcolor\":[\"#5C9AD3\",\"#5C9AD3\"],\"hoverinfo\":\"none\",\"line\":{\"shape\":\"spline\",\"width\":0},\"mode\":\"lines\",\"name\":\"Hours spent making<br>personal calls -<br>weekdays\",\"type\":\"scatter\",\"xaxis\":\"y\",\"yaxis\":\"y\"},\"73561b754cd1.1\":{\"alpha\":1,\"sizes\":[10,100],\"y\":[-1.69731537295924,-1.69387484495469,-1.68529329687437,-1.67173400217176,-1.65329071555684,-1.62955254455128,-1.60017285148565,-1.56661125509152,-1.52910154715936,-1.48788994653664,-1.44251864654018,-1.39393058790622,-1.34285684920188,-1.28960940659745,-1.23449326157864,-1.17753439027463,-1.11972874491903,-1.06137746731084,-1.00277532809438,-0.944285961964607,-0.886442432521604,-0.829450740363659,-0.773528279169491,-0.718881295426553,-0.666197151246167,-0.615474502636921,-0.566672346947565,-0.51989434748947,-0.475304933084648,-0.433700220351401,-0.394368409158302,-0.357321518687453,-0.322562992409199,-0.290459274407812,-0.261053240902254,-0.233814912635733,-0.208690548928344,-0.185621946621353,-0.165100607397271,-0.146560373643704,-0.129774053398657,-0.114664170489627,-0.101237103137856,-0.0897458296201374,-0.0796063408799344,-0.0707465065800252,-0.0630959358942301,-0.0567822270705525,-0.0516809322104962,-0.0475294064857653,-0.0442760412595468,-0.041871597203723,-0.0405047488355503,-0.0398962208934209,-0.0399733104202956,-0.0407054933718788,-0.0421125333207319,-0.044276763881399,-0.0469946375540549,-0.0502472270371646,-0.054016287866483,-0.0583857529506612,-0.0632969630620495,-0.0686535595158619,-0.0744379982508097,-0.0806322938826169,-0.0873389077024338,-0.0943983346545125,-0.101775482683544,-0.109444089164663,-0.117399074745302,-0.125618203132961,-0.133995166356769,-0.14249230859974,-0.15107073420891,-0.159678904492687,-0.168234147302133,-0.176686894100018,-0.184990486857645,-0.193097765589877,-0.20082960122593,-0.20821229446949,-0.215200578804014,-0.221749698331611,-0.227741860778981,-0.23304184726006,-0.237736519144571,-0.24179447276846,-0.245186484201948,-0.247690613047113,-0.249384565953859,-0.250336677393149,-0.250540413817941,-0.249974678390139,-0.24839901565572,-0.246095597028197,-0.243082425056546,-0.239380071614296,-0.234915776556029,-0.22970846728996,-0.223940727063125,-0.217651441169852,-0.210881011159318,-0.203570914482644,-0.19588656579045,-0.187910668430857,-0.179689940897389,-0.171265426033274,-0.162680850908105,-0.154043790080825,-0.145396338947067,-0.136779418202805,-0.128257944250043,-0.11990039983624,-0.111720748843448,-0.103746929328503,-0.096005159176292,-0.088613117956723,-0.0815329440905169,-0.0747612967323834,-0.068309414337393,-0.062211694500812,-0.0565554522805946,-0.0512401424560084,-0.0462647615825871,-0.0416272176124228,-0.0373912387167856,-0.0335327478707904,-0.0299867357026905,-0.026744467064065,-0.0237967381208485,-0.021223541852834,-0.0189220708620083,-0.0168717565746962,-0.0150621723424986,-0.0135038857748664,-0.0122181137248628,-0.0111319596615934,-0.0102369080601722,-0.00952478102853917,-0.00902547068595873,-0.00871183892980141,-0.00855342023906737,-0.00854518959403127,-0.00868247671129008,-0.0090103296759583,-0.009474014025685,-0.0100694658460047,-0.0107943171821442,-0.0116616882007991,-0.0126844869757034,-0.0138286344698961,-0.0150922428355652,-0.0164733403360821,-0.0179982601320745,-0.0196464006999179,-0.0214004983822422,-0.0232567046540341,-0.0252121125343324,-0.0272897368993282,-0.0294472000272725,-0.0316772791266972,-0.0339723138111436,-0.0363300444003168,-0.0387361922881288,-0.0411673243161453,-0.0436122187733714,-0.0460593080653397,-0.0484863709336087,-0.0508736953446005,-0.0532094621041443,-0.0554803431936351,-0.0576690144120196,-0.0597231484238805,-0.0616569221825549,-0.0634581098107606,-0.0651148489053438,-0.0665852693477274,-0.0678450872265704,-0.0689188152063363,-0.0697991956772125,-0.0704796564318472,-0.0708890614999692,-0.0710716076154121,-0.0710412672534515,-0.0707982570173407,-0.0703304293912787,-0.0695919548321573,-0.068655482875674,-0.0675279503713451,-0.0662169614177616,-0.06469999573975,-0.0629996416531736,-0.0611585213681368,-0.059188644148874,-0.0571023529722263,-0.0548873307295028,-0.0525935981270954,-0.0502388167572481,-0.047836158428184,-0.0453976039066328,-0.0429426062293236,-0.0404922284933699,-0.038057568085586,-0.0356493351533923,-0.0332899412549939,-0.0309929294668828,-0.0287593607615191,-0.0265959686593654,-0.0245089918572553,-0.0225365080437041,-0.0206562871046582,-0.0188692109161954,-0.0171774587485609,-0.0155939624727656,-0.0141345217164698,-0.0127728790879314,-0.0115082175173189,-0.0103394710572766,-0.00928781516794174,-0.00833856724151353,-0.0074772432939487,-0.00670148006293227,-0.00600921307724111,-0.00542556946861413,-0.0049170696648879,-0.00448137012109902,-0.00411620196895891,-0.00382837511221128,-0.00362088494783235,-0.00347598423944717,-0.00339228513713941,-0.00336851902953241,-0.00341921468810926,-0.00353322817651583,-0.00370403157970342,-0.00393130166797896,-0.00421647390686127,-0.00457737193487372,-0.00499453183953589,-0.00546806048247199,-0.00599805442420899,-0.00659388475085236,-0.00725829190756111,-0.00797885114857235,-0.00875510375837658,-0.00958646839159094,-0.0104876603352508,-0.0114445846495464,-0.0124510412194413,-0.0135048891537939,-0.0146059550930477,-0.0157598677638147,-0.0169481936211513,-0.0181667329946836,-0.0194110466545986,-0.0206784688344847,-0.0219586153097727,-0.0232417169428031,-0.0245215354918211,-0.025791673598302,-0.0270355280235428,-0.0282467216752737,-0.0294193479637889,-0.030546452061537,-0.0316159757418789,-0.0326022489293883,-0.0335150209904375,-0.0343483985455327,-0.0350967269025663,-0.0357333582510609,-0.0362546771480406,-0.0366725171452393,-0.0369840271149674,-0.0371867443878262,-0.0372396792104409,-0.0371776128912591,-0.0370046122083678,-0.0367218683943341,-0.0363202081333733,-0.0357872527726656,-0.0351566386550714,-0.0344328631396311,-0.033620734600362,-0.0327083684412571,-0.0317148381606158,-0.0306579584189918,-0.0295443846852435,-0.0283808947369002,-0.0271641009957527,-0.0259195474744111,-0.0246542385173737,-0.0233748948357668,-0.0220886602633355,-0.0208072420927133,-0.0195376897520638,-0.0182852913898939,-0.0170551097617799,-0.0158612387069929,-0.0147064019324864,-0.0135904703339813,-0.0125163342344265,-0.0114875954381077,-0.0105235833482412,-0.00960940904483921,-0.00874591408792009,-0.00793374449124814,-0.00718131577245968,-0.00649198813370306,-0.00585361704852593,-0.00526553104009034,-0.00472695706020353,-0.00425040346174263,-0.00382432088642615,-0.00344323747705715,-0.00310596692566342,-0.00281315579817516,-0.00257454504007273,-0.00237494429313546,-0.00221338216217387,-0.00208894153731118,-0.00200704770488128,-0.00196710712648287,-0.00196153021616055,-0.00198994935686036,-0.00205206231500992,-0.00215813776819423,-0.00229978118515796,-0.0024749615483469,-0.00268381948762463,-0.00292894175377812,-0.00321885146944954,-0.00354334898305375,-0.0039026203979761,-0.00429681915934726,-0.00473322819309626,-0.00521062431644478,-0.00572260800775301,-0.00626874375775377,-0.00684849520235575,-0.00747157873507254,-0.00812636657522342,-0.00881005809745951,-0.00952096150428192,-0.0102592657697814,-0.0110249027978969,-0.0118079077383905,-0.0126052426661186,-0.0134137231727791,-0.0142300810079171,-0.0150468049806316,-0.015858822882131,-0.0166619476288641,-0.017451912864727,-0.0182144234342235,-0.018949284810072,-0.0196523853226809,-0.0203193884073606,-0.0209402611556794,-0.0215012213366209,-0.0220093354113706,-0.0224612581302186,-0.0228538253532245,-0.0231670328205038,-0.0234052311962509,-0.0235747876788169,-0.0236745348679633,-0.0237027867703179,-0.0236339118940483,-0.0234947804218368,-0.0232865588902273,-0.0230106703257738,-0.0226598669556103,-0.0222332628590044,-0.0217492663247445,-0.0212112163219925,-0.0206226218146297,-0.0199764523062514,-0.0192881469841172,-0.0185664795812828,-0.0178158200449957,-0.0170399621929367,-0.0162409902509736,-0.0154315062208082,-0.0146156781750733,-0.0137975831276529,-0.0129826722914427,-0.0121780591424278,-0.0113863161792318,-0.0106104158311543,-0.00985317462215234,-0.00912504427022301,-0.00842436046321568,-0.00775103855285406,-0.00710647127539192,-0.00649380001825244,-0.00592242103760843,-0.00538305636831818,-0.00487585244310217,-0.00440083993212121,-0.00396403973351946,-0.00356426258718421,-0.00319499630737172,-0.002855523169583,-0.00254506816028508,-0.00227141231848945,-0.00202516607477124,-0.00180400085246369,-0.00160692794717846,-0.00143479456581239,-0.00129032570851029,-0.00116591487927218,-0.00106069800068507,-0.000973839686894515,-0.000908100906057324,-0.000861110884926663,-0.000829560789293661,-0.000812906601186217,-0.000810639091612955,-0.000826952160989648,-0.000856723881399653,-0.00089935170465049,-0.000954573888518757,-0.00102348525584909,-0.00110761423057628,-0.00120350536419527,-0.00131098820528753,-0.00142988970288614,-0.00156269093243123,-0.0017077386991795,-0.00186327355428723,-0.00202898855602641,-0.00220456608474653,-0.00239278466449569,-0.00258937892232567,-0.0027937464220323,-0.00300524367934085,-0.00322386095518819,-0.00344863780106992,-0.00367709838722156,-0.00390824856801898,-0.0041410577235366,-0.00437396439588801,-0.0046048619206378,-0.00483250192841309,-0.00505563476473736,-0.0052727867672619,-0.00547929624474674,-0.00567596150175116,-0.00586156525549439,-0.00603491656488341,-0.00619236867669396,-0.00633110159362866,-0.00645320489521113,-0.00655785977892003,-0.00664430687114974,-0.00670598944929222,-0.00674621321160988,-0.00676634046715869,-0.00676623025325068,-0.00674478393555899,-0.0066967497589012,-0.00662920089801447,-0.00654265481545926,-0.00643769756338816,-0.0063119904970521,-0.0061670737553041,-0.00600734051580905,-0.00583385773162277,-0.00564773218799526,-0.00544727529717731,-0.0052374377775742,-0.00502010924365707,-0.00479654981569196,-0.00456780519378699,-0.00433537285084548,-0.00410186308931044,-0.0038683964017586,-0.00363606074673914,-0.00340675443320067,-0.00318209537496705,-0.00296244287542588,-0.00274852552805471,-0.00254102485616338,-0.00234333996929081,-0.00215392472149329,-0.00197285748315129,-0.0018004112463375,-0.00163773157544288,-0.00148658336030504,-0.00134448247613155,-0.00121136764313192,-0.00108714719141988,-0.000973668629452127,-0.000869733222871708,-0.00077383832374602,-0.000685704375995782,-0.00060503750656552,-0.00053390489545148,-0.000469239532863347,-0.000410645027487452,-0.000357779021113195,-0.0003109033035207,-0.000270007569403944,-0.000233437368037279,-0.000200883398759239,-0.000172043405991135,-0.000147374128991258,-0.000125923786093794,-0.000107067316389915,-9.0576060689242e-05,-7.62619839404436e-05],\"x\":[0,0.0109069678326555,0.0218139356653109,0.0327209034979664,0.0436278713306219,0.0545348391632774,0.0654418069959328,0.0763487748285883,0.0872557426612438,0.0981627104938993,0.109069678326555,0.11997664615921,0.130883613991866,0.141790581824521,0.152697549657177,0.163604517489832,0.174511485322488,0.185418453155143,0.196325420987799,0.207232388820454,0.218139356653109,0.229046324485765,0.23995329231842,0.250860260151076,0.261767227983731,0.272674195816387,0.283581163649042,0.294488131481698,0.305395099314353,0.316302067147009,0.327209034979664,0.33811600281232,0.349022970644975,0.359929938477631,0.370836906310286,0.381743874142942,0.392650841975597,0.403557809808252,0.414464777640908,0.425371745473563,0.436278713306219,0.447185681138874,0.45809264897153,0.468999616804185,0.479906584636841,0.490813552469496,0.501720520302152,0.512627488134807,0.523534455967463,0.534441423800118,0.545348391632774,0.556255359465429,0.567162327298085,0.57806929513074,0.588976262963396,0.599883230796051,0.610790198628706,0.621697166461362,0.632604134294017,0.643511102126673,0.654418069959328,0.665325037791984,0.676232005624639,0.687138973457295,0.69804594128995,0.708952909122606,0.719859876955261,0.730766844787917,0.741673812620572,0.752580780453228,0.763487748285883,0.774394716118538,0.785301683951194,0.796208651783849,0.807115619616505,0.81802258744916,0.828929555281816,0.839836523114471,0.850743490947127,0.861650458779782,0.872557426612438,0.883464394445093,0.894371362277749,0.905278330110404,0.91618529794306,0.927092265775715,0.937999233608371,0.948906201441026,0.959813169273682,0.970720137106337,0.981627104938993,0.992534072771648,1.0034410406043,1.01434800843696,1.02525497626961,1.03616194410227,1.04706891193493,1.05797587976758,1.06888284760024,1.07978981543289,1.09069678326555,1.1016037510982,1.11251071893086,1.12341768676351,1.13432465459617,1.14523162242882,1.15613859026148,1.16704555809414,1.17795252592679,1.18885949375945,1.1997664615921,1.21067342942476,1.22158039725741,1.23248736509007,1.24339433292272,1.25430130075538,1.26520826858803,1.27611523642069,1.28702220425335,1.297929172086,1.30883613991866,1.31974310775131,1.33065007558397,1.34155704341662,1.35246401124928,1.36337097908193,1.37427794691459,1.38518491474725,1.3960918825799,1.40699885041256,1.41790581824521,1.42881278607787,1.43971975391052,1.45062672174318,1.46153368957583,1.47244065740849,1.48334762524114,1.4942545930738,1.50516156090646,1.51606852873911,1.52697549657177,1.53788246440442,1.54878943223708,1.55969640006973,1.57060336790239,1.58151033573504,1.5924173035677,1.60332427140035,1.61423123923301,1.62513820706567,1.63604517489832,1.64695214273098,1.65785911056363,1.66876607839629,1.67967304622894,1.6905800140616,1.70148698189425,1.71239394972691,1.72330091755956,1.73420788539222,1.74511485322488,1.75602182105753,1.76692878889019,1.77783575672284,1.7887427245555,1.79964969238815,1.81055666022081,1.82146362805346,1.83237059588612,1.84327756371877,1.85418453155143,1.86509149938409,1.87599846721674,1.8869054350494,1.89781240288205,1.90871937071471,1.91962633854736,1.93053330638002,1.94144027421267,1.95234724204533,1.96325420987799,1.97416117771064,1.9850681455433,1.99597511337595,2.00688208120861,2.01778904904126,2.02869601687392,2.03960298470657,2.05050995253923,2.06141692037188,2.07232388820454,2.0832308560372,2.09413782386985,2.10504479170251,2.11595175953516,2.12685872736782,2.13776569520047,2.14867266303313,2.15957963086578,2.17048659869844,2.18139356653109,2.19230053436375,2.20320750219641,2.21411447002906,2.22502143786172,2.23592840569437,2.24683537352703,2.25774234135968,2.26864930919234,2.27955627702499,2.29046324485765,2.3013702126903,2.31227718052296,2.32318414835562,2.33409111618827,2.34499808402093,2.35590505185358,2.36681201968624,2.37771898751889,2.38862595535155,2.3995329231842,2.41043989101686,2.42134685884951,2.43225382668217,2.44316079451483,2.45406776234748,2.46497473018014,2.47588169801279,2.48678866584545,2.4976956336781,2.50860260151076,2.51950956934341,2.53041653717607,2.54132350500873,2.55223047284138,2.56313744067404,2.57404440850669,2.58495137633935,2.595858344172,2.60676531200466,2.61767227983731,2.62857924766997,2.63948621550262,2.65039318333528,2.66130015116794,2.67220711900059,2.68311408683325,2.6940210546659,2.70492802249856,2.71583499033121,2.72674195816387,2.73764892599652,2.74855589382918,2.75946286166183,2.77036982949449,2.78127679732715,2.7921837651598,2.80309073299246,2.81399770082511,2.82490466865777,2.83581163649042,2.84671860432308,2.85762557215573,2.86853253998839,2.87943950782104,2.8903464756537,2.90125344348636,2.91216041131901,2.92306737915167,2.93397434698432,2.94488131481698,2.95578828264963,2.96669525048229,2.97760221831494,2.9885091861476,2.99941615398025,3.01032312181291,3.02123008964557,3.03213705747822,3.04304402531088,3.05395099314353,3.06485796097619,3.07576492880884,3.0866718966415,3.09757886447415,3.10848583230681,3.11939280013947,3.13029976797212,3.14120673580478,3.15211370363743,3.16302067147009,3.17392763930274,3.1848346071354,3.19574157496805,3.20664854280071,3.21755551063336,3.22846247846602,3.23936944629868,3.25027641413133,3.26118338196399,3.27209034979664,3.2829973176293,3.29390428546195,3.30481125329461,3.31571822112726,3.32662518895992,3.33753215679257,3.34843912462523,3.35934609245789,3.37025306029054,3.3811600281232,3.39206699595585,3.40297396378851,3.41388093162116,3.42478789945382,3.43569486728647,3.44660183511913,3.45750880295178,3.46841577078444,3.4793227386171,3.49022970644975,3.50113667428241,3.51204364211506,3.52295060994772,3.53385757778037,3.54476454561303,3.55567151344568,3.56657848127834,3.57748544911099,3.58839241694365,3.59929938477631,3.61020635260896,3.62111332044162,3.63202028827427,3.64292725610693,3.65383422393958,3.66474119177224,3.67564815960489,3.68655512743755,3.69746209527021,3.70836906310286,3.71927603093552,3.73018299876817,3.74108996660083,3.75199693443348,3.76290390226614,3.77381087009879,3.78471783793145,3.7956248057641,3.80653177359676,3.81743874142942,3.82834570926207,3.83925267709473,3.85015964492738,3.86106661276004,3.87197358059269,3.88288054842535,3.893787516258,3.90469448409066,3.91560145192331,3.92650841975597,3.93741538758863,3.94832235542128,3.95922932325394,3.97013629108659,3.98104325891925,3.9919502267519,4.00285719458456,4.01376416241721,4.02467113024987,4.03557809808252,4.04648506591518,4.05739203374784,4.06829900158049,4.07920596941315,4.0901129372458,4.10101990507846,4.11192687291111,4.12283384074377,4.13374080857642,4.14464777640908,4.15555474424174,4.16646171207439,4.17736867990705,4.1882756477397,4.19918261557236,4.21008958340501,4.22099655123767,4.23190351907032,4.24281048690298,4.25371745473563,4.26462442256829,4.27553139040095,4.2864383582336,4.29734532606626,4.30825229389891,4.31915926173157,4.33006622956422,4.34097319739688,4.35188016522953,4.36278713306219,4.37369410089484,4.3846010687275,4.39550803656016,4.40641500439281,4.41732197222547,4.42822894005812,4.43913590789078,4.45004287572343,4.46094984355609,4.47185681138874,4.4827637792214,4.49367074705405,4.50457771488671,4.51548468271937,4.52639165055202,4.53729861838468,4.54820558621733,4.55911255404999,4.57001952188264,4.5809264897153,4.59183345754795,4.60274042538061,4.61364739321326,4.62455436104592,4.63546132887858,4.64636829671123,4.65727526454389,4.66818223237654,4.6790892002092,4.68999616804185,4.70090313587451,4.71181010370716,4.72271707153982,4.73362403937247,4.74453100720513,4.75543797503779,4.76634494287044,4.7772519107031,4.78815887853575,4.79906584636841,4.80997281420106,4.82087978203372,4.83178674986637,4.84269371769903,4.85360068553168,4.86450765336434,4.875414621197,4.88632158902965,4.89722855686231,4.90813552469496,4.91904249252762,4.92994946036027,4.94085642819293,4.95176339602558,4.96267036385824,4.9735773316909,4.98448429952355,4.99539126735621,5.00629823518886,5.01720520302152,5.02811217085417,5.03901913868683,5.04992610651948,5.06083307435214,5.07174004218479,5.08264701001745,5.09355397785011,5.10446094568276,5.11536791351542,5.12627488134807,5.13718184918073,5.14808881701338,5.15899578484604,5.16990275267869,5.18080972051135,5.191716688344,5.20262365617666,5.21353062400932,5.22443759184197,5.23534455967463,5.24625152750728,5.25715849533994,5.26806546317259,5.27897243100525,5.2898793988379,5.30078636667056,5.31169333450322,5.32260030233587,5.33350727016853,5.34441423800118,5.35532120583384,5.36622817366649,5.37713514149915,5.3880421093318,5.39894907716446,5.40985604499711,5.42076301282977,5.43166998066243,5.44257694849508,5.45348391632774,5.46439088416039,5.47529785199305,5.4862048198257,5.49711178765836,5.50801875549101,5.51892572332367,5.52983269115632,5.54073965898898,5.55164662682164,5.56255359465429,5.57346056248695],\"fill\":\"tozeroy\",\"fillcolor\":[\"#5C9AD3\",\"#5C9AD3\"],\"hoverinfo\":\"none\",\"line\":{\"shape\":\"spline\",\"width\":0},\"mode\":\"lines\",\"name\":\"Hours spent making<br>personal calls -<br>weekdays\",\"type\":\"scatter\",\"xaxis\":\"y\",\"yaxis\":\"y\"},\"73561b754cd1.2\":{\"alpha\":1,\"sizes\":[10,100],\"x\":[0,5],\"y\":[0,0],\"line\":{\"width\":1.5,\"color\":\"#000000\"},\"name\":\"Range\",\"hoverinfo\":\"name+x\",\"mode\":\"lines\",\"type\":\"scatter\",\"xaxis\":\"y\",\"yaxis\":\"y\"},\"73561b754cd1.3\":{\"alpha\":1,\"sizes\":[10,100],\"x\":[0,0],\"y\":[0,0],\"line\":{\"width\":8,\"color\":\"#000000\"},\"name\":\"Quartiles\",\"hoverinfo\":\"name+x\",\"mode\":\"lines\",\"type\":\"scatter\",\"xaxis\":\"y\",\"yaxis\":\"y\"},\"73561b754cd1.4\":{\"alpha\":1,\"sizes\":[10,100],\"x\":[0,0],\"y\":[-0.339463074591848,0.339463074591848],\"line\":{\"width\":4,\"color\":\"#000000\"},\"name\":\"Median\",\"hoverinfo\":\"name+x\",\"mode\":\"lines\",\"type\":\"scatter\",\"xaxis\":\"y\",\"yaxis\":\"y\"},\"73561b754cd1.5\":{\"alpha\":1,\"sizes\":[10,100],\"x\":0.303571428571429,\"y\":0,\"marker\":{\"color\":\"#FFFFFF\",\"symbol\":\"square\"},\"name\":\"Mean\",\"hoverinfo\":\"name+x\",\"mode\":\"markers\",\"type\":\"scatter\",\"xaxis\":\"y\",\"yaxis\":\"y\"},\"73561b754cd1.6\":{\"alpha\":1,\"sizes\":[10,100],\"y\":[0.159195322094233,0.16178481777787,0.162529886995021,0.162505119415087,0.163032087523506,0.165528628199211,0.171329068771419,0.181494977119191,0.1966389039729,0.216784549036955,0.24142668051988,0.268893520624229,0.29693985946439,0.323280354301239,0.345647335801918,0.362074108177758,0.371150871300936,0.372218649751481,0.365473836606509,0.351966762927507,0.333490907574812,0.312373573741745,0.291423363320863,0.273355256258034,0.26000306389221,0.252470425145287,0.251025429643684,0.255103292266799,0.263408845314505,0.27410364108085,0.285053983288084,0.294109998295043,0.299382374105663,0.29943465654421,0.293076386925019,0.281113568139608,0.264523380006081,0.244774965747899,0.223612232095215,0.202819746679126,0.184001476915236,0.168397781748987,0.156759527726945,0.149290312933132,0.145659381038442,0.145145329935705,0.146488765777653,0.148239596322143,0.149247482634032,0.148601290336326,0.145722285105791,0.140407825366755,0.13282460139492,0.123456222796074,0.113014832157947,0.102330015640209,0.0922302639950228,0.0835563068547137,0.076798892950716,0.0720677910510413,0.0692629565897658,0.068065252098499,0.0679977210198521,0.0685001496256548,0.0690072627284051,0.0690213232660559,0.0681711018911549,0.0662510509063361,0.0632369369216699,0.0592219746132679,0.0546320936976255,0.049857216506764,0.0452841711368169,0.0412514510587706,0.0380091266149867,0.0356934539542085,0.0343177573755176,0.0337792980244804,0.0338801905857049,0.0343590834247934,0.0349246022340167,0.0352652099430529,0.0351834031307179,0.034575006399099,0.0334289490710706,0.0318214442728134,0.0298994492293186,0.0278561443124293,0.0259018577793588,0.0242341534498456,0.0230106986156495,0.0223280686815026,0.0222341705495356,0.0226499805887423,0.0234048330877981,0.0243162732037756,0.0251860151037619,0.0258248582839438,0.0260751379015905,0.0258281452528215,0.0250346570606219,0.0237076058933216,0.0219169216757088,0.0197775770259614,0.0174306380300073,0.0150571266595149,0.0127930724710579,0.0107413640124814,0.0089698149120216,0.00751021867963461,0.00636172561003622,0.00549740924134654,0.00487273141190671,0.0044346227852594,0.00413003827334146,0.00391349881057943,0.00375405373593242,0.0036302788009391,0.00354299815707819,0.00350389888026081,0.00353124992597945,0.00364497762117626,0.00386166695836945,0.00419004754640765,0.00462748038423945,0.00515788316747794,0.00575141488474943,0.00636467483617431,0.00693771295688791,0.00741654610379092,0.00775427800231448,0.00791520435202373,0.00787875707483628,0.00764154190855636,0.00721725742551506,0.00663458433653271,0.00593341003729088,0.0051599719271133,0.00436163595915026,0.00358599594215113,0.00287168294329365,0.00224031458168765,0.00170444639317669,0.00126829251450172,0.000929929939646414,0.000683829345604216,0.000523377371871748,0.000443121704730165,0.000440539417805476,0.000517190552056527,0.000679165473577936,0.000947505408078449,0.00132850097359012,0.00183451022514413,0.00247480159620959,0.00325148806858362,0.00415633393702221,0.00516828189487848,0.00625222220479708,0.00735944327931481,0.00843003526506139,0.00939727323259133,0.0101883692430694,0.0107227607282051,0.0109747160111343,0.0109263796180093,0.0105834545362507,0.00997412614253637,0.00914536919831979,0.0081572745187907,0.00707626613733356,0.00596817127559261,0.00489205534663124,0.00389555491429531,0.0030190050811745,0.00228135004737823,0.00167795301960309,0.00120076683079518,0.000835649580263891,0.000565258775209313,0.000371437066302623,0.000236968919817339,0.00014669784877095,8.80747500308122e-05,5.1257722687182e-05,2.89035394131847e-05,1.62120628496796e-05,8.89404562382883e-06,4.7358692249355e-06,2.44555220371376e-06,1.22380551697654e-06,5.93106193981165e-07,2.78232975995405e-07,1.26289034561142e-07,5.54560085937988e-08,2.3585986232745e-08,9.79834465309019e-09,4.20552246477977e-09,2.50935903427566e-09,2.87510201948167e-09,5.5758433165256e-09,1.23926284233885e-08,2.74978188838381e-08,5.93327723406496e-08,1.23998254381258e-07,2.5094619540938e-07,4.92057561290834e-07,9.35485242914484e-07,1.7258901773787e-06,3.13068502114366e-06,5.62695080453507e-06,9.79810088130709e-06,1.65365346140508e-05,2.70644505138125e-05,4.29775016402633e-05,6.6254878654727e-05,9.92162503036488e-05,0.000144406653906772,0.000204394857416644,0.000281479409979508,0.000377309769408667,0.000493617571128992,0.000628215491329106,0.000776682115210482,0.000933221785489159,0.00109019617801814,0.00123864577558569,0.0013690603886896,0.00147231713551699,0.00154067036246217,0.00156865923013325,0.00155379859007464,0.00149693954167556,0.00139946900821404,0.00127295346957245,0.00112685075356093,0.000970763587530655,0.000813758063711678,0.000663605362160184,0.000526280799017708,0.00040574045522312,0.000303955837694752,0.000221156093980766,0.000156207886140179,0.000107341550386154,7.24080245864959e-05,4.75298273509171e-05,3.03413180337289e-05,1.88236657641629e-05,1.13419033277539e-05,6.63281678957701e-06,3.76248222828009e-06,2.06904716648453e-06,1.102465285047e-06,5.68934676874911e-07,2.8424460206052e-07,1.40952422268303e-07,6.94528291054646e-08,3.31465921070199e-08,1.53106593288116e-08,6.84062266211972e-09,2.95489214776394e-09,1.23360754037679e-09,4.97606389763086e-10,1.93902819539527e-10,7.29814224153062e-11,2.6529625869122e-11,9.31357855350857e-12,3.44779903523734e-12,1.25165599378968e-12,4.35239319941666e-13,1.45158001300104e-13,4.64910938342694e-14,1.43135911480432e-14,4.22464690594972e-15,1.18354869596686e-15,3.18355145314763e-16,8.3215619827682e-17,2.57529524757381e-17,1.68330582315898e-19,1.91114748618376e-17,3.49577297279488e-17,1.04509343068315e-16,4.00248384394158e-16,1.46519051862911e-15,5.09273450010681e-15,1.69515684372277e-14,5.41623926666635e-14,1.65994752934327e-13,4.87308748791068e-13,1.36808113377388e-12,3.83253391911634e-12,1.11952367607984e-11,3.15744579019072e-11,8.59822267990657e-11,2.26087660899189e-10,5.7409702205187e-10,1.40799727369626e-09,3.33598490912736e-09,7.63813918672501e-09,1.69073272429679e-08,3.62015197949292e-08,7.50331304771489e-08,1.55957429430284e-07,3.19881972583964e-07,6.35063503936223e-07,1.22082950645918e-06,2.27350625005224e-06,4.10355405669166e-06,7.18278598078611e-06,1.22001273791951e-05,2.01216635080785e-05,3.22472892620774e-05,5.02523566915638e-05,7.6198658114545e-05,0.000113786694184342,0.000165021192181573,0.000232297021617904,0.000317554750645291,0.000421771302882623,0.000544528396675574,0.000683646398894753,0.000834957760184479,0.00099228855916382,0.00114769880113109,0.00129200236164388,0.00141487578142048,0.00150439931526157,0.00155567171727898,0.00156494416980458,0.00153173403881046,0.00145883520130769,0.00135193985295379,0.00121894031604255,0.00106902033014367,0.000911667646697458,0.000755742186001104,0.000608716921033421,0.000477101459909185,0.000364554617599999,0.000271153878547529,0.000196250653065722,0.00013815040969196,9.45401572404188e-05,6.28586992875581e-05,4.05841794544511e-05,2.54305631543619e-05,1.54582057979072e-05,9.11291876631031e-06,5.2127815595111e-06,2.97790963913668e-06,1.69793844185258e-06,1.01099841956237e-06,7.25797505403282e-07,7.59944886441474e-07,1.12803992916921e-06,1.94513772684089e-06,3.44546801309235e-06,6.0157350530068e-06,1.02413123009096e-05,1.69619766906996e-05,2.73688361426412e-05,4.37125315154226e-05,6.77029814645179e-05,0.00010173406849149,0.000148388480909052,0.000210200233964268,0.000289326073847767,0.000387146303997471,0.00050383472831631,0.00063795479171229,0.00078615154656871,0.000943013839503003,0.00110084372568277,0.00124893299059221,0.00137753115024598,0.0014776090604162,0.00154180187243486,0.00156525650702245,0.0015461977095773,0.00148613175880448,0.00138966052333056,0.00126393484448802,0.00111782779120348,0.000960948237183155,0.000803150758870603,0.00065347378280485,0.000517551182244008,0.000398904218028049,0.000299107351337279,0.000218095495827048,0.000154568138362017,0.000106420088664326,7.11422457399317e-05,4.61533240996747e-05,2.90421412106392e-05,1.77172258030401e-05,1.07187084824533e-05,6.31663843526926e-06,3.61655368048036e-06,2.01011339602206e-06,1.08377400113408e-06,5.66442462997295e-07,2.86821521265741e-07,1.40630835974981e-07,6.67373757505229e-08,3.06418322647461e-08,1.36076185593291e-08,5.9303014351343e-09,2.64141554005552e-09,1.13581563910169e-09,4.71330038639626e-10,1.88705720865618e-10,7.2883528708053e-11,2.71539102722987e-11,9.75869072710739e-12,3.38315155411389e-12,1.13147944646038e-12,3.65079545414666e-13,1.13661580858938e-13,3.6673784469197e-14,1.21225147333005e-14,3.8132187660255e-15,1.14805191076017e-15,3.30135471535038e-16,9.07325377504736e-17,2.54045252386693e-17,6.7791796615329e-18,0,1.44933642143933e-18,6.84676753042761e-18,0,0,0,0,0,0,1.59320350171117e-18,1.81937826572352e-18,2.25853721275858e-18,5.03732725554953e-18,0,2.59889136805349e-19,3.2348451709239e-18,2.95411829870268e-19,4.6981341714487e-17,1.9810025881422e-16,7.39332109807388e-16,2.65803279290379e-15,9.28290289720008e-15,3.12336084512856e-14,1.00917532593266e-13,3.1270575537294e-13,9.27915026193438e-13,2.6318580525437e-12,7.44526393015971e-12,2.20173869158461e-11,6.28637983144708e-11,1.73295648320361e-10,4.61257650023773e-10,1.18550058243901e-09,2.94250756523927e-09,7.05463979161983e-09,1.63415718246113e-08,3.65881919376324e-08,7.92209362946546e-08,1.65990979239722e-07,3.489946037448e-07,7.24774062102368e-07,1.45675584030513e-06,2.83485865695152e-06,5.34346963533402e-06,9.76060908851785e-06,1.72875701987046e-05,2.9707216719082e-05,4.9562146756556e-05,8.03345766815969e-05,0.000126598507825826,0.000194102243065472,0.000293287876113245,0.000430399776730411,0.000612969857954165,0.000847638469775354,0.00113867706721191,0.00148666706835373,0.0018872843123801,0.00233040894274489,0.00279978053561687,0.00327338233195863,0.00372466499031712,0.00412285428626289,0.00443097880823489,0.00463063886147624,0.00470699130163287,0.0046546951075745,0.00447843430020166,0.00419223122624071,0.00381768845574306,0.00338144301839086,0.0029122115711931,0.00243784117727252,0.00198275462415696,0.00156872607025296,0.0012095798712357,0.000907774169782895,0.000662865377326958,0.000470746185325334,0.000324970245637329,0.000217951259218767,0.000141935242878964,8.97002126332829e-05,5.49837887086977e-05],\"x\":[0,0.0608376396225869,0.121675279245174,0.182512918867761,0.243350558490348,0.304188198112935,0.365025837735522,0.425863477358109,0.486701116980695,0.547538756603282,0.608376396225869,0.669214035848456,0.730051675471043,0.79088931509363,0.851726954716217,0.912564594338804,0.973402233961391,1.03423987358398,1.09507751320656,1.15591515282915,1.21675279245174,1.27759043207433,1.33842807169691,1.3992657113195,1.46010335094209,1.52094099056467,1.58177863018726,1.64261626980985,1.70345390943243,1.76429154905502,1.82512918867761,1.88596682830019,1.94680446792278,2.00764210754537,2.06847974716796,2.12931738679054,2.19015502641313,2.25099266603572,2.3118303056583,2.37266794528089,2.43350558490348,2.49434322452606,2.55518086414865,2.61601850377124,2.67685614339383,2.73769378301641,2.798531422639,2.85936906226159,2.92020670188417,2.98104434150676,3.04188198112935,3.10271962075193,3.16355726037452,3.22439489999711,3.28523253961969,3.34607017924228,3.40690781886487,3.46774545848745,3.52858309811004,3.58942073773263,3.65025837735522,3.7110960169778,3.77193365660039,3.83277129622298,3.89360893584556,3.95444657546815,4.01528421509074,4.07612185471332,4.13695949433591,4.1977971339585,4.25863477358109,4.31947241320367,4.38031005282626,4.44114769244885,4.50198533207143,4.56282297169402,4.62366061131661,4.68449825093919,4.74533589056178,4.80617353018437,4.86701116980695,4.92784880942954,4.98868644905213,5.04952408867472,5.1103617282973,5.17119936791989,5.23203700754248,5.29287464716506,5.35371228678765,5.41454992641024,5.47538756603282,5.53622520565541,5.597062845278,5.65790048490058,5.71873812452317,5.77957576414576,5.84041340376835,5.90125104339093,5.96208868301352,6.02292632263611,6.08376396225869,6.14460160188128,6.20543924150387,6.26627688112645,6.32711452074904,6.38795216037163,6.44878979999421,6.5096274396168,6.57046507923939,6.63130271886198,6.69214035848456,6.75297799810715,6.81381563772974,6.87465327735232,6.93549091697491,6.9963285565975,7.05716619622008,7.11800383584267,7.17884147546526,7.23967911508784,7.30051675471043,7.36135439433302,7.42219203395561,7.48302967357819,7.54386731320078,7.60470495282337,7.66554259244595,7.72638023206854,7.78721787169113,7.84805551131371,7.9088931509363,7.96973079055889,8.03056843018148,8.09140606980406,8.15224370942665,8.21308134904924,8.27391898867182,8.33475662829441,8.395594267917,8.45643190753958,8.51726954716217,8.57810718678476,8.63894482640734,8.69978246602993,8.76062010565252,8.8214577452751,8.88229538489769,8.94313302452028,9.00397066414287,9.06480830376545,9.12564594338804,9.18648358301063,9.24732122263321,9.3081588622558,9.36899650187839,9.42983414150097,9.49067178112356,9.55150942074615,9.61234706036874,9.67318469999132,9.73402233961391,9.7948599792365,9.85569761885908,9.91653525848167,9.97737289810426,10.0382105377268,10.0990481773494,10.159885816972,10.2207234565946,10.2815610962172,10.3423987358398,10.4032363754624,10.464074015085,10.5249116547075,10.5857492943301,10.6465869339527,10.7074245735753,10.7682622131979,10.8290998528205,10.8899374924431,10.9507751320656,11.0116127716882,11.0724504113108,11.1332880509334,11.194125690556,11.2549633301786,11.3158009698012,11.3766386094238,11.4374762490463,11.4983138886689,11.5591515282915,11.6199891679141,11.6808268075367,11.7416644471593,11.8025020867819,11.8633397264045,11.924177366027,11.9850150056496,12.0458526452722,12.1066902848948,12.1675279245174,12.22836556414,12.2892032037626,12.3500408433851,12.4108784830077,12.4717161226303,12.5325537622529,12.5933914018755,12.6542290414981,12.7150666811207,12.7759043207433,12.8367419603658,12.8975795999884,12.958417239611,13.0192548792336,13.0800925188562,13.1409301584788,13.2017677981014,13.262605437724,13.3234430773465,13.3842807169691,13.4451183565917,13.5059559962143,13.5667936358369,13.6276312754595,13.6884689150821,13.7493065547046,13.8101441943272,13.8709818339498,13.9318194735724,13.992657113195,14.0534947528176,14.1143323924402,14.1751700320628,14.2360076716853,14.2968453113079,14.3576829509305,14.4185205905531,14.4793582301757,14.5401958697983,14.6010335094209,14.6618711490435,14.722708788666,14.7835464282886,14.8443840679112,14.9052217075338,14.9660593471564,15.026896986779,15.0877346264016,15.1485722660241,15.2094099056467,15.2702475452693,15.3310851848919,15.3919228245145,15.4527604641371,15.5135981037597,15.5744357433823,15.6352733830048,15.6961110226274,15.75694866225,15.8177863018726,15.8786239414952,15.9394615811178,16.0002992207404,16.061136860363,16.1219744999855,16.1828121396081,16.2436497792307,16.3044874188533,16.3653250584759,16.4261626980985,16.4870003377211,16.5478379773436,16.6086756169662,16.6695132565888,16.7303508962114,16.791188535834,16.8520261754566,16.9128638150792,16.9737014547018,17.0345390943243,17.0953767339469,17.1562143735695,17.2170520131921,17.2778896528147,17.3387272924373,17.3995649320599,17.4604025716825,17.521240211305,17.5820778509276,17.6429154905502,17.7037531301728,17.7645907697954,17.825428409418,17.8862660490406,17.9471036886631,18.0079413282857,18.0687789679083,18.1296166075309,18.1904542471535,18.2512918867761,18.3121295263987,18.3729671660213,18.4338048056438,18.4946424452664,18.555480084889,18.6163177245116,18.6771553641342,18.7379930037568,18.7988306433794,18.8596682830019,18.9205059226245,18.9813435622471,19.0421812018697,19.1030188414923,19.1638564811149,19.2246941207375,19.2855317603601,19.3463693999826,19.4072070396052,19.4680446792278,19.5288823188504,19.589719958473,19.6505575980956,19.7113952377182,19.7722328773408,19.8330705169633,19.8939081565859,19.9547457962085,20.0155834358311,20.0764210754537,20.1372587150763,20.1980963546989,20.2589339943214,20.319771633944,20.3806092735666,20.4414469131892,20.5022845528118,20.5631221924344,20.623959832057,20.6847974716796,20.7456351113021,20.8064727509247,20.8673103905473,20.9281480301699,20.9889856697925,21.0498233094151,21.1106609490377,21.1714985886603,21.2323362282828,21.2931738679054,21.354011507528,21.4148491471506,21.4756867867732,21.5365244263958,21.5973620660184,21.6581997056409,21.7190373452635,21.7798749848861,21.8407126245087,21.9015502641313,21.9623879037539,22.0232255433765,22.0840631829991,22.1449008226216,22.2057384622442,22.2665761018668,22.3274137414894,22.388251381112,22.4490890207346,22.5099266603572,22.5707642999798,22.6316019396023,22.6924395792249,22.7532772188475,22.8141148584701,22.8749524980927,22.9357901377153,22.9966277773379,23.0574654169604,23.118303056583,23.1791406962056,23.2399783358282,23.3008159754508,23.3616536150734,23.422491254696,23.4833288943186,23.5441665339411,23.6050041735637,23.6658418131863,23.7266794528089,23.7875170924315,23.8483547320541,23.9091923716767,23.9700300112993,24.0308676509218,24.0917052905444,24.152542930167,24.2133805697896,24.2742182094122,24.3350558490348,24.3958934886574,24.4567311282799,24.5175687679025,24.5784064075251,24.6392440471477,24.7000816867703,24.7609193263929,24.8217569660155,24.8825946056381,24.9434322452606,25.0042698848832,25.0651075245058,25.1259451641284,25.186782803751,25.2476204433736,25.3084580829962,25.3692957226188,25.4301333622413,25.4909710018639,25.5518086414865,25.6126462811091,25.6734839207317,25.7343215603543,25.7951591999769,25.8559968395994,25.916834479222,25.9776721188446,26.0385097584672,26.0993473980898,26.1601850377124,26.221022677335,26.2818603169576,26.3426979565801,26.4035355962027,26.4643732358253,26.5252108754479,26.5860485150705,26.6468861546931,26.7077237943157,26.7685614339382,26.8293990735608,26.8902367131834,26.951074352806,27.0119119924286,27.0727496320512,27.1335872716738,27.1944249112964,27.2552625509189,27.3161001905415,27.3769378301641,27.4377754697867,27.4986131094093,27.5594507490319,27.6202883886545,27.6811260282771,27.7419636678996,27.8028013075222,27.8636389471448,27.9244765867674,27.98531422639,28.0461518660126,28.1069895056352,28.1678271452577,28.2286647848803,28.2895024245029,28.3503400641255,28.4111777037481,28.4720153433707,28.5328529829933,28.5936906226159,28.6545282622384,28.715365901861,28.7762035414836,28.8370411811062,28.8978788207288,28.9587164603514,29.019554099974,29.0803917395966,29.1412293792191,29.2020670188417,29.2629046584643,29.3237422980869,29.3845799377095,29.4454175773321,29.5062552169547,29.5670928565773,29.6279304961998,29.6887681358224,29.749605775445,29.8104434150676,29.8712810546902,29.9321186943128,29.9929563339354,30.0537939735579,30.1146316131805,30.1754692528031,30.2363068924257,30.2971445320483,30.3579821716709,30.4188198112935,30.4796574509161,30.5404950905386,30.6013327301612,30.6621703697838,30.7230080094064,30.783845649029,30.8446832886516,30.9055209282742,30.9663585678967,31.0271962075193,31.0880338471419],\"fill\":\"tozeroy\",\"fillcolor\":[\"#5C9AD3\",\"#5C9AD3\"],\"hoverinfo\":\"none\",\"line\":{\"shape\":\"spline\",\"width\":0},\"mode\":\"lines\",\"name\":\"Hours spent watching<br>TV - weekdays\",\"type\":\"scatter\",\"xaxis\":\"y\",\"yaxis\":\"y3\"},\"73561b754cd1.7\":{\"alpha\":1,\"sizes\":[10,100],\"y\":[-0.159195322094233,-0.16178481777787,-0.162529886995021,-0.162505119415087,-0.163032087523506,-0.165528628199211,-0.171329068771419,-0.181494977119191,-0.1966389039729,-0.216784549036955,-0.24142668051988,-0.268893520624229,-0.29693985946439,-0.323280354301239,-0.345647335801918,-0.362074108177758,-0.371150871300936,-0.372218649751481,-0.365473836606509,-0.351966762927507,-0.333490907574812,-0.312373573741745,-0.291423363320863,-0.273355256258034,-0.26000306389221,-0.252470425145287,-0.251025429643684,-0.255103292266799,-0.263408845314505,-0.27410364108085,-0.285053983288084,-0.294109998295043,-0.299382374105663,-0.29943465654421,-0.293076386925019,-0.281113568139608,-0.264523380006081,-0.244774965747899,-0.223612232095215,-0.202819746679126,-0.184001476915236,-0.168397781748987,-0.156759527726945,-0.149290312933132,-0.145659381038442,-0.145145329935705,-0.146488765777653,-0.148239596322143,-0.149247482634032,-0.148601290336326,-0.145722285105791,-0.140407825366755,-0.13282460139492,-0.123456222796074,-0.113014832157947,-0.102330015640209,-0.0922302639950228,-0.0835563068547137,-0.076798892950716,-0.0720677910510413,-0.0692629565897658,-0.068065252098499,-0.0679977210198521,-0.0685001496256548,-0.0690072627284051,-0.0690213232660559,-0.0681711018911549,-0.0662510509063361,-0.0632369369216699,-0.0592219746132679,-0.0546320936976255,-0.049857216506764,-0.0452841711368169,-0.0412514510587706,-0.0380091266149867,-0.0356934539542085,-0.0343177573755176,-0.0337792980244804,-0.0338801905857049,-0.0343590834247934,-0.0349246022340167,-0.0352652099430529,-0.0351834031307179,-0.034575006399099,-0.0334289490710706,-0.0318214442728134,-0.0298994492293186,-0.0278561443124293,-0.0259018577793588,-0.0242341534498456,-0.0230106986156495,-0.0223280686815026,-0.0222341705495356,-0.0226499805887423,-0.0234048330877981,-0.0243162732037756,-0.0251860151037619,-0.0258248582839438,-0.0260751379015905,-0.0258281452528215,-0.0250346570606219,-0.0237076058933216,-0.0219169216757088,-0.0197775770259614,-0.0174306380300073,-0.0150571266595149,-0.0127930724710579,-0.0107413640124814,-0.0089698149120216,-0.00751021867963461,-0.00636172561003622,-0.00549740924134654,-0.00487273141190671,-0.0044346227852594,-0.00413003827334146,-0.00391349881057943,-0.00375405373593242,-0.0036302788009391,-0.00354299815707819,-0.00350389888026081,-0.00353124992597945,-0.00364497762117626,-0.00386166695836945,-0.00419004754640765,-0.00462748038423945,-0.00515788316747794,-0.00575141488474943,-0.00636467483617431,-0.00693771295688791,-0.00741654610379092,-0.00775427800231448,-0.00791520435202373,-0.00787875707483628,-0.00764154190855636,-0.00721725742551506,-0.00663458433653271,-0.00593341003729088,-0.0051599719271133,-0.00436163595915026,-0.00358599594215113,-0.00287168294329365,-0.00224031458168765,-0.00170444639317669,-0.00126829251450172,-0.000929929939646414,-0.000683829345604216,-0.000523377371871748,-0.000443121704730165,-0.000440539417805476,-0.000517190552056527,-0.000679165473577936,-0.000947505408078449,-0.00132850097359012,-0.00183451022514413,-0.00247480159620959,-0.00325148806858362,-0.00415633393702221,-0.00516828189487848,-0.00625222220479708,-0.00735944327931481,-0.00843003526506139,-0.00939727323259133,-0.0101883692430694,-0.0107227607282051,-0.0109747160111343,-0.0109263796180093,-0.0105834545362507,-0.00997412614253637,-0.00914536919831979,-0.0081572745187907,-0.00707626613733356,-0.00596817127559261,-0.00489205534663124,-0.00389555491429531,-0.0030190050811745,-0.00228135004737823,-0.00167795301960309,-0.00120076683079518,-0.000835649580263891,-0.000565258775209313,-0.000371437066302623,-0.000236968919817339,-0.00014669784877095,-8.80747500308122e-05,-5.1257722687182e-05,-2.89035394131847e-05,-1.62120628496796e-05,-8.89404562382883e-06,-4.7358692249355e-06,-2.44555220371376e-06,-1.22380551697654e-06,-5.93106193981165e-07,-2.78232975995405e-07,-1.26289034561142e-07,-5.54560085937988e-08,-2.3585986232745e-08,-9.79834465309019e-09,-4.20552246477977e-09,-2.50935903427566e-09,-2.87510201948167e-09,-5.5758433165256e-09,-1.23926284233885e-08,-2.74978188838381e-08,-5.93327723406496e-08,-1.23998254381258e-07,-2.5094619540938e-07,-4.92057561290834e-07,-9.35485242914484e-07,-1.7258901773787e-06,-3.13068502114366e-06,-5.62695080453507e-06,-9.79810088130709e-06,-1.65365346140508e-05,-2.70644505138125e-05,-4.29775016402633e-05,-6.6254878654727e-05,-9.92162503036488e-05,-0.000144406653906772,-0.000204394857416644,-0.000281479409979508,-0.000377309769408667,-0.000493617571128992,-0.000628215491329106,-0.000776682115210482,-0.000933221785489159,-0.00109019617801814,-0.00123864577558569,-0.0013690603886896,-0.00147231713551699,-0.00154067036246217,-0.00156865923013325,-0.00155379859007464,-0.00149693954167556,-0.00139946900821404,-0.00127295346957245,-0.00112685075356093,-0.000970763587530655,-0.000813758063711678,-0.000663605362160184,-0.000526280799017708,-0.00040574045522312,-0.000303955837694752,-0.000221156093980766,-0.000156207886140179,-0.000107341550386154,-7.24080245864959e-05,-4.75298273509171e-05,-3.03413180337289e-05,-1.88236657641629e-05,-1.13419033277539e-05,-6.63281678957701e-06,-3.76248222828009e-06,-2.06904716648453e-06,-1.102465285047e-06,-5.68934676874911e-07,-2.8424460206052e-07,-1.40952422268303e-07,-6.94528291054646e-08,-3.31465921070199e-08,-1.53106593288116e-08,-6.84062266211972e-09,-2.95489214776394e-09,-1.23360754037679e-09,-4.97606389763086e-10,-1.93902819539527e-10,-7.29814224153062e-11,-2.6529625869122e-11,-9.31357855350857e-12,-3.44779903523734e-12,-1.25165599378968e-12,-4.35239319941666e-13,-1.45158001300104e-13,-4.64910938342694e-14,-1.43135911480432e-14,-4.22464690594972e-15,-1.18354869596686e-15,-3.18355145314763e-16,-8.3215619827682e-17,-2.57529524757381e-17,-1.68330582315898e-19,-1.91114748618376e-17,-3.49577297279488e-17,-1.04509343068315e-16,-4.00248384394158e-16,-1.46519051862911e-15,-5.09273450010681e-15,-1.69515684372277e-14,-5.41623926666635e-14,-1.65994752934327e-13,-4.87308748791068e-13,-1.36808113377388e-12,-3.83253391911634e-12,-1.11952367607984e-11,-3.15744579019072e-11,-8.59822267990657e-11,-2.26087660899189e-10,-5.7409702205187e-10,-1.40799727369626e-09,-3.33598490912736e-09,-7.63813918672501e-09,-1.69073272429679e-08,-3.62015197949292e-08,-7.50331304771489e-08,-1.55957429430284e-07,-3.19881972583964e-07,-6.35063503936223e-07,-1.22082950645918e-06,-2.27350625005224e-06,-4.10355405669166e-06,-7.18278598078611e-06,-1.22001273791951e-05,-2.01216635080785e-05,-3.22472892620774e-05,-5.02523566915638e-05,-7.6198658114545e-05,-0.000113786694184342,-0.000165021192181573,-0.000232297021617904,-0.000317554750645291,-0.000421771302882623,-0.000544528396675574,-0.000683646398894753,-0.000834957760184479,-0.00099228855916382,-0.00114769880113109,-0.00129200236164388,-0.00141487578142048,-0.00150439931526157,-0.00155567171727898,-0.00156494416980458,-0.00153173403881046,-0.00145883520130769,-0.00135193985295379,-0.00121894031604255,-0.00106902033014367,-0.000911667646697458,-0.000755742186001104,-0.000608716921033421,-0.000477101459909185,-0.000364554617599999,-0.000271153878547529,-0.000196250653065722,-0.00013815040969196,-9.45401572404188e-05,-6.28586992875581e-05,-4.05841794544511e-05,-2.54305631543619e-05,-1.54582057979072e-05,-9.11291876631031e-06,-5.2127815595111e-06,-2.97790963913668e-06,-1.69793844185258e-06,-1.01099841956237e-06,-7.25797505403282e-07,-7.59944886441474e-07,-1.12803992916921e-06,-1.94513772684089e-06,-3.44546801309235e-06,-6.0157350530068e-06,-1.02413123009096e-05,-1.69619766906996e-05,-2.73688361426412e-05,-4.37125315154226e-05,-6.77029814645179e-05,-0.00010173406849149,-0.000148388480909052,-0.000210200233964268,-0.000289326073847767,-0.000387146303997471,-0.00050383472831631,-0.00063795479171229,-0.00078615154656871,-0.000943013839503003,-0.00110084372568277,-0.00124893299059221,-0.00137753115024598,-0.0014776090604162,-0.00154180187243486,-0.00156525650702245,-0.0015461977095773,-0.00148613175880448,-0.00138966052333056,-0.00126393484448802,-0.00111782779120348,-0.000960948237183155,-0.000803150758870603,-0.00065347378280485,-0.000517551182244008,-0.000398904218028049,-0.000299107351337279,-0.000218095495827048,-0.000154568138362017,-0.000106420088664326,-7.11422457399317e-05,-4.61533240996747e-05,-2.90421412106392e-05,-1.77172258030401e-05,-1.07187084824533e-05,-6.31663843526926e-06,-3.61655368048036e-06,-2.01011339602206e-06,-1.08377400113408e-06,-5.66442462997295e-07,-2.86821521265741e-07,-1.40630835974981e-07,-6.67373757505229e-08,-3.06418322647461e-08,-1.36076185593291e-08,-5.9303014351343e-09,-2.64141554005552e-09,-1.13581563910169e-09,-4.71330038639626e-10,-1.88705720865618e-10,-7.2883528708053e-11,-2.71539102722987e-11,-9.75869072710739e-12,-3.38315155411389e-12,-1.13147944646038e-12,-3.65079545414666e-13,-1.13661580858938e-13,-3.6673784469197e-14,-1.21225147333005e-14,-3.8132187660255e-15,-1.14805191076017e-15,-3.30135471535038e-16,-9.07325377504736e-17,-2.54045252386693e-17,-6.7791796615329e-18,-0,-1.44933642143933e-18,-6.84676753042761e-18,-0,-0,-0,-0,-0,-0,-1.59320350171117e-18,-1.81937826572352e-18,-2.25853721275858e-18,-5.03732725554953e-18,-0,-2.59889136805349e-19,-3.2348451709239e-18,-2.95411829870268e-19,-4.6981341714487e-17,-1.9810025881422e-16,-7.39332109807388e-16,-2.65803279290379e-15,-9.28290289720008e-15,-3.12336084512856e-14,-1.00917532593266e-13,-3.1270575537294e-13,-9.27915026193438e-13,-2.6318580525437e-12,-7.44526393015971e-12,-2.20173869158461e-11,-6.28637983144708e-11,-1.73295648320361e-10,-4.61257650023773e-10,-1.18550058243901e-09,-2.94250756523927e-09,-7.05463979161983e-09,-1.63415718246113e-08,-3.65881919376324e-08,-7.92209362946546e-08,-1.65990979239722e-07,-3.489946037448e-07,-7.24774062102368e-07,-1.45675584030513e-06,-2.83485865695152e-06,-5.34346963533402e-06,-9.76060908851785e-06,-1.72875701987046e-05,-2.9707216719082e-05,-4.9562146756556e-05,-8.03345766815969e-05,-0.000126598507825826,-0.000194102243065472,-0.000293287876113245,-0.000430399776730411,-0.000612969857954165,-0.000847638469775354,-0.00113867706721191,-0.00148666706835373,-0.0018872843123801,-0.00233040894274489,-0.00279978053561687,-0.00327338233195863,-0.00372466499031712,-0.00412285428626289,-0.00443097880823489,-0.00463063886147624,-0.00470699130163287,-0.0046546951075745,-0.00447843430020166,-0.00419223122624071,-0.00381768845574306,-0.00338144301839086,-0.0029122115711931,-0.00243784117727252,-0.00198275462415696,-0.00156872607025296,-0.0012095798712357,-0.000907774169782895,-0.000662865377326958,-0.000470746185325334,-0.000324970245637329,-0.000217951259218767,-0.000141935242878964,-8.97002126332829e-05,-5.49837887086977e-05],\"x\":[0,0.0608376396225869,0.121675279245174,0.182512918867761,0.243350558490348,0.304188198112935,0.365025837735522,0.425863477358109,0.486701116980695,0.547538756603282,0.608376396225869,0.669214035848456,0.730051675471043,0.79088931509363,0.851726954716217,0.912564594338804,0.973402233961391,1.03423987358398,1.09507751320656,1.15591515282915,1.21675279245174,1.27759043207433,1.33842807169691,1.3992657113195,1.46010335094209,1.52094099056467,1.58177863018726,1.64261626980985,1.70345390943243,1.76429154905502,1.82512918867761,1.88596682830019,1.94680446792278,2.00764210754537,2.06847974716796,2.12931738679054,2.19015502641313,2.25099266603572,2.3118303056583,2.37266794528089,2.43350558490348,2.49434322452606,2.55518086414865,2.61601850377124,2.67685614339383,2.73769378301641,2.798531422639,2.85936906226159,2.92020670188417,2.98104434150676,3.04188198112935,3.10271962075193,3.16355726037452,3.22439489999711,3.28523253961969,3.34607017924228,3.40690781886487,3.46774545848745,3.52858309811004,3.58942073773263,3.65025837735522,3.7110960169778,3.77193365660039,3.83277129622298,3.89360893584556,3.95444657546815,4.01528421509074,4.07612185471332,4.13695949433591,4.1977971339585,4.25863477358109,4.31947241320367,4.38031005282626,4.44114769244885,4.50198533207143,4.56282297169402,4.62366061131661,4.68449825093919,4.74533589056178,4.80617353018437,4.86701116980695,4.92784880942954,4.98868644905213,5.04952408867472,5.1103617282973,5.17119936791989,5.23203700754248,5.29287464716506,5.35371228678765,5.41454992641024,5.47538756603282,5.53622520565541,5.597062845278,5.65790048490058,5.71873812452317,5.77957576414576,5.84041340376835,5.90125104339093,5.96208868301352,6.02292632263611,6.08376396225869,6.14460160188128,6.20543924150387,6.26627688112645,6.32711452074904,6.38795216037163,6.44878979999421,6.5096274396168,6.57046507923939,6.63130271886198,6.69214035848456,6.75297799810715,6.81381563772974,6.87465327735232,6.93549091697491,6.9963285565975,7.05716619622008,7.11800383584267,7.17884147546526,7.23967911508784,7.30051675471043,7.36135439433302,7.42219203395561,7.48302967357819,7.54386731320078,7.60470495282337,7.66554259244595,7.72638023206854,7.78721787169113,7.84805551131371,7.9088931509363,7.96973079055889,8.03056843018148,8.09140606980406,8.15224370942665,8.21308134904924,8.27391898867182,8.33475662829441,8.395594267917,8.45643190753958,8.51726954716217,8.57810718678476,8.63894482640734,8.69978246602993,8.76062010565252,8.8214577452751,8.88229538489769,8.94313302452028,9.00397066414287,9.06480830376545,9.12564594338804,9.18648358301063,9.24732122263321,9.3081588622558,9.36899650187839,9.42983414150097,9.49067178112356,9.55150942074615,9.61234706036874,9.67318469999132,9.73402233961391,9.7948599792365,9.85569761885908,9.91653525848167,9.97737289810426,10.0382105377268,10.0990481773494,10.159885816972,10.2207234565946,10.2815610962172,10.3423987358398,10.4032363754624,10.464074015085,10.5249116547075,10.5857492943301,10.6465869339527,10.7074245735753,10.7682622131979,10.8290998528205,10.8899374924431,10.9507751320656,11.0116127716882,11.0724504113108,11.1332880509334,11.194125690556,11.2549633301786,11.3158009698012,11.3766386094238,11.4374762490463,11.4983138886689,11.5591515282915,11.6199891679141,11.6808268075367,11.7416644471593,11.8025020867819,11.8633397264045,11.924177366027,11.9850150056496,12.0458526452722,12.1066902848948,12.1675279245174,12.22836556414,12.2892032037626,12.3500408433851,12.4108784830077,12.4717161226303,12.5325537622529,12.5933914018755,12.6542290414981,12.7150666811207,12.7759043207433,12.8367419603658,12.8975795999884,12.958417239611,13.0192548792336,13.0800925188562,13.1409301584788,13.2017677981014,13.262605437724,13.3234430773465,13.3842807169691,13.4451183565917,13.5059559962143,13.5667936358369,13.6276312754595,13.6884689150821,13.7493065547046,13.8101441943272,13.8709818339498,13.9318194735724,13.992657113195,14.0534947528176,14.1143323924402,14.1751700320628,14.2360076716853,14.2968453113079,14.3576829509305,14.4185205905531,14.4793582301757,14.5401958697983,14.6010335094209,14.6618711490435,14.722708788666,14.7835464282886,14.8443840679112,14.9052217075338,14.9660593471564,15.026896986779,15.0877346264016,15.1485722660241,15.2094099056467,15.2702475452693,15.3310851848919,15.3919228245145,15.4527604641371,15.5135981037597,15.5744357433823,15.6352733830048,15.6961110226274,15.75694866225,15.8177863018726,15.8786239414952,15.9394615811178,16.0002992207404,16.061136860363,16.1219744999855,16.1828121396081,16.2436497792307,16.3044874188533,16.3653250584759,16.4261626980985,16.4870003377211,16.5478379773436,16.6086756169662,16.6695132565888,16.7303508962114,16.791188535834,16.8520261754566,16.9128638150792,16.9737014547018,17.0345390943243,17.0953767339469,17.1562143735695,17.2170520131921,17.2778896528147,17.3387272924373,17.3995649320599,17.4604025716825,17.521240211305,17.5820778509276,17.6429154905502,17.7037531301728,17.7645907697954,17.825428409418,17.8862660490406,17.9471036886631,18.0079413282857,18.0687789679083,18.1296166075309,18.1904542471535,18.2512918867761,18.3121295263987,18.3729671660213,18.4338048056438,18.4946424452664,18.555480084889,18.6163177245116,18.6771553641342,18.7379930037568,18.7988306433794,18.8596682830019,18.9205059226245,18.9813435622471,19.0421812018697,19.1030188414923,19.1638564811149,19.2246941207375,19.2855317603601,19.3463693999826,19.4072070396052,19.4680446792278,19.5288823188504,19.589719958473,19.6505575980956,19.7113952377182,19.7722328773408,19.8330705169633,19.8939081565859,19.9547457962085,20.0155834358311,20.0764210754537,20.1372587150763,20.1980963546989,20.2589339943214,20.319771633944,20.3806092735666,20.4414469131892,20.5022845528118,20.5631221924344,20.623959832057,20.6847974716796,20.7456351113021,20.8064727509247,20.8673103905473,20.9281480301699,20.9889856697925,21.0498233094151,21.1106609490377,21.1714985886603,21.2323362282828,21.2931738679054,21.354011507528,21.4148491471506,21.4756867867732,21.5365244263958,21.5973620660184,21.6581997056409,21.7190373452635,21.7798749848861,21.8407126245087,21.9015502641313,21.9623879037539,22.0232255433765,22.0840631829991,22.1449008226216,22.2057384622442,22.2665761018668,22.3274137414894,22.388251381112,22.4490890207346,22.5099266603572,22.5707642999798,22.6316019396023,22.6924395792249,22.7532772188475,22.8141148584701,22.8749524980927,22.9357901377153,22.9966277773379,23.0574654169604,23.118303056583,23.1791406962056,23.2399783358282,23.3008159754508,23.3616536150734,23.422491254696,23.4833288943186,23.5441665339411,23.6050041735637,23.6658418131863,23.7266794528089,23.7875170924315,23.8483547320541,23.9091923716767,23.9700300112993,24.0308676509218,24.0917052905444,24.152542930167,24.2133805697896,24.2742182094122,24.3350558490348,24.3958934886574,24.4567311282799,24.5175687679025,24.5784064075251,24.6392440471477,24.7000816867703,24.7609193263929,24.8217569660155,24.8825946056381,24.9434322452606,25.0042698848832,25.0651075245058,25.1259451641284,25.186782803751,25.2476204433736,25.3084580829962,25.3692957226188,25.4301333622413,25.4909710018639,25.5518086414865,25.6126462811091,25.6734839207317,25.7343215603543,25.7951591999769,25.8559968395994,25.916834479222,25.9776721188446,26.0385097584672,26.0993473980898,26.1601850377124,26.221022677335,26.2818603169576,26.3426979565801,26.4035355962027,26.4643732358253,26.5252108754479,26.5860485150705,26.6468861546931,26.7077237943157,26.7685614339382,26.8293990735608,26.8902367131834,26.951074352806,27.0119119924286,27.0727496320512,27.1335872716738,27.1944249112964,27.2552625509189,27.3161001905415,27.3769378301641,27.4377754697867,27.4986131094093,27.5594507490319,27.6202883886545,27.6811260282771,27.7419636678996,27.8028013075222,27.8636389471448,27.9244765867674,27.98531422639,28.0461518660126,28.1069895056352,28.1678271452577,28.2286647848803,28.2895024245029,28.3503400641255,28.4111777037481,28.4720153433707,28.5328529829933,28.5936906226159,28.6545282622384,28.715365901861,28.7762035414836,28.8370411811062,28.8978788207288,28.9587164603514,29.019554099974,29.0803917395966,29.1412293792191,29.2020670188417,29.2629046584643,29.3237422980869,29.3845799377095,29.4454175773321,29.5062552169547,29.5670928565773,29.6279304961998,29.6887681358224,29.749605775445,29.8104434150676,29.8712810546902,29.9321186943128,29.9929563339354,30.0537939735579,30.1146316131805,30.1754692528031,30.2363068924257,30.2971445320483,30.3579821716709,30.4188198112935,30.4796574509161,30.5404950905386,30.6013327301612,30.6621703697838,30.7230080094064,30.783845649029,30.8446832886516,30.9055209282742,30.9663585678967,31.0271962075193,31.0880338471419],\"fill\":\"tozeroy\",\"fillcolor\":[\"#5C9AD3\",\"#5C9AD3\"],\"hoverinfo\":\"none\",\"line\":{\"shape\":\"spline\",\"width\":0},\"mode\":\"lines\",\"name\":\"Hours spent watching<br>TV - weekdays\",\"type\":\"scatter\",\"xaxis\":\"y\",\"yaxis\":\"y3\"},\"73561b754cd1.8\":{\"alpha\":1,\"sizes\":[10,100],\"x\":[0,30],\"y\":[0,0],\"line\":{\"width\":1.5,\"color\":\"#000000\"},\"name\":\"Range\",\"hoverinfo\":\"name+x\",\"mode\":\"lines\",\"type\":\"scatter\",\"xaxis\":\"y\",\"yaxis\":\"y3\"},\"73561b754cd1.9\":{\"alpha\":1,\"sizes\":[10,100],\"x\":[0.33982683982684,2.15168539325843],\"y\":[0,0],\"line\":{\"width\":8,\"color\":\"#000000\"},\"name\":\"Quartiles\",\"hoverinfo\":\"name+x\",\"mode\":\"lines\",\"type\":\"scatter\",\"xaxis\":\"y\",\"yaxis\":\"y3\"},\"73561b754cd1.10\":{\"alpha\":1,\"sizes\":[10,100],\"x\":[1.12021857923497,1.12021857923497],\"y\":[-0.0744437299502962,0.0744437299502962],\"line\":{\"width\":4,\"color\":\"#000000\"},\"name\":\"Median\",\"hoverinfo\":\"name+x\",\"mode\":\"lines\",\"type\":\"scatter\",\"xaxis\":\"y\",\"yaxis\":\"y3\"},\"73561b754cd1.11\":{\"alpha\":1,\"sizes\":[10,100],\"x\":2.15208034433285,\"y\":0,\"marker\":{\"color\":\"#FFFFFF\",\"symbol\":\"square\"},\"name\":\"Mean\",\"hoverinfo\":\"name+x\",\"mode\":\"markers\",\"type\":\"scatter\",\"xaxis\":\"y\",\"yaxis\":\"y3\"}},\"layout\":{\"margin\":{\"b\":50,\"l\":80,\"t\":30,\"r\":40,\"pad\":0},\"autosize\":true,\"font\":{\"size\":11},\"hovermode\":\"closest\",\"showlegend\":false,\"title\":\"\",\"titlefont\":{\"family\":[],\"size\":[],\"color\":[]},\"yaxis\":{\"domain\":[0,0.5],\"autorange\":true,\"showgrid\":false,\"showticklabels\":false,\"ticks\":\"\",\"title\":\"Hours spent making<br>personal calls -<br>weekdays\",\"titlefont\":{\"family\":\"Arial\",\"size\":10,\"color\":\"#2C2C2C\"},\"type\":\"linear\",\"zeroline\":false},\"yaxis3\":{\"autorange\":true,\"domain\":[0.5,1],\"showgrid\":false,\"showticklabels\":false,\"ticks\":\"\",\"title\":\"Hours spent watching<br>TV - weekdays\",\"titlefont\":{\"family\":\"Arial\",\"size\":10,\"color\":\"#2C2C2C\"},\"type\":\"linear\",\"zeroline\":false},\"xaxis\":{\"domain\":[0,1],\"title\":\"\",\"side\":\"left\",\"type\":\"numeric\",\"titlefont\":{\"family\":\"Arial\",\"size\":12,\"color\":\"#2C2C2C\"},\"tickfont\":{\"family\":\"Arial\",\"size\":10,\"color\":\"#2C2C2C\"},\"showline\":false,\"linecolor\":\"#000000\",\"linewidth\":[],\"showgrid\":true,\"gridwidth\":1,\"gridcolor\":\"#E1E1E1\",\"tickmode\":\"auto\",\"tickvals\":[],\"ticktext\":[],\"ticks\":\"\",\"tickangle\":[],\"ticklen\":5,\"tickcolor\":\"#000000\",\"dtick\":[],\"tickformat\":\"\",\"tickprefix\":\"\",\"ticksuffix\":\"\",\"hoverformat\":\"\",\"layer\":\"below traces\",\"autorange\":true,\"range\":[],\"rangemode\":\"normal\",\"zeroline\":false,\"zerolinewidth\":0,\"zerolinecolor\":\"#2C2C2C\",\"showexponent\":\"all\",\"showtickprefix\":true,\"showticksuffix\":true,\"showticklabels\":true},\"plot_bgcolor\":\"rgba(255,255,255,0)\",\"paper_bgcolor\":\"rgba(255,255,255,0)\"},\"source\":\"A\",\"config\":{\"modeBarButtonsToAdd\":[{\"name\":\"Collaborate\",\"icon\":{\"width\":1000,\"ascent\":500,\"descent\":-50,\"path\":\"M487 375c7-10 9-23 5-36l-79-259c-3-12-11-23-22-31-11-8-22-12-35-12l-263 0c-15 0-29 5-43 15-13 10-23 23-28 37-5 13-5 25-1 37 0 0 0 3 1 7 1 5 1 8 1 11 0 2 0 4-1 6 0 3-1 5-1 6 1 2 2 4 3 6 1 2 2 4 4 6 2 3 4 5 5 7 5 7 9 16 13 26 4 10 7 19 9 26 0 2 0 5 0 9-1 4-1 6 0 8 0 2 2 5 4 8 3 3 5 5 5 7 4 6 8 15 12 26 4 11 7 19 7 26 1 1 0 4 0 9-1 4-1 7 0 8 1 2 3 5 6 8 4 4 6 6 6 7 4 5 8 13 13 24 4 11 7 20 7 28 1 1 0 4 0 7-1 3-1 6-1 7 0 2 1 4 3 6 1 1 3 4 5 6 2 3 3 5 5 6 1 2 3 5 4 9 2 3 3 7 5 10 1 3 2 6 4 10 2 4 4 7 6 9 2 3 4 5 7 7 3 2 7 3 11 3 3 0 8 0 13-1l0-1c7 2 12 2 14 2l218 0c14 0 25-5 32-16 8-10 10-23 6-37l-79-259c-7-22-13-37-20-43-7-7-19-10-37-10l-248 0c-5 0-9-2-11-5-2-3-2-7 0-12 4-13 18-20 41-20l264 0c5 0 10 2 16 5 5 3 8 6 10 11l85 282c2 5 2 10 2 17 7-3 13-7 17-13z m-304 0c-1-3-1-5 0-7 1-1 3-2 6-2l174 0c2 0 4 1 7 2 2 2 4 4 5 7l6 18c0 3 0 5-1 7-1 1-3 2-6 2l-173 0c-3 0-5-1-8-2-2-2-4-4-4-7z m-24-73c-1-3-1-5 0-7 2-2 3-2 6-2l174 0c2 0 5 0 7 2 3 2 4 4 5 7l6 18c1 2 0 5-1 6-1 2-3 3-5 3l-174 0c-3 0-5-1-7-3-3-1-4-4-5-6z\"},\"click\":\"function(gd) { \\n // is this being viewed in RStudio?\\n if (location.search == '?viewer_pane=1') {\\n alert('To learn about plotly for collaboration, visit:\\\\n https://cpsievert.github.io/plotly_book/plot-ly-for-collaboration.html');\\n } else {\\n window.open('https://cpsievert.github.io/plotly_book/plot-ly-for-collaboration.html', '_blank');\\n }\\n }\"}],\"cloud\":false,\"displayModeBar\":false},\"data\":[{\"y\":[1.69731537295924,1.69387484495469,1.68529329687437,1.67173400217176,1.65329071555684,1.62955254455128,1.60017285148565,1.56661125509152,1.52910154715936,1.48788994653664,1.44251864654018,1.39393058790622,1.34285684920188,1.28960940659745,1.23449326157864,1.17753439027463,1.11972874491903,1.06137746731084,1.00277532809438,0.944285961964607,0.886442432521604,0.829450740363659,0.773528279169491,0.718881295426553,0.666197151246167,0.615474502636921,0.566672346947565,0.51989434748947,0.475304933084648,0.433700220351401,0.394368409158302,0.357321518687453,0.322562992409199,0.290459274407812,0.261053240902254,0.233814912635733,0.208690548928344,0.185621946621353,0.165100607397271,0.146560373643704,0.129774053398657,0.114664170489627,0.101237103137856,0.0897458296201374,0.0796063408799344,0.0707465065800252,0.0630959358942301,0.0567822270705525,0.0516809322104962,0.0475294064857653,0.0442760412595468,0.041871597203723,0.0405047488355503,0.0398962208934209,0.0399733104202956,0.0407054933718788,0.0421125333207319,0.044276763881399,0.0469946375540549,0.0502472270371646,0.054016287866483,0.0583857529506612,0.0632969630620495,0.0686535595158619,0.0744379982508097,0.0806322938826169,0.0873389077024338,0.0943983346545125,0.101775482683544,0.109444089164663,0.117399074745302,0.125618203132961,0.133995166356769,0.14249230859974,0.15107073420891,0.159678904492687,0.168234147302133,0.176686894100018,0.184990486857645,0.193097765589877,0.20082960122593,0.20821229446949,0.215200578804014,0.221749698331611,0.227741860778981,0.23304184726006,0.237736519144571,0.24179447276846,0.245186484201948,0.247690613047113,0.249384565953859,0.250336677393149,0.250540413817941,0.249974678390139,0.24839901565572,0.246095597028197,0.243082425056546,0.239380071614296,0.234915776556029,0.22970846728996,0.223940727063125,0.217651441169852,0.210881011159318,0.203570914482644,0.19588656579045,0.187910668430857,0.179689940897389,0.171265426033274,0.162680850908105,0.154043790080825,0.145396338947067,0.136779418202805,0.128257944250043,0.11990039983624,0.111720748843448,0.103746929328503,0.096005159176292,0.088613117956723,0.0815329440905169,0.0747612967323834,0.068309414337393,0.062211694500812,0.0565554522805946,0.0512401424560084,0.0462647615825871,0.0416272176124228,0.0373912387167856,0.0335327478707904,0.0299867357026905,0.026744467064065,0.0237967381208485,0.021223541852834,0.0189220708620083,0.0168717565746962,0.0150621723424986,0.0135038857748664,0.0122181137248628,0.0111319596615934,0.0102369080601722,0.00952478102853917,0.00902547068595873,0.00871183892980141,0.00855342023906737,0.00854518959403127,0.00868247671129008,0.0090103296759583,0.009474014025685,0.0100694658460047,0.0107943171821442,0.0116616882007991,0.0126844869757034,0.0138286344698961,0.0150922428355652,0.0164733403360821,0.0179982601320745,0.0196464006999179,0.0214004983822422,0.0232567046540341,0.0252121125343324,0.0272897368993282,0.0294472000272725,0.0316772791266972,0.0339723138111436,0.0363300444003168,0.0387361922881288,0.0411673243161453,0.0436122187733714,0.0460593080653397,0.0484863709336087,0.0508736953446005,0.0532094621041443,0.0554803431936351,0.0576690144120196,0.0597231484238805,0.0616569221825549,0.0634581098107606,0.0651148489053438,0.0665852693477274,0.0678450872265704,0.0689188152063363,0.0697991956772125,0.0704796564318472,0.0708890614999692,0.0710716076154121,0.0710412672534515,0.0707982570173407,0.0703304293912787,0.0695919548321573,0.068655482875674,0.0675279503713451,0.0662169614177616,0.06469999573975,0.0629996416531736,0.0611585213681368,0.059188644148874,0.0571023529722263,0.0548873307295028,0.0525935981270954,0.0502388167572481,0.047836158428184,0.0453976039066328,0.0429426062293236,0.0404922284933699,0.038057568085586,0.0356493351533923,0.0332899412549939,0.0309929294668828,0.0287593607615191,0.0265959686593654,0.0245089918572553,0.0225365080437041,0.0206562871046582,0.0188692109161954,0.0171774587485609,0.0155939624727656,0.0141345217164698,0.0127728790879314,0.0115082175173189,0.0103394710572766,0.00928781516794174,0.00833856724151353,0.0074772432939487,0.00670148006293227,0.00600921307724111,0.00542556946861413,0.0049170696648879,0.00448137012109902,0.00411620196895891,0.00382837511221128,0.00362088494783235,0.00347598423944717,0.00339228513713941,0.00336851902953241,0.00341921468810926,0.00353322817651583,0.00370403157970342,0.00393130166797896,0.00421647390686127,0.00457737193487372,0.00499453183953589,0.00546806048247199,0.00599805442420899,0.00659388475085236,0.00725829190756111,0.00797885114857235,0.00875510375837658,0.00958646839159094,0.0104876603352508,0.0114445846495464,0.0124510412194413,0.0135048891537939,0.0146059550930477,0.0157598677638147,0.0169481936211513,0.0181667329946836,0.0194110466545986,0.0206784688344847,0.0219586153097727,0.0232417169428031,0.0245215354918211,0.025791673598302,0.0270355280235428,0.0282467216752737,0.0294193479637889,0.030546452061537,0.0316159757418789,0.0326022489293883,0.0335150209904375,0.0343483985455327,0.0350967269025663,0.0357333582510609,0.0362546771480406,0.0366725171452393,0.0369840271149674,0.0371867443878262,0.0372396792104409,0.0371776128912591,0.0370046122083678,0.0367218683943341,0.0363202081333733,0.0357872527726656,0.0351566386550714,0.0344328631396311,0.033620734600362,0.0327083684412571,0.0317148381606158,0.0306579584189918,0.0295443846852435,0.0283808947369002,0.0271641009957527,0.0259195474744111,0.0246542385173737,0.0233748948357668,0.0220886602633355,0.0208072420927133,0.0195376897520638,0.0182852913898939,0.0170551097617799,0.0158612387069929,0.0147064019324864,0.0135904703339813,0.0125163342344265,0.0114875954381077,0.0105235833482412,0.00960940904483921,0.00874591408792009,0.00793374449124814,0.00718131577245968,0.00649198813370306,0.00585361704852593,0.00526553104009034,0.00472695706020353,0.00425040346174263,0.00382432088642615,0.00344323747705715,0.00310596692566342,0.00281315579817516,0.00257454504007273,0.00237494429313546,0.00221338216217387,0.00208894153731118,0.00200704770488128,0.00196710712648287,0.00196153021616055,0.00198994935686036,0.00205206231500992,0.00215813776819423,0.00229978118515796,0.0024749615483469,0.00268381948762463,0.00292894175377812,0.00321885146944954,0.00354334898305375,0.0039026203979761,0.00429681915934726,0.00473322819309626,0.00521062431644478,0.00572260800775301,0.00626874375775377,0.00684849520235575,0.00747157873507254,0.00812636657522342,0.00881005809745951,0.00952096150428192,0.0102592657697814,0.0110249027978969,0.0118079077383905,0.0126052426661186,0.0134137231727791,0.0142300810079171,0.0150468049806316,0.015858822882131,0.0166619476288641,0.017451912864727,0.0182144234342235,0.018949284810072,0.0196523853226809,0.0203193884073606,0.0209402611556794,0.0215012213366209,0.0220093354113706,0.0224612581302186,0.0228538253532245,0.0231670328205038,0.0234052311962509,0.0235747876788169,0.0236745348679633,0.0237027867703179,0.0236339118940483,0.0234947804218368,0.0232865588902273,0.0230106703257738,0.0226598669556103,0.0222332628590044,0.0217492663247445,0.0212112163219925,0.0206226218146297,0.0199764523062514,0.0192881469841172,0.0185664795812828,0.0178158200449957,0.0170399621929367,0.0162409902509736,0.0154315062208082,0.0146156781750733,0.0137975831276529,0.0129826722914427,0.0121780591424278,0.0113863161792318,0.0106104158311543,0.00985317462215234,0.00912504427022301,0.00842436046321568,0.00775103855285406,0.00710647127539192,0.00649380001825244,0.00592242103760843,0.00538305636831818,0.00487585244310217,0.00440083993212121,0.00396403973351946,0.00356426258718421,0.00319499630737172,0.002855523169583,0.00254506816028508,0.00227141231848945,0.00202516607477124,0.00180400085246369,0.00160692794717846,0.00143479456581239,0.00129032570851029,0.00116591487927218,0.00106069800068507,0.000973839686894515,0.000908100906057324,0.000861110884926663,0.000829560789293661,0.000812906601186217,0.000810639091612955,0.000826952160989648,0.000856723881399653,0.00089935170465049,0.000954573888518757,0.00102348525584909,0.00110761423057628,0.00120350536419527,0.00131098820528753,0.00142988970288614,0.00156269093243123,0.0017077386991795,0.00186327355428723,0.00202898855602641,0.00220456608474653,0.00239278466449569,0.00258937892232567,0.0027937464220323,0.00300524367934085,0.00322386095518819,0.00344863780106992,0.00367709838722156,0.00390824856801898,0.0041410577235366,0.00437396439588801,0.0046048619206378,0.00483250192841309,0.00505563476473736,0.0052727867672619,0.00547929624474674,0.00567596150175116,0.00586156525549439,0.00603491656488341,0.00619236867669396,0.00633110159362866,0.00645320489521113,0.00655785977892003,0.00664430687114974,0.00670598944929222,0.00674621321160988,0.00676634046715869,0.00676623025325068,0.00674478393555899,0.0066967497589012,0.00662920089801447,0.00654265481545926,0.00643769756338816,0.0063119904970521,0.0061670737553041,0.00600734051580905,0.00583385773162277,0.00564773218799526,0.00544727529717731,0.0052374377775742,0.00502010924365707,0.00479654981569196,0.00456780519378699,0.00433537285084548,0.00410186308931044,0.0038683964017586,0.00363606074673914,0.00340675443320067,0.00318209537496705,0.00296244287542588,0.00274852552805471,0.00254102485616338,0.00234333996929081,0.00215392472149329,0.00197285748315129,0.0018004112463375,0.00163773157544288,0.00148658336030504,0.00134448247613155,0.00121136764313192,0.00108714719141988,0.000973668629452127,0.000869733222871708,0.00077383832374602,0.000685704375995782,0.00060503750656552,0.00053390489545148,0.000469239532863347,0.000410645027487452,0.000357779021113195,0.0003109033035207,0.000270007569403944,0.000233437368037279,0.000200883398759239,0.000172043405991135,0.000147374128991258,0.000125923786093794,0.000107067316389915,9.0576060689242e-05,7.62619839404436e-05],\"x\":[0,0.0109069678326555,0.0218139356653109,0.0327209034979664,0.0436278713306219,0.0545348391632774,0.0654418069959328,0.0763487748285883,0.0872557426612438,0.0981627104938993,0.109069678326555,0.11997664615921,0.130883613991866,0.141790581824521,0.152697549657177,0.163604517489832,0.174511485322488,0.185418453155143,0.196325420987799,0.207232388820454,0.218139356653109,0.229046324485765,0.23995329231842,0.250860260151076,0.261767227983731,0.272674195816387,0.283581163649042,0.294488131481698,0.305395099314353,0.316302067147009,0.327209034979664,0.33811600281232,0.349022970644975,0.359929938477631,0.370836906310286,0.381743874142942,0.392650841975597,0.403557809808252,0.414464777640908,0.425371745473563,0.436278713306219,0.447185681138874,0.45809264897153,0.468999616804185,0.479906584636841,0.490813552469496,0.501720520302152,0.512627488134807,0.523534455967463,0.534441423800118,0.545348391632774,0.556255359465429,0.567162327298085,0.57806929513074,0.588976262963396,0.599883230796051,0.610790198628706,0.621697166461362,0.632604134294017,0.643511102126673,0.654418069959328,0.665325037791984,0.676232005624639,0.687138973457295,0.69804594128995,0.708952909122606,0.719859876955261,0.730766844787917,0.741673812620572,0.752580780453228,0.763487748285883,0.774394716118538,0.785301683951194,0.796208651783849,0.807115619616505,0.81802258744916,0.828929555281816,0.839836523114471,0.850743490947127,0.861650458779782,0.872557426612438,0.883464394445093,0.894371362277749,0.905278330110404,0.91618529794306,0.927092265775715,0.937999233608371,0.948906201441026,0.959813169273682,0.970720137106337,0.981627104938993,0.992534072771648,1.0034410406043,1.01434800843696,1.02525497626961,1.03616194410227,1.04706891193493,1.05797587976758,1.06888284760024,1.07978981543289,1.09069678326555,1.1016037510982,1.11251071893086,1.12341768676351,1.13432465459617,1.14523162242882,1.15613859026148,1.16704555809414,1.17795252592679,1.18885949375945,1.1997664615921,1.21067342942476,1.22158039725741,1.23248736509007,1.24339433292272,1.25430130075538,1.26520826858803,1.27611523642069,1.28702220425335,1.297929172086,1.30883613991866,1.31974310775131,1.33065007558397,1.34155704341662,1.35246401124928,1.36337097908193,1.37427794691459,1.38518491474725,1.3960918825799,1.40699885041256,1.41790581824521,1.42881278607787,1.43971975391052,1.45062672174318,1.46153368957583,1.47244065740849,1.48334762524114,1.4942545930738,1.50516156090646,1.51606852873911,1.52697549657177,1.53788246440442,1.54878943223708,1.55969640006973,1.57060336790239,1.58151033573504,1.5924173035677,1.60332427140035,1.61423123923301,1.62513820706567,1.63604517489832,1.64695214273098,1.65785911056363,1.66876607839629,1.67967304622894,1.6905800140616,1.70148698189425,1.71239394972691,1.72330091755956,1.73420788539222,1.74511485322488,1.75602182105753,1.76692878889019,1.77783575672284,1.7887427245555,1.79964969238815,1.81055666022081,1.82146362805346,1.83237059588612,1.84327756371877,1.85418453155143,1.86509149938409,1.87599846721674,1.8869054350494,1.89781240288205,1.90871937071471,1.91962633854736,1.93053330638002,1.94144027421267,1.95234724204533,1.96325420987799,1.97416117771064,1.9850681455433,1.99597511337595,2.00688208120861,2.01778904904126,2.02869601687392,2.03960298470657,2.05050995253923,2.06141692037188,2.07232388820454,2.0832308560372,2.09413782386985,2.10504479170251,2.11595175953516,2.12685872736782,2.13776569520047,2.14867266303313,2.15957963086578,2.17048659869844,2.18139356653109,2.19230053436375,2.20320750219641,2.21411447002906,2.22502143786172,2.23592840569437,2.24683537352703,2.25774234135968,2.26864930919234,2.27955627702499,2.29046324485765,2.3013702126903,2.31227718052296,2.32318414835562,2.33409111618827,2.34499808402093,2.35590505185358,2.36681201968624,2.37771898751889,2.38862595535155,2.3995329231842,2.41043989101686,2.42134685884951,2.43225382668217,2.44316079451483,2.45406776234748,2.46497473018014,2.47588169801279,2.48678866584545,2.4976956336781,2.50860260151076,2.51950956934341,2.53041653717607,2.54132350500873,2.55223047284138,2.56313744067404,2.57404440850669,2.58495137633935,2.595858344172,2.60676531200466,2.61767227983731,2.62857924766997,2.63948621550262,2.65039318333528,2.66130015116794,2.67220711900059,2.68311408683325,2.6940210546659,2.70492802249856,2.71583499033121,2.72674195816387,2.73764892599652,2.74855589382918,2.75946286166183,2.77036982949449,2.78127679732715,2.7921837651598,2.80309073299246,2.81399770082511,2.82490466865777,2.83581163649042,2.84671860432308,2.85762557215573,2.86853253998839,2.87943950782104,2.8903464756537,2.90125344348636,2.91216041131901,2.92306737915167,2.93397434698432,2.94488131481698,2.95578828264963,2.96669525048229,2.97760221831494,2.9885091861476,2.99941615398025,3.01032312181291,3.02123008964557,3.03213705747822,3.04304402531088,3.05395099314353,3.06485796097619,3.07576492880884,3.0866718966415,3.09757886447415,3.10848583230681,3.11939280013947,3.13029976797212,3.14120673580478,3.15211370363743,3.16302067147009,3.17392763930274,3.1848346071354,3.19574157496805,3.20664854280071,3.21755551063336,3.22846247846602,3.23936944629868,3.25027641413133,3.26118338196399,3.27209034979664,3.2829973176293,3.29390428546195,3.30481125329461,3.31571822112726,3.32662518895992,3.33753215679257,3.34843912462523,3.35934609245789,3.37025306029054,3.3811600281232,3.39206699595585,3.40297396378851,3.41388093162116,3.42478789945382,3.43569486728647,3.44660183511913,3.45750880295178,3.46841577078444,3.4793227386171,3.49022970644975,3.50113667428241,3.51204364211506,3.52295060994772,3.53385757778037,3.54476454561303,3.55567151344568,3.56657848127834,3.57748544911099,3.58839241694365,3.59929938477631,3.61020635260896,3.62111332044162,3.63202028827427,3.64292725610693,3.65383422393958,3.66474119177224,3.67564815960489,3.68655512743755,3.69746209527021,3.70836906310286,3.71927603093552,3.73018299876817,3.74108996660083,3.75199693443348,3.76290390226614,3.77381087009879,3.78471783793145,3.7956248057641,3.80653177359676,3.81743874142942,3.82834570926207,3.83925267709473,3.85015964492738,3.86106661276004,3.87197358059269,3.88288054842535,3.893787516258,3.90469448409066,3.91560145192331,3.92650841975597,3.93741538758863,3.94832235542128,3.95922932325394,3.97013629108659,3.98104325891925,3.9919502267519,4.00285719458456,4.01376416241721,4.02467113024987,4.03557809808252,4.04648506591518,4.05739203374784,4.06829900158049,4.07920596941315,4.0901129372458,4.10101990507846,4.11192687291111,4.12283384074377,4.13374080857642,4.14464777640908,4.15555474424174,4.16646171207439,4.17736867990705,4.1882756477397,4.19918261557236,4.21008958340501,4.22099655123767,4.23190351907032,4.24281048690298,4.25371745473563,4.26462442256829,4.27553139040095,4.2864383582336,4.29734532606626,4.30825229389891,4.31915926173157,4.33006622956422,4.34097319739688,4.35188016522953,4.36278713306219,4.37369410089484,4.3846010687275,4.39550803656016,4.40641500439281,4.41732197222547,4.42822894005812,4.43913590789078,4.45004287572343,4.46094984355609,4.47185681138874,4.4827637792214,4.49367074705405,4.50457771488671,4.51548468271937,4.52639165055202,4.53729861838468,4.54820558621733,4.55911255404999,4.57001952188264,4.5809264897153,4.59183345754795,4.60274042538061,4.61364739321326,4.62455436104592,4.63546132887858,4.64636829671123,4.65727526454389,4.66818223237654,4.6790892002092,4.68999616804185,4.70090313587451,4.71181010370716,4.72271707153982,4.73362403937247,4.74453100720513,4.75543797503779,4.76634494287044,4.7772519107031,4.78815887853575,4.79906584636841,4.80997281420106,4.82087978203372,4.83178674986637,4.84269371769903,4.85360068553168,4.86450765336434,4.875414621197,4.88632158902965,4.89722855686231,4.90813552469496,4.91904249252762,4.92994946036027,4.94085642819293,4.95176339602558,4.96267036385824,4.9735773316909,4.98448429952355,4.99539126735621,5.00629823518886,5.01720520302152,5.02811217085417,5.03901913868683,5.04992610651948,5.06083307435214,5.07174004218479,5.08264701001745,5.09355397785011,5.10446094568276,5.11536791351542,5.12627488134807,5.13718184918073,5.14808881701338,5.15899578484604,5.16990275267869,5.18080972051135,5.191716688344,5.20262365617666,5.21353062400932,5.22443759184197,5.23534455967463,5.24625152750728,5.25715849533994,5.26806546317259,5.27897243100525,5.2898793988379,5.30078636667056,5.31169333450322,5.32260030233587,5.33350727016853,5.34441423800118,5.35532120583384,5.36622817366649,5.37713514149915,5.3880421093318,5.39894907716446,5.40985604499711,5.42076301282977,5.43166998066243,5.44257694849508,5.45348391632774,5.46439088416039,5.47529785199305,5.4862048198257,5.49711178765836,5.50801875549101,5.51892572332367,5.52983269115632,5.54073965898898,5.55164662682164,5.56255359465429,5.57346056248695],\"fill\":\"tozeroy\",\"fillcolor\":\"#5C9AD3\",\"hoverinfo\":[\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\"],\"line\":{\"fillcolor\":\"rgba(31,119,180,1)\",\"color\":\"rgba(31,119,180,1)\",\"shape\":\"spline\",\"width\":0},\"mode\":\"lines\",\"name\":\"Hours spent making<br>personal calls -<br>weekdays\",\"type\":\"scatter\",\"xaxis\":\"y\",\"yaxis\":\"y\",\"frame\":null},{\"y\":[-1.69731537295924,-1.69387484495469,-1.68529329687437,-1.67173400217176,-1.65329071555684,-1.62955254455128,-1.60017285148565,-1.56661125509152,-1.52910154715936,-1.48788994653664,-1.44251864654018,-1.39393058790622,-1.34285684920188,-1.28960940659745,-1.23449326157864,-1.17753439027463,-1.11972874491903,-1.06137746731084,-1.00277532809438,-0.944285961964607,-0.886442432521604,-0.829450740363659,-0.773528279169491,-0.718881295426553,-0.666197151246167,-0.615474502636921,-0.566672346947565,-0.51989434748947,-0.475304933084648,-0.433700220351401,-0.394368409158302,-0.357321518687453,-0.322562992409199,-0.290459274407812,-0.261053240902254,-0.233814912635733,-0.208690548928344,-0.185621946621353,-0.165100607397271,-0.146560373643704,-0.129774053398657,-0.114664170489627,-0.101237103137856,-0.0897458296201374,-0.0796063408799344,-0.0707465065800252,-0.0630959358942301,-0.0567822270705525,-0.0516809322104962,-0.0475294064857653,-0.0442760412595468,-0.041871597203723,-0.0405047488355503,-0.0398962208934209,-0.0399733104202956,-0.0407054933718788,-0.0421125333207319,-0.044276763881399,-0.0469946375540549,-0.0502472270371646,-0.054016287866483,-0.0583857529506612,-0.0632969630620495,-0.0686535595158619,-0.0744379982508097,-0.0806322938826169,-0.0873389077024338,-0.0943983346545125,-0.101775482683544,-0.109444089164663,-0.117399074745302,-0.125618203132961,-0.133995166356769,-0.14249230859974,-0.15107073420891,-0.159678904492687,-0.168234147302133,-0.176686894100018,-0.184990486857645,-0.193097765589877,-0.20082960122593,-0.20821229446949,-0.215200578804014,-0.221749698331611,-0.227741860778981,-0.23304184726006,-0.237736519144571,-0.24179447276846,-0.245186484201948,-0.247690613047113,-0.249384565953859,-0.250336677393149,-0.250540413817941,-0.249974678390139,-0.24839901565572,-0.246095597028197,-0.243082425056546,-0.239380071614296,-0.234915776556029,-0.22970846728996,-0.223940727063125,-0.217651441169852,-0.210881011159318,-0.203570914482644,-0.19588656579045,-0.187910668430857,-0.179689940897389,-0.171265426033274,-0.162680850908105,-0.154043790080825,-0.145396338947067,-0.136779418202805,-0.128257944250043,-0.11990039983624,-0.111720748843448,-0.103746929328503,-0.096005159176292,-0.088613117956723,-0.0815329440905169,-0.0747612967323834,-0.068309414337393,-0.062211694500812,-0.0565554522805946,-0.0512401424560084,-0.0462647615825871,-0.0416272176124228,-0.0373912387167856,-0.0335327478707904,-0.0299867357026905,-0.026744467064065,-0.0237967381208485,-0.021223541852834,-0.0189220708620083,-0.0168717565746962,-0.0150621723424986,-0.0135038857748664,-0.0122181137248628,-0.0111319596615934,-0.0102369080601722,-0.00952478102853917,-0.00902547068595873,-0.00871183892980141,-0.00855342023906737,-0.00854518959403127,-0.00868247671129008,-0.0090103296759583,-0.009474014025685,-0.0100694658460047,-0.0107943171821442,-0.0116616882007991,-0.0126844869757034,-0.0138286344698961,-0.0150922428355652,-0.0164733403360821,-0.0179982601320745,-0.0196464006999179,-0.0214004983822422,-0.0232567046540341,-0.0252121125343324,-0.0272897368993282,-0.0294472000272725,-0.0316772791266972,-0.0339723138111436,-0.0363300444003168,-0.0387361922881288,-0.0411673243161453,-0.0436122187733714,-0.0460593080653397,-0.0484863709336087,-0.0508736953446005,-0.0532094621041443,-0.0554803431936351,-0.0576690144120196,-0.0597231484238805,-0.0616569221825549,-0.0634581098107606,-0.0651148489053438,-0.0665852693477274,-0.0678450872265704,-0.0689188152063363,-0.0697991956772125,-0.0704796564318472,-0.0708890614999692,-0.0710716076154121,-0.0710412672534515,-0.0707982570173407,-0.0703304293912787,-0.0695919548321573,-0.068655482875674,-0.0675279503713451,-0.0662169614177616,-0.06469999573975,-0.0629996416531736,-0.0611585213681368,-0.059188644148874,-0.0571023529722263,-0.0548873307295028,-0.0525935981270954,-0.0502388167572481,-0.047836158428184,-0.0453976039066328,-0.0429426062293236,-0.0404922284933699,-0.038057568085586,-0.0356493351533923,-0.0332899412549939,-0.0309929294668828,-0.0287593607615191,-0.0265959686593654,-0.0245089918572553,-0.0225365080437041,-0.0206562871046582,-0.0188692109161954,-0.0171774587485609,-0.0155939624727656,-0.0141345217164698,-0.0127728790879314,-0.0115082175173189,-0.0103394710572766,-0.00928781516794174,-0.00833856724151353,-0.0074772432939487,-0.00670148006293227,-0.00600921307724111,-0.00542556946861413,-0.0049170696648879,-0.00448137012109902,-0.00411620196895891,-0.00382837511221128,-0.00362088494783235,-0.00347598423944717,-0.00339228513713941,-0.00336851902953241,-0.00341921468810926,-0.00353322817651583,-0.00370403157970342,-0.00393130166797896,-0.00421647390686127,-0.00457737193487372,-0.00499453183953589,-0.00546806048247199,-0.00599805442420899,-0.00659388475085236,-0.00725829190756111,-0.00797885114857235,-0.00875510375837658,-0.00958646839159094,-0.0104876603352508,-0.0114445846495464,-0.0124510412194413,-0.0135048891537939,-0.0146059550930477,-0.0157598677638147,-0.0169481936211513,-0.0181667329946836,-0.0194110466545986,-0.0206784688344847,-0.0219586153097727,-0.0232417169428031,-0.0245215354918211,-0.025791673598302,-0.0270355280235428,-0.0282467216752737,-0.0294193479637889,-0.030546452061537,-0.0316159757418789,-0.0326022489293883,-0.0335150209904375,-0.0343483985455327,-0.0350967269025663,-0.0357333582510609,-0.0362546771480406,-0.0366725171452393,-0.0369840271149674,-0.0371867443878262,-0.0372396792104409,-0.0371776128912591,-0.0370046122083678,-0.0367218683943341,-0.0363202081333733,-0.0357872527726656,-0.0351566386550714,-0.0344328631396311,-0.033620734600362,-0.0327083684412571,-0.0317148381606158,-0.0306579584189918,-0.0295443846852435,-0.0283808947369002,-0.0271641009957527,-0.0259195474744111,-0.0246542385173737,-0.0233748948357668,-0.0220886602633355,-0.0208072420927133,-0.0195376897520638,-0.0182852913898939,-0.0170551097617799,-0.0158612387069929,-0.0147064019324864,-0.0135904703339813,-0.0125163342344265,-0.0114875954381077,-0.0105235833482412,-0.00960940904483921,-0.00874591408792009,-0.00793374449124814,-0.00718131577245968,-0.00649198813370306,-0.00585361704852593,-0.00526553104009034,-0.00472695706020353,-0.00425040346174263,-0.00382432088642615,-0.00344323747705715,-0.00310596692566342,-0.00281315579817516,-0.00257454504007273,-0.00237494429313546,-0.00221338216217387,-0.00208894153731118,-0.00200704770488128,-0.00196710712648287,-0.00196153021616055,-0.00198994935686036,-0.00205206231500992,-0.00215813776819423,-0.00229978118515796,-0.0024749615483469,-0.00268381948762463,-0.00292894175377812,-0.00321885146944954,-0.00354334898305375,-0.0039026203979761,-0.00429681915934726,-0.00473322819309626,-0.00521062431644478,-0.00572260800775301,-0.00626874375775377,-0.00684849520235575,-0.00747157873507254,-0.00812636657522342,-0.00881005809745951,-0.00952096150428192,-0.0102592657697814,-0.0110249027978969,-0.0118079077383905,-0.0126052426661186,-0.0134137231727791,-0.0142300810079171,-0.0150468049806316,-0.015858822882131,-0.0166619476288641,-0.017451912864727,-0.0182144234342235,-0.018949284810072,-0.0196523853226809,-0.0203193884073606,-0.0209402611556794,-0.0215012213366209,-0.0220093354113706,-0.0224612581302186,-0.0228538253532245,-0.0231670328205038,-0.0234052311962509,-0.0235747876788169,-0.0236745348679633,-0.0237027867703179,-0.0236339118940483,-0.0234947804218368,-0.0232865588902273,-0.0230106703257738,-0.0226598669556103,-0.0222332628590044,-0.0217492663247445,-0.0212112163219925,-0.0206226218146297,-0.0199764523062514,-0.0192881469841172,-0.0185664795812828,-0.0178158200449957,-0.0170399621929367,-0.0162409902509736,-0.0154315062208082,-0.0146156781750733,-0.0137975831276529,-0.0129826722914427,-0.0121780591424278,-0.0113863161792318,-0.0106104158311543,-0.00985317462215234,-0.00912504427022301,-0.00842436046321568,-0.00775103855285406,-0.00710647127539192,-0.00649380001825244,-0.00592242103760843,-0.00538305636831818,-0.00487585244310217,-0.00440083993212121,-0.00396403973351946,-0.00356426258718421,-0.00319499630737172,-0.002855523169583,-0.00254506816028508,-0.00227141231848945,-0.00202516607477124,-0.00180400085246369,-0.00160692794717846,-0.00143479456581239,-0.00129032570851029,-0.00116591487927218,-0.00106069800068507,-0.000973839686894515,-0.000908100906057324,-0.000861110884926663,-0.000829560789293661,-0.000812906601186217,-0.000810639091612955,-0.000826952160989648,-0.000856723881399653,-0.00089935170465049,-0.000954573888518757,-0.00102348525584909,-0.00110761423057628,-0.00120350536419527,-0.00131098820528753,-0.00142988970288614,-0.00156269093243123,-0.0017077386991795,-0.00186327355428723,-0.00202898855602641,-0.00220456608474653,-0.00239278466449569,-0.00258937892232567,-0.0027937464220323,-0.00300524367934085,-0.00322386095518819,-0.00344863780106992,-0.00367709838722156,-0.00390824856801898,-0.0041410577235366,-0.00437396439588801,-0.0046048619206378,-0.00483250192841309,-0.00505563476473736,-0.0052727867672619,-0.00547929624474674,-0.00567596150175116,-0.00586156525549439,-0.00603491656488341,-0.00619236867669396,-0.00633110159362866,-0.00645320489521113,-0.00655785977892003,-0.00664430687114974,-0.00670598944929222,-0.00674621321160988,-0.00676634046715869,-0.00676623025325068,-0.00674478393555899,-0.0066967497589012,-0.00662920089801447,-0.00654265481545926,-0.00643769756338816,-0.0063119904970521,-0.0061670737553041,-0.00600734051580905,-0.00583385773162277,-0.00564773218799526,-0.00544727529717731,-0.0052374377775742,-0.00502010924365707,-0.00479654981569196,-0.00456780519378699,-0.00433537285084548,-0.00410186308931044,-0.0038683964017586,-0.00363606074673914,-0.00340675443320067,-0.00318209537496705,-0.00296244287542588,-0.00274852552805471,-0.00254102485616338,-0.00234333996929081,-0.00215392472149329,-0.00197285748315129,-0.0018004112463375,-0.00163773157544288,-0.00148658336030504,-0.00134448247613155,-0.00121136764313192,-0.00108714719141988,-0.000973668629452127,-0.000869733222871708,-0.00077383832374602,-0.000685704375995782,-0.00060503750656552,-0.00053390489545148,-0.000469239532863347,-0.000410645027487452,-0.000357779021113195,-0.0003109033035207,-0.000270007569403944,-0.000233437368037279,-0.000200883398759239,-0.000172043405991135,-0.000147374128991258,-0.000125923786093794,-0.000107067316389915,-9.0576060689242e-05,-7.62619839404436e-05],\"x\":[0,0.0109069678326555,0.0218139356653109,0.0327209034979664,0.0436278713306219,0.0545348391632774,0.0654418069959328,0.0763487748285883,0.0872557426612438,0.0981627104938993,0.109069678326555,0.11997664615921,0.130883613991866,0.141790581824521,0.152697549657177,0.163604517489832,0.174511485322488,0.185418453155143,0.196325420987799,0.207232388820454,0.218139356653109,0.229046324485765,0.23995329231842,0.250860260151076,0.261767227983731,0.272674195816387,0.283581163649042,0.294488131481698,0.305395099314353,0.316302067147009,0.327209034979664,0.33811600281232,0.349022970644975,0.359929938477631,0.370836906310286,0.381743874142942,0.392650841975597,0.403557809808252,0.414464777640908,0.425371745473563,0.436278713306219,0.447185681138874,0.45809264897153,0.468999616804185,0.479906584636841,0.490813552469496,0.501720520302152,0.512627488134807,0.523534455967463,0.534441423800118,0.545348391632774,0.556255359465429,0.567162327298085,0.57806929513074,0.588976262963396,0.599883230796051,0.610790198628706,0.621697166461362,0.632604134294017,0.643511102126673,0.654418069959328,0.665325037791984,0.676232005624639,0.687138973457295,0.69804594128995,0.708952909122606,0.719859876955261,0.730766844787917,0.741673812620572,0.752580780453228,0.763487748285883,0.774394716118538,0.785301683951194,0.796208651783849,0.807115619616505,0.81802258744916,0.828929555281816,0.839836523114471,0.850743490947127,0.861650458779782,0.872557426612438,0.883464394445093,0.894371362277749,0.905278330110404,0.91618529794306,0.927092265775715,0.937999233608371,0.948906201441026,0.959813169273682,0.970720137106337,0.981627104938993,0.992534072771648,1.0034410406043,1.01434800843696,1.02525497626961,1.03616194410227,1.04706891193493,1.05797587976758,1.06888284760024,1.07978981543289,1.09069678326555,1.1016037510982,1.11251071893086,1.12341768676351,1.13432465459617,1.14523162242882,1.15613859026148,1.16704555809414,1.17795252592679,1.18885949375945,1.1997664615921,1.21067342942476,1.22158039725741,1.23248736509007,1.24339433292272,1.25430130075538,1.26520826858803,1.27611523642069,1.28702220425335,1.297929172086,1.30883613991866,1.31974310775131,1.33065007558397,1.34155704341662,1.35246401124928,1.36337097908193,1.37427794691459,1.38518491474725,1.3960918825799,1.40699885041256,1.41790581824521,1.42881278607787,1.43971975391052,1.45062672174318,1.46153368957583,1.47244065740849,1.48334762524114,1.4942545930738,1.50516156090646,1.51606852873911,1.52697549657177,1.53788246440442,1.54878943223708,1.55969640006973,1.57060336790239,1.58151033573504,1.5924173035677,1.60332427140035,1.61423123923301,1.62513820706567,1.63604517489832,1.64695214273098,1.65785911056363,1.66876607839629,1.67967304622894,1.6905800140616,1.70148698189425,1.71239394972691,1.72330091755956,1.73420788539222,1.74511485322488,1.75602182105753,1.76692878889019,1.77783575672284,1.7887427245555,1.79964969238815,1.81055666022081,1.82146362805346,1.83237059588612,1.84327756371877,1.85418453155143,1.86509149938409,1.87599846721674,1.8869054350494,1.89781240288205,1.90871937071471,1.91962633854736,1.93053330638002,1.94144027421267,1.95234724204533,1.96325420987799,1.97416117771064,1.9850681455433,1.99597511337595,2.00688208120861,2.01778904904126,2.02869601687392,2.03960298470657,2.05050995253923,2.06141692037188,2.07232388820454,2.0832308560372,2.09413782386985,2.10504479170251,2.11595175953516,2.12685872736782,2.13776569520047,2.14867266303313,2.15957963086578,2.17048659869844,2.18139356653109,2.19230053436375,2.20320750219641,2.21411447002906,2.22502143786172,2.23592840569437,2.24683537352703,2.25774234135968,2.26864930919234,2.27955627702499,2.29046324485765,2.3013702126903,2.31227718052296,2.32318414835562,2.33409111618827,2.34499808402093,2.35590505185358,2.36681201968624,2.37771898751889,2.38862595535155,2.3995329231842,2.41043989101686,2.42134685884951,2.43225382668217,2.44316079451483,2.45406776234748,2.46497473018014,2.47588169801279,2.48678866584545,2.4976956336781,2.50860260151076,2.51950956934341,2.53041653717607,2.54132350500873,2.55223047284138,2.56313744067404,2.57404440850669,2.58495137633935,2.595858344172,2.60676531200466,2.61767227983731,2.62857924766997,2.63948621550262,2.65039318333528,2.66130015116794,2.67220711900059,2.68311408683325,2.6940210546659,2.70492802249856,2.71583499033121,2.72674195816387,2.73764892599652,2.74855589382918,2.75946286166183,2.77036982949449,2.78127679732715,2.7921837651598,2.80309073299246,2.81399770082511,2.82490466865777,2.83581163649042,2.84671860432308,2.85762557215573,2.86853253998839,2.87943950782104,2.8903464756537,2.90125344348636,2.91216041131901,2.92306737915167,2.93397434698432,2.94488131481698,2.95578828264963,2.96669525048229,2.97760221831494,2.9885091861476,2.99941615398025,3.01032312181291,3.02123008964557,3.03213705747822,3.04304402531088,3.05395099314353,3.06485796097619,3.07576492880884,3.0866718966415,3.09757886447415,3.10848583230681,3.11939280013947,3.13029976797212,3.14120673580478,3.15211370363743,3.16302067147009,3.17392763930274,3.1848346071354,3.19574157496805,3.20664854280071,3.21755551063336,3.22846247846602,3.23936944629868,3.25027641413133,3.26118338196399,3.27209034979664,3.2829973176293,3.29390428546195,3.30481125329461,3.31571822112726,3.32662518895992,3.33753215679257,3.34843912462523,3.35934609245789,3.37025306029054,3.3811600281232,3.39206699595585,3.40297396378851,3.41388093162116,3.42478789945382,3.43569486728647,3.44660183511913,3.45750880295178,3.46841577078444,3.4793227386171,3.49022970644975,3.50113667428241,3.51204364211506,3.52295060994772,3.53385757778037,3.54476454561303,3.55567151344568,3.56657848127834,3.57748544911099,3.58839241694365,3.59929938477631,3.61020635260896,3.62111332044162,3.63202028827427,3.64292725610693,3.65383422393958,3.66474119177224,3.67564815960489,3.68655512743755,3.69746209527021,3.70836906310286,3.71927603093552,3.73018299876817,3.74108996660083,3.75199693443348,3.76290390226614,3.77381087009879,3.78471783793145,3.7956248057641,3.80653177359676,3.81743874142942,3.82834570926207,3.83925267709473,3.85015964492738,3.86106661276004,3.87197358059269,3.88288054842535,3.893787516258,3.90469448409066,3.91560145192331,3.92650841975597,3.93741538758863,3.94832235542128,3.95922932325394,3.97013629108659,3.98104325891925,3.9919502267519,4.00285719458456,4.01376416241721,4.02467113024987,4.03557809808252,4.04648506591518,4.05739203374784,4.06829900158049,4.07920596941315,4.0901129372458,4.10101990507846,4.11192687291111,4.12283384074377,4.13374080857642,4.14464777640908,4.15555474424174,4.16646171207439,4.17736867990705,4.1882756477397,4.19918261557236,4.21008958340501,4.22099655123767,4.23190351907032,4.24281048690298,4.25371745473563,4.26462442256829,4.27553139040095,4.2864383582336,4.29734532606626,4.30825229389891,4.31915926173157,4.33006622956422,4.34097319739688,4.35188016522953,4.36278713306219,4.37369410089484,4.3846010687275,4.39550803656016,4.40641500439281,4.41732197222547,4.42822894005812,4.43913590789078,4.45004287572343,4.46094984355609,4.47185681138874,4.4827637792214,4.49367074705405,4.50457771488671,4.51548468271937,4.52639165055202,4.53729861838468,4.54820558621733,4.55911255404999,4.57001952188264,4.5809264897153,4.59183345754795,4.60274042538061,4.61364739321326,4.62455436104592,4.63546132887858,4.64636829671123,4.65727526454389,4.66818223237654,4.6790892002092,4.68999616804185,4.70090313587451,4.71181010370716,4.72271707153982,4.73362403937247,4.74453100720513,4.75543797503779,4.76634494287044,4.7772519107031,4.78815887853575,4.79906584636841,4.80997281420106,4.82087978203372,4.83178674986637,4.84269371769903,4.85360068553168,4.86450765336434,4.875414621197,4.88632158902965,4.89722855686231,4.90813552469496,4.91904249252762,4.92994946036027,4.94085642819293,4.95176339602558,4.96267036385824,4.9735773316909,4.98448429952355,4.99539126735621,5.00629823518886,5.01720520302152,5.02811217085417,5.03901913868683,5.04992610651948,5.06083307435214,5.07174004218479,5.08264701001745,5.09355397785011,5.10446094568276,5.11536791351542,5.12627488134807,5.13718184918073,5.14808881701338,5.15899578484604,5.16990275267869,5.18080972051135,5.191716688344,5.20262365617666,5.21353062400932,5.22443759184197,5.23534455967463,5.24625152750728,5.25715849533994,5.26806546317259,5.27897243100525,5.2898793988379,5.30078636667056,5.31169333450322,5.32260030233587,5.33350727016853,5.34441423800118,5.35532120583384,5.36622817366649,5.37713514149915,5.3880421093318,5.39894907716446,5.40985604499711,5.42076301282977,5.43166998066243,5.44257694849508,5.45348391632774,5.46439088416039,5.47529785199305,5.4862048198257,5.49711178765836,5.50801875549101,5.51892572332367,5.52983269115632,5.54073965898898,5.55164662682164,5.56255359465429,5.57346056248695],\"fill\":\"tozeroy\",\"fillcolor\":\"#5C9AD3\",\"hoverinfo\":[\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\"],\"line\":{\"fillcolor\":\"rgba(255,127,14,1)\",\"color\":\"rgba(255,127,14,1)\",\"shape\":\"spline\",\"width\":0},\"mode\":\"lines\",\"name\":\"Hours spent making<br>personal calls -<br>weekdays\",\"type\":\"scatter\",\"xaxis\":\"y\",\"yaxis\":\"y\",\"frame\":null},{\"x\":[0,5],\"y\":[0,0],\"line\":{\"fillcolor\":\"rgba(44,160,44,1)\",\"color\":\"#000000\",\"width\":1.5},\"name\":\"Range\",\"hoverinfo\":[\"name+x\",\"name+x\"],\"mode\":\"lines\",\"type\":\"scatter\",\"xaxis\":\"y\",\"yaxis\":\"y\",\"frame\":null},{\"x\":[0,0],\"y\":[0,0],\"line\":{\"fillcolor\":\"rgba(214,39,40,1)\",\"color\":\"#000000\",\"width\":8},\"name\":\"Quartiles\",\"hoverinfo\":[\"name+x\",\"name+x\"],\"mode\":\"lines\",\"type\":\"scatter\",\"xaxis\":\"y\",\"yaxis\":\"y\",\"frame\":null},{\"x\":[0,0],\"y\":[-0.339463074591848,0.339463074591848],\"line\":{\"fillcolor\":\"rgba(148,103,189,1)\",\"color\":\"#000000\",\"width\":4},\"name\":\"Median\",\"hoverinfo\":[\"name+x\",\"name+x\"],\"mode\":\"lines\",\"type\":\"scatter\",\"xaxis\":\"y\",\"yaxis\":\"y\",\"frame\":null},{\"x\":[0.303571428571429],\"y\":[0],\"marker\":{\"fillcolor\":\"rgba(140,86,75,1)\",\"color\":\"#FFFFFF\",\"symbol\":\"square\",\"line\":{\"color\":\"transparent\"}},\"name\":\"Mean\",\"hoverinfo\":\"name+x\",\"mode\":\"markers\",\"type\":\"scatter\",\"xaxis\":\"y\",\"yaxis\":\"y\",\"frame\":null},{\"y\":[0.159195322094233,0.16178481777787,0.162529886995021,0.162505119415087,0.163032087523506,0.165528628199211,0.171329068771419,0.181494977119191,0.1966389039729,0.216784549036955,0.24142668051988,0.268893520624229,0.29693985946439,0.323280354301239,0.345647335801918,0.362074108177758,0.371150871300936,0.372218649751481,0.365473836606509,0.351966762927507,0.333490907574812,0.312373573741745,0.291423363320863,0.273355256258034,0.26000306389221,0.252470425145287,0.251025429643684,0.255103292266799,0.263408845314505,0.27410364108085,0.285053983288084,0.294109998295043,0.299382374105663,0.29943465654421,0.293076386925019,0.281113568139608,0.264523380006081,0.244774965747899,0.223612232095215,0.202819746679126,0.184001476915236,0.168397781748987,0.156759527726945,0.149290312933132,0.145659381038442,0.145145329935705,0.146488765777653,0.148239596322143,0.149247482634032,0.148601290336326,0.145722285105791,0.140407825366755,0.13282460139492,0.123456222796074,0.113014832157947,0.102330015640209,0.0922302639950228,0.0835563068547137,0.076798892950716,0.0720677910510413,0.0692629565897658,0.068065252098499,0.0679977210198521,0.0685001496256548,0.0690072627284051,0.0690213232660559,0.0681711018911549,0.0662510509063361,0.0632369369216699,0.0592219746132679,0.0546320936976255,0.049857216506764,0.0452841711368169,0.0412514510587706,0.0380091266149867,0.0356934539542085,0.0343177573755176,0.0337792980244804,0.0338801905857049,0.0343590834247934,0.0349246022340167,0.0352652099430529,0.0351834031307179,0.034575006399099,0.0334289490710706,0.0318214442728134,0.0298994492293186,0.0278561443124293,0.0259018577793588,0.0242341534498456,0.0230106986156495,0.0223280686815026,0.0222341705495356,0.0226499805887423,0.0234048330877981,0.0243162732037756,0.0251860151037619,0.0258248582839438,0.0260751379015905,0.0258281452528215,0.0250346570606219,0.0237076058933216,0.0219169216757088,0.0197775770259614,0.0174306380300073,0.0150571266595149,0.0127930724710579,0.0107413640124814,0.0089698149120216,0.00751021867963461,0.00636172561003622,0.00549740924134654,0.00487273141190671,0.0044346227852594,0.00413003827334146,0.00391349881057943,0.00375405373593242,0.0036302788009391,0.00354299815707819,0.00350389888026081,0.00353124992597945,0.00364497762117626,0.00386166695836945,0.00419004754640765,0.00462748038423945,0.00515788316747794,0.00575141488474943,0.00636467483617431,0.00693771295688791,0.00741654610379092,0.00775427800231448,0.00791520435202373,0.00787875707483628,0.00764154190855636,0.00721725742551506,0.00663458433653271,0.00593341003729088,0.0051599719271133,0.00436163595915026,0.00358599594215113,0.00287168294329365,0.00224031458168765,0.00170444639317669,0.00126829251450172,0.000929929939646414,0.000683829345604216,0.000523377371871748,0.000443121704730165,0.000440539417805476,0.000517190552056527,0.000679165473577936,0.000947505408078449,0.00132850097359012,0.00183451022514413,0.00247480159620959,0.00325148806858362,0.00415633393702221,0.00516828189487848,0.00625222220479708,0.00735944327931481,0.00843003526506139,0.00939727323259133,0.0101883692430694,0.0107227607282051,0.0109747160111343,0.0109263796180093,0.0105834545362507,0.00997412614253637,0.00914536919831979,0.0081572745187907,0.00707626613733356,0.00596817127559261,0.00489205534663124,0.00389555491429531,0.0030190050811745,0.00228135004737823,0.00167795301960309,0.00120076683079518,0.000835649580263891,0.000565258775209313,0.000371437066302623,0.000236968919817339,0.00014669784877095,8.80747500308122e-05,5.1257722687182e-05,2.89035394131847e-05,1.62120628496796e-05,8.89404562382883e-06,4.7358692249355e-06,2.44555220371376e-06,1.22380551697654e-06,5.93106193981165e-07,2.78232975995405e-07,1.26289034561142e-07,5.54560085937988e-08,2.3585986232745e-08,9.79834465309019e-09,4.20552246477977e-09,2.50935903427566e-09,2.87510201948167e-09,5.5758433165256e-09,1.23926284233885e-08,2.74978188838381e-08,5.93327723406496e-08,1.23998254381258e-07,2.5094619540938e-07,4.92057561290834e-07,9.35485242914484e-07,1.7258901773787e-06,3.13068502114366e-06,5.62695080453507e-06,9.79810088130709e-06,1.65365346140508e-05,2.70644505138125e-05,4.29775016402633e-05,6.6254878654727e-05,9.92162503036488e-05,0.000144406653906772,0.000204394857416644,0.000281479409979508,0.000377309769408667,0.000493617571128992,0.000628215491329106,0.000776682115210482,0.000933221785489159,0.00109019617801814,0.00123864577558569,0.0013690603886896,0.00147231713551699,0.00154067036246217,0.00156865923013325,0.00155379859007464,0.00149693954167556,0.00139946900821404,0.00127295346957245,0.00112685075356093,0.000970763587530655,0.000813758063711678,0.000663605362160184,0.000526280799017708,0.00040574045522312,0.000303955837694752,0.000221156093980766,0.000156207886140179,0.000107341550386154,7.24080245864959e-05,4.75298273509171e-05,3.03413180337289e-05,1.88236657641629e-05,1.13419033277539e-05,6.63281678957701e-06,3.76248222828009e-06,2.06904716648453e-06,1.102465285047e-06,5.68934676874911e-07,2.8424460206052e-07,1.40952422268303e-07,6.94528291054646e-08,3.31465921070199e-08,1.53106593288116e-08,6.84062266211972e-09,2.95489214776394e-09,1.23360754037679e-09,4.97606389763086e-10,1.93902819539527e-10,7.29814224153062e-11,2.6529625869122e-11,9.31357855350857e-12,3.44779903523734e-12,1.25165599378968e-12,4.35239319941666e-13,1.45158001300104e-13,4.64910938342694e-14,1.43135911480432e-14,4.22464690594972e-15,1.18354869596686e-15,3.18355145314763e-16,8.3215619827682e-17,2.57529524757381e-17,1.68330582315898e-19,1.91114748618376e-17,3.49577297279488e-17,1.04509343068315e-16,4.00248384394158e-16,1.46519051862911e-15,5.09273450010681e-15,1.69515684372277e-14,5.41623926666635e-14,1.65994752934327e-13,4.87308748791068e-13,1.36808113377388e-12,3.83253391911634e-12,1.11952367607984e-11,3.15744579019072e-11,8.59822267990657e-11,2.26087660899189e-10,5.7409702205187e-10,1.40799727369626e-09,3.33598490912736e-09,7.63813918672501e-09,1.69073272429679e-08,3.62015197949292e-08,7.50331304771489e-08,1.55957429430284e-07,3.19881972583964e-07,6.35063503936223e-07,1.22082950645918e-06,2.27350625005224e-06,4.10355405669166e-06,7.18278598078611e-06,1.22001273791951e-05,2.01216635080785e-05,3.22472892620774e-05,5.02523566915638e-05,7.6198658114545e-05,0.000113786694184342,0.000165021192181573,0.000232297021617904,0.000317554750645291,0.000421771302882623,0.000544528396675574,0.000683646398894753,0.000834957760184479,0.00099228855916382,0.00114769880113109,0.00129200236164388,0.00141487578142048,0.00150439931526157,0.00155567171727898,0.00156494416980458,0.00153173403881046,0.00145883520130769,0.00135193985295379,0.00121894031604255,0.00106902033014367,0.000911667646697458,0.000755742186001104,0.000608716921033421,0.000477101459909185,0.000364554617599999,0.000271153878547529,0.000196250653065722,0.00013815040969196,9.45401572404188e-05,6.28586992875581e-05,4.05841794544511e-05,2.54305631543619e-05,1.54582057979072e-05,9.11291876631031e-06,5.2127815595111e-06,2.97790963913668e-06,1.69793844185258e-06,1.01099841956237e-06,7.25797505403282e-07,7.59944886441474e-07,1.12803992916921e-06,1.94513772684089e-06,3.44546801309235e-06,6.0157350530068e-06,1.02413123009096e-05,1.69619766906996e-05,2.73688361426412e-05,4.37125315154226e-05,6.77029814645179e-05,0.00010173406849149,0.000148388480909052,0.000210200233964268,0.000289326073847767,0.000387146303997471,0.00050383472831631,0.00063795479171229,0.00078615154656871,0.000943013839503003,0.00110084372568277,0.00124893299059221,0.00137753115024598,0.0014776090604162,0.00154180187243486,0.00156525650702245,0.0015461977095773,0.00148613175880448,0.00138966052333056,0.00126393484448802,0.00111782779120348,0.000960948237183155,0.000803150758870603,0.00065347378280485,0.000517551182244008,0.000398904218028049,0.000299107351337279,0.000218095495827048,0.000154568138362017,0.000106420088664326,7.11422457399317e-05,4.61533240996747e-05,2.90421412106392e-05,1.77172258030401e-05,1.07187084824533e-05,6.31663843526926e-06,3.61655368048036e-06,2.01011339602206e-06,1.08377400113408e-06,5.66442462997295e-07,2.86821521265741e-07,1.40630835974981e-07,6.67373757505229e-08,3.06418322647461e-08,1.36076185593291e-08,5.9303014351343e-09,2.64141554005552e-09,1.13581563910169e-09,4.71330038639626e-10,1.88705720865618e-10,7.2883528708053e-11,2.71539102722987e-11,9.75869072710739e-12,3.38315155411389e-12,1.13147944646038e-12,3.65079545414666e-13,1.13661580858938e-13,3.6673784469197e-14,1.21225147333005e-14,3.8132187660255e-15,1.14805191076017e-15,3.30135471535038e-16,9.07325377504736e-17,2.54045252386693e-17,6.7791796615329e-18,0,1.44933642143933e-18,6.84676753042761e-18,0,0,0,0,0,0,1.59320350171117e-18,1.81937826572352e-18,2.25853721275858e-18,5.03732725554953e-18,0,2.59889136805349e-19,3.2348451709239e-18,2.95411829870268e-19,4.6981341714487e-17,1.9810025881422e-16,7.39332109807388e-16,2.65803279290379e-15,9.28290289720008e-15,3.12336084512856e-14,1.00917532593266e-13,3.1270575537294e-13,9.27915026193438e-13,2.6318580525437e-12,7.44526393015971e-12,2.20173869158461e-11,6.28637983144708e-11,1.73295648320361e-10,4.61257650023773e-10,1.18550058243901e-09,2.94250756523927e-09,7.05463979161983e-09,1.63415718246113e-08,3.65881919376324e-08,7.92209362946546e-08,1.65990979239722e-07,3.489946037448e-07,7.24774062102368e-07,1.45675584030513e-06,2.83485865695152e-06,5.34346963533402e-06,9.76060908851785e-06,1.72875701987046e-05,2.9707216719082e-05,4.9562146756556e-05,8.03345766815969e-05,0.000126598507825826,0.000194102243065472,0.000293287876113245,0.000430399776730411,0.000612969857954165,0.000847638469775354,0.00113867706721191,0.00148666706835373,0.0018872843123801,0.00233040894274489,0.00279978053561687,0.00327338233195863,0.00372466499031712,0.00412285428626289,0.00443097880823489,0.00463063886147624,0.00470699130163287,0.0046546951075745,0.00447843430020166,0.00419223122624071,0.00381768845574306,0.00338144301839086,0.0029122115711931,0.00243784117727252,0.00198275462415696,0.00156872607025296,0.0012095798712357,0.000907774169782895,0.000662865377326958,0.000470746185325334,0.000324970245637329,0.000217951259218767,0.000141935242878964,8.97002126332829e-05,5.49837887086977e-05],\"x\":[0,0.0608376396225869,0.121675279245174,0.182512918867761,0.243350558490348,0.304188198112935,0.365025837735522,0.425863477358109,0.486701116980695,0.547538756603282,0.608376396225869,0.669214035848456,0.730051675471043,0.79088931509363,0.851726954716217,0.912564594338804,0.973402233961391,1.03423987358398,1.09507751320656,1.15591515282915,1.21675279245174,1.27759043207433,1.33842807169691,1.3992657113195,1.46010335094209,1.52094099056467,1.58177863018726,1.64261626980985,1.70345390943243,1.76429154905502,1.82512918867761,1.88596682830019,1.94680446792278,2.00764210754537,2.06847974716796,2.12931738679054,2.19015502641313,2.25099266603572,2.3118303056583,2.37266794528089,2.43350558490348,2.49434322452606,2.55518086414865,2.61601850377124,2.67685614339383,2.73769378301641,2.798531422639,2.85936906226159,2.92020670188417,2.98104434150676,3.04188198112935,3.10271962075193,3.16355726037452,3.22439489999711,3.28523253961969,3.34607017924228,3.40690781886487,3.46774545848745,3.52858309811004,3.58942073773263,3.65025837735522,3.7110960169778,3.77193365660039,3.83277129622298,3.89360893584556,3.95444657546815,4.01528421509074,4.07612185471332,4.13695949433591,4.1977971339585,4.25863477358109,4.31947241320367,4.38031005282626,4.44114769244885,4.50198533207143,4.56282297169402,4.62366061131661,4.68449825093919,4.74533589056178,4.80617353018437,4.86701116980695,4.92784880942954,4.98868644905213,5.04952408867472,5.1103617282973,5.17119936791989,5.23203700754248,5.29287464716506,5.35371228678765,5.41454992641024,5.47538756603282,5.53622520565541,5.597062845278,5.65790048490058,5.71873812452317,5.77957576414576,5.84041340376835,5.90125104339093,5.96208868301352,6.02292632263611,6.08376396225869,6.14460160188128,6.20543924150387,6.26627688112645,6.32711452074904,6.38795216037163,6.44878979999421,6.5096274396168,6.57046507923939,6.63130271886198,6.69214035848456,6.75297799810715,6.81381563772974,6.87465327735232,6.93549091697491,6.9963285565975,7.05716619622008,7.11800383584267,7.17884147546526,7.23967911508784,7.30051675471043,7.36135439433302,7.42219203395561,7.48302967357819,7.54386731320078,7.60470495282337,7.66554259244595,7.72638023206854,7.78721787169113,7.84805551131371,7.9088931509363,7.96973079055889,8.03056843018148,8.09140606980406,8.15224370942665,8.21308134904924,8.27391898867182,8.33475662829441,8.395594267917,8.45643190753958,8.51726954716217,8.57810718678476,8.63894482640734,8.69978246602993,8.76062010565252,8.8214577452751,8.88229538489769,8.94313302452028,9.00397066414287,9.06480830376545,9.12564594338804,9.18648358301063,9.24732122263321,9.3081588622558,9.36899650187839,9.42983414150097,9.49067178112356,9.55150942074615,9.61234706036874,9.67318469999132,9.73402233961391,9.7948599792365,9.85569761885908,9.91653525848167,9.97737289810426,10.0382105377268,10.0990481773494,10.159885816972,10.2207234565946,10.2815610962172,10.3423987358398,10.4032363754624,10.464074015085,10.5249116547075,10.5857492943301,10.6465869339527,10.7074245735753,10.7682622131979,10.8290998528205,10.8899374924431,10.9507751320656,11.0116127716882,11.0724504113108,11.1332880509334,11.194125690556,11.2549633301786,11.3158009698012,11.3766386094238,11.4374762490463,11.4983138886689,11.5591515282915,11.6199891679141,11.6808268075367,11.7416644471593,11.8025020867819,11.8633397264045,11.924177366027,11.9850150056496,12.0458526452722,12.1066902848948,12.1675279245174,12.22836556414,12.2892032037626,12.3500408433851,12.4108784830077,12.4717161226303,12.5325537622529,12.5933914018755,12.6542290414981,12.7150666811207,12.7759043207433,12.8367419603658,12.8975795999884,12.958417239611,13.0192548792336,13.0800925188562,13.1409301584788,13.2017677981014,13.262605437724,13.3234430773465,13.3842807169691,13.4451183565917,13.5059559962143,13.5667936358369,13.6276312754595,13.6884689150821,13.7493065547046,13.8101441943272,13.8709818339498,13.9318194735724,13.992657113195,14.0534947528176,14.1143323924402,14.1751700320628,14.2360076716853,14.2968453113079,14.3576829509305,14.4185205905531,14.4793582301757,14.5401958697983,14.6010335094209,14.6618711490435,14.722708788666,14.7835464282886,14.8443840679112,14.9052217075338,14.9660593471564,15.026896986779,15.0877346264016,15.1485722660241,15.2094099056467,15.2702475452693,15.3310851848919,15.3919228245145,15.4527604641371,15.5135981037597,15.5744357433823,15.6352733830048,15.6961110226274,15.75694866225,15.8177863018726,15.8786239414952,15.9394615811178,16.0002992207404,16.061136860363,16.1219744999855,16.1828121396081,16.2436497792307,16.3044874188533,16.3653250584759,16.4261626980985,16.4870003377211,16.5478379773436,16.6086756169662,16.6695132565888,16.7303508962114,16.791188535834,16.8520261754566,16.9128638150792,16.9737014547018,17.0345390943243,17.0953767339469,17.1562143735695,17.2170520131921,17.2778896528147,17.3387272924373,17.3995649320599,17.4604025716825,17.521240211305,17.5820778509276,17.6429154905502,17.7037531301728,17.7645907697954,17.825428409418,17.8862660490406,17.9471036886631,18.0079413282857,18.0687789679083,18.1296166075309,18.1904542471535,18.2512918867761,18.3121295263987,18.3729671660213,18.4338048056438,18.4946424452664,18.555480084889,18.6163177245116,18.6771553641342,18.7379930037568,18.7988306433794,18.8596682830019,18.9205059226245,18.9813435622471,19.0421812018697,19.1030188414923,19.1638564811149,19.2246941207375,19.2855317603601,19.3463693999826,19.4072070396052,19.4680446792278,19.5288823188504,19.589719958473,19.6505575980956,19.7113952377182,19.7722328773408,19.8330705169633,19.8939081565859,19.9547457962085,20.0155834358311,20.0764210754537,20.1372587150763,20.1980963546989,20.2589339943214,20.319771633944,20.3806092735666,20.4414469131892,20.5022845528118,20.5631221924344,20.623959832057,20.6847974716796,20.7456351113021,20.8064727509247,20.8673103905473,20.9281480301699,20.9889856697925,21.0498233094151,21.1106609490377,21.1714985886603,21.2323362282828,21.2931738679054,21.354011507528,21.4148491471506,21.4756867867732,21.5365244263958,21.5973620660184,21.6581997056409,21.7190373452635,21.7798749848861,21.8407126245087,21.9015502641313,21.9623879037539,22.0232255433765,22.0840631829991,22.1449008226216,22.2057384622442,22.2665761018668,22.3274137414894,22.388251381112,22.4490890207346,22.5099266603572,22.5707642999798,22.6316019396023,22.6924395792249,22.7532772188475,22.8141148584701,22.8749524980927,22.9357901377153,22.9966277773379,23.0574654169604,23.118303056583,23.1791406962056,23.2399783358282,23.3008159754508,23.3616536150734,23.422491254696,23.4833288943186,23.5441665339411,23.6050041735637,23.6658418131863,23.7266794528089,23.7875170924315,23.8483547320541,23.9091923716767,23.9700300112993,24.0308676509218,24.0917052905444,24.152542930167,24.2133805697896,24.2742182094122,24.3350558490348,24.3958934886574,24.4567311282799,24.5175687679025,24.5784064075251,24.6392440471477,24.7000816867703,24.7609193263929,24.8217569660155,24.8825946056381,24.9434322452606,25.0042698848832,25.0651075245058,25.1259451641284,25.186782803751,25.2476204433736,25.3084580829962,25.3692957226188,25.4301333622413,25.4909710018639,25.5518086414865,25.6126462811091,25.6734839207317,25.7343215603543,25.7951591999769,25.8559968395994,25.916834479222,25.9776721188446,26.0385097584672,26.0993473980898,26.1601850377124,26.221022677335,26.2818603169576,26.3426979565801,26.4035355962027,26.4643732358253,26.5252108754479,26.5860485150705,26.6468861546931,26.7077237943157,26.7685614339382,26.8293990735608,26.8902367131834,26.951074352806,27.0119119924286,27.0727496320512,27.1335872716738,27.1944249112964,27.2552625509189,27.3161001905415,27.3769378301641,27.4377754697867,27.4986131094093,27.5594507490319,27.6202883886545,27.6811260282771,27.7419636678996,27.8028013075222,27.8636389471448,27.9244765867674,27.98531422639,28.0461518660126,28.1069895056352,28.1678271452577,28.2286647848803,28.2895024245029,28.3503400641255,28.4111777037481,28.4720153433707,28.5328529829933,28.5936906226159,28.6545282622384,28.715365901861,28.7762035414836,28.8370411811062,28.8978788207288,28.9587164603514,29.019554099974,29.0803917395966,29.1412293792191,29.2020670188417,29.2629046584643,29.3237422980869,29.3845799377095,29.4454175773321,29.5062552169547,29.5670928565773,29.6279304961998,29.6887681358224,29.749605775445,29.8104434150676,29.8712810546902,29.9321186943128,29.9929563339354,30.0537939735579,30.1146316131805,30.1754692528031,30.2363068924257,30.2971445320483,30.3579821716709,30.4188198112935,30.4796574509161,30.5404950905386,30.6013327301612,30.6621703697838,30.7230080094064,30.783845649029,30.8446832886516,30.9055209282742,30.9663585678967,31.0271962075193,31.0880338471419],\"fill\":\"tozeroy\",\"fillcolor\":\"#5C9AD3\",\"hoverinfo\":[\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\"],\"line\":{\"fillcolor\":\"rgba(227,119,194,1)\",\"color\":\"rgba(227,119,194,1)\",\"shape\":\"spline\",\"width\":0},\"mode\":\"lines\",\"name\":\"Hours spent watching<br>TV - weekdays\",\"type\":\"scatter\",\"xaxis\":\"y\",\"yaxis\":\"y3\",\"frame\":null},{\"y\":[-0.159195322094233,-0.16178481777787,-0.162529886995021,-0.162505119415087,-0.163032087523506,-0.165528628199211,-0.171329068771419,-0.181494977119191,-0.1966389039729,-0.216784549036955,-0.24142668051988,-0.268893520624229,-0.29693985946439,-0.323280354301239,-0.345647335801918,-0.362074108177758,-0.371150871300936,-0.372218649751481,-0.365473836606509,-0.351966762927507,-0.333490907574812,-0.312373573741745,-0.291423363320863,-0.273355256258034,-0.26000306389221,-0.252470425145287,-0.251025429643684,-0.255103292266799,-0.263408845314505,-0.27410364108085,-0.285053983288084,-0.294109998295043,-0.299382374105663,-0.29943465654421,-0.293076386925019,-0.281113568139608,-0.264523380006081,-0.244774965747899,-0.223612232095215,-0.202819746679126,-0.184001476915236,-0.168397781748987,-0.156759527726945,-0.149290312933132,-0.145659381038442,-0.145145329935705,-0.146488765777653,-0.148239596322143,-0.149247482634032,-0.148601290336326,-0.145722285105791,-0.140407825366755,-0.13282460139492,-0.123456222796074,-0.113014832157947,-0.102330015640209,-0.0922302639950228,-0.0835563068547137,-0.076798892950716,-0.0720677910510413,-0.0692629565897658,-0.068065252098499,-0.0679977210198521,-0.0685001496256548,-0.0690072627284051,-0.0690213232660559,-0.0681711018911549,-0.0662510509063361,-0.0632369369216699,-0.0592219746132679,-0.0546320936976255,-0.049857216506764,-0.0452841711368169,-0.0412514510587706,-0.0380091266149867,-0.0356934539542085,-0.0343177573755176,-0.0337792980244804,-0.0338801905857049,-0.0343590834247934,-0.0349246022340167,-0.0352652099430529,-0.0351834031307179,-0.034575006399099,-0.0334289490710706,-0.0318214442728134,-0.0298994492293186,-0.0278561443124293,-0.0259018577793588,-0.0242341534498456,-0.0230106986156495,-0.0223280686815026,-0.0222341705495356,-0.0226499805887423,-0.0234048330877981,-0.0243162732037756,-0.0251860151037619,-0.0258248582839438,-0.0260751379015905,-0.0258281452528215,-0.0250346570606219,-0.0237076058933216,-0.0219169216757088,-0.0197775770259614,-0.0174306380300073,-0.0150571266595149,-0.0127930724710579,-0.0107413640124814,-0.0089698149120216,-0.00751021867963461,-0.00636172561003622,-0.00549740924134654,-0.00487273141190671,-0.0044346227852594,-0.00413003827334146,-0.00391349881057943,-0.00375405373593242,-0.0036302788009391,-0.00354299815707819,-0.00350389888026081,-0.00353124992597945,-0.00364497762117626,-0.00386166695836945,-0.00419004754640765,-0.00462748038423945,-0.00515788316747794,-0.00575141488474943,-0.00636467483617431,-0.00693771295688791,-0.00741654610379092,-0.00775427800231448,-0.00791520435202373,-0.00787875707483628,-0.00764154190855636,-0.00721725742551506,-0.00663458433653271,-0.00593341003729088,-0.0051599719271133,-0.00436163595915026,-0.00358599594215113,-0.00287168294329365,-0.00224031458168765,-0.00170444639317669,-0.00126829251450172,-0.000929929939646414,-0.000683829345604216,-0.000523377371871748,-0.000443121704730165,-0.000440539417805476,-0.000517190552056527,-0.000679165473577936,-0.000947505408078449,-0.00132850097359012,-0.00183451022514413,-0.00247480159620959,-0.00325148806858362,-0.00415633393702221,-0.00516828189487848,-0.00625222220479708,-0.00735944327931481,-0.00843003526506139,-0.00939727323259133,-0.0101883692430694,-0.0107227607282051,-0.0109747160111343,-0.0109263796180093,-0.0105834545362507,-0.00997412614253637,-0.00914536919831979,-0.0081572745187907,-0.00707626613733356,-0.00596817127559261,-0.00489205534663124,-0.00389555491429531,-0.0030190050811745,-0.00228135004737823,-0.00167795301960309,-0.00120076683079518,-0.000835649580263891,-0.000565258775209313,-0.000371437066302623,-0.000236968919817339,-0.00014669784877095,-8.80747500308122e-05,-5.1257722687182e-05,-2.89035394131847e-05,-1.62120628496796e-05,-8.89404562382883e-06,-4.7358692249355e-06,-2.44555220371376e-06,-1.22380551697654e-06,-5.93106193981165e-07,-2.78232975995405e-07,-1.26289034561142e-07,-5.54560085937988e-08,-2.3585986232745e-08,-9.79834465309019e-09,-4.20552246477977e-09,-2.50935903427566e-09,-2.87510201948167e-09,-5.5758433165256e-09,-1.23926284233885e-08,-2.74978188838381e-08,-5.93327723406496e-08,-1.23998254381258e-07,-2.5094619540938e-07,-4.92057561290834e-07,-9.35485242914484e-07,-1.7258901773787e-06,-3.13068502114366e-06,-5.62695080453507e-06,-9.79810088130709e-06,-1.65365346140508e-05,-2.70644505138125e-05,-4.29775016402633e-05,-6.6254878654727e-05,-9.92162503036488e-05,-0.000144406653906772,-0.000204394857416644,-0.000281479409979508,-0.000377309769408667,-0.000493617571128992,-0.000628215491329106,-0.000776682115210482,-0.000933221785489159,-0.00109019617801814,-0.00123864577558569,-0.0013690603886896,-0.00147231713551699,-0.00154067036246217,-0.00156865923013325,-0.00155379859007464,-0.00149693954167556,-0.00139946900821404,-0.00127295346957245,-0.00112685075356093,-0.000970763587530655,-0.000813758063711678,-0.000663605362160184,-0.000526280799017708,-0.00040574045522312,-0.000303955837694752,-0.000221156093980766,-0.000156207886140179,-0.000107341550386154,-7.24080245864959e-05,-4.75298273509171e-05,-3.03413180337289e-05,-1.88236657641629e-05,-1.13419033277539e-05,-6.63281678957701e-06,-3.76248222828009e-06,-2.06904716648453e-06,-1.102465285047e-06,-5.68934676874911e-07,-2.8424460206052e-07,-1.40952422268303e-07,-6.94528291054646e-08,-3.31465921070199e-08,-1.53106593288116e-08,-6.84062266211972e-09,-2.95489214776394e-09,-1.23360754037679e-09,-4.97606389763086e-10,-1.93902819539527e-10,-7.29814224153062e-11,-2.6529625869122e-11,-9.31357855350857e-12,-3.44779903523734e-12,-1.25165599378968e-12,-4.35239319941666e-13,-1.45158001300104e-13,-4.64910938342694e-14,-1.43135911480432e-14,-4.22464690594972e-15,-1.18354869596686e-15,-3.18355145314763e-16,-8.3215619827682e-17,-2.57529524757381e-17,-1.68330582315898e-19,-1.91114748618376e-17,-3.49577297279488e-17,-1.04509343068315e-16,-4.00248384394158e-16,-1.46519051862911e-15,-5.09273450010681e-15,-1.69515684372277e-14,-5.41623926666635e-14,-1.65994752934327e-13,-4.87308748791068e-13,-1.36808113377388e-12,-3.83253391911634e-12,-1.11952367607984e-11,-3.15744579019072e-11,-8.59822267990657e-11,-2.26087660899189e-10,-5.7409702205187e-10,-1.40799727369626e-09,-3.33598490912736e-09,-7.63813918672501e-09,-1.69073272429679e-08,-3.62015197949292e-08,-7.50331304771489e-08,-1.55957429430284e-07,-3.19881972583964e-07,-6.35063503936223e-07,-1.22082950645918e-06,-2.27350625005224e-06,-4.10355405669166e-06,-7.18278598078611e-06,-1.22001273791951e-05,-2.01216635080785e-05,-3.22472892620774e-05,-5.02523566915638e-05,-7.6198658114545e-05,-0.000113786694184342,-0.000165021192181573,-0.000232297021617904,-0.000317554750645291,-0.000421771302882623,-0.000544528396675574,-0.000683646398894753,-0.000834957760184479,-0.00099228855916382,-0.00114769880113109,-0.00129200236164388,-0.00141487578142048,-0.00150439931526157,-0.00155567171727898,-0.00156494416980458,-0.00153173403881046,-0.00145883520130769,-0.00135193985295379,-0.00121894031604255,-0.00106902033014367,-0.000911667646697458,-0.000755742186001104,-0.000608716921033421,-0.000477101459909185,-0.000364554617599999,-0.000271153878547529,-0.000196250653065722,-0.00013815040969196,-9.45401572404188e-05,-6.28586992875581e-05,-4.05841794544511e-05,-2.54305631543619e-05,-1.54582057979072e-05,-9.11291876631031e-06,-5.2127815595111e-06,-2.97790963913668e-06,-1.69793844185258e-06,-1.01099841956237e-06,-7.25797505403282e-07,-7.59944886441474e-07,-1.12803992916921e-06,-1.94513772684089e-06,-3.44546801309235e-06,-6.0157350530068e-06,-1.02413123009096e-05,-1.69619766906996e-05,-2.73688361426412e-05,-4.37125315154226e-05,-6.77029814645179e-05,-0.00010173406849149,-0.000148388480909052,-0.000210200233964268,-0.000289326073847767,-0.000387146303997471,-0.00050383472831631,-0.00063795479171229,-0.00078615154656871,-0.000943013839503003,-0.00110084372568277,-0.00124893299059221,-0.00137753115024598,-0.0014776090604162,-0.00154180187243486,-0.00156525650702245,-0.0015461977095773,-0.00148613175880448,-0.00138966052333056,-0.00126393484448802,-0.00111782779120348,-0.000960948237183155,-0.000803150758870603,-0.00065347378280485,-0.000517551182244008,-0.000398904218028049,-0.000299107351337279,-0.000218095495827048,-0.000154568138362017,-0.000106420088664326,-7.11422457399317e-05,-4.61533240996747e-05,-2.90421412106392e-05,-1.77172258030401e-05,-1.07187084824533e-05,-6.31663843526926e-06,-3.61655368048036e-06,-2.01011339602206e-06,-1.08377400113408e-06,-5.66442462997295e-07,-2.86821521265741e-07,-1.40630835974981e-07,-6.67373757505229e-08,-3.06418322647461e-08,-1.36076185593291e-08,-5.9303014351343e-09,-2.64141554005552e-09,-1.13581563910169e-09,-4.71330038639626e-10,-1.88705720865618e-10,-7.2883528708053e-11,-2.71539102722987e-11,-9.75869072710739e-12,-3.38315155411389e-12,-1.13147944646038e-12,-3.65079545414666e-13,-1.13661580858938e-13,-3.6673784469197e-14,-1.21225147333005e-14,-3.8132187660255e-15,-1.14805191076017e-15,-3.30135471535038e-16,-9.07325377504736e-17,-2.54045252386693e-17,-6.7791796615329e-18,-0,-1.44933642143933e-18,-6.84676753042761e-18,-0,-0,-0,-0,-0,-0,-1.59320350171117e-18,-1.81937826572352e-18,-2.25853721275858e-18,-5.03732725554953e-18,-0,-2.59889136805349e-19,-3.2348451709239e-18,-2.95411829870268e-19,-4.6981341714487e-17,-1.9810025881422e-16,-7.39332109807388e-16,-2.65803279290379e-15,-9.28290289720008e-15,-3.12336084512856e-14,-1.00917532593266e-13,-3.1270575537294e-13,-9.27915026193438e-13,-2.6318580525437e-12,-7.44526393015971e-12,-2.20173869158461e-11,-6.28637983144708e-11,-1.73295648320361e-10,-4.61257650023773e-10,-1.18550058243901e-09,-2.94250756523927e-09,-7.05463979161983e-09,-1.63415718246113e-08,-3.65881919376324e-08,-7.92209362946546e-08,-1.65990979239722e-07,-3.489946037448e-07,-7.24774062102368e-07,-1.45675584030513e-06,-2.83485865695152e-06,-5.34346963533402e-06,-9.76060908851785e-06,-1.72875701987046e-05,-2.9707216719082e-05,-4.9562146756556e-05,-8.03345766815969e-05,-0.000126598507825826,-0.000194102243065472,-0.000293287876113245,-0.000430399776730411,-0.000612969857954165,-0.000847638469775354,-0.00113867706721191,-0.00148666706835373,-0.0018872843123801,-0.00233040894274489,-0.00279978053561687,-0.00327338233195863,-0.00372466499031712,-0.00412285428626289,-0.00443097880823489,-0.00463063886147624,-0.00470699130163287,-0.0046546951075745,-0.00447843430020166,-0.00419223122624071,-0.00381768845574306,-0.00338144301839086,-0.0029122115711931,-0.00243784117727252,-0.00198275462415696,-0.00156872607025296,-0.0012095798712357,-0.000907774169782895,-0.000662865377326958,-0.000470746185325334,-0.000324970245637329,-0.000217951259218767,-0.000141935242878964,-8.97002126332829e-05,-5.49837887086977e-05],\"x\":[0,0.0608376396225869,0.121675279245174,0.182512918867761,0.243350558490348,0.304188198112935,0.365025837735522,0.425863477358109,0.486701116980695,0.547538756603282,0.608376396225869,0.669214035848456,0.730051675471043,0.79088931509363,0.851726954716217,0.912564594338804,0.973402233961391,1.03423987358398,1.09507751320656,1.15591515282915,1.21675279245174,1.27759043207433,1.33842807169691,1.3992657113195,1.46010335094209,1.52094099056467,1.58177863018726,1.64261626980985,1.70345390943243,1.76429154905502,1.82512918867761,1.88596682830019,1.94680446792278,2.00764210754537,2.06847974716796,2.12931738679054,2.19015502641313,2.25099266603572,2.3118303056583,2.37266794528089,2.43350558490348,2.49434322452606,2.55518086414865,2.61601850377124,2.67685614339383,2.73769378301641,2.798531422639,2.85936906226159,2.92020670188417,2.98104434150676,3.04188198112935,3.10271962075193,3.16355726037452,3.22439489999711,3.28523253961969,3.34607017924228,3.40690781886487,3.46774545848745,3.52858309811004,3.58942073773263,3.65025837735522,3.7110960169778,3.77193365660039,3.83277129622298,3.89360893584556,3.95444657546815,4.01528421509074,4.07612185471332,4.13695949433591,4.1977971339585,4.25863477358109,4.31947241320367,4.38031005282626,4.44114769244885,4.50198533207143,4.56282297169402,4.62366061131661,4.68449825093919,4.74533589056178,4.80617353018437,4.86701116980695,4.92784880942954,4.98868644905213,5.04952408867472,5.1103617282973,5.17119936791989,5.23203700754248,5.29287464716506,5.35371228678765,5.41454992641024,5.47538756603282,5.53622520565541,5.597062845278,5.65790048490058,5.71873812452317,5.77957576414576,5.84041340376835,5.90125104339093,5.96208868301352,6.02292632263611,6.08376396225869,6.14460160188128,6.20543924150387,6.26627688112645,6.32711452074904,6.38795216037163,6.44878979999421,6.5096274396168,6.57046507923939,6.63130271886198,6.69214035848456,6.75297799810715,6.81381563772974,6.87465327735232,6.93549091697491,6.9963285565975,7.05716619622008,7.11800383584267,7.17884147546526,7.23967911508784,7.30051675471043,7.36135439433302,7.42219203395561,7.48302967357819,7.54386731320078,7.60470495282337,7.66554259244595,7.72638023206854,7.78721787169113,7.84805551131371,7.9088931509363,7.96973079055889,8.03056843018148,8.09140606980406,8.15224370942665,8.21308134904924,8.27391898867182,8.33475662829441,8.395594267917,8.45643190753958,8.51726954716217,8.57810718678476,8.63894482640734,8.69978246602993,8.76062010565252,8.8214577452751,8.88229538489769,8.94313302452028,9.00397066414287,9.06480830376545,9.12564594338804,9.18648358301063,9.24732122263321,9.3081588622558,9.36899650187839,9.42983414150097,9.49067178112356,9.55150942074615,9.61234706036874,9.67318469999132,9.73402233961391,9.7948599792365,9.85569761885908,9.91653525848167,9.97737289810426,10.0382105377268,10.0990481773494,10.159885816972,10.2207234565946,10.2815610962172,10.3423987358398,10.4032363754624,10.464074015085,10.5249116547075,10.5857492943301,10.6465869339527,10.7074245735753,10.7682622131979,10.8290998528205,10.8899374924431,10.9507751320656,11.0116127716882,11.0724504113108,11.1332880509334,11.194125690556,11.2549633301786,11.3158009698012,11.3766386094238,11.4374762490463,11.4983138886689,11.5591515282915,11.6199891679141,11.6808268075367,11.7416644471593,11.8025020867819,11.8633397264045,11.924177366027,11.9850150056496,12.0458526452722,12.1066902848948,12.1675279245174,12.22836556414,12.2892032037626,12.3500408433851,12.4108784830077,12.4717161226303,12.5325537622529,12.5933914018755,12.6542290414981,12.7150666811207,12.7759043207433,12.8367419603658,12.8975795999884,12.958417239611,13.0192548792336,13.0800925188562,13.1409301584788,13.2017677981014,13.262605437724,13.3234430773465,13.3842807169691,13.4451183565917,13.5059559962143,13.5667936358369,13.6276312754595,13.6884689150821,13.7493065547046,13.8101441943272,13.8709818339498,13.9318194735724,13.992657113195,14.0534947528176,14.1143323924402,14.1751700320628,14.2360076716853,14.2968453113079,14.3576829509305,14.4185205905531,14.4793582301757,14.5401958697983,14.6010335094209,14.6618711490435,14.722708788666,14.7835464282886,14.8443840679112,14.9052217075338,14.9660593471564,15.026896986779,15.0877346264016,15.1485722660241,15.2094099056467,15.2702475452693,15.3310851848919,15.3919228245145,15.4527604641371,15.5135981037597,15.5744357433823,15.6352733830048,15.6961110226274,15.75694866225,15.8177863018726,15.8786239414952,15.9394615811178,16.0002992207404,16.061136860363,16.1219744999855,16.1828121396081,16.2436497792307,16.3044874188533,16.3653250584759,16.4261626980985,16.4870003377211,16.5478379773436,16.6086756169662,16.6695132565888,16.7303508962114,16.791188535834,16.8520261754566,16.9128638150792,16.9737014547018,17.0345390943243,17.0953767339469,17.1562143735695,17.2170520131921,17.2778896528147,17.3387272924373,17.3995649320599,17.4604025716825,17.521240211305,17.5820778509276,17.6429154905502,17.7037531301728,17.7645907697954,17.825428409418,17.8862660490406,17.9471036886631,18.0079413282857,18.0687789679083,18.1296166075309,18.1904542471535,18.2512918867761,18.3121295263987,18.3729671660213,18.4338048056438,18.4946424452664,18.555480084889,18.6163177245116,18.6771553641342,18.7379930037568,18.7988306433794,18.8596682830019,18.9205059226245,18.9813435622471,19.0421812018697,19.1030188414923,19.1638564811149,19.2246941207375,19.2855317603601,19.3463693999826,19.4072070396052,19.4680446792278,19.5288823188504,19.589719958473,19.6505575980956,19.7113952377182,19.7722328773408,19.8330705169633,19.8939081565859,19.9547457962085,20.0155834358311,20.0764210754537,20.1372587150763,20.1980963546989,20.2589339943214,20.319771633944,20.3806092735666,20.4414469131892,20.5022845528118,20.5631221924344,20.623959832057,20.6847974716796,20.7456351113021,20.8064727509247,20.8673103905473,20.9281480301699,20.9889856697925,21.0498233094151,21.1106609490377,21.1714985886603,21.2323362282828,21.2931738679054,21.354011507528,21.4148491471506,21.4756867867732,21.5365244263958,21.5973620660184,21.6581997056409,21.7190373452635,21.7798749848861,21.8407126245087,21.9015502641313,21.9623879037539,22.0232255433765,22.0840631829991,22.1449008226216,22.2057384622442,22.2665761018668,22.3274137414894,22.388251381112,22.4490890207346,22.5099266603572,22.5707642999798,22.6316019396023,22.6924395792249,22.7532772188475,22.8141148584701,22.8749524980927,22.9357901377153,22.9966277773379,23.0574654169604,23.118303056583,23.1791406962056,23.2399783358282,23.3008159754508,23.3616536150734,23.422491254696,23.4833288943186,23.5441665339411,23.6050041735637,23.6658418131863,23.7266794528089,23.7875170924315,23.8483547320541,23.9091923716767,23.9700300112993,24.0308676509218,24.0917052905444,24.152542930167,24.2133805697896,24.2742182094122,24.3350558490348,24.3958934886574,24.4567311282799,24.5175687679025,24.5784064075251,24.6392440471477,24.7000816867703,24.7609193263929,24.8217569660155,24.8825946056381,24.9434322452606,25.0042698848832,25.0651075245058,25.1259451641284,25.186782803751,25.2476204433736,25.3084580829962,25.3692957226188,25.4301333622413,25.4909710018639,25.5518086414865,25.6126462811091,25.6734839207317,25.7343215603543,25.7951591999769,25.8559968395994,25.916834479222,25.9776721188446,26.0385097584672,26.0993473980898,26.1601850377124,26.221022677335,26.2818603169576,26.3426979565801,26.4035355962027,26.4643732358253,26.5252108754479,26.5860485150705,26.6468861546931,26.7077237943157,26.7685614339382,26.8293990735608,26.8902367131834,26.951074352806,27.0119119924286,27.0727496320512,27.1335872716738,27.1944249112964,27.2552625509189,27.3161001905415,27.3769378301641,27.4377754697867,27.4986131094093,27.5594507490319,27.6202883886545,27.6811260282771,27.7419636678996,27.8028013075222,27.8636389471448,27.9244765867674,27.98531422639,28.0461518660126,28.1069895056352,28.1678271452577,28.2286647848803,28.2895024245029,28.3503400641255,28.4111777037481,28.4720153433707,28.5328529829933,28.5936906226159,28.6545282622384,28.715365901861,28.7762035414836,28.8370411811062,28.8978788207288,28.9587164603514,29.019554099974,29.0803917395966,29.1412293792191,29.2020670188417,29.2629046584643,29.3237422980869,29.3845799377095,29.4454175773321,29.5062552169547,29.5670928565773,29.6279304961998,29.6887681358224,29.749605775445,29.8104434150676,29.8712810546902,29.9321186943128,29.9929563339354,30.0537939735579,30.1146316131805,30.1754692528031,30.2363068924257,30.2971445320483,30.3579821716709,30.4188198112935,30.4796574509161,30.5404950905386,30.6013327301612,30.6621703697838,30.7230080094064,30.783845649029,30.8446832886516,30.9055209282742,30.9663585678967,31.0271962075193,31.0880338471419],\"fill\":\"tozeroy\",\"fillcolor\":\"#5C9AD3\",\"hoverinfo\":[\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\",\"none\"],\"line\":{\"fillcolor\":\"rgba(127,127,127,1)\",\"color\":\"rgba(127,127,127,1)\",\"shape\":\"spline\",\"width\":0},\"mode\":\"lines\",\"name\":\"Hours spent watching<br>TV - weekdays\",\"type\":\"scatter\",\"xaxis\":\"y\",\"yaxis\":\"y3\",\"frame\":null},{\"x\":[0,30],\"y\":[0,0],\"line\":{\"fillcolor\":\"rgba(188,189,34,1)\",\"color\":\"#000000\",\"width\":1.5},\"name\":\"Range\",\"hoverinfo\":[\"name+x\",\"name+x\"],\"mode\":\"lines\",\"type\":\"scatter\",\"xaxis\":\"y\",\"yaxis\":\"y3\",\"frame\":null},{\"x\":[0.33982683982684,2.15168539325843],\"y\":[0,0],\"line\":{\"fillcolor\":\"rgba(23,190,207,1)\",\"color\":\"#000000\",\"width\":8},\"name\":\"Quartiles\",\"hoverinfo\":[\"name+x\",\"name+x\"],\"mode\":\"lines\",\"type\":\"scatter\",\"xaxis\":\"y\",\"yaxis\":\"y3\",\"frame\":null},{\"x\":[1.12021857923497,1.12021857923497],\"y\":[-0.0744437299502962,0.0744437299502962],\"line\":{\"fillcolor\":\"rgba(31,119,180,1)\",\"color\":\"#000000\",\"width\":4},\"name\":\"Median\",\"hoverinfo\":[\"name+x\",\"name+x\"],\"mode\":\"lines\",\"type\":\"scatter\",\"xaxis\":\"y\",\"yaxis\":\"y3\",\"frame\":null},{\"x\":[2.15208034433285],\"y\":[0],\"marker\":{\"fillcolor\":\"rgba(255,127,14,1)\",\"color\":\"#FFFFFF\",\"symbol\":\"square\",\"line\":{\"color\":\"transparent\"}},\"name\":\"Mean\",\"hoverinfo\":\"name+x\",\"mode\":\"markers\",\"type\":\"scatter\",\"xaxis\":\"y\",\"yaxis\":\"y3\",\"frame\":null}],\"highlight\":{\"on\":\"plotly_click\",\"persistent\":false,\"dynamic\":false,\"selectize\":false,\"opacityDim\":0.2,\"selected\":{\"opacity\":1}},\"base_url\":\"https://plot.ly\"},\"evals\":[\"config.modeBarButtonsToAdd.0.click\"],\"jsHooks\":{\"render\":[{\"code\":\"function(el, x) { var ctConfig = crosstalk.var('plotlyCrosstalkOpts').set({\\\"on\\\":\\\"plotly_click\\\",\\\"persistent\\\":false,\\\"dynamic\\\":false,\\\"selectize\\\":false,\\\"opacityDim\\\":0.2,\\\"selected\\\":{\\\"opacity\\\":1}}); }\",\"data\":null}]}}</script>\n<script type=\"application/htmlwidget-sizing\" data-for=\"htmlwidget-73566924c587\">{\"viewer\":{\"width\":\"100%\",\"height\":400,\"padding\":15,\"fill\":true},\"browser\":{\"width\":\"100%\",\"height\":400,\"padding\":0,\"fill\":true}}</script>","htmlwidget-head":"{\"stylesheets\":[\"https://rserverhtmlwidgetasset.azureedge.net/crosstalk-b25ccf47e9892cf2654d5ded8a45d9b7.css\",\"https://rserverhtmlwidgetasset.azureedge.net/plotly-htmlwidgets-ef6d87e1454c6f9f50a1a5a3e8b42646.css\"],\"javascript\":[\"https://rserverhtmlwidgetasset.azureedge.net/htmlwidgets-cd5c5716917807e1b69e2493221698b2.js\",\"https://rserverhtmlwidgetasset.azureedge.net/plotly-4ab51328a91fb22cf606710cfee204c9.js\",\"https://rserverhtmlwidgetasset.azureedge.net/typedarray.min-830ee97537deb99885d830da3312e14d.js\",\"https://rserverhtmlwidgetasset.azureedge.net/jquery.min-91a24ea414e8c447d647cecab86866c2.js\",\"https://rserverhtmlwidgetasset.azureedge.net/crosstalk.min-b1936a0f8f135773de79f3a54af76d20.js\",\"https://rserverhtmlwidgetasset.azureedge.net/plotly-latest.min-325c88418cec885e677571e996ab3377.js\"],\"attachments\":[],\"widget-cannot-re-render\":false}","warning":""},"secondsTaken":3.1058257000000005,"updated":"2017-12-19T04:00:18.2721001Z","lastUpdatedMessage":null,"executedCode":"# VERSION 1.0.12\nlibrary(flipChart)\n# Processing all the selections from the 'Inputs' and 'Charts' tab.\npd <- PrepareData(formChartType, QFilter, QPopulationWeight, input.data.table = get0(\"formTable\"), input.data.tables = get0(\"formTables\"), input.data.raw = list(X = get0(\"formX\"), Y = get0(\"formY\"), Z1 = get0(\"formZ\"), Z2 = get0(\"formZ2\"), labels = get0(\"formScatterLabels\")), input.data.pasted = list(get0(\"formPastedData\"), get0(\"formPastedFactor\"), get0(\"formPastedColumnNames\"), get0(\"formPastedRowNames\"), get0(\"formPastedDateConvention\")), input.data.other = get0(\"formOther\"), data.source = get0(\"formDataSource\"), first.aggregate = get0(\"formFirstAggregate\", ifnotfound = FALSE), tidy = get0(\"formTidy\", ifnotfound = FALSE), transpose = get0(\"formTranspose\"), row.names.to.remove = get0(\"formIgnoreRows\"), column.names.to.remove = get0(\"formIgnoreColumns\"), as.percentages = get0(\"formAsPercentages\", ifnotfound = FALSE), show.labels = !get0(\"formNames\", ifnotfound=TRUE), values.title = get0(\"formValuesTitle\"))\npc <- PrepareColors(pd$data, formChartType, scatter.colors.column = pd$scatter.variable.indices[\"colors\"], palette = get0(\"formPalette\"), palette.custom.color = get0(\"formCustomColor\"), palette.custom.gradient.start = get0(\"formCustomGradientStart\"), palette.custom.gradient.end = get0(\"formCustomGradientEnd\"), palette.custom.palette = get0(\"formCustomPalette\"), fit.palette = get0(\"formFitPalette\"), fit.palette.custom.color = get0(\"formFitCustomColor\"), fit.palette.custom.gradient.start = get0(\"formFitCustomGradientStart\"), fit.palette.custom.gradient.end = get0(\"formFitCustomGradientEnd\"), fit.palette.custom.palette = get0(\"formFitCustomPalette\"), subslice.palette = get0(\"formSubslicePalette\"), subslice.palette.custom.color = get0(\"formSubsliceCustomColor\"), subslice.palette.custom.gradient.start = get0(\"formSubsliceCustomGradientStart\"), subslice.palette.custom.gradient.end = get0(\"formSubsliceCustomGradientEnd\"), subslice.palette.custom.palette = get0(\"formSubsliceCustomPalette\")) \npn <- PrepareNumbers(categories.format.list = list(get0(\"formCategoriesNumberType\"), get0(\"formCategoriesDateType\"), get0(\"formCategoriesNumberCustom\"), get0(\"formCategoriesSeparateThousands\"), get0(\"formCategoriesDecimals\")), values.format.list = list(get0(\"formValuesNumberType\"), get0(\"formValuesDateType\"), get0(\"formValuesNumberCustom\"), get0(\"formValuesSeparateThousands\"), get0(\"formValuesDecimals\")), hover.format.list = list(get0(\"formHoverNumberType\"), get0(\"formHoverDateType\"), get0(\"formHoverNumberCustom\"), get0(\"formHoverSeparateThousands\"), get0(\"formHoverDecimals\")), data.labels.format.list = list(get0(\"formDataLabelNumberType\"), get0(\"formDataLabelDateType\"), get0(\"formDataLabelCustom\"), get0(\"formDataLabelSeparateThousands\"), get0(\"formDataLabelDecimals\")), !is.null(attr(pd$data, \"statistic\")) && grepl(\"%\", attr(pd$data, \"statistic\"), fixed = TRUE))\n\n# Creating the chart.\nchart.8 <- if(formChartType== \"Table\") pd$table else CChart(chart.type = formChartType,\n x = pd$data,\n weights = pd$weights,\n max.label.length = 0,\n #Scatter plot inputs.\n scatter.max.labels = get0(\"formScatterMaxLab\", ifnotfound=20),\n scatter.labels.as.hovertext= if (exists(\"formScatterLabelType\")) formScatterLabelType!=\"On chart\" else TRUE,\n scatter.colors.as.categorical = if (exists(\"formScatterColorType\")) formScatterColorType==\"Categories\" else FALSE,\n scatter.sizes.as.diameter = if (exists(\"formScatterSizeType\")) formScatterSizeType==\"Diameter\" else FALSE,\n scatter.x.column = pd$scatter.variable.indices[\"x\"],\n scatter.y.column = pd$scatter.variable.indices[\"y\"],\n scatter.sizes.column = pd$scatter.variable.indices[\"sizes\"],\n scatter.colors.column = pd$scatter.variable.indices[\"colors\"],\n trend.lines = get0(\"formTrendLines\", ifnotfound=FALSE),\n # Chart: DATA SERIES\n colors = pc$series.colors,\n pie.subslice.colors = pc$subslice.colors,\n # Chart: FIT LINE\n fit.type = get0(\"formFit\", ifnotfound=\"None\"),\n fit.ignore.last = get0(\"formFitIgnoreLast\"),\n fit.line.type = get0(\"formFitLineType\"),\n fit.line.colors = pc$fit.line.colors,\n fit.line.width = get0(\"formFitLineWidth\", ifnotfound=1),\n # Chart: DATA LABELS\n data.label.show = get0(\"formDataLabelShow\", ifnotfound = FALSE),\n data.label.format = pn$data.labels.number.format,\n data.label.font.size = get0(\"formDataLabelFontSize\"),\n data.label.font.family = get0(\"formDataLabelFontFamily\"),\n data.label.font.color = get0(\"formDataLabelFontColor\"),\n data.label.prefix = get0(\"formPrefix\", ifnotfound=\"\"),\n data.label.suffix = get0(\"formSuffix\", ifnotfound=\"\"),\n data.label.position = get0(\"formDataLabelPosition\", ifnotfound=\"top middle\"),\n data.label.align.horizontal = get0(\"formDataLabelHorizAlign\", ifnotfound=\"Default\"),\n # Chart: FONT\n global.font.family = get0(\"formFont\"),\n global.font.color = get0(\"formFontColor\"),\n #Chart: GRIDLINES\n grid.show = get0(\"formShowGrid\", ifnotfound=TRUE),\n # Chart: LEGEND\n legend.show = get0(\"formLegendShow\", ifnotfound=TRUE),\n legend.title = get0(\"formLegendTitle\"),\n legend.font.family = get0(\"formLegendFontFamily\"),\n legend.font.color = get0(\"formLegendFontColor\"),\n legend.font.size = get0(\"formLegendFontSize\"),\n legend.x.position = get0(\"formLegendXPos\", ifnotfound=1.02),\n legend.y.position = get0(\"formLegendYPos\", ifnotfound=1.0),\n # Chart: TITLE\n title = get0(\"formTitle\", ifnotfound=\"\"),\n title.font.family = get0(\"formTitleFontFamily\"),\n title.font.color = get0(\"formTitleFontColor\"),\n title.font.size = get0(\"formTitleFontSize\"),\n subtitle = get0(\"formSubtitle\", ifnotfound=\"\"),\n subtitle.font.family = get0(\"formSubtitleFontFamily\"),\n subtitle.font.color = get0(\"formSubtitleFontColor\"),\n subtitle.font.size = get0(\"formSubtitleFontSize\"),\n footer = get0(\"formFooter\", ifnotfound=\"\"),\n footer.font.family = get0(\"formFooterFontFamily\"),\n footer.font.color = get0(\"formFooterFontColor\"),\n footer.font.size = get0(\"formFooterFontSize\"),\n footer.wrap = get0(\"formFooterWrap\", ifnotfound=FALSE),\n footer.wrap.nchar = get0(\"formFooterWrapNchar\"),\n #Chart: CATEGORIES_AXIS\n categories.axis.show = get0(\"formCategoriesAxisShow\", ifnotfound=TRUE),\n categories.tick.show = get0(\"formCategoriesAxisShow\", ifnotfound=TRUE),\n categories.tick.format = pn$categories.number.format,\n categories.tick.prefix = paste0(\"\", get0(\"formCategoriesPrefix\"), get0(\"formCategoriesCurrency\")), # currency is just another prefix\n categories.tick.suffix = get0(\"formCategoriesSuffix\", ifnotfound=\"\"),\n categories.tick.interval = get0(\"formCategoriesTickInterval\"),\n categories.tick.units = get0(\"formCategoriesTickUnits\"),\n categories.title = get0(\"formCategoriesTitle\", ifnotfound=\"\"),\n categories.title.font.family = get0(\"formCategoriesTitleFontFamily\"),\n categories.title.font.color = get0(\"formCategoriesTitleFontColor\"),\n categories.title.font.size = get0(\"formCategoriesTitleFontSize\"), \n categories.tick.font.family = get0(\"formCategoriesTickFontFamily\"),\n categories.tick.font.color = get0(\"formCategoriesTickFontColor\"),\n categories.tick.font.size = get0(\"formCategoriesTickFontSize\", ifnotfound=10),\n categories.tick.angle = if (!exists(\"formCategoriesTickAngle\")) NULL else switch(get0(\"formCategoriesTickAngle\"), Automatic=NULL, Horizontal=0, Vertical=90, Diagonal=45),\n categories.tick.label.wrap = get0(\"formLabelWrap\", ifnotfound=FALSE),\n categories.tick.label.wrap.nchar = get0(\"formLabelWrapNchar\", ifnotfound=100),\n categories.tick.align.horizontal = get0(\"formCategoriesTickHorizAlign\", ifnotfound = \"Default\"),\n #Chart: VALUES_AXIS\n values.axis.show = get0(\"formValuesAxisShow\"),\n values.tick.show = get0(\"formValuesAxisShow\", ifnotfound=TRUE),\n values.tick.format = pn$values.number.format,\n values.tick.prefix = paste0(\"\", get0(\"formValuesPrefix\"), get0(\"formValuesCurrency\")), # currency is just another prefix\n values.tick.suffix = get0(\"formValuesSuffix\", ifnotfound=\"\"),\n values.title = pd$values.title,\n values.title.font.family = get0(\"formValuesTitleFontFamily\"),\n values.title.font.color = get0(\"formValuesTitleFontColor\"),\n values.title.font.size = get0(\"formValuesTitleFontSize\"),\n values.number.ticks = get0(\"formValuesNumberTicks\"),\n values.tick.font.size = get0(\"formValuesTickFontSize\", ifnotfound=10),\n values.tick.font.family = get0(\"formValuesTickFontFamily\"),\n values.tick.font.color = get0(\"formValuesTickFontColor\"),\n # Chart: HOVER\n values.hovertext.format = pn$hover.number.format,\n # Chart: MARGINS\n margin.top = get0(\"formMarginTop\"),\n margin.left = get0(\"formMarginLeft\"),\n margin.bottom = get0(\"formMarginBottom\"),\n margin.right = get0(\"formMarginRight\"),\n # Chart: APPEARANCE\n type = if(get0(\"formStackSeries\", ifnotfound=FALSE)) \"Stacked\" else (if(formChartType == \"Donut\") \"Donut\" else formChartType),\n adjust = get0(\"formBandwidth\"),\n automatic.lower.density = get0(\"formAutomaticLower\"),\n pie.inner.radius = get0(\"formPieRadius\"),\n pie.border.color = get0(\"formBorderColor\"),\n density.color = get0(\"formDensityColor\"),\n vertical = get0(\"formVertical\"),\n show.mean = get0(\"formShowMean\"),\n show.median = get0(\"formShowMedian\"),\n show.quartiles = get0(\"formShowQuartiles\"),\n show.range = get0(\"formShowRange\"),\n show.values = get0(\"formShowValues\", ifnotfound = FALSE),\n histogram.cumulative = get0(\"formHistogramCumulative\"),\n histogram.counts = get0(\"formHistogramCounts\"),\n maximum.bins = get0(\"formMaximumBins\"),\n box.points = get0(\"formBoxPoints\"),\n mean.color = get0(\"formMeanColor\"),\n median.color = get0(\"formMedianColor\"),\n quartile.color = get0(\"formQuartilesColor\"),\n range.color = get0(\"formRangeColor\"),\n values.color = get0(\"formValuesColor\"),\n window.start = get0(\"formWindowStart\"),\n range.bars = get0(\"formRangeBars\"),\n # BarPictograph parameters\n image = get0(\"formIcon\"),\n custom.image = get0(\"formCustomIcon\"),\n base.image = get0(\"formBaseImage\", ifnotfound = \"\"), \n hide.base.image = get0(\"formHideBase\", ifnotfound = FALSE),\n base.icon.color = get0(\"formBaseColor\", ifnotfound = \"\"),\n scale = if (exists(\"formIconScale\")) as.numeric(formIconScale), \n total.icons = if (exists(\"formTotalIcons\")) as.numeric(formTotalIcons),\n icon.ncol = if (exists(\"formIconNCol\")) as.numeric(formIconNCol),\n fix.icon.nrow = get0(\"formFixNRows\", ifnotfound = TRUE),\n fill.direction = get0(\"formFillDirection\"),\n label.color.asIcon = get0(\"formLabelColorAsIcon\", ifnotfound = FALSE),\n categories.tick.align = get0(\"formCategoriesTickAlign\"),\n pad.row = get0(\"formIconPadding\", ifnotfound = 0),\n graphic.width.inch = QOutputSizeWidth,\n graphic.height.inch = QOutputSizeHeight,\n # GeographicMap parameters\n mapping.package = get0(\"formMapPackage\"),\n high.resolution = get0(\"formHighRes\", ifnotfound = TRUE),\n treat.NA.as.0 = get0(\"formNAasZero\", ifnotfound = FALSE),\n color.NA = get0(\"formNAColor\"), \n ocean.color = get0(\"formOceanColor\"),\n # Heat parameters\n sort.rows = get0(\"formSortRows\"),\n sort.columns = get0(\"formSortColumns\"),\n standardization = get0(\"formStandardization\"),\n left.columns = get0(\"formLeftColumns\"),\n left.column.headings = get0(\"formLeftColumnHeadings\"),\n right.columns = get0(\"formRightColumns\"),\n right.column.headings = get0(\"formRightColumnHeadings\"),\n # General arguments\n warn.if.no.match = FALSE)","lastSavedCode":"# VERSION 1.0.12\nlibrary(flipChart)\n# Processing all the selections from the 'Inputs' and 'Charts' tab.\npd <- PrepareData(formChartType, QFilter, QPopulationWeight, input.data.table = get0(\"formTable\"), input.data.tables = get0(\"formTables\"), input.data.raw = list(X = get0(\"formX\"), Y = get0(\"formY\"), Z1 = get0(\"formZ\"), Z2 = get0(\"formZ2\"), labels = get0(\"formScatterLabels\")), input.data.pasted = list(get0(\"formPastedData\"), get0(\"formPastedFactor\"), get0(\"formPastedColumnNames\"), get0(\"formPastedRowNames\"), get0(\"formPastedDateConvention\")), input.data.other = get0(\"formOther\"), data.source = get0(\"formDataSource\"), first.aggregate = get0(\"formFirstAggregate\", ifnotfound = FALSE), tidy = get0(\"formTidy\", ifnotfound = FALSE), transpose = get0(\"formTranspose\"), row.names.to.remove = get0(\"formIgnoreRows\"), column.names.to.remove = get0(\"formIgnoreColumns\"), as.percentages = get0(\"formAsPercentages\", ifnotfound = FALSE), show.labels = !get0(\"formNames\", ifnotfound=TRUE), values.title = get0(\"formValuesTitle\"))\npc <- PrepareColors(pd$data, formChartType, scatter.colors.column = pd$scatter.variable.indices[\"colors\"], palette = get0(\"formPalette\"), palette.custom.color = get0(\"formCustomColor\"), palette.custom.gradient.start = get0(\"formCustomGradientStart\"), palette.custom.gradient.end = get0(\"formCustomGradientEnd\"), palette.custom.palette = get0(\"formCustomPalette\"), fit.palette = get0(\"formFitPalette\"), fit.palette.custom.color = get0(\"formFitCustomColor\"), fit.palette.custom.gradient.start = get0(\"formFitCustomGradientStart\"), fit.palette.custom.gradient.end = get0(\"formFitCustomGradientEnd\"), fit.palette.custom.palette = get0(\"formFitCustomPalette\"), subslice.palette = get0(\"formSubslicePalette\"), subslice.palette.custom.color = get0(\"formSubsliceCustomColor\"), subslice.palette.custom.gradient.start = get0(\"formSubsliceCustomGradientStart\"), subslice.palette.custom.gradient.end = get0(\"formSubsliceCustomGradientEnd\"), subslice.palette.custom.palette = get0(\"formSubsliceCustomPalette\")) \npn <- PrepareNumbers(categories.format.list = list(get0(\"formCategoriesNumberType\"), get0(\"formCategoriesDateType\"), get0(\"formCategoriesNumberCustom\"), get0(\"formCategoriesSeparateThousands\"), get0(\"formCategoriesDecimals\")), values.format.list = list(get0(\"formValuesNumberType\"), get0(\"formValuesDateType\"), get0(\"formValuesNumberCustom\"), get0(\"formValuesSeparateThousands\"), get0(\"formValuesDecimals\")), hover.format.list = list(get0(\"formHoverNumberType\"), get0(\"formHoverDateType\"), get0(\"formHoverNumberCustom\"), get0(\"formHoverSeparateThousands\"), get0(\"formHoverDecimals\")), data.labels.format.list = list(get0(\"formDataLabelNumberType\"), get0(\"formDataLabelDateType\"), get0(\"formDataLabelCustom\"), get0(\"formDataLabelSeparateThousands\"), get0(\"formDataLabelDecimals\")), !is.null(attr(pd$data, \"statistic\")) && grepl(\"%\", attr(pd$data, \"statistic\"), fixed = TRUE))\n\n# Creating the chart.\nchart.8 <- if(formChartType== \"Table\") pd$table else CChart(chart.type = formChartType,\n x = pd$data,\n weights = pd$weights,\n max.label.length = 0,\n #Scatter plot inputs.\n scatter.max.labels = get0(\"formScatterMaxLab\", ifnotfound=20),\n scatter.labels.as.hovertext= if (exists(\"formScatterLabelType\")) formScatterLabelType!=\"On chart\" else TRUE,\n scatter.colors.as.categorical = if (exists(\"formScatterColorType\")) formScatterColorType==\"Categories\" else FALSE,\n scatter.sizes.as.diameter = if (exists(\"formScatterSizeType\")) formScatterSizeType==\"Diameter\" else FALSE,\n scatter.x.column = pd$scatter.variable.indices[\"x\"],\n scatter.y.column = pd$scatter.variable.indices[\"y\"],\n scatter.sizes.column = pd$scatter.variable.indices[\"sizes\"],\n scatter.colors.column = pd$scatter.variable.indices[\"colors\"],\n trend.lines = get0(\"formTrendLines\", ifnotfound=FALSE),\n # Chart: DATA SERIES\n colors = pc$series.colors,\n pie.subslice.colors = pc$subslice.colors,\n # Chart: FIT LINE\n fit.type = get0(\"formFit\", ifnotfound=\"None\"),\n fit.ignore.last = get0(\"formFitIgnoreLast\"),\n fit.line.type = get0(\"formFitLineType\"),\n fit.line.colors = pc$fit.line.colors,\n fit.line.width = get0(\"formFitLineWidth\", ifnotfound=1),\n # Chart: DATA LABELS\n data.label.show = get0(\"formDataLabelShow\", ifnotfound = FALSE),\n data.label.format = pn$data.labels.number.format,\n data.label.font.size = get0(\"formDataLabelFontSize\"),\n data.label.font.family = get0(\"formDataLabelFontFamily\"),\n data.label.font.color = get0(\"formDataLabelFontColor\"),\n data.label.prefix = get0(\"formPrefix\", ifnotfound=\"\"),\n data.label.suffix = get0(\"formSuffix\", ifnotfound=\"\"),\n data.label.position = get0(\"formDataLabelPosition\", ifnotfound=\"top middle\"),\n data.label.align.horizontal = get0(\"formDataLabelHorizAlign\", ifnotfound=\"Default\"),\n # Chart: FONT\n global.font.family = get0(\"formFont\"),\n global.font.color = get0(\"formFontColor\"),\n #Chart: GRIDLINES\n grid.show = get0(\"formShowGrid\", ifnotfound=TRUE),\n # Chart: LEGEND\n legend.show = get0(\"formLegendShow\", ifnotfound=TRUE),\n legend.title = get0(\"formLegendTitle\"),\n legend.font.family = get0(\"formLegendFontFamily\"),\n legend.font.color = get0(\"formLegendFontColor\"),\n legend.font.size = get0(\"formLegendFontSize\"),\n legend.x.position = get0(\"formLegendXPos\", ifnotfound=1.02),\n legend.y.position = get0(\"formLegendYPos\", ifnotfound=1.0),\n # Chart: TITLE\n title = get0(\"formTitle\", ifnotfound=\"\"),\n title.font.family = get0(\"formTitleFontFamily\"),\n title.font.color = get0(\"formTitleFontColor\"),\n title.font.size = get0(\"formTitleFontSize\"),\n subtitle = get0(\"formSubtitle\", ifnotfound=\"\"),\n subtitle.font.family = get0(\"formSubtitleFontFamily\"),\n subtitle.font.color = get0(\"formSubtitleFontColor\"),\n subtitle.font.size = get0(\"formSubtitleFontSize\"),\n footer = get0(\"formFooter\", ifnotfound=\"\"),\n footer.font.family = get0(\"formFooterFontFamily\"),\n footer.font.color = get0(\"formFooterFontColor\"),\n footer.font.size = get0(\"formFooterFontSize\"),\n footer.wrap = get0(\"formFooterWrap\", ifnotfound=FALSE),\n footer.wrap.nchar = get0(\"formFooterWrapNchar\"),\n #Chart: CATEGORIES_AXIS\n categories.axis.show = get0(\"formCategoriesAxisShow\", ifnotfound=TRUE),\n categories.tick.show = get0(\"formCategoriesAxisShow\", ifnotfound=TRUE),\n categories.tick.format = pn$categories.number.format,\n categories.tick.prefix = paste0(\"\", get0(\"formCategoriesPrefix\"), get0(\"formCategoriesCurrency\")), # currency is just another prefix\n categories.tick.suffix = get0(\"formCategoriesSuffix\", ifnotfound=\"\"),\n categories.tick.interval = get0(\"formCategoriesTickInterval\"),\n categories.tick.units = get0(\"formCategoriesTickUnits\"),\n categories.title = get0(\"formCategoriesTitle\", ifnotfound=\"\"),\n categories.title.font.family = get0(\"formCategoriesTitleFontFamily\"),\n categories.title.font.color = get0(\"formCategoriesTitleFontColor\"),\n categories.title.font.size = get0(\"formCategoriesTitleFontSize\"), \n categories.tick.font.family = get0(\"formCategoriesTickFontFamily\"),\n categories.tick.font.color = get0(\"formCategoriesTickFontColor\"),\n categories.tick.font.size = get0(\"formCategoriesTickFontSize\", ifnotfound=10),\n categories.tick.angle = if (!exists(\"formCategoriesTickAngle\")) NULL else switch(get0(\"formCategoriesTickAngle\"), Automatic=NULL, Horizontal=0, Vertical=90, Diagonal=45),\n categories.tick.label.wrap = get0(\"formLabelWrap\", ifnotfound=FALSE),\n categories.tick.label.wrap.nchar = get0(\"formLabelWrapNchar\", ifnotfound=100),\n categories.tick.align.horizontal = get0(\"formCategoriesTickHorizAlign\", ifnotfound = \"Default\"),\n #Chart: VALUES_AXIS\n values.axis.show = get0(\"formValuesAxisShow\"),\n values.tick.show = get0(\"formValuesAxisShow\", ifnotfound=TRUE),\n values.tick.format = pn$values.number.format,\n values.tick.prefix = paste0(\"\", get0(\"formValuesPrefix\"), get0(\"formValuesCurrency\")), # currency is just another prefix\n values.tick.suffix = get0(\"formValuesSuffix\", ifnotfound=\"\"),\n values.title = pd$values.title,\n values.title.font.family = get0(\"formValuesTitleFontFamily\"),\n values.title.font.color = get0(\"formValuesTitleFontColor\"),\n values.title.font.size = get0(\"formValuesTitleFontSize\"),\n values.number.ticks = get0(\"formValuesNumberTicks\"),\n values.tick.font.size = get0(\"formValuesTickFontSize\", ifnotfound=10),\n values.tick.font.family = get0(\"formValuesTickFontFamily\"),\n values.tick.font.color = get0(\"formValuesTickFontColor\"),\n # Chart: HOVER\n values.hovertext.format = pn$hover.number.format,\n # Chart: MARGINS\n margin.top = get0(\"formMarginTop\"),\n margin.left = get0(\"formMarginLeft\"),\n margin.bottom = get0(\"formMarginBottom\"),\n margin.right = get0(\"formMarginRight\"),\n # Chart: APPEARANCE\n type = if(get0(\"formStackSeries\", ifnotfound=FALSE)) \"Stacked\" else (if(formChartType == \"Donut\") \"Donut\" else formChartType),\n adjust = get0(\"formBandwidth\"),\n automatic.lower.density = get0(\"formAutomaticLower\"),\n pie.inner.radius = get0(\"formPieRadius\"),\n pie.border.color = get0(\"formBorderColor\"),\n density.color = get0(\"formDensityColor\"),\n vertical = get0(\"formVertical\"),\n show.mean = get0(\"formShowMean\"),\n show.median = get0(\"formShowMedian\"),\n show.quartiles = get0(\"formShowQuartiles\"),\n show.range = get0(\"formShowRange\"),\n show.values = get0(\"formShowValues\", ifnotfound = FALSE),\n histogram.cumulative = get0(\"formHistogramCumulative\"),\n histogram.counts = get0(\"formHistogramCounts\"),\n maximum.bins = get0(\"formMaximumBins\"),\n box.points = get0(\"formBoxPoints\"),\n mean.color = get0(\"formMeanColor\"),\n median.color = get0(\"formMedianColor\"),\n quartile.color = get0(\"formQuartilesColor\"),\n range.color = get0(\"formRangeColor\"),\n values.color = get0(\"formValuesColor\"),\n window.start = get0(\"formWindowStart\"),\n range.bars = get0(\"formRangeBars\"),\n # BarPictograph parameters\n image = get0(\"formIcon\"),\n custom.image = get0(\"formCustomIcon\"),\n base.image = get0(\"formBaseImage\", ifnotfound = \"\"), \n hide.base.image = get0(\"formHideBase\", ifnotfound = FALSE),\n base.icon.color = get0(\"formBaseColor\", ifnotfound = \"\"),\n scale = if (exists(\"formIconScale\")) as.numeric(formIconScale), \n total.icons = if (exists(\"formTotalIcons\")) as.numeric(formTotalIcons),\n icon.ncol = if (exists(\"formIconNCol\")) as.numeric(formIconNCol),\n fix.icon.nrow = get0(\"formFixNRows\", ifnotfound = TRUE),\n fill.direction = get0(\"formFillDirection\"),\n label.color.asIcon = get0(\"formLabelColorAsIcon\", ifnotfound = FALSE),\n categories.tick.align = get0(\"formCategoriesTickAlign\"),\n pad.row = get0(\"formIconPadding\", ifnotfound = 0),\n graphic.width.inch = QOutputSizeWidth,\n graphic.height.inch = QOutputSizeHeight,\n # GeographicMap parameters\n mapping.package = get0(\"formMapPackage\"),\n high.resolution = get0(\"formHighRes\", ifnotfound = TRUE),\n treat.NA.as.0 = get0(\"formNAasZero\", ifnotfound = FALSE),\n color.NA = get0(\"formNAColor\"), \n ocean.color = get0(\"formOceanColor\"),\n # Heat parameters\n sort.rows = get0(\"formSortRows\"),\n sort.columns = get0(\"formSortColumns\"),\n standardization = get0(\"formStandardization\"),\n left.columns = get0(\"formLeftColumns\"),\n left.column.headings = get0(\"formLeftColumnHeadings\"),\n right.columns = get0(\"formRightColumns\"),\n right.column.headings = get0(\"formRightColumnHeadings\"),\n # General arguments\n warn.if.no.match = FALSE)","highlightedCodeSpans":[{"start":122,"length":13,"index":4},{"start":138,"length":7,"index":6},{"start":147,"length":17,"index":6},{"start":1056,"length":13,"index":4},{"start":2938,"length":13,"index":4},{"start":2997,"length":13,"index":4},{"start":8930,"length":13,"index":4},{"start":8969,"length":13,"index":4}],"tableTransformations":"<TabularTransformer>\r\n <TabularTransform type=\"Truncation\" truncationHeaderType=\"Column\" />\r\n <TabularTransform />\r\n</TabularTransformer>","tabularFilteringOptions":null,"hasGuiControls":true,"guiControls":{"Code":"var chart_type_default = \"Bean\";\nvar initial_table = false; // Turns off aggregation by default if a table is the initial chart type.\n// VERSION 1.0.19\nvar groups = Q.fileFormatVersion() > 10.9;\nif (groups)\n form.group(\"OUTPUT\")\n// Chart type selector.\n// Separate words in chart types e.g. scatter plot not scatterplot\nvar chartType = form.comboBox({name: \"formChartType\", label: \"Chart type\",\n alternatives: [\"Table\", \n \"Area\", \n \"Column\", \n \"Donut\",\n \"Bar\",\n \"Bar Pictograph\",\n \"Bean\", \n \"Box\",\n \"Density\",\n \"Geographic Map\",\n \"Heat\", \n \"Histogram\", \n \"Line\",\n \"Palm\", \n \"Pie\", \n \"Radar\", \n \"Stream\", \n \"Scatter\",\n \"Time Series\",\n \"Venn\", \n \"Violin\"], default_value: chart_type_default, required: true}).getValue();\n\n// * Data types *\n// These should be as rich as possible. While we do not want duplicates,\n// the more informative we can make the inputs the better.\nvar displayr = Q.isOnTheWeb();\nvar pages = displayr ? \" in 'Pages'\" : \"\";\nvar data = displayr ? \" in 'Data'\" : \"\";\nvar INPUTS_types = {};\nINPUTS_types['pasted'] = \"Type or paste in data\";\nINPUTS_types['table'] = \"Link to a table\" + pages;\nINPUTS_types['tables'] = \"Link to multiple tables\" + pages;\nINPUTS_types['r'] = \"Use an existing R Output\" + pages;\nINPUTS_types['variable'] = \"Link to a variable\" + data;\nINPUTS_types['variables'] = \"Link to variables\" + data;\nINPUTS_types['binaryMulti'] = displayr ? \"Variable Set: Binary - Multi\" : \"Question Type: Pick Any\";\nINPUTS_types['numericMulti'] = displayr ? \"Variable Set: Numeric - Multi\" : \"Number - Multi\";\nINPUTS_types['set'] = displayr ? \"Link to a variable set in 'Data'\" : \"Link to a question\";\nINPUTS_types['sets'] = displayr ? \"Link to variable sets in 'Data'\" : \"Link to questions\";\n\n// Default axis names\nvar categoriesAxisLabel = \"CATEGORIES (X) AXIS\";\nvar valuesAxisLabel = \"VALUES (Y) AXIS\";\nfunction SwappedXY() { categoriesAxisLabel = \"CATEGORIES (Y) AXIS\"; \n valuesAxisLabel = \"VALUES (X) AXIS\"; }\n\n// * Combo box alternatives *\ncategories_number_formats = [\"Automatic\", \"Number\", \"Category\", \"Percentage\", \"Date/Time\", \"Currency\", \"Metric units suffix\", \"Scientific\", \"Custom\"];\nvalues_number_formats = [\"Automatic\", \"Number\", \"Category\", \"Percentage\", \"Date/Time\", \"Currency\", \"Metric units suffix\", \"Scientific\", \"Custom\"];\nhover_number_formats = [\"Automatic\", \"Number\", \"Category\", \"Percentage\", \"Date/Time\", \"Metric units suffix\", \"Scientific\", \"Custom\"]; // no currency since cannot add as prefix\ndata_label_formats = [\"Automatic\", \"Number\", \"Percentage\"];\ndate_formats = [\"YY (Year, 2 digit)\", \"DD Mon YY\", \"DD Month YY\", \"DD MM YY\", \"YYYY (Year, 4 digit)\", \"DD Mon YYYY\", \"DD Month YYYY\", \"DD MM YYYY\", \"Mon DD YY\", \"Month DD YY\", \"MM DD YY\", \"Mon DD YYYY\", \"Month DD YYYY\", \"MM DD YYYY\", \"YY Mon DD\", \"YY Month DD\", \"YY MM DD\", \"YYYY Mon DD\", \"YYYY Month DD\", \"YYYY MM DD\", \"Custom\"];\n \n// * Font alternatives *\nfont_families = [\"Andale Mono\", \"Arial\", \"Arial Black\", \"Century Gothic\", \"Comic Sans MS\",\n \"Courier New\", \"Georgia\", \"Impact\", \"Open Sans\", \"Times New Roman\", \"Trebuchet MS\", \"Verdana\"];\n\n// * Palette alternatives *\npalettes = [\"Default colors\", \"Primary colors\", \"Rainbow\", \"Light pastels\", \"Strong colors\", \"Reds, dark to light\", \"Reds, light to dark\", \"Greens, dark to light\", \"Greens, light to dark\", \"Blues, dark to light\", \"Blues, light to dark\", \"Greys, dark to light\", \"Greys, light to dark\", \"Heat colors (red, yellow, white)\", \"Terrain colors (green, beige, grey)\", \"Custom color\", \"Custom gradient\", \"Custom palette\"];\ngradual_palettes = [\"Blues, light to dark\", \"Blues, dark to light\", \"Greys, light to dark\", \"Greys, dark to light\", \"Reds, light to dark\", \"Reds, dark to light\", \"Greens, light to dark\", \"Greens, dark to light\", \"Custom gradient\"];\nline_subslice_palletes = [\"Group colors\"].concat(palettes);\n\n// *Controls linked to specific chart types*\n// - We uses lowercase camel to represent the input data controls. These are not the names of the actual controls.\n// - The input data controls for a specific chart type are store in 'input_data'.\n// - All other controls that modify the data are stored in 'INPUTS'.\n// - Other than for 'INPUTS', the name of an array of controls becomes the name of the group on the Charts tab. \n// - The names used to refer to individual controls in the arrays are the same as the names of the R parameters (where there is a one-to-one match)\n\n// Default controls (modified below for specific charts)\nAPPEARANCE = null; GRIDLINES = null; \nDATA_SERIES = ['Colors'];\nDATA_LABELS = ['DataLabelShow', 'DataLabelDecimals', 'DataLabelFont', 'DataLabelPrefix', 'DataLabelSuffix'];\nTITLE = ['Title', 'Subtitle', 'Footer'];\ntidy = true;\nxLabel = 'Categories';\nyLabel = 'Groups';\nINPUTS_data = ['pasted', 'table', 'r', 'variables'];\nCATEGORIES_AXIS = ['CategoriesTitle', 'CategoriesAxisShow', 'CategoriesTickFont', 'CategoriesTickAngle', \n 'CategoriesNumberFormat', 'LabelWrap','CategoriesSuffix', 'CategoriesPrefix'];\nVALUES_AXIS = ['ValuesTitle', 'ValuesAxisShow', 'ValuesTickFont', 'ValuesNumberFormat'];\nHOVER = ['HoverNumberFormat'];\nLEGEND = ['LegendShow', 'LegendFont', 'LegendPosition'];\nINPUTS = ['x', 'y', \"AsPercentages\", \"FirstAggregate\"];\nFONT = ['GlobalFontFamily', 'GlobalFontColor'];\nfunction AddMargins() { MARGINS = ['MarginTop', 'MarginLeft', 'MarginBottom', 'MarginRight'];}\nif (chartType == \"Venn\")\n{\n FONT = null; DATA_SERIES = null; TITLE = null; CATEGORIES_AXIS = null; VALUES_AXIS = null; LEGEND = null; \n INPUTS_data = ['binaryMulti', 'r', 'pasted', 'table', 'variables'];\n INPUTS = [\"AsPercentages\"];\n tidy = false;\n DATA_LABELS = [\"DataLabelFontSize\"];\n hover_number_formats = [\"Automatic\", \"Number\", \"Percentage\"];\n} else if (chartType == \"Stream\")\n{\n DATA_LABELS = null; TITLE = null; LEGEND = null;\n CATEGORIES_AXIS = ['CategoriesNumberFormat']; // Additional controls are defined below\n VALUES_AXIS = ['ValuesNumberTicks', 'ValuesAxisShow', 'ValuesNumberFormat'];\n categories_number_formats = [\"Automatic\", \"Number\", \"Date/Time\", \"Scientific\", \"Custom\"];\n values_number_formats = [\"Automatic\", \"Number\", \"Scientific\", \"Custom\"];\n hover_number_formats = [\"Automatic\", \"Number\"];\n AddMargins();\n}else if (chartType == \"Pie\" || chartType == \"Donut\")\n{\n var radiusLabel = \"Donut hole radius %\";\n if (chartType == \"Pie\")\n radiusLabel = \"Radius of pie groupings % (multi-column tables only)\";\n CATEGORIES_AXIS = null; VALUES_AXIS = null; HOVER = null; LEGEND = null;\n DATA_SERIES.push('SubsliceColors');\n DATA_LABELS = [\"DataLabelFormat\", \"DataLabelFont\", \"DataLabelPrefix\", \"DataLabelSuffix\"];\n APPEARANCE = [\"PieRadius\", \"BorderColor\"];\n \n} else if (chartType == \"Radar\")\n{\n categoriesAxisLabel = \"Angular axis\";\n valuesAxisLabel = \"Radial axis\";\n CATEGORIES_AXIS = ['CategoriesAxisShow', 'CategoriesTickFont', 'CategoriesTickAngle', 'LabelWrap'];\n VALUES_AXIS = ['ValuesAxisShow', 'ValuesTickFont', 'ValuesNumberFormat'];\n hover_number_formats = [\"Automatic\", \"Number\", \"Percentage\"];\n DATA_LABELS = ['DataLabelShow', 'DataLabelFormat', 'DataLabelFont', 'DataLabelPrefix', 'DataLabelSuffix'];\n} else if (chartType == \"Palm\")\n{\n FONT = ['GlobalFontFamily'];\n CATEGORIES_AXIS = ['CategoriesTitle', 'CategoriesTickFont'];\n VALUES_AXIS = ['ValuesTitle', 'ValuesAxisShow', 'ValuesTickFont', 'ValuesNumberFormat', 'ValuesSuffix', 'ValuesPrefix'];\n xLabel = 'Variable(s)';\n INPUTS = ['x', \"AsPercentages\", \"FirstAggregate\"];\n values_number_formats = [\"Automatic\", \"Number\", \"Percentage\", \"Currency\"];\n DATA_LABELS = null;\n LEGEND = ['LegendFont'];\n TITLE = null;\n HOVER = null;\n} else if (chartType == \"Time Series\")\n{\n INPUTS = ['x', 'y', 'firstAggregate'];\n xLabel = 'Variable(s)';\n DATA_LABELS = null;\n TITLE = ['Title'];\n LEGEND = null;\n HOVER = null;\n CATEGORIES_AXIS = ['CategoriesTitle', 'CategoriesTickFont'];\n VALUES_AXIS = ['ValuesTitle', 'ValuesTickFont'];\n APPEARANCE = [\"WindowStart\", \"RangeBars\"];\n} else if (chartType == \"Geographic Map\")\n{\n DATA_LABELS = null;\n TITLE = null;\n xLabel = 'Variable(s)';\n LEGEND = ['LegendShow', 'LegendTitle']\n hover_number_formats = [\"Automatic\", \"Number\", \"Percentage\"];\n CATEGORIES_AXIS = null;\n VALUES_AXIS = null;\n palettes = gradual_palettes;\n FONT = null;\n APPEARANCE = [\"MapPackage\", \"HighRes\", \"NAasZero\", \"NAColor\", \"OceanColor\"];\n} else if (chartType == \"Heat\")\n{\n palettes = gradual_palettes;\n LEGEND = ['LegendShow', 'LegendFont'];\n DATA_LABELS = ['DataLabelShow', 'DataLabelFormat', 'DataLabelFont', 'DataLabelPrefix', 'DataLabelSuffix'];\n categoriesAxisLabel = \"X AXIS\";\n valuesAxisLabel = \"Y AXIS\";\n CATEGORIES_AXIS = ['CategoriesTitle', 'CategoriesAxisShow', 'CategoriesTickFont'];\n VALUES_AXIS = ['ValuesTitle', 'ValuesAxisShow', 'ValuesTickFont'];\n HOVER = null;\n APPEARANCE = ['SortOrStandardize', 'AdditionalColumns'];\n} else if (chartType == \"Scatter\")\n{\n INPUTS_data = ['pasted', 'table', 'tables', 'r', 'variables'];\n INPUTS = ['x', 'y', 'ScatterSizes', 'ScatterColors', 'ScatterLabels'];\n categoriesAxisLabel = \"X AXIS\";\n valuesAxisLabel = \"Y AXIS\";\n xLabel = 'X coordinates';\n yLabel = 'Y coordinates';\n FITLINE = null;\n HOVER = null;\n VALUES_AXIS = ['ValuesTitle', 'ValuesAxisShow', 'ValuesTickFont', 'ValuesNumberFormat', 'ValuesSuffix', 'ValuesPrefix'];\n APPEARANCE = ['dummy']; \n DATA_LABELS = null; // this is overridden if LabeledScatter\n var isLabeled = false;\n //isLabeled is set in the DATA MANIPULATION tab, as is DATA_LABELS and APPEARANCE\n\n} else if ([\"Column\", \"Bar\", \"Area\", \"Line\"]. indexOf(chartType) != -1)\n{\n if (chartType.indexOf(\"Bar\") != -1)\n SwappedXY();\n if (chartType != \"Line\")\n APPEARANCE = ['Stacked'];\n FITLINE = ['FitLine'];\n GRIDLINES = ['ShowGrid'];\n DATA_LABELS = ['DataLabelShow', 'DataLabelFormat', 'DataLabelFont', 'DataLabelPrefix', 'DataLabelSuffix'];\n} else if ([\"Box\", \"Bean\", \"Density\", \"Histogram\", \"Violin\"]. indexOf(chartType) != -1)\n{ \n INPUTS_data = ['pasted', 'table', 'r', 'variables', 'sets'];\n INPUTS = ['x', 'y'];\n APPEARANCE = ['DensityColor', 'VerticalDistributon', 'ValuesColor'];\n xLabel = 'Variable(s)';\n DATA_SERIES = null; DATA_LABELS = null; LEGEND = null;\n CATEGORIES_AXIS = ['CategoriesTickFont', 'LabelWrap'];\n TITLE = ['Title'];\n vertical = ['Violin', 'Box'].indexOf(chartType) > -1;\n if (chartType == 'Violin')\n APPEARANCE.push('ShowMean', 'Bandwidth', 'AutomaticLower');\n else if (chartType == 'Bean')\n APPEARANCE.push('ValuesColor', 'Bandwidth', 'AutomaticLower');\n else if (chartType == 'Density')\n APPEARANCE.push('ShowValues', 'Bandwidth', 'AutomaticLower');\n else if (chartType == 'Box')\n APPEARANCE.push('BoxPoints');\n else if (chartType == 'Histogram')\n APPEARANCE.push('HistogramCumulative', 'HistogramCounts', 'AutomaticBinning', 'MaximumBins');\n else if (chartType != 'Bean')\n APPEARANCE.push('ShowValues');\n GRIDLINES = ['ShowGrid']; \n AddMargins();\n} else if (chartType == \"Bar Pictograph\")\n{\n SwappedXY();\n INPUTS = ['x', 'AsPercentages', 'FirstAggregate']; // only accepts 1-d tables\n CATEGORIES_AXIS = ['CategoriesAxisShow', 'CategoriesTickFont', 'CategoriesTickHorizAlign'];\n DATA_LABELS = ['DataLabelFont', 'DataLabelFormat',\n 'DataLabelPrefix', 'DataLabelSuffix', 'DataLabelPosition'];\n APPEARANCE = ['Icon', 'FillDirection', 'IconPadding'];\n VALUES_AXIS = null;\n HOVER = null;\n LEGEND = null;\n TITLE = null;\n FONT = ['GlobalFontFamily', 'GlobalFontColor'];\n} else if(chartType != \"None\")\n throw \"Unknown chart type\";\n \n \n//// Creating the controls\n//// Data Selector.\n// Creating an array of the the data input controls\nvar data_INPUTS_alternatives = new Array(INPUTS_data.length);\nvar i = 0; \nfor(var i = 0; i < INPUTS_data.length; i++)\n data_INPUTS_alternatives[i] = INPUTS_types[INPUTS_data[i]];\n// Creating the data inputs.\nif (groups)\n form.group(\"DATA\")\nvar dtype = form.comboBox({name: \"formDataSource\", label: \"Data source\", alternatives: data_INPUTS_alternatives, required: true, prompt: \"The location of the data to be used in the chart.\"}).getValue();\nif (dtype == INPUTS_types['table'])\n form.dropBox({name: \"formTable\", label: 'Table', types: ['Table', \"RItem:integer,numeric,matrix,array,data.frame,table\"], required: true, prompt: \"Typically, a table contains data that has already been summarized (e.g., aggregated). Tables are stored in the Pages tree (top-left).\"});\nelse if (dtype == INPUTS_types[\"tables\"]) \n{\n form.dropBox({name: \"formTables\", label: \"Tables\", types: ['Table', \"RItem:integer,numeric,matrix,array,data.frame,table\"], required: true, multi: true, min_inputs: 2});\n if (chartType == \"Scatter\")\n {\n isLabeled = true;\n APPEARANCE.push('ScatterTrendLine');\n }\n} else if (dtype == INPUTS_types['r'])\n{\n form.dropBox({name: \"formOther\", label: \"R Output\", types: [\"RItem:integer,numeric,matrix,array,data.frame,table,list\"], required: true}); \n}\nvar aggregate = false;\nif (dtype == INPUTS_types['pasted']) \n{\n form.dataEntry({name: \"formPastedData\", prompt: \"Opens a spreadsheet into which you can enter data.\"}) //\"Press the 'Edit' button below to add in the data.\"\n} else if (dtype == INPUTS_types[\"sets\"] || dtype == INPUTS_types[\"set\"])\n{\n form.dropBox({label: \"Variable set\", \n name: \"formX\", \n types:[\"Questions\"],\n prompt: \"Variable sets are shown as groups of variables in the 'Data' tree (bottom-left). 'Binary - Multi' variable sets are represented by a column of checkboxes.\",\n multi: dtype == INPUTS_types[\"sets\"]});\n} else if (dtype == INPUTS_types[\"binaryMulti\"])\n{\n form.dropBox({label: \"Variable set\", \n name: \"formX\", \n types:[\"Questions: PickAny\"],\n prompt: \"Variable sets are shown as groups of variables in the 'Data' tree (bottom-left). 'Binary - Multi' variable sets are represented by a column of checkboxes.\"});\n} else if (dtype == INPUTS_types['variable'])\n{\n form.dropBox({label: \"Variable\", \n name: \"formX\", \n types:['variable'], \n prompt: \"Variable shown in the 'Data' tree (bottom-left).\", \n multi: false, \n required: true}).getValue();\n}\nelse if (dtype == INPUTS_types['variables'])\n{\n if (INPUTS.indexOf('ScatterLabels') > -1)\n var VLabels = form.dropBox({label: \"Labels\", \n name: \"formScatterLabels\", \n types:['variables'], \n prompt: \"Variables are shown in the 'Data' tree (bottom-left).\", \n multi: false, \n required: false});\n if (INPUTS.indexOf('x') > -1)\n var varX = form.dropBox({label: xLabel, name: \"formX\", types:['variables'],\n prompt: \"Variables are shown in the 'Data' tree (bottom-left).\",\n multi: chartType != \"Scatter\", required: false});\n if (INPUTS.indexOf('y')> -1 && (chartType == \"Scatter\" || (varX != null)))\n form.dropBox({label: yLabel, name: \"formY\", types:['variable'], prompt: \"Variables are shown in the 'Data' tree (bottom-left).\", multi: false, required: false});\n if (INPUTS.indexOf('ScatterSizes')> -1)\n var VSizes = form.dropBox({label: \"Sizes\", name: \"formZ\", types:['variables'], prompt: \"Variables are shown in the 'Data' tree (bottom-left).\", multi: false, required: false});\n if (INPUTS.indexOf('ScatterColors')> -1)\n var VColors = form.dropBox({label: \"Colors\", name: \"formZ2\", types:['variables'], prompt: \"Variables are shown in the 'Data' tree (bottom-left).\", multi: false, required: false});\n}\n\nif (groups)\n form.group(\"DATA MANIPULATION\");\nif (INPUTS.indexOf(\"FirstAggregate\") > 0)\n aggregate = form.checkBox({label: \"Aggregate the data prior to plotting\", \n name: \"formFirstAggregate\", \n default_value: [INPUTS_types['pasted'],INPUTS_types['table'], INPUTS_types['tables'], INPUTS_types['r']].indexOf(dtype) == -1 && !initial_table, \n prompt: \"The data is 'raw', where each row represents an individual case. It needs to be aggregated prior to plotting.\"}).getValue();\n if (aggregate)\n {\n if (dtype == INPUTS_types['table'] || dtype == INPUTS_types['pasted'])\n form.checkBox({label: \"Group by last column (crosstab)\", name: \"formGroupByLastColumn\", default_value: true, prompt: \"If more than two columns are provided, automatically groups by the last column\"});\n if (dtype == INPUTS_types['pasted'])\n {\n form.checkBox({label: \"First row contains column names\", name: \"formPastedColumnNames\", default_value: true});\n form.checkBox({label: \"First column contains row names\", name: \"formPastedRowNames\", default_value: false});\n form.checkBox({label: \"Convert to R factors\", name: \"formPastedFactor\", default_value: true});\n form.checkBox({label: \"US date convention (mm/dd/yyyy)\", name: \"formPastedDateConvention\", default_value: true});\n }\n } \nif (tidy)\n form.checkBox({label: \"Automatically tidy the data\", name: \"formTidy\", default_value: true, prompt: \"Automatically tidy the data.\"});\nif (chartType != 'Donut') // && chartType != \"Scatter\")\n form.checkBox({name: \"formTranspose\", label: \"Switch rows and columns\"});\n\n// Creating other input controls on the Inputs page.\nvar asPct = false;\nif (INPUTS != null)\n{\n form.textBox({label: \"Rows to ignore\", type: \"text\", default_value: \"NET, Total, SUM\", name: \"formIgnoreRows\", required: false});\n form.textBox({label: \"Columns to ignore\", type: \"text\", default_value: \"NET, Total, SUM\", name: \"formIgnoreColumns\", required: false});\n if (INPUTS.indexOf('AsPercentages') > -1)\n asPct = form.checkBox({name: \"formAsPercentages\", label: \"Show as percentages\"}).getValue();\n // Set default formatting if 'as percentage' is checked\n if (asPct)\n {\n var formats = [values_number_formats, hover_number_formats, data_label_formats];\n for (var i = 0; i < formats.length; i++)\n {\n var format_array = formats[i];\n var pct_idx = format_array.indexOf('Percentage');\n if (pct_idx != -1) \n {\n format_array.splice(pct_idx, 1);\n format_array.splice(0, 0, \"Percentage\");\n var auto_idx = format_array.indexOf('Automatic');\n if (auto_idx != -1)\n format_array.splice(auto_idx, 1);\n }\n }\n }\n if (dtype == INPUTS_types['variables'])\n form.checkBox({label: \"Variable names\", name:\"formNames\", default_value: false});\n}\n\n//// Creating controls on the Chart page\nform.page('Chart');\nif (APPEARANCE != null)\n{\n var isStacked = false;\n if (groups)\n form.group('APPEARANCE');\n if (chartType == 'Scatter')\n {\n // Scatter is always labeled in INPUTS_types['tables']\n // For other input types we need to check\n if ((dtype != INPUTS_types['tables'] && dtype != INPUTS_types['variables']) || \n (dtype == INPUTS_types['variables'] && VLabels.getValue() != null))\n {\n var labtype = form.comboBox({name: \"formScatterLabelType\", label: \"Show labels\", alternatives:['As hover text', 'On chart'], default_value: 'As hover text'}).getValue();\n isLabeled = labtype == 'On chart';\n }\n if (isLabeled)\n {\n APPEARANCE.push('ScatterMaxLab');\n categories_number_formats = [\"Automatic\", \"Number\", \"Percentage\", \"Currency\"];\n values_number_formats = [\"Automatic\", \"Number\", \"Percentage\", \"Currency\"];\n data_label_formats = [\"Automatic\", \"Number\", \"Category\", \"Percentage\", \"Currency\"]\n DATA_LABELS = ['DataLabelFormat', 'DataLabelFont', 'DataLabelPrefix', 'DataLabelSuffix'];\n }\n if (!isLabeled && ((dtype != INPUTS_types['tables'] && dtype != INPUTS_types['variables']) || \n (dtype == INPUTS_types['variables'] && VSizes.getValue() != null)))\n APPEARANCE.push('ScatterSizeType');\n if ((dtype != INPUTS_types['tables'] && dtype != INPUTS_types['variables']) || \n (dtype == INPUTS_types['variables'] && VColors.getValue() != null))\n APPEARANCE.push('ScatterColorType');\n if (!isLabeled)\n FITLINE = ['FitLine'];\n }\n if (APPEARANCE.indexOf(\"ScatterMaxLab\") > -1)\n form.numericUpDown({name: \"formScatterMaxLab\", label: \"Maximum data labels (left of column 1) to plot\", default_value: 20, maximum: 200, minimum: 0});\n if (APPEARANCE.indexOf(\"ScatterTrendLine\") > -1)\n form.checkBox({label: \"Show trend lines\", name: \"formTrendLines\", default_value: false});\n if (APPEARANCE.indexOf(\"ScatterSizeType\") > -1)\n form.comboBox({label: \"Treat sizes variable (column 3) as\", name:\"formScatterSizeType\", alternatives:['Area', 'Diameter'], default_value:'Area'});\n if (APPEARANCE.indexOf(\"ScatterColorType\") > -1)\n form.comboBox({label: \"Treat colors variable (column 4) as\", name:\"formScatterColorType\", alternatives:['Categories', 'Numeric scale'], default_value:'Numeric scale'});\n\n\n if (APPEARANCE.indexOf(\"Icon\") > -1)\n {\n var custom_icon_label = \"(Custom icon)\";\n var picto_icon = form.comboBox({name: \"formIcon\", label: \"Icon\", alternatives: [\n custom_icon_label, \"Apple\", \"Banana\", \"Baby\", \"Beer\", \"Book\", \"Bread\", \"Building\", \"Cake\", \"Car\", \"Cash\", \"Circle\", \"Chicken\", \"Church\", \"Computer\", \"Cow\", \"Cross\", \"Cup\", \"Cutlery\",\n \"Elephant\", \"Glass\", \"Globe\", \"Gun\", \"Heart\", \"House\", \"Idea\", \"Law\", \"Medicine\", \"Money\", \"Rocket\", \"Soldier\", \"Soup\", \"Sport\", \"Square\", \"Star\", \"Sick person\", \"Stick man\", \"Stick woman\", \"Test tube\",\n \"Thumbs up\", \"Thumbs down\", \"Tick\", \"Tools\", \"Tomato\", \"Traffic light\", \"Train\", \"Tree\", \"Truck\", \"TV\", \"User\", \"Water drop\", \"Weight\", \"Wine\"], default_value: \"Stick man\"}).getValue();\n if (picto_icon == custom_icon_label)\n {\n form.textBox({name: \"formCustomIcon\", label: \"Icon URL\", type: \"text\", required: true});\n var customBase = form.textBox({name: \"formBaseImage\", label: \"Base icon URL\", type: \"text\", required: false, prompt: \"Leave blank to hide unfilled icons\"}).getValue();\n }\n form.textBox({name: \"formIconScale\", label: \"Units per icon (scale)\", type: \"number\", required: false, prompt: \"Leave blank to determine based on range of Input data\"});\n form.textBox({name: \"formTotalIcons\", label: \"Total icons\", type: \"number\", required: false, prompt: \"Leave blank to determine from Input data\"});\n var ncolOpt = form.textBox({name:\"formIconNCol\", label: \"Maximum icons per row\", type: \"number\", prompt: \"Leave blank for all icons to be placed in a single row\", required: false}).getValue();\n form.comboBox({name:\"formFillDirection\", label: \"Direction of fill\", alternatives: [\"From left\", \"From right\"], default_value: \"From left\"});\n if (picto_icon != custom_icon_label)\n {\n var baseOpt = form.checkBox({name: \"formHideBase\", label: \"Hide base image\", default_value: true}).getValue();\n if (!baseOpt)\n form.colorPicker({name: \"formBaseColor\", label: \"Icon base color\",default_value: \"#CCCCCC\"});\n var labColAsIcon = form.checkBox({name: \"formLabelColorAsIcon\", label: \"Labels colored as icons\"}).getValue();\n if (ncolOpt != \"\" && baseOpt)\n form.checkBox({name:\"formFixNRows\", label:\"Fixed number of rows per bar\", default_value: true});\n }\n if (ncolOpt != \"\" && picto_icon == custom_icon_label && !customBase)\n form.checkBox({name:\"formFixNRows\", label:\"Fixed number of rows per bar\", default_value: true});\n form.numericUpDown({name: \"formIconPadding\", label: \"Space between bars\", minimum: 0, default_value: 2, increment:1});\n }\n if (APPEARANCE.indexOf(\"Stacked\") > -1)\n isStacked = form.checkBox({label: \"Stack series\", name: \"formStackSeries\", default_value: false}).getValue();\n if (APPEARANCE.indexOf(\"PieRadius\") > -1)\n form.numericUpDown({name: \"formPieRadius\", label: radiusLabel, default_value: 70, increment: 1, minimum: 0, maximum: 100});\n if (APPEARANCE.indexOf(\"BorderColor\") > -1)\n form.colorPicker({name: \"formBorderColor\", label: \"Border color\", default_value: \"#ffffff\"});\n if (APPEARANCE.indexOf(\"DensityColor\") > -1)\n form.colorPicker({name: \"formDensityColor\", label: \"Color\", default_value: \"#5C9AD3\"});\n if (APPEARANCE.indexOf(\"VerticalDistributon\") > -1)\n {\n var v = form.checkBox({name: \"formVertical\", label: \"Plot vertically\", default_value: vertical});\n if (!v.getValue())\n SwappedXY();\n }\n if (APPEARANCE.indexOf(\"ShowValues\") > -1)\n form.checkBox({name: \"formShowValues\", label: \"Plot the individual data values\", default_value: false});\n if (APPEARANCE.indexOf(\"ValuesColor\") > - 1)\n form.colorPicker({name: \"formValuesColor\", label: \"Data value color\", default_value: \"#999999\"});\n if (APPEARANCE.indexOf(\"ShowMean\") > -1)\n {\n var c = form.checkBox({name: \"formShowMean\", label: \"Plot the mean value\", default_value: true});\n if (c.getValue())\n form.colorPicker({name: \"formMeanColor\", label: \"Color of the mean dot\", default_value: \"#ffffff\"});\n c = form.checkBox({name: \"formShowMedian\", label: \"Plot the median\", default_value: true});\n if (c.getValue())\n form.colorPicker({name: \"formMedianColor\", label: \"Color of the median line\", default_value: \"#000000\"});\n c = form.checkBox({name: \"formShowQuartiles\", label: \"Plot the quartiles\", default_value: true});\n if (c.getValue())\n form.colorPicker({name: \"formQuartilesColor\", label: \"Color of the quartiles box\", default_value: \"#000000\"});\n c = form.checkBox({name: \"formShowRange\", label: \"Plot the range\", default_value: true});\n if (c.getValue())\n form.colorPicker({name: \"formRangeColor\", label: \"Color of the range line\", default_value: \"#000000\"});\n }\n if (APPEARANCE.indexOf(\"MapPackage\") > -1)\n var package = form.comboBox({name: \"formMapPackage\", label: \"Map package\", alternatives: [\"plotly\", \"leaflet\"], default_value: \"plotly\"}).getValue();\n if (APPEARANCE.indexOf(\"HighRes\") > -1 && package == \"plotly\")\n form.checkBox({label: \"High resolution\", name: \"formHighRes\", default_value: false});\n if (APPEARANCE.indexOf(\"NAasZero\") > -1)\n var NAasZero = form.checkBox({label: \"Treat NA as zero\", name: \"formNAasZero\", default_value: false}).getValue();\n if (APPEARANCE.indexOf(\"NAColor\") > -1 && !NAasZero)\n form.colorPicker({name: \"formNAColor\", label: \"Color of NA values\", default_value: \"#808080\"});\n if (APPEARANCE.indexOf(\"OceanColor\") > -1 && package == \"plotly\")\n form.colorPicker({name: \"formOceanColor\", label: \"Ocean color\", default_value: \"#DDDDDD\"}); \n\n if (APPEARANCE.indexOf(\"BoxPoints\") > -1)\n form.comboBox({name: \"formBoxPoints\", label: \"Box points\", alternatives: [\"All\", \"Outliers\", \"Suspected outliers\"], default_value: \"Suspected outliers\", required: true});\n \n if (APPEARANCE.indexOf('HistogramCumulative') > -1)\n form.checkBox({name: \"formHistogramCumulative\", label: \"Cumulative histogram\", default_value: false});\n if (APPEARANCE.indexOf('HistogramCounts') > -1)\n form.checkBox({name: \"formHistogramCounts\", label: \"Show counts\", default_value: false});\n if (APPEARANCE.indexOf('AutomaticBinning') > -1)\n var binning = form.checkBox({name: \"formAutomaticBinning\", label: \"Automatic column widths (bins)\", default_value: true});\n if (APPEARANCE.indexOf('MaximumBins') > -1 && !binning.getValue())\n form.numericUpDown({name: \"formMaximumBins\", label: \"Maximum columns (bins)\", default_value: 20});\n\n if (APPEARANCE.indexOf('Bandwidth') > -1)\n form.numericUpDown({name: \"formBandwidth\", \n label: \"Bandwidth\", \n minimum: 0.01, maximum: 1, increment: 0.1, default_value: 1, \n prompt: \"The relative bandwidth used in the estimating the density.\"});\n if (APPEARANCE.indexOf('AutomaticLower') > -1)\n form.checkBox({name: \"formAutomaticLower\", label: \"Automatically compute lower bound\", default_value: true});\n\n if (APPEARANCE.indexOf(\"RangeBars\") > -1)\n form.checkBox({name: \"formRangeBars\", label: \"Show range bars\", default_value: false});\n if (APPEARANCE.indexOf(\"WindowStart\") > -1)\n form.numericUpDown({name: \"formWindowStart\", label: \"Window start (days from data end)\", default_value: 30, maximum: 100000});\n\n if (APPEARANCE.indexOf(\"SortOrStandardize\") > -1) {\n form.comboBox({label: \"Row sorting or dendrogram\", alternatives: [\"None\", \"Sort by averages (ascending)\", \"Sort by averages (descending)\", \"Dendrogram\"], name: \"formSortRows\", default_value: \"None\"});\n form.comboBox({label: \"Column sorting or dendrogram\", alternatives: [\"None\", \"Sort by averages (ascending)\", \"Sort by averages (descending)\", \"Dendrogram\"], name: \"formSortColumns\", default_value: \"None\"});\n form.comboBox({label: \"Shading standardization\", name: \"formStandardization\", default_value: \"None\", alternatives: [\"None\", \"Standardize rows\", \"Standardize columns\"]});\n }\n if (APPEARANCE.indexOf(\"AdditionalColumns\") > -1) {\n form.dropBox({label: \"Left columns\", types:[\"RItem:matrix,data.frame,table,array,integer,numeric,character\", \"Table\"], name: \"formLeftColumns\", multi: true, required: false});\n form.textBox({label: \"Left column headings\", type: \"text\", default_value: \"\", name: \"formLeftColumnHeadings\", required: false});\n form.dropBox({label: \"Right columns\", types:[\"RItem:matrix,data.frame,table,array,integer,numeric,character\", \"Table\"], name: \"formRightColumns\", multi: true, required: false});\n form.textBox({label: \"Right column headings\", type: \"text\", default_value: \"\", name: \"formRightColumnHeadings\", required: false});\n }\n}\nif (DATA_SERIES != null && !(chartType == \"Bar Pictograph\" && picto_icon == custom_icon_label))\n{\n if (groups)\n form.group(\"DATA SERIES\");\n if (DATA_SERIES.indexOf('Colors') > -1)\n {\n var colOpt = form.comboBox({name: \"formPalette\", label: \"Color palette\", alternatives: palettes, default_value: palettes[0], required: true});\n if (colOpt.getValue() == \"Custom color\")\n form.colorPicker({name: \"formCustomColor\", label: \"Custom color\", default_value: \"#5C9AD3\"});\n if (colOpt.getValue() == \"Custom gradient\")\n {\n form.colorPicker({name: \"formCustomGradientStart\", label: \"Gradient start\", default_value: \"#5C9AD3\"});\n form.colorPicker({name: \"formCustomGradientEnd\", label: \"Gradient end\", default_value: \"#ED7D31\"});\n }\n if (colOpt.getValue() == \"Custom palette\")\n form.textBox({name: \"formCustomPalette\", label: \"Custom palette\", default_value: \"#5C9AD3, #ED7D31\", prompt: \"Enter color as a string. Multiple values should be separated by commas.\"});\n }\n if (DATA_SERIES.indexOf('SubsliceColors') > -1)\n {\n var colOpt = form.comboBox({name: \"formSubslicePalette\", label: \"Outer ring color palette\", alternatives: line_subslice_palletes, default_value: line_subslice_palletes[0], required: true});\n if (colOpt.getValue() == \"Custom color\")\n form.colorPicker({name: \"formSubsliceCustomColor\", label: \"Custom color\", default_value: \"#5C9AD3\"});\n if (colOpt.getValue() == \"Custom gradient\")\n {\n form.colorPicker({name: \"formSubsliceCustomGradientStart\", label: \"Gradient start\", default_value: \"#5C9AD3\"});\n form.colorPicker({name: \"formSubsliceCustomGradientEnd\", label: \"Gradient end\", default_value: \"#ED7D31\"});\n }\n if (colOpt.getValue() == \"Custom palette\")\n form.textBox({name: \"formCustomPalette\", label: \"Custom palette\", default_value: \"#5C9AD3, #ED7D31\", prompt: \"Enter color as a string. Multiple values should be separated by commas.\"});\n } \n}\nif (typeof FITLINE != 'undefined' && FITLINE != null && !isStacked)\n{\n if (groups)\n form.group(\"TREND LINES\");\n if (FITLINE.indexOf('FitLine') > -1)\n {\n var fitOpt = form.comboBox({name: \"formFit\", label: \"Show line of best fit\", alternatives: [\"None\", \"Linear\", \"Smooth\"], default_value: \"None\"});\n if (fitOpt.getValue() != \"None\")\n {\n form.checkBox({name: \"formFitIgnoreLast\", label: \"Ignore last data point\", default_value: false});\n form.comboBox({name: \"formFitLineType\", label: \"Line type\", alternatives: [\"dot\", \"dash\", \"longdash\", \"dashdot\", \"solid\"], default_value:\"dot\"});\n form.numericUpDown({name: \"formFitLineWidth\", label: \"Line width\", default_value: 1, minimum: 1, maximum: 20});\n var fitcolOpt = form.comboBox({name: \"formFitPalette\", label: \"Fit line color palette\", alternatives: line_subslice_palletes, default_value: line_subslice_palletes[0], required: true});\n if (fitcolOpt.getValue() == \"Custom color\")\n form.colorPicker({name: \"formFitCustomColor\", label: \"Custom color of fit line\", default_value: \"#5C9AD3\"})\n if (fitcolOpt.getValue() == \"Custom gradient\")\n {\n form.colorPicker({name: \"formFitCustomGradientStart\", label: \"Gradient start of fit lines\", default_value: \"#5C9AD3\"});\n form.colorPicker({name: \"formFitCustomGradientEnd\", label: \"Gradient end of fit lines\", default_value: \"#ED7D31\"});\n }\n if (fitcolOpt.getValue() == \"Custom palette\")\n form.textBox({name: \"formFitCustomPalette\", label: \"Custom palette of fit lines\", default_value: \"#5C9AD3, #ED7D31\", prompt: \"Enter color as a string. Multiple values should be separated by commas.\"});\n }\n }\n}\n \nif (FONT != null)\n{\n if (groups)\n form.group(\"FONT\");\n if (FONT.indexOf('GlobalFontFamily') > -1)\n var globalFontFamily = form.comboBox({name: \"formFont\", label: \"Global font family\", alternatives: font_families, default_value: \"Arial\"}).getValue();\n if (FONT.indexOf('GlobalFontColor') > -1 && !(chartType == \"Bar Pictograph\" && labColAsIcon))\n var globalFontColor = form.colorPicker({name: \"formFontColor\", label: \"Global font color\", default_value: \"#2C2C2C\"}).getValue();\n}\n \nif (DATA_LABELS != null)\n{\n if (groups)\n form.group(\"DATA LABELS\");\n var datalabshow = true;\n if (DATA_LABELS.indexOf('DataLabelPosition') > -1)\n {\n var dLabOpt = form.comboBox({name:\"formDataLabelPosition\", label: \"Show data label\", alternatives: [\"No\", \"Next to bar\", \"Below row label\", \"Above row label\", \"Below icons\", \"Above icons\"], default_value: \"Next to bar\"}).getValue();\n if (dLabOpt == \"No\")\n datalabshow = false;\n if (dLabOpt == \"Below icons\" || dLabOpt == \"Above icons\")\n form.comboBox({name:\"formDataLabelHorizAlign\", label:\" Data label horizontal alignment\", alternatives: [\"Default\", \"Left\", \"Center\", \"Right\"], default_value: \"Default\"});\n }\n if (DATA_LABELS.indexOf('DataLabelShow') > -1)\n datalabshow = form.checkBox({name: \"formDataLabelShow\", label: \"Show data labels\", default_value: false}).getValue();\n if (datalabshow && DATA_LABELS.indexOf('DataLabelFont') > -1)\n {\n \n form.comboBox({name: \"formDataLabelFontFamily\", label: \"Data label font family\", alternatives: font_families, default_value: globalFontFamily});\n if (!(chartType == \"Bar Pictograph\" && labColAsIcon) && !(chartType == \"Heat\"))\n form.colorPicker({name: \"formDataLabelFontColor\", label: \"Data label font color\", default_value: globalFontColor});\n form.numericUpDown({name: \"formDataLabelFontSize\", label: \"Data label font size\", default_value: 10});\n }\n if (chartType == \"Venn\" && DATA_LABELS.indexOf('DataLabelFontSize') > -1)\n form.numericUpDown({name: \"formDataLabelFontSize\", label: \"Data label font size\", default_value: 10});\n \n if (datalabshow && DATA_LABELS.indexOf('DataLabelFormat') > -1)\n var dataLabelFormat = form.comboBox({name: \"formDataLabelNumberType\", label: \"Number type\", alternatives: data_label_formats, default_value: data_label_formats[0], required: true}).getValue();\n if (datalabshow && (DATA_LABELS.indexOf('DataLabelDecimals') > -1 || (DATA_LABELS.indexOf('DataLabelFormat') > -1 && dataLabelFormat != \"Automatic\")))\n form.numericUpDown({name: \"formDataLabelDecimals\", label: \"Decimal places\", default_value: dataLabelFormat == \"Percentage\" ? 0 : 2, increment: 1, minimum: 0, maximum: 12});\n if (datalabshow && DATA_LABELS.indexOf('DataLabelPrefix') > -1)\n form.textBox({name:'formPrefix', label: 'Custom prefix', required: false});\n if (datalabshow && DATA_LABELS.indexOf('DataLabelSuffix') > -1)\n form.textBox({name:'formSuffix', label: 'Custom suffix', required: false});\n if (DATA_LABELS.indexOf('data.label.max.plot') > -1)\n form.numericUpDown({name: \"formMaxLab\", label: \"Maximum data labels to plot\", default_value: 50, maximum: 200, minimum: 0});\n}\nif (GRIDLINES != null)\n{\n if (groups)\n form.group(\"GRID LINES\");\n if (GRIDLINES.indexOf('ShowGrid') > -1)\n form.checkBox({name: \"formShowGrid\", label: \"Show grid lines\", default_value: true});\n}\nif (LEGEND != null)\n{\n if (groups)\n form.group(\"LEGEND\");\n var hasleg = 1;\n if (LEGEND.indexOf('LegendShow') > -1)\n hasleg = form.checkBox({name: \"formLegendShow\", label: \"Show legend (if applicable)\", default_value: true}).getValue();\n if (hasleg && LEGEND.indexOf('LegendTitle') > -1)\n {\n form.textBox({label: \"Legend title\", type: \"text\", name: \"formLegendTitle\", required: false});\n }\n if (hasleg && LEGEND.indexOf('LegendFont') > -1)\n {\n form.comboBox({name: \"formLegendFontFamily\", label: \"Legend font family\", alternatives: font_families, default_value: globalFontFamily});\n if (chartType != \"Palm\")\n form.colorPicker({name: \"formLegendFontColor\", label: \"Legend font color\", default_value: globalFontColor});\n form.numericUpDown({name: \"formLegendFontSize\", label: \"Legend font size\", default_value: 10});\n }\n if (hasleg && LEGEND.indexOf('LegendPosition') > -1)\n {\n form.numericUpDown({name: \"formLegendXPos\", label: \"Horizontal placement\", default_value: 1.02, increment: 0.02, minimum: -2, maximum: 3, prompt: \"Choose numeric value between -2 (far left) to 3 (far right)\"});\n form.numericUpDown({name: \"formLegendYPos\", label: \"Vertical placement\", default_value: 1.00, increment: 0.02, minimum: -2, maximum: 3, prompt: \"Choose numeric value between -2 (below) and 3 (above)\"});\n }\n}\nif (TITLE != null)\n{\n if (groups)\n form.group('Title');\n if (TITLE.indexOf('Title') > -1)\n {\n titleOpt = form.textBox({name:\"formTitle\", label:\"Title\", required:false});\n if (typeof titleOpt != \"undefined\" && titleOpt.getValue() != \"\")\n {\n form.comboBox({name: \"formTitleFontFamily\", label: \"Title font family\", alternatives: font_families, default_value: globalFontFamily});\n form.colorPicker({name: \"formTitleFontColor\", label: \"Title font color\", default_value: globalFontColor});\n form.numericUpDown({name:\"formTitleFontSize\", label:\"Title font size\", default_value: 16});\n }\n }\n if (TITLE.indexOf('Subtitle') > -1)\n {\n subtitleOpt = form.textBox({name:\"formSubtitle\", label:\"Subtitle\", required:false});\n if (typeof subtitleOpt != \"undefined\" && subtitleOpt.getValue() != \"\")\n {\n form.comboBox({name: \"formSubtitleFontFamily\", label: \"Subtitle font family\", alternatives: font_families, default_value: globalFontFamily});\n form.colorPicker({name: \"formSubtitleFontColor\", label: \"Subtitle font color\", default_value: globalFontColor});\n form.numericUpDown({name:\"formSubtitleFontSize\", label:\"Subtitle font size\", default_value: 12});\n }\n }\n if (TITLE.indexOf('Footer') > -1)\n {\n footerOpt = form.textBox({name:\"formFooter\", label:\"Footer\", required:false});\n if (chartType == \"Scatter\" || (typeof footerOpt != \"undefined\" && footerOpt.getValue() != \"\"))\n {\n form.comboBox({name: \"formFooterFontFamily\", label: \"Footer font family\", alternatives: font_families, default_value: globalFontFamily});\n form.colorPicker({name: \"formFooterFontColor\", label: \"Footer font color\", default_value: globalFontColor});\n form.numericUpDown({name:\"formFooterFontSize\", label:\"Footer font size\", default_value: 8});\n if (chartType != \"Heat\") {\n var footerWrapOpt = form.checkBox({name: \"formFooterWrap\", label: \"Wrap footer\", default_value: true});\n if (footerWrapOpt.getValue())\n form.numericUpDown({name: \"formFooterWrapNchar\", label: \"Footer line width\", default_value: 150, minimum: 5, increment: 5, maximum: 5000});\n }\n }\n }\n}\nif (CATEGORIES_AXIS != null)\n{\n if (groups)\n form.group(categoriesAxisLabel);\n if (CATEGORIES_AXIS.indexOf('CategoriesTitle') > -1)\n {\n form.textBox({name: \"formCategoriesTitle\", label: \"Axis title\", required: false});\n form.comboBox({name: \"formCategoriesTitleFontFamily\", label: \"Axis title font family\", alternatives: font_families, default_value: globalFontFamily});\n if (chartType != \"Palm\")\n form.colorPicker({name: \"formCategoriesTitleFontColor\", label: \"Axis title font color\", default_value: globalFontColor});\n form.numericUpDown({name: \"formCategoriesTitleFontSize\", label: \"Axis title font size\", default_value: 12});\n }\n var showX = true;\n var labelShowX = \"Show axis\";\n if (chartType == \"Bar Pictograph\")\n labelShowX = \"Show row labels\";\n if (CATEGORIES_AXIS.indexOf('CategoriesAxisShow') > -1)\n showX = form.checkBox({name: \"formCategoriesAxisShow\", label: labelShowX, default_value: true}).getValue(); \n if (showX) {\n if (CATEGORIES_AXIS.indexOf('CategoriesNumberFormat') > -1) {\n var xNumberType = form.comboBox({name: \"formCategoriesNumberType\", label: \"Number type\", alternatives: categories_number_formats, default_value: categories_number_formats[0], required: true}).getValue();\n if (xNumberType == \"Date/Time\")\n xNumberType = form.comboBox({name: \"formCategoriesDateType\", label: \"Date type\", alternatives: date_formats, default_value: date_formats[0], required: true}).getValue();\n if (xNumberType == \"Custom\")\n form.textBox({name: \"formCategoriesNumberCustom\", label: \"Custom code\", default_value: \"%d %b %y\", required: false});\n if (xNumberType == 'Currency')\n form.textBox({name: \"formCategoriesCurrency\", label: \"Currency symbol\", default_value: \"\", required: true}); \n if (xNumberType == 'Number' || xNumberType == 'Currency')\n form.checkBox({name: \"formCategoriesSeparateThousands\", label: \"Separate thousands by comma\", default: true});\n if (xNumberType == 'Number' || xNumberType == 'Percentage' || xNumberType == 'Scientific' || xNumberType == 'Currency')\n form.numericUpDown({name:\"formCategoriesDecimals\", label:\"Decimal places\", default_value: xNumberType == \"Percentage\" ? 0 : 2});\n if (xNumberType == 'Metric units suffix')\n form.numericUpDown({name:\"formCategoriesDecimals\", label:\"Significant digits\", default_value: 2, minimum: 1});\n if (CATEGORIES_AXIS.indexOf('CategoriesPrefix') > -1)\n form.textBox({name: \"formCategoriesPrefix\", label: \"Custom prefix\", default_value: \"\", required: false}); \n if (CATEGORIES_AXIS.indexOf('CategoriesSuffix') > -1)\n form.textBox({name: \"formCategoriesSuffix\", label: \"Custom suffix\", default_value: \"\", required: false});\n }\n if (CATEGORIES_AXIS.indexOf('CategoriesTickInterval') > -1)\n form.numericUpDown({name: \"formCategoriesTickInterval\", label: \"Tick interval\", default_value: 1, increment: 1, minimum: 1, maximum: 1000});\n if (CATEGORIES_AXIS.indexOf('CategoriesTickFont') > -1)\n {\n form.comboBox({name: \"formCategoriesTickFontFamily\", label: \"Axis label font family\", alternatives: font_families, default_value: globalFontFamily});\n if (chartType != \"Palm\" && !(chartType == \"Bar Pictograph\" && labColAsIcon))\n form.colorPicker({name: \"formCategoriesTickFontColor\", label: \"Axis label font color\", default_value: globalFontColor});\n form.numericUpDown({name: \"formCategoriesTickFontSize\", label: \"Axis label font size\", default_value: 10});\n }\n if (CATEGORIES_AXIS.indexOf('CategoriesTickHorizAlign') > -1)\n form.comboBox({name:\"formCategoriesTickHorizAlign\", label: \"Horizontal alignment\", alternatives: [\"Default\", \"Left\", \"Center\", \"Right\"], default_value: \"Default\"}); \n\n if (CATEGORIES_AXIS.indexOf('CategoriesTickAngle') > -1)\n form.comboBox({name: \"formCategoriesTickAngle\", label: \"Axis label orientation\", alternatives: [\"Automatic\", \"Horizontal\", \"Vertical\", \"Diagonal\"], default_value: \"Automatic\"});\n if (CATEGORIES_AXIS.indexOf('LabelWrap') > -1)\n {\n var xWrapOpt = form.checkBox({name: \"formLabelWrap\", label: \"Wrap axis label\", default_value: true});\n if (xWrapOpt.getValue())\n form.numericUpDown({name: \"formLabelWrapNchar\", label: \"Axis label line width\", default_value: 21, minimum: 5, increment: 5, maximum: 1000});\n } \n }\n if (chartType == \"Stream\")\n {\n form.comboBox({name: \"formCategoriesTickUnits\", label: \"Tick units\", alternatives: [\"Automatic\", \"Number\", \"Month\", \"Year\"], default_value: \"Automatic\"});\n form.numericUpDown({name: \"formCategoriesTickInterval\", label: \"Tick frequency\", default_value: 3, minimum: 1, increment: 1, maximum: 1000});\n }\n}\nif (VALUES_AXIS != null)\n{\n if (groups)\n form.group(valuesAxisLabel);\n if (VALUES_AXIS.indexOf('ValuesTitle') > -1)\n {\n form.textBox({name: \"formValuesTitle\", label: \"Axis title\", required: false});\n form.comboBox({name: \"formValuesTitleFontFamily\", label: \"Axis title font family\", alternatives: font_families, default_value: globalFontFamily});\n if (chartType != \"Palm\")\n form.colorPicker({name: \"formValuesTitleFontColor\", label: \"Axis title font color\", default_value: globalFontColor});\n form.numericUpDown({name: \"formValuesTitleFontSize\", label: \"Axis title font size\", default_value: 12});\n }\n var showY = true;\n if (VALUES_AXIS.indexOf('ValuesAxisShow') > -1)\n showY = form.checkBox({name: \"formValuesAxisShow\", label: \"Show axis\", default_value: true}).getValue(); \n if (showY) {\n if (VALUES_AXIS.indexOf('ValuesNumberFormat') > -1) {\n var yNumberType = form.comboBox({name: \"formValuesNumberType\", label: \"Number type\", alternatives: values_number_formats, default_value: values_number_formats[0], required: true}).getValue();\n if (yNumberType == \"Date/Time\")\n yNumberType = form.comboBox({name: \"formValuesDateType\", label: \"Date type\", alternatives: date_formats, default_value: date_formats[0], required: true}).getValue();\n if (yNumberType == \"Custom\")\n form.textBox({name: \"formValuesNumberCustom\", label: \"Custom code\", default_value: \"%d %b %y\", required: false});\n if (yNumberType == 'Currency')\n form.textBox({name: \"formValuesCurrency\", label: \"Currency symbol\", default_value: \"\", required: true}); \n if ((yNumberType == 'Number' || yNumberType == 'Currency') && chartType != \"Palm\")\n form.checkBox({name: \"formValuesSeparateThousands\", label: \"Separate thousands by comma\", default: true});\n if (yNumberType == 'Number' || yNumberType == 'Percentage' || yNumberType == 'Scientific' || yNumberType == 'Currency')\n form.numericUpDown({name:\"formValuesDecimals\", label:\"Decimal places\", default_value: yNumberType == \"Percentage\" ? 0 : 2});\n if (yNumberType == 'Metric units suffix')\n form.numericUpDown({name:\"formValuesDecimals\", label:\"Significant digits\", default_value: 2, minimum: 1});\n if (VALUES_AXIS.indexOf('ValuesPrefix') > -1)\n form.textBox({name: \"formValuesPrefix\", label: \"Custom prefix\", default_value: \"\", required: false}); \n if (VALUES_AXIS.indexOf('ValuesSuffix') > -1)\n form.textBox({name: \"formValuesSuffix\", label: \"Custom suffix\", default_value: \"\", required: false}); \n }\n if (showY && VALUES_AXIS.indexOf('ValuesNumberTicks') > -1) //Weird parameter for Stream Graph\n form.numericUpDown({name: \"formValuesNumberTicks\", label: \"Number of ticks\", default_value: 5, increment: 1, minimum: 1, maximum: 1000});\n if (showY && VALUES_AXIS.indexOf('ValuesTickFont') > -1)\n {\n form.comboBox({name: \"formValuesTickFontFamily\", label: \"Axis label font family\", alternatives: font_families, default_value: globalFontFamily});\n if (chartType != \"Palm\")\n form.colorPicker({name: \"formValuesTickFontColor\", label: \"Axis label font color\", default_value: globalFontColor});\n form.numericUpDown({name: \"formValuesTickFontSize\", label: \"Axis label font size\", default_value: 10});\n }\n }\n}\nif (HOVER != null)\n{\n if (groups)\n form.group(\"HOVER\");\n var showHover = true;\n if (HOVER.indexOf('HoverShow') > -1)\n showHover = form.checkBox({name: \"formHoverShow\", label: \"Show hover text\", default_value: true});\n if (showHover)\n {\n if (HOVER.indexOf('HoverNumberFormat') > -1 && (chartType != \"Venn\" || dtype == INPUTS_types['binaryMulti'] || dtype == INPUTS_types['variables'])) // only show for Venn if raw data\n {\n var hoverNumberType = form.comboBox({name: \"formHoverNumberType\", label: \"Number type\", alternatives: hover_number_formats, default_value: hover_number_formats[0], required: true}).getValue();\n if (hoverNumberType == \"Date/Time\")\n hoverNumberType = form.comboBox({name: \"formHoverDateType\", label: \"Date type\", alternatives: date_formats, default_value: date_formats[0], required: true}).getValue();\n if (hoverNumberType == \"Custom\")\n form.textBox({name: \"formHoverNumberCustom\", label: \"Custom code\", default_value: \"%d %b %y\", required: false});\n if (hoverNumberType == 'Number' && chartType != \"Venn\" && chartType != \"Stream\")\n form.checkBox({name: \"formHoverSeparateThousands\", label: \"Separate thousands by comma\", default: true});\n if (hoverNumberType == 'Number' || hoverNumberType == 'Percentage' || hoverNumberType == 'Scientific')\n form.numericUpDown({name:\"formHoverDecimals\", label:\"Decimal places\", default_value: hoverNumberType == \"Percentage\" ? 0 : 2});\n if (hoverNumberType == 'Metric units suffix')\n form.numericUpDown({name:\"formHoverDecimals\", label:\"Significant digits\", default_value: 2, minimum: 1});\n }\n }\n}\nif (typeof MARGINS != 'undefined')\n{\n if (groups)\n form.group(\"MARGINS\");\n if (MARGINS.indexOf('MarginTop') > -1)\n form.numericUpDown({name: \"formMarginTop\", label: \"Top\", default_value: 30, increment: 1, minimum: 0, maximum: 1000});\n if (MARGINS.indexOf('MarginLeft') > -1)\n form.numericUpDown({name: \"formMarginLeft\", label: \"Left\", default_value: 80, increment: 1, minimum: 0, maximum: 1000});\n if (MARGINS.indexOf('MarginBottom') > -1)\n form.numericUpDown({name: \"formMarginBottom\", label: \"Bottom\", default_value: 50, increment: 1, minimum: 0, maximum: 1000});\n if (MARGINS.indexOf('MarginRight') > -1)\n form.numericUpDown({name: \"formMarginRight\", label: \"Right\", default_value: 40, increment: 1, minimum: 0, maximum: 1000});\n}","JSError":null,"JSErrorDetails":null,"ControlDefinitionErrors":null,"InputValidationErrors":null,"Controls":[{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formChartType","Page":null,"Group":"OUTPUT","Type":"ComboBox","Label":"Chart type","LabelEmphasised":false,"Value":"Violin","Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":true,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":["Table","Area","Column","Donut","Bar","Bar Pictograph","Bean","Box","Density","Geographic Map","Heat","Histogram","Line","Palm","Pie","Radar","Stream","Scatter","Time Series","Venn","Violin"],"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formDataSource","Page":null,"Group":"DATA","Type":"ComboBox","Label":"Data source","LabelEmphasised":false,"Value":"Link to variables in 'Data'","Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":"The location of the data to be used in the chart.","ErrorMessage":null,"Invalid":null,"Required":true,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":["Type or paste in data","Link to a table in 'Pages'","Use an existing R Output in 'Pages'","Link to variables in 'Data'","Link to variable sets in 'Data'"],"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formX","Page":null,"Group":"DATA","Type":"DropBox","Label":"Variable(s)","LabelEmphasised":false,"Value":null,"Allowed":["e903832d-234f-4e30-a069-e016de7615f0","801152f7-70c6-48da-866f-4f3b6bf25f49","0e4438ef-2560-4a57-889e-9a725157fabf","2b2077bc-5885-4b7b-a036-b714d92292d3","2a1b6f9b-6972-4f6d-826b-d4098c9fb34e","72ab121b-782f-46e8-a4d5-680bfe116c89","47f9ee8f-bf54-4386-a673-4d1c485a5c74","e6be5f8e-f90c-451b-bd2f-d6d976fc7fbc","fdda6b84-9b43-467a-aca8-85d81316fd7c","2f76b1e1-33d3-40b6-9649-742779f165c7","046dde30-6c7b-4ddc-b9b9-053030454fb8","1f92f68c-18c4-44d1-bce6-0b458cf55fa6","e088359f-201c-48ff-899f-371a580a51f1","d820d650-199d-41ba-90e0-4df38b75d653","429f93d8-1801-42d0-bc8c-b6d037d80f4f","254bdf29-6ae8-408d-9505-662ec1b632e8","8860d6b3-878a-4da1-a3b7-1b455f576d48","eebd7e6e-c515-4c5e-a995-ff997b2ba443","887bbe41-c7ff-45f9-a414-3c1d3bdca9c9","b6a4f127-16c2-4089-a3db-d8a748bb00ef","736fda03-29ec-4a7a-8e0e-eac1160c1fd1","428dc6cc-9710-4821-8bec-88162c26b2ab","88c3e391-9b0a-4d91-b90a-fceb80abfd9b","e9a3fa21-1bde-41bb-adb2-94f97f76b91c","5b6e5434-59cd-4e13-adc6-aafed4ce6941","05aa20b6-4553-4650-abd0-3c5b921e2f49","473d3a63-03b3-48f8-93fd-860eb7048d2e","28e982b9-7fe8-4874-a591-33a8b9f747c0","66b3330f-46dd-40bc-a026-baed2ba428f8","c844f9db-ec56-4ce5-931e-b1467920d5aa","6b2663e0-caa3-4f65-a1af-d45e046bd07d","34f6aede-03b8-480b-a0f4-b8030ee17762","cb077c82-da2f-40d3-bd89-96a3db90f3c6","ddb57f04-a83c-436e-a59b-a8fa32fcdea3","8cbf3358-dba5-4e2b-8207-c38c39972646","598771e7-df92-460b-bcea-b85eaf7ddb79","8662508a-0754-4725-988e-dfcd7ba02143","da3953dd-24bf-459b-ad05-b2507eef5372","57cfbafb-b914-4608-88a5-9ec03f2a711b","d062040b-cfee-4f82-83e1-4a5429baa86b","89043a67-1ef7-47fc-9051-190bbf1617c0","57f54cd9-cad8-46e6-a985-1228947fdec8","9258bec4-99aa-44a7-a5de-75def1a9f785","0712f098-e398-467d-82af-ccdd0d46e6de","b0cd00a3-6a56-4463-82f4-6a435da82fe3","a17fbb99-91f8-4168-8edb-547b29e94ba2","e9d7d5c1-e574-4dde-b4f2-3ec188463126","af1f26c7-4490-41f6-99f0-9adcc1464b0b","33bb40c1-43c7-4370-afa8-778c4ae7fdf9","a6d308db-f87b-44d6-96a1-5a3443bbe2f3","c5d3355c-2054-4208-8468-bf911ed81c99","23656029-1303-4cf5-ae5b-c0a4ad0be960","851504c2-7a3e-42d0-bec6-e956eec84988","6c21b75c-11de-43d7-8045-6ebbb4ead9c5","19532cdd-03c2-42c0-ba80-e094febb9549","3479dfdc-5c4d-4739-85c2-83d54e343249","eff2fcd9-f934-4b10-9c71-164259690208","11dc2129-0e7d-4ba5-8cc8-14c1066ebf75","bc9fed31-766a-4968-a19a-3e9d7b9fd2b0","0732db5b-5096-4dd1-941a-eeb2d61f5638","dfd1af49-d417-4bcb-ba6d-fb010c991331","98e7d0d0-9c98-42c5-b8fe-d695552e0ce3","da5a8830-7b95-4b05-838e-b993ebaf4fe8","2f77bf5a-a8c8-43db-9bc2-7e458c93e8aa","ab8a6e19-bc07-470c-9c47-78a2aa6ff61c","209436cf-ad78-4144-a38f-bb42d8ade5ff","479f8f4d-2954-4d0b-a5e0-c7c4fb8b639b","64b84867-bf99-48ec-ae0b-4a50ad96ec80","702bb9bc-b699-4f3c-a2be-80b1035526aa","f42b6d07-40ad-48c9-b25a-2065cbc7f381","851feb53-361c-4a62-b9d8-c18647e54161","7a4ec13c-e6f2-4395-a647-6887d74c6a26","9473794a-4f94-4b93-ae77-77e99ef7e7f7","8b657ed2-843d-405c-95dc-4505431799c9","f07f10ed-5101-49e4-877e-890f243f32e0","1d814b38-621f-48c0-8779-dcc77780a669","3eefdc9e-c844-4829-88fe-d2a34adb3307","557508e0-000c-49db-a4b2-c86fb7d4cfb2","397695c4-2982-411e-91f2-cd9035002bc3","b5c6279e-5bfa-4d32-a2b5-3a1f7458cdac","7b97ba9a-9801-4954-8fea-349e22e6a922","ac239504-a630-4996-a23c-b3340b6664f8","521c4a65-beb2-47de-a234-22042cb9458c","443b1924-af21-4d5f-8501-08d5dba82eb9","ed0e9983-d702-41e0-8307-e67b3a93d693","3147a6e7-5fb1-4390-b047-11097f51553e","43adbcfc-b466-419b-b555-c6f506c0b39b","ce85892c-6d73-4287-af3b-b1fa5cbcc1ce","c9dcb04c-a9b2-4571-988a-8e9658532c05","03603d8d-112f-4595-9e93-f61c73942206","9228b410-e1ba-4427-ab9d-b2960764194c","08154ec2-dda0-4171-b72c-87d7ab474367","a271143a-d35f-4965-bc6a-bc60c96a83d4","d7eb1d31-6361-4ed9-b1f8-ea5561882f4a","6eedeecb-638f-4586-a7f7-b43278023eea","8e5e8d1b-2720-40ef-a9f9-1bfb3aae0beb","2a2a78f3-bc7e-47db-b68d-aa4592737c11","3a264a25-315b-420e-ae7c-783963bd999a","711a2006-6737-4232-913c-1c5f0f4ea17c","3961676f-f8bd-4d52-9066-a8a6945b76db","64757924-8453-4170-80fc-4715a727c16f","baf44da0-df67-4918-b3b5-4095271fbacf","b6c656fb-dec9-418a-9b14-7164df18fe71","d6c34a8f-7c23-4140-8078-27fcb0f03894","d4528bcc-d548-466f-9941-18973e8b0997","7cac8694-b941-4c55-a665-1bedd143964a","2a681219-a4a0-4e61-af28-a4be4008079d","f534a329-24d7-42be-a7f5-3fa5c262e772","43e4e615-a4d2-48d0-b390-ce3fd3c385ed","46178f0b-857a-4f78-8299-583fdc7da9d7","a0498920-8259-41b4-9b07-0115e154d2cb","b8195bfa-71ca-473e-9cf9-971d5f28e13b","0e1a451e-b479-40bf-8cea-731f99863b64","f53414dd-7924-4771-9eeb-deae01cbe51b","15bad412-fc53-49fc-9ae2-555a15aa3ba9","bed21635-7364-45ca-ae79-a504cbfe40b4","28024ea3-2482-43f2-9811-683bdc261c33","addf0f96-cf24-4c20-ba0a-49286b71a367","5c6c0eeb-d55a-4ab6-abb7-b762645cd9df","a9b84ce9-8a83-408d-9239-9754c464c1bc","8288d733-1d04-4cb9-bb86-d968a5f23bda","9982a234-d0b5-46b8-a2db-29bcc689572e","3bb50cfc-7c4e-484c-bad6-de666e312853","51b27d0a-6c18-4f37-9714-4bd19c20893a","ce00acc8-90c2-4506-87cf-152de3cb81e7","74920fcc-68ef-4228-9097-452363b48c4e","a7c6bf3a-3fd1-4f9c-9c49-14012214e5d9","d08362da-f632-4e0d-8ee0-54ea04ce316a","45e33553-d089-4c25-b403-05c40047c160","dcfbcc6b-de71-4ca8-850c-b60286cadbea","29e4b9f5-820a-47ef-a4c3-553dd8585aa9","fb52ba14-3905-4c58-9319-a7ee18cfa697","8f6b253a-2fc0-4d91-bbc9-20806849a127","49c11e8d-583a-4457-9248-263b207a09e5","b17f0325-3774-4b0e-8f91-323a3e033882","2587ac53-749e-4263-ba85-2a6e057edd6f","f19e8ed1-02f0-4ea5-9bfc-ce5cf94c1016","6d1ca31a-648b-4e82-af1f-c7961116b3e8","e9da2362-8778-4f64-b2da-7d512af631b3","36e5db4d-78f7-42ab-be3f-c1936fddb160","84cc126e-73a2-42ab-9419-c6aedb6b1a5c","aaeeada9-10c0-4858-b5d9-a13dc2a81750","1d11033c-723a-487b-a749-80ab66482e67","a3e4b593-f3c2-4886-8113-680c39127346","b7798af8-317b-4c6e-9986-8600b3e4241f","dc9748a9-0588-40ab-be78-765e94f1d856","239ed863-4b9b-41c2-8003-dad2c8ef55b7","d463907b-2fef-499e-a1c7-aa258cf77710","775a557e-7b14-4dd3-b676-ad9cdb72da8e","de011fb2-2335-40b2-9fc5-658d6e27092a","8b048008-af10-4401-b7a4-78bef7c65df0","5e0bc4b7-3f91-47aa-b1d7-0115bad1b3cd","546261a5-d0a0-4279-bc89-1cdf0149478c","12e4d01e-0340-4252-b094-840976d45353","beb5a9db-53df-43f6-941f-fb94dec56fe9","07984c2a-4abb-4067-9a82-37b478229f3d","ae005166-a750-4b5b-be7f-877ec7b9b911","ce14ed1c-b6a2-4e4e-b580-8b1f79f1343e","b7f90608-7508-45cf-8346-d3f70e5e1682","692ac20e-f454-4e9c-82e3-19b6310f5bbd","4459164a-502f-4633-ad1b-915b1a1847aa","124aff3c-58b8-400b-9b32-e82e70e66e71","924cb9f4-9704-49a7-b40f-9119fffa7a83","3c5ff9e3-cd5b-409c-9b86-0dc2cb61aceb","ea3a4e7a-c0f5-49ff-a229-d91117fea1eb","5bbc3823-4e93-4223-84ef-17237d26e327","c41f6f2e-bc2e-4036-8f09-bef9c2e9effb","add3a56b-e5cd-4a4d-bd1c-f5afa4c652df","6125f043-1bfb-4fb9-b8ad-6d9b24b38ab6","69bc22dd-9868-4a32-9696-a30e49b0cf98","890eccdd-d838-4999-873f-26b634ade27a","7d8eb7d8-bee4-4fe0-8133-b53a1d5ff6d4","ff5bf2ee-a8e2-4320-af2a-9544f1dbfeb2","172e180c-338c-4342-908a-6c5ffb5972ac","70e3f35f-f492-419f-a689-b947a3efe7f0","572c8721-a4a4-4654-ac5f-2b40780c317c","60b1314f-79fc-4f69-bd82-c32bb74d3c80","9f9a0a9a-3f67-41ae-9e5f-ac0673b86b89","6a61656e-ddd1-41fa-a049-adca9c2bd372","fc0d7a91-89b0-4cfc-a763-7d22148f2b04","97803e0f-bf19-4041-8d00-f07cb29ee81c","5951b1cf-4292-4e15-8cb1-4edcc380d46c","96d067a0-4b89-42f8-98d7-24bbf1616d9e","f28cb679-54e5-462c-babb-c2a4b51a08b1","88ef7dbe-0806-49c3-825f-845862ac9265","94e9b744-7ef3-45f4-9d57-e06e640df813","8d1b70d8-34ac-4c97-a648-f60a40043d99","6488a530-ae80-4b8a-ac05-765e34fd173a","aa4865fb-75ce-4392-bc09-3424bf1c1239","2d433b02-726e-46bd-a4fa-bcf8adb52ec3","a9919352-6e5c-4c48-8f06-98f5c7116501","cb6d6725-9ed0-4a81-9093-aeb8c267d087","81900869-04c3-4fce-b503-f98d6de57cab","c7618af5-7a92-404f-9c20-1d969353a82b","76e6bc71-8eea-4e1c-869f-4f13227b5177","f167d1ca-f5a9-4ee9-b666-175ce4723b3e","4a57621c-b847-486b-a0bc-6a6fe6f0cc6d","87b10b31-fd33-44a0-ae71-f7820de3a91a","a06c2020-e5c3-4270-85b2-c02638fb9044","abf4e92f-813a-4713-8fa4-b41f2c4bef6f","ea2fe9b1-dc56-4276-a14d-4777d184a68e","f15cee67-7de6-4979-b215-11192dea87c7","35bf7478-50b7-4e48-8731-5f283c46492d","4c3fc56a-b9af-4305-b25a-85a805e4b209","4876a115-c7b5-4c7d-ba3f-5f8e90b42a7b","df62227a-9b0e-485e-b872-0e0cf3f4cba8","ea0b256e-5599-40fb-a33a-bc053ff6f5ba","c226e459-23b9-4518-ae9e-d85c0b899f0c","8541362a-64df-4037-ba94-5a6b3a84f51e","2d26f3fa-3b73-4db3-9e0b-d8832f3c15bc","d393ca9e-267a-464b-b368-7a9b2f8c0540","ad247687-bbb1-4696-8add-35396e0a63c6","656ce9c2-2a60-4cf7-b60a-3b1b892b77af","3fa7fb2c-ba81-40e5-b3c2-898593d67291","4fcac9bd-f53f-4fbf-bd3a-5017d74cfdee","6bc91848-24fd-4db0-bdd2-cc98e355a27b","ef5b4289-8c9d-46cf-953e-6d6a2afe77d6","1e5c6a12-c1b0-42f3-83ed-ebc71a7c895f","99365d7f-ee95-44ac-8868-8fef152941d2","269831e5-2ca7-4401-bbf3-4581c3215047","f78b41ae-442a-4bf7-9abb-808989e78bb5","9cd80174-864a-4607-88e9-0a513dfd5141","bbb99365-b837-41cc-9a2c-45a455bdf623","c74c36a2-a2b0-41f7-8d7a-f16625453500","6fc0aa96-6668-4db1-8bd5-0b0c2de712c2","125c5fce-5fef-42f8-88cc-aef3d3330e41","8708acf7-f2a4-4fff-bbf3-6ce307b1271f","b01c29f0-aab0-412e-abf1-66c55db52dbc","88368df5-77df-4d1e-8030-082989782734","4f12ca43-784b-4a2d-b1f4-71f77ce2ff76","5afd4ff2-72cc-41c7-a13a-30c4db95bb45","53000708-2819-4501-b43b-d5f8df5d7fa6","de4c0533-3acb-406e-9050-798e0747d158","e4b575a9-9de1-4570-89b5-7403cf96ae58","01d8f4ae-750e-487e-82bf-bc1e5c8bd867","38cd7614-5c32-4090-82e5-72065bbd2adf","1d90d788-df30-41cf-9c0d-9173d9a17d2e","5a778425-283e-46b5-915b-4c9cc2d71b9b","85affcd9-85a0-4e42-bd41-190bce2165e8","e59a6043-7aa7-4282-abd0-4649c40c7361","505255b8-1a76-44f0-b22c-d6397dfcee6f","8f4fe2c0-0ea4-4013-af55-39117eee46a9","1f8a6f7f-81ef-49d8-8a6a-8d5fcf8fbdaa","f0932849-db06-4c9c-83f9-db42089ff596","3aa61227-7934-4ee0-b63f-bf9ff3bca43c","086bbbfa-53f4-4654-964d-9827b7a80b18","8556550a-ba80-411e-85ac-ae72fff54145","f3970245-5118-4bb2-a59e-984bffedcf78","dc9dac7d-020f-4793-a05b-d6c081e8049f","4eeaae14-8d0c-4012-9b0a-c4ee82d67b7a","09f80ba2-8250-4125-a38c-fb75b5631a9b","6897ceba-be50-4fb8-96bb-5b381528db06","f1f61652-4b41-4a85-a687-47781dbdfea7","0cb869e1-93bd-44c2-8239-3ef9f0c9af2a","58c2e13c-3831-49c2-b2a8-ccacb473278c","85765c32-8848-46b7-b881-46c4917777f9","df277d37-2566-4908-8e21-cfa24a25f56b","43eff073-f49c-4f2a-8a50-ea5d743279b9","f8e0f6aa-0fc8-48fc-b27c-80c96942a00f","4c27bc33-a1c0-46c5-b7ad-5f629c1d834b","c55bad00-2290-413e-b249-59652d1744d3","60cbe3e0-3bc0-4e6e-916a-ff2a7b389701","31be511f-c4e3-43b5-a488-c51b44c4c17b","308a7d08-8ff3-4cba-a7da-78c938450381","b33cc400-55a2-483d-a7b2-20539586d48f","cdaca3b1-2673-4952-8315-24ebc01bd64d","0b3ecbbf-6920-4e03-9a42-686ed83d6a76","0340ce91-a4d2-4fdf-aee6-dee0e695bfb2","dc617f85-faf3-4f96-88d8-515230abe1b8","68584e48-6468-4397-a6af-40dd4274af65","3a471378-6fd2-4aab-b89e-97a76cec564e","6c283d0c-44bb-41ad-a675-41461c623387","cb3e10b1-9ff3-48f2-ad74-788a6e2f0d2d","de9ed0e9-9ce2-4bb3-9499-acd0f15022f2","b6ce9133-4616-4493-8c88-626d9dcf0395","cdc1efc8-97b9-49f0-b9b5-d82141b53432","05d26c05-b7e5-4519-9f97-5e23614cac41","160c7790-1d1d-4450-8a63-784d3868c54e","78b444ee-c17a-41d2-acad-bad3cae43511","0b3379a6-ad95-447a-b63f-ef27687509b9","5b23439c-056f-45d9-972b-4d5235eeea73","334a87b9-b27c-46cf-8e28-37ef96ad0301","07174567-b80b-42b2-bcc5-502b89b64c41","338dfc1a-c220-4224-9bce-cdc1861b928f"],"EmptyListMessage":null,"Multi":true,"Prompt":"Variables are shown in the 'Data' tree (bottom-left).","ErrorMessage":"Variable(s): Variable(s) accepts only inputs which are of type Variable.","Invalid":null,"Required":false,"AllowedTypes":["variables"],"MinInputs":0,"MaxInputs":2147483647,"Height":4,"Duplicates":false,"Values":["de4c0533-3acb-406e-9050-798e0747d158","1d90d788-df30-41cf-9c0d-9173d9a17d2e"],"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formY","Page":null,"Group":"DATA","Type":"DropBox","Label":"Groups","LabelEmphasised":false,"Value":null,"Allowed":["e903832d-234f-4e30-a069-e016de7615f0","801152f7-70c6-48da-866f-4f3b6bf25f49","0e4438ef-2560-4a57-889e-9a725157fabf","2b2077bc-5885-4b7b-a036-b714d92292d3","2a1b6f9b-6972-4f6d-826b-d4098c9fb34e","72ab121b-782f-46e8-a4d5-680bfe116c89","47f9ee8f-bf54-4386-a673-4d1c485a5c74","e6be5f8e-f90c-451b-bd2f-d6d976fc7fbc","fdda6b84-9b43-467a-aca8-85d81316fd7c","2f76b1e1-33d3-40b6-9649-742779f165c7","046dde30-6c7b-4ddc-b9b9-053030454fb8","1f92f68c-18c4-44d1-bce6-0b458cf55fa6","e088359f-201c-48ff-899f-371a580a51f1","d820d650-199d-41ba-90e0-4df38b75d653","429f93d8-1801-42d0-bc8c-b6d037d80f4f","254bdf29-6ae8-408d-9505-662ec1b632e8","8860d6b3-878a-4da1-a3b7-1b455f576d48","eebd7e6e-c515-4c5e-a995-ff997b2ba443","887bbe41-c7ff-45f9-a414-3c1d3bdca9c9","b6a4f127-16c2-4089-a3db-d8a748bb00ef","736fda03-29ec-4a7a-8e0e-eac1160c1fd1","428dc6cc-9710-4821-8bec-88162c26b2ab","88c3e391-9b0a-4d91-b90a-fceb80abfd9b","e9a3fa21-1bde-41bb-adb2-94f97f76b91c","5b6e5434-59cd-4e13-adc6-aafed4ce6941","05aa20b6-4553-4650-abd0-3c5b921e2f49","473d3a63-03b3-48f8-93fd-860eb7048d2e","28e982b9-7fe8-4874-a591-33a8b9f747c0","66b3330f-46dd-40bc-a026-baed2ba428f8","c844f9db-ec56-4ce5-931e-b1467920d5aa","6b2663e0-caa3-4f65-a1af-d45e046bd07d","34f6aede-03b8-480b-a0f4-b8030ee17762","cb077c82-da2f-40d3-bd89-96a3db90f3c6","ddb57f04-a83c-436e-a59b-a8fa32fcdea3","8cbf3358-dba5-4e2b-8207-c38c39972646","598771e7-df92-460b-bcea-b85eaf7ddb79","8662508a-0754-4725-988e-dfcd7ba02143","da3953dd-24bf-459b-ad05-b2507eef5372","57cfbafb-b914-4608-88a5-9ec03f2a711b","d062040b-cfee-4f82-83e1-4a5429baa86b","89043a67-1ef7-47fc-9051-190bbf1617c0","57f54cd9-cad8-46e6-a985-1228947fdec8","9258bec4-99aa-44a7-a5de-75def1a9f785","0712f098-e398-467d-82af-ccdd0d46e6de","b0cd00a3-6a56-4463-82f4-6a435da82fe3","a17fbb99-91f8-4168-8edb-547b29e94ba2","e9d7d5c1-e574-4dde-b4f2-3ec188463126","af1f26c7-4490-41f6-99f0-9adcc1464b0b","33bb40c1-43c7-4370-afa8-778c4ae7fdf9","a6d308db-f87b-44d6-96a1-5a3443bbe2f3","c5d3355c-2054-4208-8468-bf911ed81c99","23656029-1303-4cf5-ae5b-c0a4ad0be960","851504c2-7a3e-42d0-bec6-e956eec84988","6c21b75c-11de-43d7-8045-6ebbb4ead9c5","19532cdd-03c2-42c0-ba80-e094febb9549","3479dfdc-5c4d-4739-85c2-83d54e343249","eff2fcd9-f934-4b10-9c71-164259690208","11dc2129-0e7d-4ba5-8cc8-14c1066ebf75","bc9fed31-766a-4968-a19a-3e9d7b9fd2b0","0732db5b-5096-4dd1-941a-eeb2d61f5638","dfd1af49-d417-4bcb-ba6d-fb010c991331","98e7d0d0-9c98-42c5-b8fe-d695552e0ce3","da5a8830-7b95-4b05-838e-b993ebaf4fe8","2f77bf5a-a8c8-43db-9bc2-7e458c93e8aa","ab8a6e19-bc07-470c-9c47-78a2aa6ff61c","209436cf-ad78-4144-a38f-bb42d8ade5ff","479f8f4d-2954-4d0b-a5e0-c7c4fb8b639b","64b84867-bf99-48ec-ae0b-4a50ad96ec80","702bb9bc-b699-4f3c-a2be-80b1035526aa","f42b6d07-40ad-48c9-b25a-2065cbc7f381","851feb53-361c-4a62-b9d8-c18647e54161","7a4ec13c-e6f2-4395-a647-6887d74c6a26","9473794a-4f94-4b93-ae77-77e99ef7e7f7","8b657ed2-843d-405c-95dc-4505431799c9","f07f10ed-5101-49e4-877e-890f243f32e0","1d814b38-621f-48c0-8779-dcc77780a669","3eefdc9e-c844-4829-88fe-d2a34adb3307","557508e0-000c-49db-a4b2-c86fb7d4cfb2","397695c4-2982-411e-91f2-cd9035002bc3","b5c6279e-5bfa-4d32-a2b5-3a1f7458cdac","7b97ba9a-9801-4954-8fea-349e22e6a922","ac239504-a630-4996-a23c-b3340b6664f8","521c4a65-beb2-47de-a234-22042cb9458c","443b1924-af21-4d5f-8501-08d5dba82eb9","ed0e9983-d702-41e0-8307-e67b3a93d693","3147a6e7-5fb1-4390-b047-11097f51553e","43adbcfc-b466-419b-b555-c6f506c0b39b","ce85892c-6d73-4287-af3b-b1fa5cbcc1ce","c9dcb04c-a9b2-4571-988a-8e9658532c05","03603d8d-112f-4595-9e93-f61c73942206","9228b410-e1ba-4427-ab9d-b2960764194c","08154ec2-dda0-4171-b72c-87d7ab474367","a271143a-d35f-4965-bc6a-bc60c96a83d4","d7eb1d31-6361-4ed9-b1f8-ea5561882f4a","6eedeecb-638f-4586-a7f7-b43278023eea","8e5e8d1b-2720-40ef-a9f9-1bfb3aae0beb","2a2a78f3-bc7e-47db-b68d-aa4592737c11","3a264a25-315b-420e-ae7c-783963bd999a","711a2006-6737-4232-913c-1c5f0f4ea17c","3961676f-f8bd-4d52-9066-a8a6945b76db","64757924-8453-4170-80fc-4715a727c16f","baf44da0-df67-4918-b3b5-4095271fbacf","b6c656fb-dec9-418a-9b14-7164df18fe71","d6c34a8f-7c23-4140-8078-27fcb0f03894","d4528bcc-d548-466f-9941-18973e8b0997","7cac8694-b941-4c55-a665-1bedd143964a","2a681219-a4a0-4e61-af28-a4be4008079d","f534a329-24d7-42be-a7f5-3fa5c262e772","43e4e615-a4d2-48d0-b390-ce3fd3c385ed","46178f0b-857a-4f78-8299-583fdc7da9d7","a0498920-8259-41b4-9b07-0115e154d2cb","b8195bfa-71ca-473e-9cf9-971d5f28e13b","0e1a451e-b479-40bf-8cea-731f99863b64","f53414dd-7924-4771-9eeb-deae01cbe51b","15bad412-fc53-49fc-9ae2-555a15aa3ba9","bed21635-7364-45ca-ae79-a504cbfe40b4","28024ea3-2482-43f2-9811-683bdc261c33","addf0f96-cf24-4c20-ba0a-49286b71a367","5c6c0eeb-d55a-4ab6-abb7-b762645cd9df","a9b84ce9-8a83-408d-9239-9754c464c1bc","8288d733-1d04-4cb9-bb86-d968a5f23bda","9982a234-d0b5-46b8-a2db-29bcc689572e","3bb50cfc-7c4e-484c-bad6-de666e312853","51b27d0a-6c18-4f37-9714-4bd19c20893a","ce00acc8-90c2-4506-87cf-152de3cb81e7","74920fcc-68ef-4228-9097-452363b48c4e","a7c6bf3a-3fd1-4f9c-9c49-14012214e5d9","d08362da-f632-4e0d-8ee0-54ea04ce316a","45e33553-d089-4c25-b403-05c40047c160","dcfbcc6b-de71-4ca8-850c-b60286cadbea","29e4b9f5-820a-47ef-a4c3-553dd8585aa9","fb52ba14-3905-4c58-9319-a7ee18cfa697","8f6b253a-2fc0-4d91-bbc9-20806849a127","49c11e8d-583a-4457-9248-263b207a09e5","b17f0325-3774-4b0e-8f91-323a3e033882","2587ac53-749e-4263-ba85-2a6e057edd6f","f19e8ed1-02f0-4ea5-9bfc-ce5cf94c1016","6d1ca31a-648b-4e82-af1f-c7961116b3e8","e9da2362-8778-4f64-b2da-7d512af631b3","36e5db4d-78f7-42ab-be3f-c1936fddb160","84cc126e-73a2-42ab-9419-c6aedb6b1a5c","aaeeada9-10c0-4858-b5d9-a13dc2a81750","1d11033c-723a-487b-a749-80ab66482e67","a3e4b593-f3c2-4886-8113-680c39127346","b7798af8-317b-4c6e-9986-8600b3e4241f","dc9748a9-0588-40ab-be78-765e94f1d856","239ed863-4b9b-41c2-8003-dad2c8ef55b7","d463907b-2fef-499e-a1c7-aa258cf77710","775a557e-7b14-4dd3-b676-ad9cdb72da8e","de011fb2-2335-40b2-9fc5-658d6e27092a","8b048008-af10-4401-b7a4-78bef7c65df0","5e0bc4b7-3f91-47aa-b1d7-0115bad1b3cd","546261a5-d0a0-4279-bc89-1cdf0149478c","12e4d01e-0340-4252-b094-840976d45353","beb5a9db-53df-43f6-941f-fb94dec56fe9","07984c2a-4abb-4067-9a82-37b478229f3d","ae005166-a750-4b5b-be7f-877ec7b9b911","ce14ed1c-b6a2-4e4e-b580-8b1f79f1343e","b7f90608-7508-45cf-8346-d3f70e5e1682","692ac20e-f454-4e9c-82e3-19b6310f5bbd","4459164a-502f-4633-ad1b-915b1a1847aa","124aff3c-58b8-400b-9b32-e82e70e66e71","924cb9f4-9704-49a7-b40f-9119fffa7a83","3c5ff9e3-cd5b-409c-9b86-0dc2cb61aceb","ea3a4e7a-c0f5-49ff-a229-d91117fea1eb","5bbc3823-4e93-4223-84ef-17237d26e327","c41f6f2e-bc2e-4036-8f09-bef9c2e9effb","add3a56b-e5cd-4a4d-bd1c-f5afa4c652df","6125f043-1bfb-4fb9-b8ad-6d9b24b38ab6","69bc22dd-9868-4a32-9696-a30e49b0cf98","890eccdd-d838-4999-873f-26b634ade27a","7d8eb7d8-bee4-4fe0-8133-b53a1d5ff6d4","ff5bf2ee-a8e2-4320-af2a-9544f1dbfeb2","172e180c-338c-4342-908a-6c5ffb5972ac","70e3f35f-f492-419f-a689-b947a3efe7f0","572c8721-a4a4-4654-ac5f-2b40780c317c","60b1314f-79fc-4f69-bd82-c32bb74d3c80","9f9a0a9a-3f67-41ae-9e5f-ac0673b86b89","6a61656e-ddd1-41fa-a049-adca9c2bd372","fc0d7a91-89b0-4cfc-a763-7d22148f2b04","97803e0f-bf19-4041-8d00-f07cb29ee81c","5951b1cf-4292-4e15-8cb1-4edcc380d46c","96d067a0-4b89-42f8-98d7-24bbf1616d9e","f28cb679-54e5-462c-babb-c2a4b51a08b1","88ef7dbe-0806-49c3-825f-845862ac9265","94e9b744-7ef3-45f4-9d57-e06e640df813","8d1b70d8-34ac-4c97-a648-f60a40043d99","6488a530-ae80-4b8a-ac05-765e34fd173a","aa4865fb-75ce-4392-bc09-3424bf1c1239","2d433b02-726e-46bd-a4fa-bcf8adb52ec3","a9919352-6e5c-4c48-8f06-98f5c7116501","cb6d6725-9ed0-4a81-9093-aeb8c267d087","81900869-04c3-4fce-b503-f98d6de57cab","c7618af5-7a92-404f-9c20-1d969353a82b","76e6bc71-8eea-4e1c-869f-4f13227b5177","f167d1ca-f5a9-4ee9-b666-175ce4723b3e","4a57621c-b847-486b-a0bc-6a6fe6f0cc6d","87b10b31-fd33-44a0-ae71-f7820de3a91a","a06c2020-e5c3-4270-85b2-c02638fb9044","abf4e92f-813a-4713-8fa4-b41f2c4bef6f","ea2fe9b1-dc56-4276-a14d-4777d184a68e","f15cee67-7de6-4979-b215-11192dea87c7","35bf7478-50b7-4e48-8731-5f283c46492d","4c3fc56a-b9af-4305-b25a-85a805e4b209","4876a115-c7b5-4c7d-ba3f-5f8e90b42a7b","df62227a-9b0e-485e-b872-0e0cf3f4cba8","ea0b256e-5599-40fb-a33a-bc053ff6f5ba","c226e459-23b9-4518-ae9e-d85c0b899f0c","8541362a-64df-4037-ba94-5a6b3a84f51e","2d26f3fa-3b73-4db3-9e0b-d8832f3c15bc","d393ca9e-267a-464b-b368-7a9b2f8c0540","ad247687-bbb1-4696-8add-35396e0a63c6","656ce9c2-2a60-4cf7-b60a-3b1b892b77af","3fa7fb2c-ba81-40e5-b3c2-898593d67291","4fcac9bd-f53f-4fbf-bd3a-5017d74cfdee","6bc91848-24fd-4db0-bdd2-cc98e355a27b","ef5b4289-8c9d-46cf-953e-6d6a2afe77d6","1e5c6a12-c1b0-42f3-83ed-ebc71a7c895f","99365d7f-ee95-44ac-8868-8fef152941d2","269831e5-2ca7-4401-bbf3-4581c3215047","f78b41ae-442a-4bf7-9abb-808989e78bb5","9cd80174-864a-4607-88e9-0a513dfd5141","bbb99365-b837-41cc-9a2c-45a455bdf623","c74c36a2-a2b0-41f7-8d7a-f16625453500","6fc0aa96-6668-4db1-8bd5-0b0c2de712c2","125c5fce-5fef-42f8-88cc-aef3d3330e41","8708acf7-f2a4-4fff-bbf3-6ce307b1271f","b01c29f0-aab0-412e-abf1-66c55db52dbc","88368df5-77df-4d1e-8030-082989782734","4f12ca43-784b-4a2d-b1f4-71f77ce2ff76","5afd4ff2-72cc-41c7-a13a-30c4db95bb45","53000708-2819-4501-b43b-d5f8df5d7fa6","de4c0533-3acb-406e-9050-798e0747d158","e4b575a9-9de1-4570-89b5-7403cf96ae58","01d8f4ae-750e-487e-82bf-bc1e5c8bd867","38cd7614-5c32-4090-82e5-72065bbd2adf","1d90d788-df30-41cf-9c0d-9173d9a17d2e","5a778425-283e-46b5-915b-4c9cc2d71b9b","85affcd9-85a0-4e42-bd41-190bce2165e8","e59a6043-7aa7-4282-abd0-4649c40c7361","505255b8-1a76-44f0-b22c-d6397dfcee6f","8f4fe2c0-0ea4-4013-af55-39117eee46a9","1f8a6f7f-81ef-49d8-8a6a-8d5fcf8fbdaa","f0932849-db06-4c9c-83f9-db42089ff596","3aa61227-7934-4ee0-b63f-bf9ff3bca43c","086bbbfa-53f4-4654-964d-9827b7a80b18","8556550a-ba80-411e-85ac-ae72fff54145","f3970245-5118-4bb2-a59e-984bffedcf78","dc9dac7d-020f-4793-a05b-d6c081e8049f","4eeaae14-8d0c-4012-9b0a-c4ee82d67b7a","09f80ba2-8250-4125-a38c-fb75b5631a9b","6897ceba-be50-4fb8-96bb-5b381528db06","f1f61652-4b41-4a85-a687-47781dbdfea7","0cb869e1-93bd-44c2-8239-3ef9f0c9af2a","58c2e13c-3831-49c2-b2a8-ccacb473278c","85765c32-8848-46b7-b881-46c4917777f9","df277d37-2566-4908-8e21-cfa24a25f56b","43eff073-f49c-4f2a-8a50-ea5d743279b9","f8e0f6aa-0fc8-48fc-b27c-80c96942a00f","4c27bc33-a1c0-46c5-b7ad-5f629c1d834b","c55bad00-2290-413e-b249-59652d1744d3","60cbe3e0-3bc0-4e6e-916a-ff2a7b389701","31be511f-c4e3-43b5-a488-c51b44c4c17b","308a7d08-8ff3-4cba-a7da-78c938450381","b33cc400-55a2-483d-a7b2-20539586d48f","cdaca3b1-2673-4952-8315-24ebc01bd64d","0b3ecbbf-6920-4e03-9a42-686ed83d6a76","0340ce91-a4d2-4fdf-aee6-dee0e695bfb2","dc617f85-faf3-4f96-88d8-515230abe1b8","68584e48-6468-4397-a6af-40dd4274af65","3a471378-6fd2-4aab-b89e-97a76cec564e","6c283d0c-44bb-41ad-a675-41461c623387","cb3e10b1-9ff3-48f2-ad74-788a6e2f0d2d","de9ed0e9-9ce2-4bb3-9499-acd0f15022f2","b6ce9133-4616-4493-8c88-626d9dcf0395","cdc1efc8-97b9-49f0-b9b5-d82141b53432","05d26c05-b7e5-4519-9f97-5e23614cac41","160c7790-1d1d-4450-8a63-784d3868c54e","78b444ee-c17a-41d2-acad-bad3cae43511","0b3379a6-ad95-447a-b63f-ef27687509b9","5b23439c-056f-45d9-972b-4d5235eeea73","334a87b9-b27c-46cf-8e28-37ef96ad0301","07174567-b80b-42b2-bcc5-502b89b64c41","338dfc1a-c220-4224-9bce-cdc1861b928f"],"EmptyListMessage":null,"Multi":false,"Prompt":"Variables are shown in the 'Data' tree (bottom-left).","ErrorMessage":"Groups: Groups accepts only one input which is of type Variable.","Invalid":null,"Required":false,"AllowedTypes":["variable"],"MinInputs":0,"MaxInputs":1,"Height":1,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formTidy","Page":null,"Group":"DATA MANIPULATION","Type":"CheckBox","Label":"Automatically tidy the data","LabelEmphasised":false,"Value":true,"Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":"Automatically tidy the data.","ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":"left","Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formTranspose","Page":null,"Group":"DATA MANIPULATION","Type":"CheckBox","Label":"Switch rows and columns","LabelEmphasised":false,"Value":false,"Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":"left","Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formIgnoreRows","Page":null,"Group":"DATA MANIPULATION","Type":"TextBox","Label":"Rows to ignore","LabelEmphasised":false,"Value":"NET, Total, SUM","Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formIgnoreColumns","Page":null,"Group":"DATA MANIPULATION","Type":"TextBox","Label":"Columns to ignore","LabelEmphasised":false,"Value":"NET, Total, SUM","Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formNames","Page":null,"Group":"DATA MANIPULATION","Type":"CheckBox","Label":"Variable names","LabelEmphasised":false,"Value":false,"Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":"left","Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formDensityColor","Page":"Chart","Group":"APPEARANCE","Type":"ColorPicker","Label":"Color","LabelEmphasised":false,"Value":"rgb(92, 154, 211)","Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":"Color: ","Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formVertical","Page":"Chart","Group":"APPEARANCE","Type":"CheckBox","Label":"Plot vertically","LabelEmphasised":false,"Value":false,"Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":"left","Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formValuesColor","Page":"Chart","Group":"APPEARANCE","Type":"ColorPicker","Label":"Data value color","LabelEmphasised":false,"Value":"rgb(153, 153, 153)","Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":"Data value color: ","Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formShowMean","Page":"Chart","Group":"APPEARANCE","Type":"CheckBox","Label":"Plot the mean value","LabelEmphasised":false,"Value":true,"Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":"left","Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formMeanColor","Page":"Chart","Group":"APPEARANCE","Type":"ColorPicker","Label":"Color of the mean dot","LabelEmphasised":false,"Value":"rgb(255, 255, 255)","Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":"Color of the mean dot: ","Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formShowMedian","Page":"Chart","Group":"APPEARANCE","Type":"CheckBox","Label":"Plot the median","LabelEmphasised":false,"Value":true,"Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":"left","Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formMedianColor","Page":"Chart","Group":"APPEARANCE","Type":"ColorPicker","Label":"Color of the median line","LabelEmphasised":false,"Value":"rgb(0, 0, 0)","Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":"Color of the median line: ","Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formShowQuartiles","Page":"Chart","Group":"APPEARANCE","Type":"CheckBox","Label":"Plot the quartiles","LabelEmphasised":false,"Value":true,"Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":"left","Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formQuartilesColor","Page":"Chart","Group":"APPEARANCE","Type":"ColorPicker","Label":"Color of the quartiles box","LabelEmphasised":false,"Value":"rgb(0, 0, 0)","Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":"Color of the quartiles box: ","Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formShowRange","Page":"Chart","Group":"APPEARANCE","Type":"CheckBox","Label":"Plot the range","LabelEmphasised":false,"Value":true,"Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":"left","Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formRangeColor","Page":"Chart","Group":"APPEARANCE","Type":"ColorPicker","Label":"Color of the range line","LabelEmphasised":false,"Value":"rgb(0, 0, 0)","Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":"Color of the range line: ","Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formBandwidth","Page":"Chart","Group":"APPEARANCE","Type":"NumericUpDown","Label":"Bandwidth","LabelEmphasised":false,"Value":1.0,"Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":"The relative bandwidth used in the estimating the density.","ErrorMessage":"Bandwidth: ","Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.1,"Min":0.01,"Max":1.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formAutomaticLower","Page":"Chart","Group":"APPEARANCE","Type":"CheckBox","Label":"Automatically compute lower bound","LabelEmphasised":false,"Value":true,"Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":"left","Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formFont","Page":"Chart","Group":"FONT","Type":"ComboBox","Label":"Global font family","LabelEmphasised":false,"Value":"Arial","Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":true,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":["Andale Mono","Arial","Arial Black","Century Gothic","Comic Sans MS","Courier New","Georgia","Impact","Open Sans","Times New Roman","Trebuchet MS","Verdana"],"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formFontColor","Page":"Chart","Group":"FONT","Type":"ColorPicker","Label":"Global font color","LabelEmphasised":false,"Value":"rgb(44, 44, 44)","Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":"Global font color: ","Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formShowGrid","Page":"Chart","Group":"GRID LINES","Type":"CheckBox","Label":"Show grid lines","LabelEmphasised":false,"Value":true,"Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":"left","Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formTitle","Page":"Chart","Group":"Title","Type":"TextBox","Label":"Title","LabelEmphasised":false,"Value":"","Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formCategoriesTickFontFamily","Page":"Chart","Group":"CATEGORIES (Y) AXIS","Type":"ComboBox","Label":"Axis label font family","LabelEmphasised":false,"Value":"Arial","Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":true,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":["Andale Mono","Arial","Arial Black","Century Gothic","Comic Sans MS","Courier New","Georgia","Impact","Open Sans","Times New Roman","Trebuchet MS","Verdana"],"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formCategoriesTickFontColor","Page":"Chart","Group":"CATEGORIES (Y) AXIS","Type":"ColorPicker","Label":"Axis label font color","LabelEmphasised":false,"Value":"rgb(44, 44, 44)","Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":"Axis label font color: ","Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formCategoriesTickFontSize","Page":"Chart","Group":"CATEGORIES (Y) AXIS","Type":"NumericUpDown","Label":"Axis label font size","LabelEmphasised":false,"Value":10.0,"Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":"Axis label font size: ","Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":1.0,"Min":0.0,"Max":100.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formLabelWrap","Page":"Chart","Group":"CATEGORIES (Y) AXIS","Type":"CheckBox","Label":"Wrap axis label","LabelEmphasised":false,"Value":true,"Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":"left","Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formLabelWrapNchar","Page":"Chart","Group":"CATEGORIES (Y) AXIS","Type":"NumericUpDown","Label":"Axis label line width","LabelEmphasised":false,"Value":21.0,"Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":"Axis label line width: ","Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":5.0,"Min":5.0,"Max":1000.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formValuesTitle","Page":"Chart","Group":"VALUES (X) AXIS","Type":"TextBox","Label":"Axis title","LabelEmphasised":false,"Value":"","Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formValuesTitleFontFamily","Page":"Chart","Group":"VALUES (X) AXIS","Type":"ComboBox","Label":"Axis title font family","LabelEmphasised":false,"Value":"Arial","Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":true,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":["Andale Mono","Arial","Arial Black","Century Gothic","Comic Sans MS","Courier New","Georgia","Impact","Open Sans","Times New Roman","Trebuchet MS","Verdana"],"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formValuesTitleFontColor","Page":"Chart","Group":"VALUES (X) AXIS","Type":"ColorPicker","Label":"Axis title font color","LabelEmphasised":false,"Value":"rgb(44, 44, 44)","Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":"Axis title font color: ","Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formValuesTitleFontSize","Page":"Chart","Group":"VALUES (X) AXIS","Type":"NumericUpDown","Label":"Axis title font size","LabelEmphasised":false,"Value":12.0,"Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":"Axis title font size: ","Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":1.0,"Min":0.0,"Max":100.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formValuesAxisShow","Page":"Chart","Group":"VALUES (X) AXIS","Type":"CheckBox","Label":"Show axis","LabelEmphasised":false,"Value":true,"Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":"left","Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formValuesNumberType","Page":"Chart","Group":"VALUES (X) AXIS","Type":"ComboBox","Label":"Number type","LabelEmphasised":false,"Value":"Automatic","Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":true,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":["Automatic","Number","Category","Percentage","Date/Time","Currency","Metric units suffix","Scientific","Custom"],"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formValuesTickFontFamily","Page":"Chart","Group":"VALUES (X) AXIS","Type":"ComboBox","Label":"Axis label font family","LabelEmphasised":false,"Value":"Arial","Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":true,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":["Andale Mono","Arial","Arial Black","Century Gothic","Comic Sans MS","Courier New","Georgia","Impact","Open Sans","Times New Roman","Trebuchet MS","Verdana"],"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formValuesTickFontColor","Page":"Chart","Group":"VALUES (X) AXIS","Type":"ColorPicker","Label":"Axis label font color","LabelEmphasised":false,"Value":"rgb(44, 44, 44)","Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":"Axis label font color: ","Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formValuesTickFontSize","Page":"Chart","Group":"VALUES (X) AXIS","Type":"NumericUpDown","Label":"Axis label font size","LabelEmphasised":false,"Value":10.0,"Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":"Axis label font size: ","Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":1.0,"Min":0.0,"Max":100.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formHoverNumberType","Page":"Chart","Group":"HOVER","Type":"ComboBox","Label":"Number type","LabelEmphasised":false,"Value":"Automatic","Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":true,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":["Automatic","Number","Category","Percentage","Date/Time","Metric units suffix","Scientific","Custom"],"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formMarginTop","Page":"Chart","Group":"MARGINS","Type":"NumericUpDown","Label":"Top","LabelEmphasised":false,"Value":30.0,"Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":"Top: ","Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":1.0,"Min":0.0,"Max":1000.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formMarginLeft","Page":"Chart","Group":"MARGINS","Type":"NumericUpDown","Label":"Left","LabelEmphasised":false,"Value":80.0,"Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":"Left: ","Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":1.0,"Min":0.0,"Max":1000.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formMarginBottom","Page":"Chart","Group":"MARGINS","Type":"NumericUpDown","Label":"Bottom","LabelEmphasised":false,"Value":50.0,"Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":"Bottom: ","Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":1.0,"Min":0.0,"Max":1000.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formMarginRight","Page":"Chart","Group":"MARGINS","Type":"NumericUpDown","Label":"Right","LabelEmphasised":false,"Value":40.0,"Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":"Right: ","Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":1.0,"Min":0.0,"Max":1000.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":null,"Page":null,"Group":null,"Type":null,"Label":null,"LabelEmphasised":false,"Value":null,"Allowed":null,"EmptyListMessage":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":true}]},"calculating":"Idle","showDebug":false,"layout":"OutputOnly","vSplit":0.25,"hSplit":0.45,"updateWarnings":true,"updateMode":"Automatic","warnSlow":true,"Options":{"debugconsole":false,"codeposition":"OutputOnly","splitH":0.45,"splitV":0.25,"update warnings":true,"updating":"Automatic","warn slow":true}}