{"size":{"Width":697,"Height":491},"appearance":{"background":"white","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;library(flipStandardCharts)\n</pre>\n<pre class='debug-source'>&gt;dat &lt;- if (!exists(&quot;formDataType&quot;) || formDataType == &quot;Use an existing table&quot;) {\n formTable\n} else\n flipTransformations::ParseEnteredData(formEnteredData)\n</pre>\n<pre class='debug-source'>&gt;\n</pre>\n<pre class='debug-source'>&gt;chart.6 &lt;- Chart(y = dat,\n type = formType,\n transpose = formTranspose,\n title = formTitle,\n title.font.family = NULL,\n title.font.color = NULL,\n title.font.size = 16,\n colors = formPalette,\n colors.reverse = FALSE,\n opacity = NULL,\n background.fill.color = rgb(255, 255, 255, maxColorValue = 255),\n background.fill.opacity = 1,\n charting.area.fill.color = rgb(255, 255, 255, maxColorValue = 255),\n charting.area.fill.opacity = 1,\n legend.show = TRUE,\n legend.fill = rgb(255, 255, 255, maxColorValue = 255),\n legend.border.color = rgb(44, 44, 44, maxColorValue = 255),\n legend.border.line.width = 0,\n legend.font.color = NULL,\n legend.font.family = NULL,\n legend.font.size = 10,\n legend.position = &quot;right&quot;,\n legend.ascending = TRUE,\n margin.top = NULL,\n margin.bottom = NULL,\n margin.left = NULL,\n margin.right = NULL,\n margin.inner.pad = NULL,\n y.title = if (exists(&quot;formYTitle&quot;)) formYTitle else &quot;&quot;,\n y.title.font.color = NULL, # for radar-charts, yaxis is the dimension extending from center (i.e. radius)\n y.title.font.family = NULL,\n y.title.font.size = 12,\n y.line.width = 0,\n y.line.color = rgb(0, 0, 0, maxColorValue = 255),\n y.tick.marks = &quot;&quot;,\n y.tick.mark.length = 5,\n y.bounds.minimum = NULL,\n y.bounds.maximum = NULL,\n y.tick.distance = NULL,\n y.zero.line.width = 0,\n y.zero.line.color = rgb(44, 44, 44, maxColorValue = 255),\n y.position = &quot;left&quot;,\n y.data.reversed = FALSE,\n y.grid.width = 1 * formShowGrid * !formType %in% c(&quot;Pie&quot;, &quot;Donut&quot;, &quot;Bar&quot;, &quot;Stacked Bar&quot;, &quot;100% Stacked Bar&quot;),\n y.grid.color = rgb(225, 225, 225, maxColorValue = 255),\n y.tick.show = TRUE,\n y.tick.suffix = formSuffix,\n y.tick.prefix = formPrefix,\n y.tick.decimals = NULL,\n y.tick.format.manual = &quot;&quot;,\n y.hovertext.decimals = NULL,\n y.hovertext.format.manual = &quot;&quot;,\n y.tick.angle = NULL,\n y.tick.font.color = NULL,\n y.tick.font.family = NULL,\n y.tick.font.size = 10,\n x.title = if(exists(&quot;formXTitle&quot;)) formXTitle else &quot;&quot;, # for radar charts, x-axis is angle along circumference\n x.title.font.color = NULL,\n x.title.font.family = NULL,\n x.title.font.size = 12,\n x.line.width = 0,\n x.line.color = rgb(0, 0, 0, maxColorValue = 255),\n x.tick.marks = &quot;&quot;,\n x.tick.mark.length = 5,\n x.bounds.minimum = NULL,\n x.bounds.maximum = NULL,\n x.tick.distance = NULL,\n x.zero.line.width = 0,\n x.zero.line.color = rgb(44, 44, 44, maxColorValue = 255),\n x.position = &quot;bottom&quot;,\n x.data.reversed = FALSE,\n x.grid.width = 1 * formShowGrid * !formType %in% c(&quot;Pie&quot;, &quot;Donut&quot;, &quot;Area&quot;, &quot;Stacked Area&quot;, &quot;100% Stacked Area&quot;, &quot;Column&quot;, &quot;Stacked Column&quot;, &quot;100% Stacked Column&quot;, &quot;Line&quot;),\n x.grid.color = rgb(225, 225, 225, maxColorValue = 255),\n x.tick.show = TRUE,\n x.tick.suffix = formPrefix,\n x.tick.prefix = formSuffix,\n x.tick.decimals = NULL,\n x.tick.format.manual = &quot;&quot;,\n x.hovertext.decimals = NULL,\n x.hovertext.format.manual = &quot;&quot;,\n x.tick.angle = NULL,\n x.tick.font.color = NULL,\n x.tick.font.family = NULL,\n x.tick.font.size = 10,\n x.tick.label.autoformat = TRUE,\n series.marker.show = if (formType %in% c(&quot;Labeled Scatterplot&quot;, &quot;Labeled Bubbleplot&quot;)) &quot;automatic&quot; else &quot;none&quot;,\n series.marker.colors = NULL,\n series.marker.colors.reverse = FALSE,\n series.marker.opacity = 1,\n series.marker.size = 6,\n series.marker.border.width = 1,\n series.marker.border.colors = NULL,\n series.marker.border.colors.reverse = FALSE,\n series.marker.border.opacity = 1,\n series.line.width = 3,\n series.line.colors = NULL,\n series.line.colors.reverse = FALSE,\n series.line.opacity = 1,\n tooltip.show = TRUE,\n modebar.show = FALSE,\n global.font.family = &quot;Arial&quot;,\n global.font.color = rgb(44, 44, 44, maxColorValue=255),\n rows.to.ignore = formIgnoreRows,\n cols.to.ignore = formIgnoreColumns,\n bar.gap = 0.15,\n data.label.show = formShowDataLabels,\n data.label.font.family = NULL,\n data.label.font.size = 10,\n data.label.font.color = NULL,\n data.label.decimals = formDataLabelDecimals,\n data.label.prefix = formPrefix,\n data.label.suffix = formSuffix,\n data.label.threshold = NULL,\n data.label.position = &quot;top middle&quot;,\n pie.order = &quot;initial&quot;,\n pie.groups.order = &quot;initial&quot;,\n pie.subslice.colors = formPaletteOuter,\n pie.subslice.colors.reverse = FALSE,\n pie.subslice.colors.repeat = TRUE,\n pie.border.color = rgb(255, 255, 255, maxColorValue = 255),\n pie.inner.radius = formRadius,\n pie.show.percentages = formType %in% c(&quot;Pie&quot;, &quot;Donut&quot;) &amp;&amp; formPiePercentages,\n z.title = formZTitle,\n scatter.group.indices = formGroupIndices,\n scatter.group.labels = formGroupLabels,\n us.date.format = if (exists(&quot;formDateFormat&quot;) &amp;&amp; formDateFormat != &quot;Default&quot;) formDateFormat == &quot;US (mm/dd/yyyy)&quot; else NULL) \n</pre>\n<pre class='debug-source'>&gt;chart.6\n</pre>\r\n<div class=\"debug-summarystatistics\">\r\n<table>\r\n<tr><th>Total time:</th><td>1.15s</td></tr>\r\n<tr><th>Time on R server:</th><td title=\"rApacheServe 1.11s (pre 0.00s, post 0.00s) httpget_code() setup for eval 0.00s session$eval 1.08s (pre 0.00s, post 0.74s) unexplained 0.03s apparmor forking (pre 0.04s, post 0.02s)\">1.11s</td></tr>\r\n<tr><th>Time evaluating code:</th><td>0.28s</td></tr>\r\n<tr><th>Bytes sent:</th><td>6,727</td></tr>\r\n<tr><th>Bytes received:</th><td>33,791</td></tr>\r\n</table>\r\n</div>","htmlwidgets":"<div id=\"htmlwidget_container\">\n <div id=\"8ec5870bd34\" style=\"width:100%;height:400px;\" class=\"plotly html-widget\"></div>\n</div>\n<script type=\"application/json\" data-for=\"8ec5870bd34\">{\"x\":{\"visdat\":{\"8ec40a46cda\":[\"function () \",\"plotlyVisDat\"]},\"cur_data\":\"8ec40a46cda\",\"attrs\":{\"8ec40a46cda\":{\"x\":{},\"y\":{},\"mode\":\"lines+markers\",\"fill\":\"toself\",\"marker\":{\"size\":6},\"line\":{\"width\":3},\"hoverinfo\":\"text\",\"text\":{},\"color\":{},\"colors\":[\"#5C9AD3\",\"#ED7D31\"],\"alpha\":1,\"sizes\":[10,100],\"type\":\"scatter\"}},\"layout\":{\"margin\":{\"b\":70,\"l\":80,\"t\":20,\"r\":60,\"pad\":0},\"title\":\"\",\"titlefont\":{\"family\":\"Arial\",\"color\":\"#2C2C2C\",\"size\":16},\"plot_bgcolor\":\"rgba(255,255,255,1)\",\"paper_bgcolor\":\"rgba(255,255,255,1)\",\"hovermode\":\"closest\",\"xaxis\":{\"domain\":[0,1],\"title\":\"\",\"showgrid\":false,\"zeroline\":false,\"showticklabels\":false},\"yaxis\":{\"domain\":[0,1],\"title\":\"\",\"showgrid\":false,\"zeroline\":false,\"showticklabels\":false},\"legend\":{\"bgcolor\":\"#FFFFFF\",\"bordercolor\":\"#2C2C2C\",\"borderwidth\":0,\"font\":{\"color\":\"#2C2C2C\",\"family\":\"Arial\",\"size\":10},\"xanchor\":\"left\",\"yanchor\":\"auto\",\"y\":1,\"x\":1.02,\"traceorder\":\"normal\"},\"showlegend\":true,\"shapes\":[{\"type\":\"line\",\"x0\":0,\"y0\":0,\"x1\":5.05588128088357e-16,\"y1\":8.25688073394496,\"line\":{\"width\":1,\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":0,\"y0\":0,\"x1\":5.30742063043932,\"y1\":6.32513760373468,\"line\":{\"width\":1,\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":0,\"y0\":0,\"x1\":8.13144016248612,\"y1\":1.43379229266273,\"line\":{\"width\":1,\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":0,\"y0\":0,\"x1\":7.15066847161463,\"y1\":-4.12844036697248,\"line\":{\"width\":1,\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":0,\"y0\":0,\"x1\":2.82401953204681,\"y1\":-7.75892989639741,\"line\":{\"width\":1,\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":0,\"y0\":0,\"x1\":-2.82401953204681,\"y1\":-7.75892989639741,\"line\":{\"width\":1,\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":0,\"y0\":0,\"x1\":-7.15066847161463,\"y1\":-4.12844036697248,\"line\":{\"width\":1,\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":0,\"y0\":0,\"x1\":-8.13144016248612,\"y1\":1.43379229266273,\"line\":{\"width\":1,\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":0,\"y0\":0,\"x1\":-5.30742063043932,\"y1\":6.32513760373468,\"line\":{\"width\":1,\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":0,\"y0\":0,\"x1\":5.05588128088357e-16,\"y1\":8.25688073394496,\"line\":{\"width\":1,\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":0,\"x1\":0,\"y0\":0,\"y1\":0,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":0,\"x1\":0,\"y0\":0,\"y1\":0,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":0,\"x1\":0,\"y0\":0,\"y1\":-0,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":0,\"x1\":0,\"y0\":-0,\"y1\":-0,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":0,\"x1\":-0,\"y0\":-0,\"y1\":-0,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-0,\"x1\":-0,\"y0\":-0,\"y1\":-0,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-0,\"x1\":-0,\"y0\":-0,\"y1\":0,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-0,\"x1\":-0,\"y0\":0,\"y1\":0,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-0,\"x1\":0,\"y0\":0,\"y1\":0,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":6.12323399573677e-17,\"x1\":0.642787609686539,\"y0\":1,\"y1\":0.766044443118978,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":0.642787609686539,\"x1\":0.984807753012208,\"y0\":0.766044443118978,\"y1\":0.17364817766693,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":0.984807753012208,\"x1\":0.866025403784439,\"y0\":0.17364817766693,\"y1\":-0.5,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":0.866025403784439,\"x1\":0.342020143325669,\"y0\":-0.5,\"y1\":-0.939692620785908,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":0.342020143325669,\"x1\":-0.342020143325669,\"y0\":-0.939692620785908,\"y1\":-0.939692620785908,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-0.342020143325669,\"x1\":-0.866025403784439,\"y0\":-0.939692620785908,\"y1\":-0.5,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-0.866025403784439,\"x1\":-0.984807753012208,\"y0\":-0.5,\"y1\":0.17364817766693,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-0.984807753012208,\"x1\":-0.642787609686539,\"y0\":0.17364817766693,\"y1\":0.766044443118978,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-0.642787609686539,\"x1\":6.12323399573677e-17,\"y0\":0.766044443118978,\"y1\":1,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":1.22464679914735e-16,\"x1\":1.28557521937308,\"y0\":2,\"y1\":1.53208888623796,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":1.28557521937308,\"x1\":1.96961550602442,\"y0\":1.53208888623796,\"y1\":0.347296355333861,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":1.96961550602442,\"x1\":1.73205080756888,\"y0\":0.347296355333861,\"y1\":-1,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":1.73205080756888,\"x1\":0.684040286651338,\"y0\":-1,\"y1\":-1.87938524157182,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":0.684040286651338,\"x1\":-0.684040286651337,\"y0\":-1.87938524157182,\"y1\":-1.87938524157182,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-0.684040286651337,\"x1\":-1.73205080756888,\"y0\":-1.87938524157182,\"y1\":-1,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-1.73205080756888,\"x1\":-1.96961550602442,\"y0\":-1,\"y1\":0.347296355333861,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-1.96961550602442,\"x1\":-1.28557521937308,\"y0\":0.347296355333861,\"y1\":1.53208888623796,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-1.28557521937308,\"x1\":1.22464679914735e-16,\"y0\":1.53208888623796,\"y1\":2,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":1.83697019872103e-16,\"x1\":1.92836282905962,\"y0\":3,\"y1\":2.29813332935693,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":1.92836282905962,\"x1\":2.95442325903662,\"y0\":2.29813332935693,\"y1\":0.520944533000791,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":2.95442325903662,\"x1\":2.59807621135332,\"y0\":0.520944533000791,\"y1\":-1.5,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":2.59807621135332,\"x1\":1.02606042997701,\"y0\":-1.5,\"y1\":-2.81907786235772,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":1.02606042997701,\"x1\":-1.02606042997701,\"y0\":-2.81907786235772,\"y1\":-2.81907786235773,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-1.02606042997701,\"x1\":-2.59807621135332,\"y0\":-2.81907786235773,\"y1\":-1.5,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-2.59807621135332,\"x1\":-2.95442325903662,\"y0\":-1.5,\"y1\":0.520944533000791,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-2.95442325903662,\"x1\":-1.92836282905962,\"y0\":0.520944533000791,\"y1\":2.29813332935693,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-1.92836282905962,\"x1\":1.83697019872103e-16,\"y0\":2.29813332935693,\"y1\":3,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":2.44929359829471e-16,\"x1\":2.57115043874616,\"y0\":4,\"y1\":3.06417777247591,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":2.57115043874616,\"x1\":3.93923101204883,\"y0\":3.06417777247591,\"y1\":0.694592710667721,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":3.93923101204883,\"x1\":3.46410161513775,\"y0\":0.694592710667721,\"y1\":-2,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":3.46410161513775,\"x1\":1.36808057330268,\"y0\":-2,\"y1\":-3.75877048314363,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":1.36808057330268,\"x1\":-1.36808057330267,\"y0\":-3.75877048314363,\"y1\":-3.75877048314363,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-1.36808057330267,\"x1\":-3.46410161513775,\"y0\":-3.75877048314363,\"y1\":-2,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-3.46410161513775,\"x1\":-3.93923101204883,\"y0\":-2,\"y1\":0.694592710667722,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-3.93923101204883,\"x1\":-2.57115043874616,\"y0\":0.694592710667722,\"y1\":3.06417777247591,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-2.57115043874616,\"x1\":2.44929359829471e-16,\"y0\":3.06417777247591,\"y1\":4,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":3.06161699786838e-16,\"x1\":3.2139380484327,\"y0\":5,\"y1\":3.83022221559489,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":3.2139380484327,\"x1\":4.92403876506104,\"y0\":3.83022221559489,\"y1\":0.868240888334652,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":4.92403876506104,\"x1\":4.33012701892219,\"y0\":0.868240888334652,\"y1\":-2.5,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":4.33012701892219,\"x1\":1.71010071662834,\"y0\":-2.5,\"y1\":-4.69846310392954,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":1.71010071662834,\"x1\":-1.71010071662834,\"y0\":-4.69846310392954,\"y1\":-4.69846310392954,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-1.71010071662834,\"x1\":-4.33012701892219,\"y0\":-4.69846310392954,\"y1\":-2.5,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-4.33012701892219,\"x1\":-4.92403876506104,\"y0\":-2.5,\"y1\":0.868240888334652,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-4.92403876506104,\"x1\":-3.2139380484327,\"y0\":0.868240888334652,\"y1\":3.83022221559489,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-3.2139380484327,\"x1\":3.06161699786838e-16,\"y0\":3.83022221559489,\"y1\":5,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":3.67394039744206e-16,\"x1\":3.85672565811924,\"y0\":6,\"y1\":4.59626665871387,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":3.85672565811924,\"x1\":5.90884651807325,\"y0\":4.59626665871387,\"y1\":1.04188906600158,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":5.90884651807325,\"x1\":5.19615242270663,\"y0\":1.04188906600158,\"y1\":-3,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":5.19615242270663,\"x1\":2.05212085995401,\"y0\":-3,\"y1\":-5.63815572471545,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":2.05212085995401,\"x1\":-2.05212085995401,\"y0\":-5.63815572471545,\"y1\":-5.63815572471545,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-2.05212085995401,\"x1\":-5.19615242270663,\"y0\":-5.63815572471545,\"y1\":-3,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-5.19615242270663,\"x1\":-5.90884651807325,\"y0\":-3,\"y1\":1.04188906600158,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-5.90884651807325,\"x1\":-3.85672565811924,\"y0\":1.04188906600158,\"y1\":4.59626665871387,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-3.85672565811924,\"x1\":3.67394039744206e-16,\"y0\":4.59626665871387,\"y1\":6,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":4.28626379701574e-16,\"x1\":4.49951326780578,\"y0\":7,\"y1\":5.36231110183285,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":4.49951326780578,\"x1\":6.89365427108546,\"y0\":5.36231110183285,\"y1\":1.21553724366851,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":6.89365427108546,\"x1\":6.06217782649107,\"y0\":1.21553724366851,\"y1\":-3.5,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":6.06217782649107,\"x1\":2.39414100327968,\"y0\":-3.5,\"y1\":-6.57784834550136,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":2.39414100327968,\"x1\":-2.39414100327968,\"y0\":-6.57784834550136,\"y1\":-6.57784834550136,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-2.39414100327968,\"x1\":-6.06217782649107,\"y0\":-6.57784834550136,\"y1\":-3.5,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-6.06217782649107,\"x1\":-6.89365427108546,\"y0\":-3.5,\"y1\":1.21553724366851,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-6.89365427108546,\"x1\":-4.49951326780578,\"y0\":1.21553724366851,\"y1\":5.36231110183285,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-4.49951326780578,\"x1\":4.28626379701574e-16,\"y0\":5.36231110183285,\"y1\":7,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":4.89858719658941e-16,\"x1\":5.14230087749231,\"y0\":8,\"y1\":6.12835554495182,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":5.14230087749231,\"x1\":7.87846202409766,\"y0\":6.12835554495182,\"y1\":1.38918542133544,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":7.87846202409766,\"x1\":6.92820323027551,\"y0\":1.38918542133544,\"y1\":-4,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":6.92820323027551,\"x1\":2.73616114660535,\"y0\":-4,\"y1\":-7.51754096628727,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":2.73616114660535,\"x1\":-2.73616114660535,\"y0\":-7.51754096628727,\"y1\":-7.51754096628727,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-2.73616114660535,\"x1\":-6.92820323027551,\"y0\":-7.51754096628727,\"y1\":-4,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-6.92820323027551,\"x1\":-7.87846202409766,\"y0\":-4,\"y1\":1.38918542133544,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-7.87846202409766,\"x1\":-5.14230087749232,\"y0\":1.38918542133544,\"y1\":6.12835554495182,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}},{\"type\":\"line\",\"x0\":-5.14230087749232,\"x1\":4.89858719658941e-16,\"y0\":6.12835554495182,\"y1\":8,\"line\":{\"width\":1,\"dash\":\"dot\",\"color\":\"#E1E1E1\"}}],\"annotations\":[{\"x\":5.05588128088357e-16,\"y\":8.25688073394496,\"text\":\"18 to 24\",\"showarrow\":false,\"yshift\":15,\"font\":{\"family\":\"Arial\",\"color\":\"#2C2C2C\",\"size\":12},\"xshift\":3.06161699786838e-16,\"xanchor\":\"center\"},{\"x\":5.30742063043932,\"y\":6.32513760373468,\"text\":\"25 to 29\",\"showarrow\":false,\"yshift\":11.4906666467847,\"font\":{\"family\":\"Arial\",\"color\":\"#2C2C2C\",\"size\":12},\"xshift\":3.2139380484327,\"xanchor\":\"center\"},{\"x\":8.13144016248612,\"y\":1.43379229266273,\"text\":\"30 to 34\",\"showarrow\":false,\"yshift\":2.60472266500396,\"font\":{\"family\":\"Arial\",\"color\":\"#2C2C2C\",\"size\":12},\"xshift\":4.92403876506104,\"xanchor\":\"center\"},{\"x\":7.15066847161463,\"y\":-4.12844036697248,\"text\":\"35 to 39\",\"showarrow\":false,\"yshift\":-7.5,\"font\":{\"family\":\"Arial\",\"color\":\"#2C2C2C\",\"size\":12},\"xshift\":4.33012701892219,\"xanchor\":\"center\"},{\"x\":2.82401953204681,\"y\":-7.75892989639741,\"text\":\"40 to 44\",\"showarrow\":false,\"yshift\":-14.0953893117886,\"font\":{\"family\":\"Arial\",\"color\":\"#2C2C2C\",\"size\":12},\"xshift\":1.71010071662834,\"xanchor\":\"center\"},{\"x\":-2.82401953204681,\"y\":-7.75892989639741,\"text\":\"45 to 49\",\"showarrow\":false,\"yshift\":-14.0953893117886,\"font\":{\"family\":\"Arial\",\"color\":\"#2C2C2C\",\"size\":12},\"xshift\":-1.71010071662834,\"xanchor\":\"center\"},{\"x\":-7.15066847161463,\"y\":-4.12844036697248,\"text\":\"50 to 54\",\"showarrow\":false,\"yshift\":-7.5,\"font\":{\"family\":\"Arial\",\"color\":\"#2C2C2C\",\"size\":12},\"xshift\":-4.33012701892219,\"xanchor\":\"center\"},{\"x\":-8.13144016248612,\"y\":1.43379229266273,\"text\":\"55 to 64\",\"showarrow\":false,\"yshift\":2.60472266500396,\"font\":{\"family\":\"Arial\",\"color\":\"#2C2C2C\",\"size\":12},\"xshift\":-4.92403876506104,\"xanchor\":\"center\"},{\"x\":-5.30742063043932,\"y\":6.32513760373468,\"text\":\"65 +\",\"showarrow\":false,\"yshift\":11.4906666467847,\"font\":{\"family\":\"Arial\",\"color\":\"#2C2C2C\",\"size\":12},\"xshift\":-3.2139380484327,\"xanchor\":\"center\"},{\"x\":5.05588128088357e-16,\"y\":8.25688073394496,\"text\":\"18 to 24\",\"showarrow\":false,\"yshift\":15,\"font\":{\"family\":\"Arial\",\"color\":\"#2C2C2C\",\"size\":12},\"xshift\":3.06161699786838e-16,\"xanchor\":\"center\"},{\"text\":\"0\",\"x\":0,\"y\":0,\"showarrow\":false,\"xanchor\":\"right\",\"xshift\":-5,\"font\":{\"family\":\"Arial\",\"color\":\"#2C2C2C\",\"size\":10}},{\"text\":\"1\",\"x\":0,\"y\":1,\"showarrow\":false,\"xanchor\":\"right\",\"xshift\":-5,\"font\":{\"family\":\"Arial\",\"color\":\"#2C2C2C\",\"size\":10}},{\"text\":\"2\",\"x\":0,\"y\":2,\"showarrow\":false,\"xanchor\":\"right\",\"xshift\":-5,\"font\":{\"family\":\"Arial\",\"color\":\"#2C2C2C\",\"size\":10}},{\"text\":\"3\",\"x\":0,\"y\":3,\"showarrow\":false,\"xanchor\":\"right\",\"xshift\":-5,\"font\":{\"family\":\"Arial\",\"color\":\"#2C2C2C\",\"size\":10}},{\"text\":\"4\",\"x\":0,\"y\":4,\"showarrow\":false,\"xanchor\":\"right\",\"xshift\":-5,\"font\":{\"family\":\"Arial\",\"color\":\"#2C2C2C\",\"size\":10}},{\"text\":\"5\",\"x\":0,\"y\":5,\"showarrow\":false,\"xanchor\":\"right\",\"xshift\":-5,\"font\":{\"family\":\"Arial\",\"color\":\"#2C2C2C\",\"size\":10}},{\"text\":\"6\",\"x\":0,\"y\":6,\"showarrow\":false,\"xanchor\":\"right\",\"xshift\":-5,\"font\":{\"family\":\"Arial\",\"color\":\"#2C2C2C\",\"size\":10}},{\"text\":\"7\",\"x\":0,\"y\":7,\"showarrow\":false,\"xanchor\":\"right\",\"xshift\":-5,\"font\":{\"family\":\"Arial\",\"color\":\"#2C2C2C\",\"size\":10}},{\"text\":\"8\",\"x\":0,\"y\":8,\"showarrow\":false,\"xanchor\":\"right\",\"xshift\":-5,\"font\":{\"family\":\"Arial\",\"color\":\"#2C2C2C\",\"size\":10}}]},\"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\":[{\"x\":[4.11960696960883e-16,4.12799382367502,5.42096010832408,5.29679146045528,1.67349305602774,-1.46430642402427,-5.82647060650081,-7.22794681109878,-1.96571134460715,4.11960696960883e-16],\"y\":[6.72782874617737,4.91955146957142,0.955861528441819,-3.05810397553517,-4.59788438305032,-4.02314883516903,-3.36391437308868,1.27448203792243,2.34264355693877,6.72782874617737],\"mode\":\"lines+markers\",\"fill\":\"toself\",\"marker\":{\"size\":6},\"line\":{\"fillcolor\":\"rgba(92,154,211,0.5)\",\"color\":\"rgba(92,154,211,1)\",\"width\":3},\"hoverinfo\":\"text\",\"text\":[\"Female: 7\",\"Female: 6\",\"Female: 6\",\"Female: 6\",\"Female: 5\",\"Female: 4\",\"Female: 7\",\"Female: 7\",\"Female: 3\",\"Female: 7\"],\"type\":\"scatter\",\"name\":\"Female\",\"xaxis\":\"x\",\"yaxis\":\"y\",\"frame\":null},{\"x\":[4.11960696960883e-16,3.53828042029288,4.51746675693673,4.23743316836423,1.98727300403294,-1.35971310802254,-4.76711231440976,-8.13144016248612,-2.35885361352859,4.11960696960883e-16],\"y\":[6.72782874617737,4.21675840248979,0.796551273701515,-2.44648318042813,-5.45998770487225,-3.73578106122838,-2.75229357798165,1.43379229266273,2.81117226832652,6.72782874617737],\"mode\":\"lines+markers\",\"fill\":\"toself\",\"marker\":{\"size\":6},\"line\":{\"fillcolor\":\"rgba(237,125,49,0.5)\",\"color\":\"rgba(237,125,49,1)\",\"width\":3},\"hoverinfo\":\"text\",\"text\":[\"Male: 7\",\"Male: 6\",\"Male: 5\",\"Male: 5\",\"Male: 6\",\"Male: 4\",\"Male: 6\",\"Male: 8\",\"Male: 4\",\"Male: 7\"],\"type\":\"scatter\",\"name\":\"Male\",\"xaxis\":\"x\",\"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=\"8ec5870bd34\">{\"viewer\":{\"width\":\"100%\",\"height\":400,\"padding\":15,\"fill\":true},\"browser\":{\"width\":\"100%\",\"height\":400,\"padding\":40,\"fill\":true}}</script>","htmlwidget-head":"{\"stylesheets\":[\"https://rserverhtmlwidgetasset.azureedge.net/plotly-htmlwidgets-ef6d87e1454c6f9f50a1a5a3e8b42646.css\",\"https://rserverhtmlwidgetasset.azureedge.net/crosstalk-b25ccf47e9892cf2654d5ded8a45d9b7.css\"],\"javascript\":[\"https://rserverhtmlwidgetasset.azureedge.net/htmlwidgets-d2ab507a7e7d3e3d7c2178bda9d4c762.js\",\"https://rserverhtmlwidgetasset.azureedge.net/plotly-latest.min-1cf882c1f4d96a3ae7ac4a9a4483cdb3.js\",\"https://rserverhtmlwidgetasset.azureedge.net/plotly-0ee55de650f6373808867c623e4933c5.js\",\"https://rserverhtmlwidgetasset.azureedge.net/jquery.min-91a24ea414e8c447d647cecab86866c2.js\",\"https://rserverhtmlwidgetasset.azureedge.net/crosstalk.min-b1936a0f8f135773de79f3a54af76d20.js\",\"https://rserverhtmlwidgetasset.azureedge.net/typedarray.min-830ee97537deb99885d830da3312e14d.js\"],\"attachments\":[]}","message":"","warning":"","visible":"yes"},"secondsTaken":1.1523787,"updated":"2017-05-23T00:51:35.6022191Z","lastUpdatedMessage":null,"executedCode":"library(flipStandardCharts)\ndat <- if (!exists(\"formDataType\") || formDataType == \"Use an existing table\") {\n formTable\n} else\n flipTransformations::ParseEnteredData(formEnteredData)\n\nchart.6 <- Chart(y = dat,\n type = formType,\n transpose = formTranspose,\n title = formTitle,\n title.font.family = NULL,\n title.font.color = NULL,\n title.font.size = 16,\n colors = formPalette,\n colors.reverse = FALSE,\n opacity = NULL,\n background.fill.color = rgb(255, 255, 255, maxColorValue = 255),\n background.fill.opacity = 1,\n charting.area.fill.color = rgb(255, 255, 255, maxColorValue = 255),\n charting.area.fill.opacity = 1,\n legend.show = TRUE,\n legend.fill = rgb(255, 255, 255, maxColorValue = 255),\n legend.border.color = rgb(44, 44, 44, maxColorValue = 255),\n legend.border.line.width = 0,\n legend.font.color = NULL,\n legend.font.family = NULL,\n legend.font.size = 10,\n legend.position = \"right\",\n legend.ascending = TRUE,\n margin.top = NULL,\n margin.bottom = NULL,\n margin.left = NULL,\n margin.right = NULL,\n margin.inner.pad = NULL,\n y.title = if (exists(\"formYTitle\")) formYTitle else \"\",\n y.title.font.color = NULL, # for radar-charts, yaxis is the dimension extending from center (i.e. radius)\n y.title.font.family = NULL,\n y.title.font.size = 12,\n y.line.width = 0,\n y.line.color = rgb(0, 0, 0, maxColorValue = 255),\n y.tick.marks = \"\",\n y.tick.mark.length = 5,\n y.bounds.minimum = NULL,\n y.bounds.maximum = NULL,\n y.tick.distance = NULL,\n y.zero.line.width = 0,\n y.zero.line.color = rgb(44, 44, 44, maxColorValue = 255),\n y.position = \"left\",\n y.data.reversed = FALSE,\n y.grid.width = 1 * formShowGrid * !formType %in% c(\"Pie\", \"Donut\", \"Bar\", \"Stacked Bar\", \"100% Stacked Bar\"),\n y.grid.color = rgb(225, 225, 225, maxColorValue = 255),\n y.tick.show = TRUE,\n y.tick.suffix = formSuffix,\n y.tick.prefix = formPrefix,\n y.tick.decimals = NULL,\n y.tick.format.manual = \"\",\n y.hovertext.decimals = NULL,\n y.hovertext.format.manual = \"\",\n y.tick.angle = NULL,\n y.tick.font.color = NULL,\n y.tick.font.family = NULL,\n y.tick.font.size = 10,\n x.title = if(exists(\"formXTitle\")) formXTitle else \"\", # for radar charts, x-axis is angle along circumference\n x.title.font.color = NULL,\n x.title.font.family = NULL,\n x.title.font.size = 12,\n x.line.width = 0,\n x.line.color = rgb(0, 0, 0, maxColorValue = 255),\n x.tick.marks = \"\",\n x.tick.mark.length = 5,\n x.bounds.minimum = NULL,\n x.bounds.maximum = NULL,\n x.tick.distance = NULL,\n x.zero.line.width = 0,\n x.zero.line.color = rgb(44, 44, 44, maxColorValue = 255),\n x.position = \"bottom\",\n x.data.reversed = FALSE,\n x.grid.width = 1 * formShowGrid * !formType %in% c(\"Pie\", \"Donut\", \"Area\", \"Stacked Area\", \"100% Stacked Area\", \"Column\", \"Stacked Column\", \"100% Stacked Column\", \"Line\"),\n x.grid.color = rgb(225, 225, 225, maxColorValue = 255),\n x.tick.show = TRUE,\n x.tick.suffix = formPrefix,\n x.tick.prefix = formSuffix,\n x.tick.decimals = NULL,\n x.tick.format.manual = \"\",\n x.hovertext.decimals = NULL,\n x.hovertext.format.manual = \"\",\n x.tick.angle = NULL,\n x.tick.font.color = NULL,\n x.tick.font.family = NULL,\n x.tick.font.size = 10,\n x.tick.label.autoformat = TRUE,\n series.marker.show = if (formType %in% c(\"Labeled Scatterplot\", \"Labeled Bubbleplot\")) \"automatic\" else \"none\",\n series.marker.colors = NULL,\n series.marker.colors.reverse = FALSE,\n series.marker.opacity = 1,\n series.marker.size = 6,\n series.marker.border.width = 1,\n series.marker.border.colors = NULL,\n series.marker.border.colors.reverse = FALSE,\n series.marker.border.opacity = 1,\n series.line.width = 3,\n series.line.colors = NULL,\n series.line.colors.reverse = FALSE,\n series.line.opacity = 1,\n tooltip.show = TRUE,\n modebar.show = FALSE,\n global.font.family = \"Arial\",\n global.font.color = rgb(44, 44, 44, maxColorValue=255),\n rows.to.ignore = formIgnoreRows,\n cols.to.ignore = formIgnoreColumns,\n bar.gap = 0.15,\n data.label.show = formShowDataLabels,\n data.label.font.family = NULL,\n data.label.font.size = 10,\n data.label.font.color = NULL,\n data.label.decimals = formDataLabelDecimals,\n data.label.prefix = formPrefix,\n data.label.suffix = formSuffix,\n data.label.threshold = NULL,\n data.label.position = \"top middle\",\n pie.order = \"initial\",\n pie.groups.order = \"initial\",\n pie.subslice.colors = formPaletteOuter,\n pie.subslice.colors.reverse = FALSE,\n pie.subslice.colors.repeat = TRUE,\n pie.border.color = rgb(255, 255, 255, maxColorValue = 255),\n pie.inner.radius = formRadius,\n pie.show.percentages = formType %in% c(\"Pie\", \"Donut\") && formPiePercentages,\n z.title = formZTitle,\n scatter.group.indices = formGroupIndices,\n scatter.group.labels = formGroupLabels,\n us.date.format = if (exists(\"formDateFormat\") && formDateFormat != \"Default\") formDateFormat == \"US (mm/dd/yyyy)\" else NULL) \nchart.6\n","lastSavedCode":"library(flipStandardCharts)\ndat <- if (!exists(\"formDataType\") || formDataType == \"Use an existing table\") {\n formTable\n} else\n flipTransformations::ParseEnteredData(formEnteredData)\n\nchart.6 <- Chart(y = dat,\n type = formType,\n transpose = formTranspose,\n title = formTitle,\n title.font.family = NULL,\n title.font.color = NULL,\n title.font.size = 16,\n colors = formPalette,\n colors.reverse = FALSE,\n opacity = NULL,\n background.fill.color = rgb(255, 255, 255, maxColorValue = 255),\n background.fill.opacity = 1,\n charting.area.fill.color = rgb(255, 255, 255, maxColorValue = 255),\n charting.area.fill.opacity = 1,\n legend.show = TRUE,\n legend.fill = rgb(255, 255, 255, maxColorValue = 255),\n legend.border.color = rgb(44, 44, 44, maxColorValue = 255),\n legend.border.line.width = 0,\n legend.font.color = NULL,\n legend.font.family = NULL,\n legend.font.size = 10,\n legend.position = \"right\",\n legend.ascending = TRUE,\n margin.top = NULL,\n margin.bottom = NULL,\n margin.left = NULL,\n margin.right = NULL,\n margin.inner.pad = NULL,\n y.title = if (exists(\"formYTitle\")) formYTitle else \"\",\n y.title.font.color = NULL, # for radar-charts, yaxis is the dimension extending from center (i.e. radius)\n y.title.font.family = NULL,\n y.title.font.size = 12,\n y.line.width = 0,\n y.line.color = rgb(0, 0, 0, maxColorValue = 255),\n y.tick.marks = \"\",\n y.tick.mark.length = 5,\n y.bounds.minimum = NULL,\n y.bounds.maximum = NULL,\n y.tick.distance = NULL,\n y.zero.line.width = 0,\n y.zero.line.color = rgb(44, 44, 44, maxColorValue = 255),\n y.position = \"left\",\n y.data.reversed = FALSE,\n y.grid.width = 1 * formShowGrid * !formType %in% c(\"Pie\", \"Donut\", \"Bar\", \"Stacked Bar\", \"100% Stacked Bar\"),\n y.grid.color = rgb(225, 225, 225, maxColorValue = 255),\n y.tick.show = TRUE,\n y.tick.suffix = formSuffix,\n y.tick.prefix = formPrefix,\n y.tick.decimals = NULL,\n y.tick.format.manual = \"\",\n y.hovertext.decimals = NULL,\n y.hovertext.format.manual = \"\",\n y.tick.angle = NULL,\n y.tick.font.color = NULL,\n y.tick.font.family = NULL,\n y.tick.font.size = 10,\n x.title = if(exists(\"formXTitle\")) formXTitle else \"\", # for radar charts, x-axis is angle along circumference\n x.title.font.color = NULL,\n x.title.font.family = NULL,\n x.title.font.size = 12,\n x.line.width = 0,\n x.line.color = rgb(0, 0, 0, maxColorValue = 255),\n x.tick.marks = \"\",\n x.tick.mark.length = 5,\n x.bounds.minimum = NULL,\n x.bounds.maximum = NULL,\n x.tick.distance = NULL,\n x.zero.line.width = 0,\n x.zero.line.color = rgb(44, 44, 44, maxColorValue = 255),\n x.position = \"bottom\",\n x.data.reversed = FALSE,\n x.grid.width = 1 * formShowGrid * !formType %in% c(\"Pie\", \"Donut\", \"Area\", \"Stacked Area\", \"100% Stacked Area\", \"Column\", \"Stacked Column\", \"100% Stacked Column\", \"Line\"),\n x.grid.color = rgb(225, 225, 225, maxColorValue = 255),\n x.tick.show = TRUE,\n x.tick.suffix = formPrefix,\n x.tick.prefix = formSuffix,\n x.tick.decimals = NULL,\n x.tick.format.manual = \"\",\n x.hovertext.decimals = NULL,\n x.hovertext.format.manual = \"\",\n x.tick.angle = NULL,\n x.tick.font.color = NULL,\n x.tick.font.family = NULL,\n x.tick.font.size = 10,\n x.tick.label.autoformat = TRUE,\n series.marker.show = if (formType %in% c(\"Labeled Scatterplot\", \"Labeled Bubbleplot\")) \"automatic\" else \"none\",\n series.marker.colors = NULL,\n series.marker.colors.reverse = FALSE,\n series.marker.opacity = 1,\n series.marker.size = 6,\n series.marker.border.width = 1,\n series.marker.border.colors = NULL,\n series.marker.border.colors.reverse = FALSE,\n series.marker.border.opacity = 1,\n series.line.width = 3,\n series.line.colors = NULL,\n series.line.colors.reverse = FALSE,\n series.line.opacity = 1,\n tooltip.show = TRUE,\n modebar.show = FALSE,\n global.font.family = \"Arial\",\n global.font.color = rgb(44, 44, 44, maxColorValue=255),\n rows.to.ignore = formIgnoreRows,\n cols.to.ignore = formIgnoreColumns,\n bar.gap = 0.15,\n data.label.show = formShowDataLabels,\n data.label.font.family = NULL,\n data.label.font.size = 10,\n data.label.font.color = NULL,\n data.label.decimals = formDataLabelDecimals,\n data.label.prefix = formPrefix,\n data.label.suffix = formSuffix,\n data.label.threshold = NULL,\n data.label.position = \"top middle\",\n pie.order = \"initial\",\n pie.groups.order = \"initial\",\n pie.subslice.colors = formPaletteOuter,\n pie.subslice.colors.reverse = FALSE,\n pie.subslice.colors.repeat = TRUE,\n pie.border.color = rgb(255, 255, 255, maxColorValue = 255),\n pie.inner.radius = formRadius,\n pie.show.percentages = formType %in% c(\"Pie\", \"Donut\") && formPiePercentages,\n z.title = formZTitle,\n scatter.group.indices = formGroupIndices,\n scatter.group.labels = formGroupLabels,\n us.date.format = if (exists(\"formDateFormat\") && formDateFormat != \"Default\") formDateFormat == \"US (mm/dd/yyyy)\" else NULL) \nchart.6\n","highlightedCodeSpans":[{"start":66,"length":12,"index":4},{"start":113,"length":9,"index":4},{"start":227,"length":8,"index":4},{"start":253,"length":13,"index":4},{"start":280,"length":9,"index":4},{"start":389,"length":11,"index":4},{"start":1725,"length":12,"index":4},{"start":1741,"length":8,"index":4},{"start":1920,"length":10,"index":4},{"start":1952,"length":10,"index":4},{"start":2792,"length":12,"index":4},{"start":2808,"length":8,"index":4},{"start":3049,"length":10,"index":4},{"start":3081,"length":10,"index":4},{"start":3399,"length":8,"index":4},{"start":4076,"length":14,"index":4},{"start":4113,"length":17,"index":4},{"start":4174,"length":18,"index":4},{"start":4367,"length":10,"index":4},{"start":4403,"length":10,"index":4},{"start":4799,"length":8,"index":4},{"start":5023,"length":14,"index":4},{"start":5052,"length":14,"index":4}],"tableTransformations":"<TabularTransformer>\r\n <TabularTransform type=\"Truncation\" truncationHeaderType=\"Column\" />\r\n <TabularTransform />\r\n</TabularTransformer>","tabularFilteringOptions":null,"hasGuiControls":true,"guiControls":{"Code":"if (!form.dataEntry)\n form.dropBox({name: \"formTable\", label: \"Table\", types: [\"Table\", \"RItem:integer,numeric,matrix,array,data.frame,table\"], required: true});\nelse\n{\n var dt = form.comboBox({name: \"formDataType\", label: \"Data source\", alternatives: [\"Use an existing table\", \"Type or paste data\"], default_value: \"Use an existing table\"});\n if (dt.getValue() == \"Use an existing table\")\n form.dropBox({name: \"formTable\", label: \"Table\", types: [\"Table\", \"RItem:integer,numeric,matrix,array,data.frame,table\"], required: true});\n else\n form.dataEntry({name: \"formEnteredData\", prompt: \"Opens a spreadsheet into which you can paste data.\"})\n}\nvar t = form.comboBox({name: \"formType\", label: \"Chart type\", alternatives: [\"Area\", \"Stacked Area\", \"100% Stacked Area\", \"Bar\", \"Stacked Bar\", \"100% Stacked Bar\",\n \"Column\", \"Stacked Column\", \"100% Stacked Column\", \"Line\", \"Donut\", \"Pie\", \"Labeled Scatterplot\", \"Labeled Bubbleplot\", \"Radar\"], default_value: \"Radar\", required: true}).getValue();\nif (t == \"Labeled Scatterplot\" || t == \"Labeled Bubbleplot\")\n form.setHeading(t);\nelse\n form.setHeading(t + \" Chart\");\nvar show_pie_percentages = false;\nif (t == \"Pie\" || t == \"Donut\")\n show_pie_percentages = form.checkBox({name: \"formPiePercentages\", label: \"Show as percentages\"}).getValue();\nif (t != \"Donut\")\n form.checkBox({name: \"formTranspose\", label: \"Switch rows and columns\"});\nif (t == \"Labeled Scatterplot\" || t == \"Labeled Bubbleplot\")\n{\n form.textBox({name: \"formGroupIndices\", label: \"Group indices\", required: false, prompt: \"For example: 1,1,2,1,3,2\"});\n form.textBox({name: \"formGroupLabels\", label: \"Group labels\", required: false, prompt: \"For example: Group 1, Group 2, Group 3\"});\n}\nform.comboBox({name: \"formPalette\", label: \"Color palette\", alternatives: [\"Default colors\", \"Primary colors\", \"Rainbow\", \"Light pastels\", \"Strong colors\",\n \"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\",\n \"Heat colors (red, yellow, white)\", \"Terrain colors (green, beige, grey)\"], default_value: \"Default colors\", required: true});\nif (t == \"Pie\")\n form.comboBox({name: \"formPaletteOuter\", label: \"Outer ring color palette\", alternatives: [\"Group colors\", \"Default colors\", \"Primary colors\", \"Rainbow\", \"Light pastels\", \"Strong colors\",\n \"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\", \n \"Greys, light to dark\", \"Heat colors (red, yellow, white)\", \"Terrain colors (green, beige, grey)\"], default_value: \"Group colors\", required: true});\nform.textBox({name: \"formTitle\", label: \"Title\", required: false});\nif (t != \"Pie\" && t != \"Donut\" && t != \"Radar\")\n{\n form.textBox({name: \"formXTitle\", label: \"X-axis title\", required: false});\n form.textBox({name: \"formYTitle\", label: \"Y-axis title\", required: false});\n}\nif (t == \"Labeled Bubbleplot\")\n form.textBox({name: \"formZTitle\", label: \"Bubble title\", required: false});\nif (t != \"100% Stacked Area\" && t != \"100% Stacked Bar\" && t != \"100% Stacked Column\" && !show_pie_percentages)\n{\n form.textBox({name: \"formPrefix\", label: \"Data value prefix\", required: false});\n var suffix = form.textBox({name: \"formSuffix\", label: \"Data value suffix\", required: false});\n if (suffix.getValue() == \"%\")\n form.checkBox({name: \"formMultiplyBy100\", label: \"Multiply data by 100\", default_value: false});\n}\nvar show_decimals_control = t == \"Pie\" || t == \"Donut\" || (t != \"Labeled Scatterplot\" && t != \"Labeled Bubbleplot\" &&\n form.checkBox({name: \"formShowDataLabels\", label: \"Show data labels\", default_value: false}).getValue());\nif (show_decimals_control)\n form.numericUpDown({name: \"formDataLabelDecimals\", label: \"Data label decimal places\", default_value: 2, increment: 1, minimum: 0, maximum: 12});\nif (t != \"Pie\" && t != \"Donut\")\n form.checkBox({name: \"formShowGrid\", label: \"Show grid\", default_value: true});\nform.textBox({label: \"Rows to ignore\", type: \"text\", default_value: \"NET, Total, SUM\", name: \"formIgnoreRows\", required: false});\nform.textBox({label: \"Columns to ignore\", type: \"text\", default_value: \"NET, Total, SUM\", name: \"formIgnoreColumns\", required: false});\nif (t == \"Donut\")\n form.numericUpDown({name: \"formRadius\", label: \"Donut hole radius %\", default_value: 60, increment: 1, minimum: 1, maximum: 100});\nelse if (t == \"Pie\")\n form.numericUpDown({name: \"formRadius\", label: \"Radius of pie groupings % (multi-column tables only)\", default_value: 60, increment: 1, minimum: 1, maximum: 100});\nif (t != \"Labeled Scatterplot\" && t != \"Labeled Bubbleplot\" && t != \"Pie\" && t != \"Donut\")\n form.comboBox({name: \"formDateFormat\", label: \"Date format\", alternatives: [\"Default\", \"US (mm/dd/yyyy)\", \"International (dd/mm/yyyy)\"], default_value: \"Default\", required: true});","JSError":null,"JSErrorDetails":null,"ControlDefinitionErrors":null,"InputValidationErrors":null,"Controls":[{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":null,"Type":"Heading","Label":null,"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":"Radar Chart","Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formDataType","Type":"ComboBox","Label":"Data source","Value":"Use an existing table","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":["Use an existing table","Type or paste data"],"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formTable","Type":"DropBox","Label":"Table","Value":"36981c6a-122e-4cc6-b9d7-51bc538e0413","Allowed":["36981c6a-122e-4cc6-b9d7-51bc538e0413","35ea192a-9f9f-42aa-aeb8-feb19742bf3e","8b28f427-754e-45e5-98db-c896088ec2cb","1bb43feb-a21a-403e-b52c-8bd647b2856d","c6ee91ef-4eba-4d09-8443-1bbaea2eef21","d04182ea-4e31-4684-a28a-b0ea75083d76","a4a48a32-9dab-4703-8f99-47925dfa3c49","a0c29ae1-7c3a-4efe-8062-7bb6465a3e6b","866c9d87-44b4-4fa5-896f-5d5204b0d4d5","a47dd40a-c702-4916-b29c-240d13cd72ae","a5fa5e37-0e41-458a-9e58-6ee95d483bae"],"EmptyListMessage":null,"Multi":false,"Prompt":"Select an input which is of type Table or Ritem (Integer, Numeric, Matrix, Array, Data.Frame or Table).","ErrorMessage":"Table: Table accepts only one input which is of type Table or Ritem (Integer, Numeric, Matrix, Array, Data.Frame or Table).","Invalid":null,"Required":true,"AllowedTypes":["Table","RItem:integer,numeric,matrix,array,data.frame,table"],"MinInputs":1,"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":"formType","Type":"ComboBox","Label":"Chart type","Value":"Radar","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":["Area","Stacked Area","100% Stacked Area","Bar","Stacked Bar","100% Stacked Bar","Column","Stacked Column","100% Stacked Column","Line","Donut","Pie","Labeled Scatterplot","Labeled Bubbleplot","Radar"],"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formTranspose","Type":"CheckBox","Label":"Switch rows and columns","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":"formPalette","Type":"ComboBox","Label":"Color palette","Value":"Default colors","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":["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)"],"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formTitle","Type":"TextBox","Label":"Title","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":"formPrefix","Type":"TextBox","Label":"Data value prefix","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":"formSuffix","Type":"TextBox","Label":"Data value suffix","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":"formShowDataLabels","Type":"CheckBox","Label":"Show data labels","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":"formShowGrid","Type":"CheckBox","Label":"Show grid","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":"formIgnoreRows","Type":"TextBox","Label":"Rows to ignore","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","Type":"TextBox","Label":"Columns to ignore","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":"formDateFormat","Type":"ComboBox","Label":"Date format","Value":"Default","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":["Default","US (mm/dd/yyyy)","International (dd/mm/yyyy)"],"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":null,"Type":null,"Label":null,"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":"Manual","warnSlow":false,"Options":{"debugconsole":false,"codeposition":"OutputOnly","splitH":0.45,"splitV":0.25,"update warnings":true,"updating":"Manual","warn slow":false}}