{"size":{"Width":500,"Height":200},"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.4 &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>2.76s</td></tr>\r\n<tr><th>Time on R server:</th><td title=\"rApacheServe 2.74s (pre 0.01s, post 0.00s) httpget_code() setup for eval 0.00s session$eval 2.65s (pre 0.00s, post 0.08s) unexplained 0.09s apparmor forking (pre 0.00s, post 0.00s)\">2.74s</td></tr>\r\n<tr><th>Time evaluating code:</th><td>2.52s</td></tr>\r\n<tr><th>Bytes sent:</th><td>31,217</td></tr>\r\n<tr><th>Bytes received:</th><td>73,230</td></tr>\r\n</table>\r\n</div>","message":"Loading required package: flipStandardCharts\n","htmlwidgets":"<div id=\"htmlwidget_container\">\n <div id=\"htmlwidget-71d81fb83a2e\" style=\"width:100%;height:400px;\" class=\"plotly html-widget\"></div>\n</div>\n<script type=\"application/json\" data-for=\"htmlwidget-71d81fb83a2e\">{\"x\":{\"visdat\":{\"71d813d31954\":[\"function () \",\"plotlyVisDat\"]},\"cur_data\":\"71d813d31954\",\"attrs\":{\"71d813d31954\":{\"alpha\":1,\"sizes\":[10,100],\"y\":[0.00556555518361651,0.00617847545855249,0.00685171884699129,0.00757852691778763,0.00836114724964689,0.00920166609013652,0.0101019704171745,0.0110637094528677,0.0120936433209239,0.0131957725870762,0.0143622179813242,0.0155927286138059,0.0168865804796329,0.0182425655397249,0.0196589857119131,0.0211416443513055,0.0226817686257817,0.024272097937803,0.0259087777392653,0.027587682720673,0.0293044743557297,0.0310546610896579,0.0328382988831065,0.0346438337763432,0.0364669194393023,0.0383034400764297,0.0401495235396312,0.0420015723989058,0.0438562179852061,0.0457095502008044,0.047558901888397,0.0494022686566552,0.051237919758219,0.0530643730206101,0.0548803676420195,0.0566832148232965,0.0584721993246468,0.060247572539589,0.0620085997777091,0.0637545326684616,0.0654845809471058,0.0671978855907763,0.0688897773035259,0.0705617568229187,0.0722128214379662,0.0738414032348038,0.0754457624937341,0.0770239867117737,0.0785726834598817,0.0800847458974092,0.0815624597083997,0.083003148479355,0.0844040381104162,0.085762277367046,0.0870749599053216,0.0883335922419093,0.0895340193005403,0.0906786829141481,0.0917649249666447,0.0927902589531723,0.0937524052314651,0.0946493258266252,0.0954675991217559,0.0962141163465663,0.0968911028385427,0.0974982553427328,0.0980356474136173,0.0985037219317297,0.0989019001630935,0.0992203234376589,0.0994738560582905,0.0996643879409857,0.099793951129053,0.0998646776361892,0.0998787581873257,0.0998340524794839,0.0997312514726292,0.0995793085216766,0.0993800943700088,0.0991353444979842,0.0988466549550342,0.0985154817774365,0.0981372859635575,0.0977170468864502,0.0972584346422326,0.0967624503186022,0.096230094742328,0.0956623979732116,0.0950604491683349,0.0944188765307607,0.0937464115092588,0.093044739471335,0.0923157179280692,0.0915613994151872,0.0907840314929311,0.089984979319238,0.0891664121917061,0.0883342977885492,0.0874916476726185,0.0866415388107893,0.0857870859975654,0.0849314140036087,0.0840784140850478,0.0832321163305226,0.0823951407443205,0.0815701534711646,0.0807596410421524,0.0799658883196704,0.0791909570734214,0.0784409930615609,0.0777141865518511,0.0770109876043837,0.0763319778454982,0.0756774060500268,0.0750471829336337,0.0744418328704492,0.073863066520627,0.0733053608788307,0.0727669824045251,0.0722459387149659,0.0717400075596358,0.071246768113523,0.0707642994602583,0.0702887763635602,0.0698163909913336,0.0693444285248772,0.068870264752146,0.0683914018349048,0.0679055019205242,0.0674084155659066,0.0668990218400214,0.0663763280516307,0.0658391776775068,0.0652866517609594,0.0647180559829275,0.0641325526560848,0.0635269376705245,0.062904366052093,0.0622648854301266,0.0616085883377761,0.0609355879356676,0.0602459953651349,0.0595385020113248,0.0588124092897065,0.0580697400697538,0.0573103335161518,0.0565339634598471,0.0557403453219905,0.0549291451250898,0.054097241202291,0.0532456401459177,0.0523751572999049,0.05148551238713,0.0505765075650892,0.0496480472269613,0.0487001572710858,0.0477290630594008,0.0467394095648934,0.0457319189070591,0.0447075004419777,0.0436672594329472,0.0426124974656122,0.0415440365621687,0.040463362067849,0.0393744586700483,0.0382795468628153,0.037180994099212,0.0360813022442887,0.034983094109222,0.0338901543125083,0.0328062077321766,0.0317337574536931,0.0306757007914878,0.0296349030915324,0.0286141701494011,0.0276162199533053,0.0266491724129482,0.0257116112103801,0.0248049703476636,0.0239309889930453,0.0230911352399447,0.022286591748742,0.0215197993792508,0.0207960607176647,0.0201091388644593,0.0194586831733634,0.0188440694482595,0.0182644159877647,0.0177186009797912,0.0172084884393243,0.0167318101185696,0.0162832730893499,0.01586092175882,0.0154627178161393,0.0150865610998625,0.0147303100338838,0.0143942780675141,0.0140734364093817,0.0137649712875881,0.013466877755227,0.0131772350887308,0.0128942207860457,0.0126161860494993,0.0123416535208767,0.0120684156222597,0.0117953662121687,0.0115215711404037,0.0112462724823825,0.0109688917339189,0.0106888068657148,0.0104057332205883,0.0101201428229963,0.00983235227843342,0.00954283314297012,0.00925220317810081,0.00896121702777463,0.00867106281876566,0.00838310042200518,0.00809846108848719,0.00781838446458103,0.00754415820781718,0.00727710351065218,0.00701856021864363,0.00677238798826311,0.00653805108281129,0.00631674905700954,0.00610959279419232,0.00591758571544926,0.00574160668274602,0.00558350404278259,0.00544542744472166,0.00532506202479934,0.00522239786005551,0.00513722424394918,0.00506913070518925,0.00501751004697625,0.00498336814036766,0.00496457480738798,0.00495852149875321,0.0049638093443139,0.00497895005134792,0.00500238731618753,0.00503251857784252,0.00506822570770074,0.00510664539713487,0.00514615379166588,0.00518530294270851,0.00522273449809814,0.00525719206572396,0.00528730330890585,0.00531110988683956,0.00532859033252751,0.00533915811310629,0.00534237240184614,0.00533793846535402,0.0053257073467326,0.00530487653328182,0.00527574327169073,0.00523954908176473,0.00519682589680084,0.00514821335238713,0.00509444837556778,0.00503635399412346,0.0049744888857428,0.00491055164938331,0.00484568162915013,0.0047808761133236,0.00471711259777275,0.00465533456902509,0.00459652132513008,0.00454237888916104,0.00449301195581462,0.00444898405037385,0.00441075935669964,0.00437870145243835,0.00435307314547558,0.004334601648247,0.0043235984168545,0.00431911072849085,0.00432095704184779,0.00432889351636109,0.00434262193742951,0.00436179767905332,0.00438670080147563,0.00441633652146696,0.00444994625311843,0.00448708635518425,0.00452731527612205,0.00457019805292036,0.0046153106720685,0.00466250755461749,0.00471094792624732,0.00476028997470925,0.00481021784129227,0.00486044251973302,0.00491070252810681,0.00496073502179613,0.00501024081378762,0.00505910222498395,0.0051071937212929,0.00515441184348374,0.00520067319315235,0.0052459122840551,0.00528993616322784,0.00533274571104621,0.00537440944146875,0.00541490614680816,0.005454213987834,0.00549230815877704,0.00552915863598223,0.0055644661331773,0.00559837865986954,0.00563084876149109,0.00566178684783183,0.00569108793962089,0.00571863130038812,0.0057441902291022,0.00576728652270309,0.00578806161374456,0.00580632237825109,0.00582186690754351,0.00583448700774749,0.00584397094265104,0.00584971909597897,0.00585144902356322,0.00584933769058754,0.0058432261627572,0.00583298326389201,0.00581851093178076,0.00579974962964022,0.0057759691175544,0.00574781851577059,0.00571564226774861,0.00567966933636401,0.00564019551420924,0.00559758344031917,0.00555221768542682,0.00550441790897429,0.00545529899505037,0.00540549238754867,0.00535564914556836,0.00530642708107198,0.00525847737682469,0.00521265890391675,0.0051698546184157,0.00513026391309914,0.00509424393278441,0.00506205092853438,0.00503383332832567,0.00500962629059652,0.00498987606588169,0.00497388977829846,0.00496100135768617,0.00495070521710533,0.00494242382250205,0.00493552231643015,0.00492932404571833,0.00492290466069005,0.00491543913754087,0.00490629901525519,0.00489491597096963,0.00488079302954388,0.00486351433784779,0.00484251404286387,0.00481722956692382,0.00478815425433362,0.00475535149432385,0.00471896643883164,0.00467921752170873,0.00463638719620617,0.00459053128094581,0.00454229996909885,0.00449232993238453,0.00444102634114793,0.00438878132712749,0.00433596604579016,0.00428292344331565,0.00423004600674991,0.00417761659072794,0.00412580564823953,0.00407474161670381,0.00402450943427773,0.0039751523646466,0.00392670952013601,0.00387922471699718,0.00383245666172961,0.00378629227199722,0.003740601595697,0.0036952413824214,0.00365005854892447,0.00360487124908266,0.0035594532476953,0.00351364880332792,0.00346730911171817,0.00342029458973937,0.00337247662802355,0.00332373923343591,0.00327378737269493,0.0032226562809532,0.00317034139633489,0.00311681367783805,0.00306206356995482,0.00300610122143754,0.00294893243083237,0.00289044423424544,0.00283095129051442,0.00277055991861967,0.00270939250791563,0.00264758638854924,0.0025852926308786,0.00252266808592089,0.00245995553773622,0.00239738349941221,0.00233514532588354,0.00227343579679275,0.00221244886568922,0.00215237531234297,0.0020936009950783,0.00203625404158238,0.00198040687175901,0.0019261827812158,0.00187368180270616,0.00182297824348887,0.00177411947022027,0.00172750164868303,0.00168268101477416,0.00163957219331046,0.0015980584698168,0.00155799370667012,0.00151920468179564,0.00148154388887689,0.00144477430460193,0.00140849877399569,0.00137247744562442,0.0013364760010393,0.00130027092528735,0.00126365466684114,0.00122633829193571,0.0011881560676181,0.00114907232888402,0.00110903711343528,0.00106803921148171,0.00102610630856616,0.000983304637321932,0.000939637508330677,0.000895436184255963,0.000850913821674483,0.000806290030865085,0.00076180176268907,0.000717699198894993,0.000674284490453021,0.000632030394919618,0.000591080351027484,0.000551677916969588,0.000514051841611076,0.00047841306017812,0.000444951832588844,0.000414104760523861,0.000386042348778584,0.000360591236382738,0.000337794156343027,0.000317659582544748,0.000300161154069928,0.000285237348095909,0.000273176330775425,0.000263461169286185,0.000255794041034387,0.000249953773831605,0.000245697217845652,0.000242763125539433,0.000240891295979255,0.000239827889015014,0.000239094249664319,0.000238422692062004,0.000237562969714485,0.000236286603089703,0.000234390889038552,0.000231620149372865,0.000227767382100601,0.000222870627407601,0.000216901850263699,0.000209867627592331,0.000201807193723314,0.000192790074005889,0.000182812836127733,0.000172122798241759,0.000160921941052553,0.00014936560638241,0.000137611131409807,0.000125814069093656,0.000114124814148196,0.000102775780614937,9.18563040678801e-05,8.1461432621549e-05,7.1668796196549e-05,6.25385608629294e-05,5.41136326233513e-05,4.64677953394314e-05,3.96678313281155e-05,3.35885361824668e-05,2.82034148112985e-05,2.34779726372838e-05,1.93712997525642e-05,1.58376146200923e-05,1.28857771635411e-05,1.04231798410764e-05,8.35676295931949e-06,6.63897219091819e-06,5.2248240044251e-06,4.0723144036612e-06,3.14274307543701e-06,2.42859452304469e-06],\"x\":[0,0.0775062400541229,0.155012480108246,0.232518720162369,0.310024960216491,0.387531200270614,0.465037440324737,0.54254368037886,0.620049920432983,0.697556160487106,0.775062400541229,0.852568640595352,0.930074880649474,1.0075811207036,1.08508736075772,1.16259360081184,1.24009984086597,1.31760608092009,1.39511232097421,1.47261856102833,1.55012480108246,1.62763104113658,1.7051372811907,1.78264352124483,1.86014976129895,1.93765600135307,2.01516224140719,2.09266848146132,2.17017472151544,2.24768096156956,2.32518720162369,2.40269344167781,2.48019968173193,2.55770592178605,2.63521216184018,2.7127184018943,2.79022464194842,2.86773088200255,2.94523712205667,3.02274336211079,3.10024960216491,3.17775584221904,3.25526208227316,3.33276832232728,3.41027456238141,3.48778080243553,3.56528704248965,3.64279328254377,3.7202995225979,3.79780576265202,3.87531200270614,3.95281824276027,4.03032448281439,4.10783072286851,4.18533696292263,4.26284320297676,4.34034944303088,4.417855683085,4.49536192313913,4.57286816319325,4.65037440324737,4.72788064330149,4.80538688335562,4.88289312340974,4.96039936346386,5.03790560351799,5.11541184357211,5.19291808362623,5.27042432368035,5.34793056373448,5.4254368037886,5.50294304384272,5.58044928389685,5.65795552395097,5.73546176400509,5.81296800405921,5.89047424411334,5.96798048416746,6.04548672422158,6.12299296427571,6.20049920432983,6.27800544438395,6.35551168443808,6.4330179244922,6.51052416454632,6.58803040460044,6.66553664465457,6.74304288470869,6.82054912476281,6.89805536481694,6.97556160487106,7.05306784492518,7.1305740849793,7.20808032503343,7.28558656508755,7.36309280514167,7.44059904519579,7.51810528524992,7.59561152530404,7.67311776535816,7.75062400541229,7.82813024546641,7.90563648552053,7.98314272557465,8.06064896562878,8.1381552056829,8.21566144573702,8.29316768579115,8.37067392584527,8.44818016589939,8.52568640595351,8.60319264600764,8.68069888606176,8.75820512611588,8.83571136617001,8.91321760622413,8.99072384627825,9.06823008633238,9.1457363263865,9.22324256644062,9.30074880649474,9.37825504654887,9.45576128660299,9.53326752665711,9.61077376671123,9.68828000676536,9.76578624681948,9.8432924868736,9.92079872692773,9.99830496698185,10.075811207036,10.1533174470901,10.2308236871442,10.3083299271983,10.3858361672525,10.4633424073066,10.5408486473607,10.6183548874148,10.695861127469,10.7733673675231,10.8508736075772,10.9283798476313,11.0058860876854,11.0833923277396,11.1608985677937,11.2384048078478,11.3159110479019,11.3934172879561,11.4709235280102,11.5484297680643,11.6259360081184,11.7034422481726,11.7809484882267,11.8584547282808,11.9359609683349,12.013467208389,12.0909734484432,12.1684796884973,12.2459859285514,12.3234921686055,12.4009984086597,12.4785046487138,12.5560108887679,12.633517128822,12.7110233688762,12.7885296089303,12.8660358489844,12.9435420890385,13.0210483290926,13.0985545691468,13.1760608092009,13.253567049255,13.3310732893091,13.4085795293633,13.4860857694174,13.5635920094715,13.6410982495256,13.7186044895797,13.7961107296339,13.873616969688,13.9511232097421,14.0286294497962,14.1061356898504,14.1836419299045,14.2611481699586,14.3386544100127,14.4161606500669,14.493666890121,14.5711731301751,14.6486793702292,14.7261856102833,14.8036918503375,14.8811980903916,14.9587043304457,15.0362105704998,15.113716810554,15.1912230506081,15.2687292906622,15.3462355307163,15.4237417707704,15.5012480108246,15.5787542508787,15.6562604909328,15.7337667309869,15.8112729710411,15.8887792110952,15.9662854511493,16.0437916912034,16.1212979312576,16.1988041713117,16.2763104113658,16.3538166514199,16.431322891474,16.5088291315282,16.5863353715823,16.6638416116364,16.7413478516905,16.8188540917447,16.8963603317988,16.9738665718529,17.051372811907,17.1288790519612,17.2063852920153,17.2838915320694,17.3613977721235,17.4389040121776,17.5164102522318,17.5939164922859,17.67142273234,17.7489289723941,17.8264352124483,17.9039414525024,17.9814476925565,18.0589539326106,18.1364601726648,18.2139664127189,18.291472652773,18.3689788928271,18.4464851328812,18.5239913729354,18.6014976129895,18.6790038530436,18.7565100930977,18.8340163331519,18.911522573206,18.9890288132601,19.0665350533142,19.1440412933683,19.2215475334225,19.2990537734766,19.3765600135307,19.4540662535848,19.531572493639,19.6090787336931,19.6865849737472,19.7640912138013,19.8415974538555,19.9191036939096,19.9966099339637,20.0741161740178,20.1516224140719,20.2291286541261,20.3066348941802,20.3841411342343,20.4616473742884,20.5391536143426,20.6166598543967,20.6941660944508,20.7716723345049,20.8491785745591,20.9266848146132,21.0041910546673,21.0816972947214,21.1592035347755,21.2367097748297,21.3142160148838,21.3917222549379,21.469228494992,21.5467347350462,21.6242409751003,21.7017472151544,21.7792534552085,21.8567596952626,21.9342659353168,22.0117721753709,22.089278415425,22.1667846554791,22.2442908955333,22.3217971355874,22.3993033756415,22.4768096156956,22.5543158557498,22.6318220958039,22.709328335858,22.7868345759121,22.8643408159662,22.9418470560204,23.0193532960745,23.0968595361286,23.1743657761827,23.2518720162369,23.329378256291,23.4068844963451,23.4843907363992,23.5618969764534,23.6394032165075,23.7169094565616,23.7944156966157,23.8719219366698,23.949428176724,24.0269344167781,24.1044406568322,24.1819468968863,24.2594531369405,24.3369593769946,24.4144656170487,24.4919718571028,24.5694780971569,24.6469843372111,24.7244905772652,24.8019968173193,24.8795030573734,24.9570092974276,25.0345155374817,25.1120217775358,25.1895280175899,25.2670342576441,25.3445404976982,25.4220467377523,25.4995529778064,25.5770592178605,25.6545654579147,25.7320716979688,25.8095779380229,25.887084178077,25.9645904181312,26.0420966581853,26.1196028982394,26.1971091382935,26.2746153783477,26.3521216184018,26.4296278584559,26.50713409851,26.5846403385641,26.6621465786183,26.7396528186724,26.8171590587265,26.8946652987806,26.9721715388348,27.0496777788889,27.127184018943,27.2046902589971,27.2821964990512,27.3597027391054,27.4372089791595,27.5147152192136,27.5922214592677,27.6697276993219,27.747233939376,27.8247401794301,27.9022464194842,27.9797526595384,28.0572588995925,28.1347651396466,28.2122713797007,28.2897776197548,28.367283859809,28.4447900998631,28.5222963399172,28.5998025799713,28.6773088200255,28.7548150600796,28.8323213001337,28.9098275401878,28.987333780242,29.0648400202961,29.1423462603502,29.2198525004043,29.2973587404584,29.3748649805126,29.4523712205667,29.5298774606208,29.6073837006749,29.6848899407291,29.7623961807832,29.8399024208373,29.9174086608914,29.9949149009455,30.0724211409997,30.1499273810538,30.2274336211079,30.304939861162,30.3824461012162,30.4599523412703,30.5374585813244,30.6149648213785,30.6924710614327,30.7699773014868,30.8474835415409,30.924989781595,31.0024960216491,31.0800022617033,31.1575085017574,31.2350147418115,31.3125209818656,31.3900272219198,31.4675334619739,31.545039702028,31.6225459420821,31.7000521821363,31.7775584221904,31.8550646622445,31.9325709022986,32.0100771423527,32.0875833824069,32.165089622461,32.2425958625151,32.3201021025692,32.3976083426234,32.4751145826775,32.5526208227316,32.6301270627857,32.7076333028398,32.785139542894,32.8626457829481,32.9401520230022,33.0176582630563,33.0951645031105,33.1726707431646,33.2501769832187,33.3276832232728,33.405189463327,33.4826957033811,33.5602019434352,33.6377081834893,33.7152144235434,33.7927206635976,33.8702269036517,33.9477331437058,34.0252393837599,34.1027456238141,34.1802518638682,34.2577581039223,34.3352643439764,34.4127705840306,34.4902768240847,34.5677830641388,34.6452893041929,34.722795544247,34.8003017843012,34.8778080243553,34.9553142644094,35.0328205044635,35.1103267445177,35.1878329845718,35.2653392246259,35.34284546468,35.4203517047341,35.4978579447883,35.5753641848424,35.6528704248965,35.7303766649506,35.8078829050048,35.8853891450589,35.962895385113,36.0404016251671,36.1179078652213,36.1954141052754,36.2729203453295,36.3504265853836,36.4279328254377,36.5054390654919,36.582945305546,36.6604515456001,36.7379577856542,36.8154640257084,36.8929702657625,36.9704765058166,37.0479827458707,37.1254889859249,37.202995225979,37.2805014660331,37.3580077060872,37.4355139461413,37.5130201861955,37.5905264262496,37.6680326663037,37.7455389063578,37.823045146412,37.9005513864661,37.9780576265202,38.0555638665743,38.1330701066285,38.2105763466826,38.2880825867367,38.3655888267908,38.4430950668449,38.5206013068991,38.5981075469532,38.6756137870073,38.7531200270614,38.8306262671156,38.9081325071697,38.9856387472238,39.0631449872779,39.140651227332,39.2181574673862,39.2956637074403,39.3731699474944,39.4506761875485,39.5281824276027,39.6056886676568],\"fill\":\"tozeroy\",\"fillcolor\":\"#5C9AD3\",\"hoverinfo\":\"none\",\"line\":{\"shape\":\"spline\",\"width\":0},\"mode\":\"lines\",\"name\":\"\",\"type\":\"scatter\",\"xaxis\":\"y\",\"yaxis\":\"y\"}},\"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.95],\"autorange\":true,\"showgrid\":false,\"showticklabels\":false,\"ticks\":\"\",\"title\":\"\",\"titlefont\":{\"family\":\"Arial\",\"size\":10,\"color\":\"#2C2C2C\"},\"type\":\"linear\",\"zeroline\":false},\"xaxis\":{\"domain\":[0,1],\"title\":\"X\",\"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\":[0.00556555518361651,0.00617847545855249,0.00685171884699129,0.00757852691778763,0.00836114724964689,0.00920166609013652,0.0101019704171745,0.0110637094528677,0.0120936433209239,0.0131957725870762,0.0143622179813242,0.0155927286138059,0.0168865804796329,0.0182425655397249,0.0196589857119131,0.0211416443513055,0.0226817686257817,0.024272097937803,0.0259087777392653,0.027587682720673,0.0293044743557297,0.0310546610896579,0.0328382988831065,0.0346438337763432,0.0364669194393023,0.0383034400764297,0.0401495235396312,0.0420015723989058,0.0438562179852061,0.0457095502008044,0.047558901888397,0.0494022686566552,0.051237919758219,0.0530643730206101,0.0548803676420195,0.0566832148232965,0.0584721993246468,0.060247572539589,0.0620085997777091,0.0637545326684616,0.0654845809471058,0.0671978855907763,0.0688897773035259,0.0705617568229187,0.0722128214379662,0.0738414032348038,0.0754457624937341,0.0770239867117737,0.0785726834598817,0.0800847458974092,0.0815624597083997,0.083003148479355,0.0844040381104162,0.085762277367046,0.0870749599053216,0.0883335922419093,0.0895340193005403,0.0906786829141481,0.0917649249666447,0.0927902589531723,0.0937524052314651,0.0946493258266252,0.0954675991217559,0.0962141163465663,0.0968911028385427,0.0974982553427328,0.0980356474136173,0.0985037219317297,0.0989019001630935,0.0992203234376589,0.0994738560582905,0.0996643879409857,0.099793951129053,0.0998646776361892,0.0998787581873257,0.0998340524794839,0.0997312514726292,0.0995793085216766,0.0993800943700088,0.0991353444979842,0.0988466549550342,0.0985154817774365,0.0981372859635575,0.0977170468864502,0.0972584346422326,0.0967624503186022,0.096230094742328,0.0956623979732116,0.0950604491683349,0.0944188765307607,0.0937464115092588,0.093044739471335,0.0923157179280692,0.0915613994151872,0.0907840314929311,0.089984979319238,0.0891664121917061,0.0883342977885492,0.0874916476726185,0.0866415388107893,0.0857870859975654,0.0849314140036087,0.0840784140850478,0.0832321163305226,0.0823951407443205,0.0815701534711646,0.0807596410421524,0.0799658883196704,0.0791909570734214,0.0784409930615609,0.0777141865518511,0.0770109876043837,0.0763319778454982,0.0756774060500268,0.0750471829336337,0.0744418328704492,0.073863066520627,0.0733053608788307,0.0727669824045251,0.0722459387149659,0.0717400075596358,0.071246768113523,0.0707642994602583,0.0702887763635602,0.0698163909913336,0.0693444285248772,0.068870264752146,0.0683914018349048,0.0679055019205242,0.0674084155659066,0.0668990218400214,0.0663763280516307,0.0658391776775068,0.0652866517609594,0.0647180559829275,0.0641325526560848,0.0635269376705245,0.062904366052093,0.0622648854301266,0.0616085883377761,0.0609355879356676,0.0602459953651349,0.0595385020113248,0.0588124092897065,0.0580697400697538,0.0573103335161518,0.0565339634598471,0.0557403453219905,0.0549291451250898,0.054097241202291,0.0532456401459177,0.0523751572999049,0.05148551238713,0.0505765075650892,0.0496480472269613,0.0487001572710858,0.0477290630594008,0.0467394095648934,0.0457319189070591,0.0447075004419777,0.0436672594329472,0.0426124974656122,0.0415440365621687,0.040463362067849,0.0393744586700483,0.0382795468628153,0.037180994099212,0.0360813022442887,0.034983094109222,0.0338901543125083,0.0328062077321766,0.0317337574536931,0.0306757007914878,0.0296349030915324,0.0286141701494011,0.0276162199533053,0.0266491724129482,0.0257116112103801,0.0248049703476636,0.0239309889930453,0.0230911352399447,0.022286591748742,0.0215197993792508,0.0207960607176647,0.0201091388644593,0.0194586831733634,0.0188440694482595,0.0182644159877647,0.0177186009797912,0.0172084884393243,0.0167318101185696,0.0162832730893499,0.01586092175882,0.0154627178161393,0.0150865610998625,0.0147303100338838,0.0143942780675141,0.0140734364093817,0.0137649712875881,0.013466877755227,0.0131772350887308,0.0128942207860457,0.0126161860494993,0.0123416535208767,0.0120684156222597,0.0117953662121687,0.0115215711404037,0.0112462724823825,0.0109688917339189,0.0106888068657148,0.0104057332205883,0.0101201428229963,0.00983235227843342,0.00954283314297012,0.00925220317810081,0.00896121702777463,0.00867106281876566,0.00838310042200518,0.00809846108848719,0.00781838446458103,0.00754415820781718,0.00727710351065218,0.00701856021864363,0.00677238798826311,0.00653805108281129,0.00631674905700954,0.00610959279419232,0.00591758571544926,0.00574160668274602,0.00558350404278259,0.00544542744472166,0.00532506202479934,0.00522239786005551,0.00513722424394918,0.00506913070518925,0.00501751004697625,0.00498336814036766,0.00496457480738798,0.00495852149875321,0.0049638093443139,0.00497895005134792,0.00500238731618753,0.00503251857784252,0.00506822570770074,0.00510664539713487,0.00514615379166588,0.00518530294270851,0.00522273449809814,0.00525719206572396,0.00528730330890585,0.00531110988683956,0.00532859033252751,0.00533915811310629,0.00534237240184614,0.00533793846535402,0.0053257073467326,0.00530487653328182,0.00527574327169073,0.00523954908176473,0.00519682589680084,0.00514821335238713,0.00509444837556778,0.00503635399412346,0.0049744888857428,0.00491055164938331,0.00484568162915013,0.0047808761133236,0.00471711259777275,0.00465533456902509,0.00459652132513008,0.00454237888916104,0.00449301195581462,0.00444898405037385,0.00441075935669964,0.00437870145243835,0.00435307314547558,0.004334601648247,0.0043235984168545,0.00431911072849085,0.00432095704184779,0.00432889351636109,0.00434262193742951,0.00436179767905332,0.00438670080147563,0.00441633652146696,0.00444994625311843,0.00448708635518425,0.00452731527612205,0.00457019805292036,0.0046153106720685,0.00466250755461749,0.00471094792624732,0.00476028997470925,0.00481021784129227,0.00486044251973302,0.00491070252810681,0.00496073502179613,0.00501024081378762,0.00505910222498395,0.0051071937212929,0.00515441184348374,0.00520067319315235,0.0052459122840551,0.00528993616322784,0.00533274571104621,0.00537440944146875,0.00541490614680816,0.005454213987834,0.00549230815877704,0.00552915863598223,0.0055644661331773,0.00559837865986954,0.00563084876149109,0.00566178684783183,0.00569108793962089,0.00571863130038812,0.0057441902291022,0.00576728652270309,0.00578806161374456,0.00580632237825109,0.00582186690754351,0.00583448700774749,0.00584397094265104,0.00584971909597897,0.00585144902356322,0.00584933769058754,0.0058432261627572,0.00583298326389201,0.00581851093178076,0.00579974962964022,0.0057759691175544,0.00574781851577059,0.00571564226774861,0.00567966933636401,0.00564019551420924,0.00559758344031917,0.00555221768542682,0.00550441790897429,0.00545529899505037,0.00540549238754867,0.00535564914556836,0.00530642708107198,0.00525847737682469,0.00521265890391675,0.0051698546184157,0.00513026391309914,0.00509424393278441,0.00506205092853438,0.00503383332832567,0.00500962629059652,0.00498987606588169,0.00497388977829846,0.00496100135768617,0.00495070521710533,0.00494242382250205,0.00493552231643015,0.00492932404571833,0.00492290466069005,0.00491543913754087,0.00490629901525519,0.00489491597096963,0.00488079302954388,0.00486351433784779,0.00484251404286387,0.00481722956692382,0.00478815425433362,0.00475535149432385,0.00471896643883164,0.00467921752170873,0.00463638719620617,0.00459053128094581,0.00454229996909885,0.00449232993238453,0.00444102634114793,0.00438878132712749,0.00433596604579016,0.00428292344331565,0.00423004600674991,0.00417761659072794,0.00412580564823953,0.00407474161670381,0.00402450943427773,0.0039751523646466,0.00392670952013601,0.00387922471699718,0.00383245666172961,0.00378629227199722,0.003740601595697,0.0036952413824214,0.00365005854892447,0.00360487124908266,0.0035594532476953,0.00351364880332792,0.00346730911171817,0.00342029458973937,0.00337247662802355,0.00332373923343591,0.00327378737269493,0.0032226562809532,0.00317034139633489,0.00311681367783805,0.00306206356995482,0.00300610122143754,0.00294893243083237,0.00289044423424544,0.00283095129051442,0.00277055991861967,0.00270939250791563,0.00264758638854924,0.0025852926308786,0.00252266808592089,0.00245995553773622,0.00239738349941221,0.00233514532588354,0.00227343579679275,0.00221244886568922,0.00215237531234297,0.0020936009950783,0.00203625404158238,0.00198040687175901,0.0019261827812158,0.00187368180270616,0.00182297824348887,0.00177411947022027,0.00172750164868303,0.00168268101477416,0.00163957219331046,0.0015980584698168,0.00155799370667012,0.00151920468179564,0.00148154388887689,0.00144477430460193,0.00140849877399569,0.00137247744562442,0.0013364760010393,0.00130027092528735,0.00126365466684114,0.00122633829193571,0.0011881560676181,0.00114907232888402,0.00110903711343528,0.00106803921148171,0.00102610630856616,0.000983304637321932,0.000939637508330677,0.000895436184255963,0.000850913821674483,0.000806290030865085,0.00076180176268907,0.000717699198894993,0.000674284490453021,0.000632030394919618,0.000591080351027484,0.000551677916969588,0.000514051841611076,0.00047841306017812,0.000444951832588844,0.000414104760523861,0.000386042348778584,0.000360591236382738,0.000337794156343027,0.000317659582544748,0.000300161154069928,0.000285237348095909,0.000273176330775425,0.000263461169286185,0.000255794041034387,0.000249953773831605,0.000245697217845652,0.000242763125539433,0.000240891295979255,0.000239827889015014,0.000239094249664319,0.000238422692062004,0.000237562969714485,0.000236286603089703,0.000234390889038552,0.000231620149372865,0.000227767382100601,0.000222870627407601,0.000216901850263699,0.000209867627592331,0.000201807193723314,0.000192790074005889,0.000182812836127733,0.000172122798241759,0.000160921941052553,0.00014936560638241,0.000137611131409807,0.000125814069093656,0.000114124814148196,0.000102775780614937,9.18563040678801e-05,8.1461432621549e-05,7.1668796196549e-05,6.25385608629294e-05,5.41136326233513e-05,4.64677953394314e-05,3.96678313281155e-05,3.35885361824668e-05,2.82034148112985e-05,2.34779726372838e-05,1.93712997525642e-05,1.58376146200923e-05,1.28857771635411e-05,1.04231798410764e-05,8.35676295931949e-06,6.63897219091819e-06,5.2248240044251e-06,4.0723144036612e-06,3.14274307543701e-06,2.42859452304469e-06],\"x\":[0,0.0775062400541229,0.155012480108246,0.232518720162369,0.310024960216491,0.387531200270614,0.465037440324737,0.54254368037886,0.620049920432983,0.697556160487106,0.775062400541229,0.852568640595352,0.930074880649474,1.0075811207036,1.08508736075772,1.16259360081184,1.24009984086597,1.31760608092009,1.39511232097421,1.47261856102833,1.55012480108246,1.62763104113658,1.7051372811907,1.78264352124483,1.86014976129895,1.93765600135307,2.01516224140719,2.09266848146132,2.17017472151544,2.24768096156956,2.32518720162369,2.40269344167781,2.48019968173193,2.55770592178605,2.63521216184018,2.7127184018943,2.79022464194842,2.86773088200255,2.94523712205667,3.02274336211079,3.10024960216491,3.17775584221904,3.25526208227316,3.33276832232728,3.41027456238141,3.48778080243553,3.56528704248965,3.64279328254377,3.7202995225979,3.79780576265202,3.87531200270614,3.95281824276027,4.03032448281439,4.10783072286851,4.18533696292263,4.26284320297676,4.34034944303088,4.417855683085,4.49536192313913,4.57286816319325,4.65037440324737,4.72788064330149,4.80538688335562,4.88289312340974,4.96039936346386,5.03790560351799,5.11541184357211,5.19291808362623,5.27042432368035,5.34793056373448,5.4254368037886,5.50294304384272,5.58044928389685,5.65795552395097,5.73546176400509,5.81296800405921,5.89047424411334,5.96798048416746,6.04548672422158,6.12299296427571,6.20049920432983,6.27800544438395,6.35551168443808,6.4330179244922,6.51052416454632,6.58803040460044,6.66553664465457,6.74304288470869,6.82054912476281,6.89805536481694,6.97556160487106,7.05306784492518,7.1305740849793,7.20808032503343,7.28558656508755,7.36309280514167,7.44059904519579,7.51810528524992,7.59561152530404,7.67311776535816,7.75062400541229,7.82813024546641,7.90563648552053,7.98314272557465,8.06064896562878,8.1381552056829,8.21566144573702,8.29316768579115,8.37067392584527,8.44818016589939,8.52568640595351,8.60319264600764,8.68069888606176,8.75820512611588,8.83571136617001,8.91321760622413,8.99072384627825,9.06823008633238,9.1457363263865,9.22324256644062,9.30074880649474,9.37825504654887,9.45576128660299,9.53326752665711,9.61077376671123,9.68828000676536,9.76578624681948,9.8432924868736,9.92079872692773,9.99830496698185,10.075811207036,10.1533174470901,10.2308236871442,10.3083299271983,10.3858361672525,10.4633424073066,10.5408486473607,10.6183548874148,10.695861127469,10.7733673675231,10.8508736075772,10.9283798476313,11.0058860876854,11.0833923277396,11.1608985677937,11.2384048078478,11.3159110479019,11.3934172879561,11.4709235280102,11.5484297680643,11.6259360081184,11.7034422481726,11.7809484882267,11.8584547282808,11.9359609683349,12.013467208389,12.0909734484432,12.1684796884973,12.2459859285514,12.3234921686055,12.4009984086597,12.4785046487138,12.5560108887679,12.633517128822,12.7110233688762,12.7885296089303,12.8660358489844,12.9435420890385,13.0210483290926,13.0985545691468,13.1760608092009,13.253567049255,13.3310732893091,13.4085795293633,13.4860857694174,13.5635920094715,13.6410982495256,13.7186044895797,13.7961107296339,13.873616969688,13.9511232097421,14.0286294497962,14.1061356898504,14.1836419299045,14.2611481699586,14.3386544100127,14.4161606500669,14.493666890121,14.5711731301751,14.6486793702292,14.7261856102833,14.8036918503375,14.8811980903916,14.9587043304457,15.0362105704998,15.113716810554,15.1912230506081,15.2687292906622,15.3462355307163,15.4237417707704,15.5012480108246,15.5787542508787,15.6562604909328,15.7337667309869,15.8112729710411,15.8887792110952,15.9662854511493,16.0437916912034,16.1212979312576,16.1988041713117,16.2763104113658,16.3538166514199,16.431322891474,16.5088291315282,16.5863353715823,16.6638416116364,16.7413478516905,16.8188540917447,16.8963603317988,16.9738665718529,17.051372811907,17.1288790519612,17.2063852920153,17.2838915320694,17.3613977721235,17.4389040121776,17.5164102522318,17.5939164922859,17.67142273234,17.7489289723941,17.8264352124483,17.9039414525024,17.9814476925565,18.0589539326106,18.1364601726648,18.2139664127189,18.291472652773,18.3689788928271,18.4464851328812,18.5239913729354,18.6014976129895,18.6790038530436,18.7565100930977,18.8340163331519,18.911522573206,18.9890288132601,19.0665350533142,19.1440412933683,19.2215475334225,19.2990537734766,19.3765600135307,19.4540662535848,19.531572493639,19.6090787336931,19.6865849737472,19.7640912138013,19.8415974538555,19.9191036939096,19.9966099339637,20.0741161740178,20.1516224140719,20.2291286541261,20.3066348941802,20.3841411342343,20.4616473742884,20.5391536143426,20.6166598543967,20.6941660944508,20.7716723345049,20.8491785745591,20.9266848146132,21.0041910546673,21.0816972947214,21.1592035347755,21.2367097748297,21.3142160148838,21.3917222549379,21.469228494992,21.5467347350462,21.6242409751003,21.7017472151544,21.7792534552085,21.8567596952626,21.9342659353168,22.0117721753709,22.089278415425,22.1667846554791,22.2442908955333,22.3217971355874,22.3993033756415,22.4768096156956,22.5543158557498,22.6318220958039,22.709328335858,22.7868345759121,22.8643408159662,22.9418470560204,23.0193532960745,23.0968595361286,23.1743657761827,23.2518720162369,23.329378256291,23.4068844963451,23.4843907363992,23.5618969764534,23.6394032165075,23.7169094565616,23.7944156966157,23.8719219366698,23.949428176724,24.0269344167781,24.1044406568322,24.1819468968863,24.2594531369405,24.3369593769946,24.4144656170487,24.4919718571028,24.5694780971569,24.6469843372111,24.7244905772652,24.8019968173193,24.8795030573734,24.9570092974276,25.0345155374817,25.1120217775358,25.1895280175899,25.2670342576441,25.3445404976982,25.4220467377523,25.4995529778064,25.5770592178605,25.6545654579147,25.7320716979688,25.8095779380229,25.887084178077,25.9645904181312,26.0420966581853,26.1196028982394,26.1971091382935,26.2746153783477,26.3521216184018,26.4296278584559,26.50713409851,26.5846403385641,26.6621465786183,26.7396528186724,26.8171590587265,26.8946652987806,26.9721715388348,27.0496777788889,27.127184018943,27.2046902589971,27.2821964990512,27.3597027391054,27.4372089791595,27.5147152192136,27.5922214592677,27.6697276993219,27.747233939376,27.8247401794301,27.9022464194842,27.9797526595384,28.0572588995925,28.1347651396466,28.2122713797007,28.2897776197548,28.367283859809,28.4447900998631,28.5222963399172,28.5998025799713,28.6773088200255,28.7548150600796,28.8323213001337,28.9098275401878,28.987333780242,29.0648400202961,29.1423462603502,29.2198525004043,29.2973587404584,29.3748649805126,29.4523712205667,29.5298774606208,29.6073837006749,29.6848899407291,29.7623961807832,29.8399024208373,29.9174086608914,29.9949149009455,30.0724211409997,30.1499273810538,30.2274336211079,30.304939861162,30.3824461012162,30.4599523412703,30.5374585813244,30.6149648213785,30.6924710614327,30.7699773014868,30.8474835415409,30.924989781595,31.0024960216491,31.0800022617033,31.1575085017574,31.2350147418115,31.3125209818656,31.3900272219198,31.4675334619739,31.545039702028,31.6225459420821,31.7000521821363,31.7775584221904,31.8550646622445,31.9325709022986,32.0100771423527,32.0875833824069,32.165089622461,32.2425958625151,32.3201021025692,32.3976083426234,32.4751145826775,32.5526208227316,32.6301270627857,32.7076333028398,32.785139542894,32.8626457829481,32.9401520230022,33.0176582630563,33.0951645031105,33.1726707431646,33.2501769832187,33.3276832232728,33.405189463327,33.4826957033811,33.5602019434352,33.6377081834893,33.7152144235434,33.7927206635976,33.8702269036517,33.9477331437058,34.0252393837599,34.1027456238141,34.1802518638682,34.2577581039223,34.3352643439764,34.4127705840306,34.4902768240847,34.5677830641388,34.6452893041929,34.722795544247,34.8003017843012,34.8778080243553,34.9553142644094,35.0328205044635,35.1103267445177,35.1878329845718,35.2653392246259,35.34284546468,35.4203517047341,35.4978579447883,35.5753641848424,35.6528704248965,35.7303766649506,35.8078829050048,35.8853891450589,35.962895385113,36.0404016251671,36.1179078652213,36.1954141052754,36.2729203453295,36.3504265853836,36.4279328254377,36.5054390654919,36.582945305546,36.6604515456001,36.7379577856542,36.8154640257084,36.8929702657625,36.9704765058166,37.0479827458707,37.1254889859249,37.202995225979,37.2805014660331,37.3580077060872,37.4355139461413,37.5130201861955,37.5905264262496,37.6680326663037,37.7455389063578,37.823045146412,37.9005513864661,37.9780576265202,38.0555638665743,38.1330701066285,38.2105763466826,38.2880825867367,38.3655888267908,38.4430950668449,38.5206013068991,38.5981075469532,38.6756137870073,38.7531200270614,38.8306262671156,38.9081325071697,38.9856387472238,39.0631449872779,39.140651227332,39.2181574673862,39.2956637074403,39.3731699474944,39.4506761875485,39.5281824276027,39.6056886676568],\"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\",\"type\":\"scatter\",\"xaxis\":\"y\",\"yaxis\":\"y\",\"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-71d81fb83a2e\">{\"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":2.7643124,"updated":"2017-12-19T03:55:20.6070481Z","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.4 <- 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.4 <- 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 = \"Density\";\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":"Density","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":["e903832d-234f-4e30-a069-e016de7615f0"],"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":"formShowValues","Page":"Chart","Group":"APPEARANCE","Type":"CheckBox","Label":"Plot the individual data values","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":"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}}