{"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'>>library(flipStandardCharts)\n</pre>\n<pre class='debug-source'>>dat <- if (!exists("formDataType") || formDataType == "Use an existing table") {\n formTable\n} else\n flipTransformations::ParseEnteredData(formEnteredData)\n</pre>\n<pre class='debug-source'>>\n</pre>\n<pre class='debug-source'>>chart.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) \n</pre>\n<pre class='debug-source'>>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\":\&