# CanvasXpress (v69.6) > CanvasXpress is a source-available JavaScript library for interactive, reproducible scientific data visualization. A single grammar-of-graphics engine — data → aesthetics → layers (geom × stat × position) → scales → coord → facet — renders 40+ chart types from one portable JSON specification (meta.cxplot), including KPI indicators — gauges, ring meters and bullet graphs that share one range/target model with qualitative range bands, reference targets and click-to-select tiles that broadcast to linked charts. It offers first-class R, Python and JavaScript APIs that share the same engine and grammar, a no-code interactive UI (zoom, filter, sort, transform, facet, broadcast) where selections and filters coordinate across every linked chart and a whole page can be saved and restored as a named view, with shelf-style field mapping (Marks/Facets/Filters) plus calculated fields, binning and aggregation, a reproducible audit trail where every interaction is a replayable grammar operation, a built-in AI copilot, a Model Context Protocol (MCP) server (canvasxpress-mcp) so AI agents can build and edit figures, and a connectors package (canvasxpress-connectors) for charting authenticated SQL databases and Google Sheets without exposing credentials to the browser, and a dashboards package (canvasxpress-dashboards) — a no-code builder and portable JSON spec to compose, coordinate, persist and share linked charts, with pluggable storage (file/S3/Postgres/Google Drive). It also meets users inside their tools: a Jupyter/Colab/marimo widget (canvasxpress-anywidget), a %%cxplot IPython magic, Streamlit and Dash components, a VS Code notebook renderer, a Quarto shortcode, an Observable module, and CanvasXpressBio for Bioconductor SummarizedExperiment objects. Charts are accessible: every rendered canvas carries a screen-reader text alternative (WCAG 2.1 role="img" plus a generated aria-label describing chart type, titles, axes, series/sample counts and value range) that regenerates whenever the chart updates, plus a screen-reader data table, keyboard traversal of data points, a high-contrast theme and reduced-motion support. The figure format is a published standard: versioned JSON Schemas at /schema/ (cxfigure, cxplot and the full config parameter schema), a compatibility policy, a schema validator and a headless renderer exposed by canvasxpress-mcp (/validate, /render). Packaging is modern: npm ships an ESM entry with an exports map plus the UMD bundle and strict TypeScript definitions generated from the parameter registry (closed graphType union, per-graph-type CXConfigFor). Every GitHub release is archived on Zenodo (concept DOI 10.5281/zenodo.22261679); the preferred citation is the JOSS 2025 paper (doi:10.21105/joss.07529) and a CITATION.cff ships in the repository. The built-in AI assistant can be pointed at a self-hosted canvasxpress-mcp server (seven provider backends incl. fully local Ollama; keys stay on the server) and a page-level policy (meta canvasxpress-llm-outbound=off or CanvasXpress.llmOutbound=false) blocks all outbound inference. ## Documentation - [Documentation](https://www.canvasxpress.org/documentation.html): Core concepts and getting started - [Architecture](https://www.canvasxpress.org/architecture.html): Grammar-of-graphics engine and the meta.cxplot spec - [Spec](https://www.canvasxpress.org/spec.html): The versioned, published self-describing figure format + JSON Schemas + compatibility policy - [Quality](https://www.canvasxpress.org/quality.html): Visual-regression suite, CI, browser support and reproducibility signals - [Benchmarks](https://www.canvasxpress.org/benchmarks.html): Honest, reproducible six-library performance numbers (Plotly, ECharts, Chart.js, deck.gl) — including where others win - [Accessibility](https://www.canvasxpress.org/accessibility.html): WCAG 2.1 AA conformance report (VPAT-style): screen-reader, keyboard, high-contrast, reduced-motion - [Regulated & GxP](https://www.canvasxpress.org/compliance.html): How reproducibility, audit trail and self-describing exports support 21 CFR Part 11 / GxP workflows - [Quick Start](https://www.canvasxpress.org/quickstart.html): Install and first visualization - [Learn & Migrate](https://www.canvasxpress.org/migrate.html): First ten minutes, ggplot2/Plotly translation guides, and eleven task recipes (volcano, Kaplan-Meier, oncoprint, heatmap, boxplot, PCA, correlation, network, time series, stacked bar, dose-response) in R, Python and JS - [Interfaces](https://www.canvasxpress.org/interfaces.html): R, Python, JavaScript, React and cxplot APIs - [MCP & Agents](https://www.canvasxpress.org/mcp.html): canvasxpress-mcp Model Context Protocol server for AI agents: generate, validate (JSON Schema, pointer-level errors), headless render, schema:// and audit:// resources - [How to cite](https://www.canvasxpress.org/references.html#cite): JOSS 2025 paper (preferred citation), R-package BibTeX, per-release Zenodo DOIs, CITATION.cff - [Dashboards](https://www.canvasxpress.org/dashboards/): canvasxpress-dashboards no-code builder + spec to compose, persist and share linked charts - [R interface](https://www.canvasxpress.org/r-interface.html): library(canvasXpress) — CRAN package - [Python interface](https://www.canvasxpress.org/python-interface.html): pip install canvasxpress — PyPI package - [cxplot interface](https://www.canvasxpress.org/cxplot-interface.html): Fluent grammar-of-graphics builder - [ggplot interface](https://www.canvasxpress.org/ggplot-interface.html): Convert ggplot2 plots to interactive charts - [Parameters](https://www.canvasxpress.org/parameters.html): Full configuration parameter reference - [Examples](https://www.canvasxpress.org/examples.html): Gallery of scientific examples - [Compare](https://www.canvasxpress.org/compare.html): CanvasXpress vs. other JavaScript charting libraries (e.g. Highcharts) - [Data formats](https://www.canvasxpress.org/data.html): y/x/z data structures and file formats - [File loading](https://www.canvasxpress.org/files.html): Load JSON/XML/CSV/TSV/PNG plus .gz/.zip/.tar.gz archives (manifest, config+data pair, or single file) by drag-drop or URL - [Authenticated data](https://www.canvasxpress.org/authenticated-data.html): Chart SQL databases & Google Sheets via canvasxpress-connectors - [Audit trail](https://www.canvasxpress.org/audit.html): Reproducible, replayable interaction log - [Highlighting & Selecting](https://www.canvasxpress.org/highlighting.html): Emphasize, ghost or focus data with highlightMode, selectionMode and highlightBy - [AI copilot](https://www.canvasxpress.org/llm.html): Generate chart specs from plain English - [Integrations](https://www.canvasxpress.org/integration.html): Install + examples for HTML, Python, Jupyter/VS Code notebooks, Streamlit, Dash, R, Bioconductor, React, Vue, Quarto, Observable - [Updates](https://www.canvasxpress.org/updates.html): Changelog - [Changelog](https://www.canvasxpress.org/changelog.html): Curated user-facing release notes and the versioning / release-channel policy - [Governance](https://www.canvasxpress.org/governance.html): Maintainers, decision-making, release process and succession guarantees - [Support](https://www.canvasxpress.org/support.html): Community support and commercial support tiers with response commitments - [License text](https://www.canvasxpress.org/LICENSE.txt): Verbatim CanvasXpress Community License file ## Knowledge base (machine-readable, for LLMs) - [Overview](https://www.canvasxpress.org/data/md/OVERVIEW.md): Working minimal call for every graph type - [Minimal parameters](https://www.canvasxpress.org/data/md/MINIMAL-PARAMETERS.md): Minimal required config per graph type - [Schema](https://www.canvasxpress.org/data/md/SCHEMA.md): Data and configuration schema - [Config JSON Schema](https://www.canvasxpress.org/schema/canvasxpress-config-latest.schema.json): Every documented config parameter with type, default and allowed values (JSON Schema, generated from the engine registry) - [Figure JSON Schema](https://www.canvasxpress.org/schema/cxfigure-1.0.schema.json): The persisted {data, config} self-describing figure format - [cxplot JSON Schema](https://www.canvasxpress.org/schema/cxplot-1.0.schema.json): The materialized grammar-of-graphics spec - [Decision tree](https://www.canvasxpress.org/data/md/DECISION-TREE.md): Choosing the right chart type - [Rules](https://www.canvasxpress.org/data/md/RULES.md): Config generation rules and constraints - [Parameter compatibility](https://www.canvasxpress.org/data/md/PARAMETER-COMPATIBILITY-MATRIX.md): Which parameters apply per graph type - [Comparison](https://www.canvasxpress.org/data/md/COMPARISON.md): CanvasXpress vs other libraries - [Chain of thought](https://www.canvasxpress.org/data/md/CHAIN-OF-THOUGHT.md): Requirement → config reasoning - [Contradictions](https://www.canvasxpress.org/data/md/CONTRADICTIONS.md): Common config pitfalls to avoid ## Packages & source - [Source (GitHub)](https://github.com/neuhausi/canvasXpress) - [MCP server (GitHub)](https://github.com/neuhausi/canvasxpress-mcp) - [Connectors (GitHub)](https://github.com/neuhausi/canvasxpress-connectors) - [Dashboards (GitHub)](https://github.com/neuhausi/canvasxpress-dashboards) - [LLM knowledge base (GitHub)](https://github.com/neuhausi/canvasxpress-LLM) - [R package (CRAN)](https://cran.r-project.org/package=canvasXpress) - [Python package (PyPI)](https://pypi.org/project/canvasxpress/) - [Connectors package (PyPI)](https://pypi.org/project/canvasxpress-connectors/) - [Notebook widget canvasxpress-anywidget (PyPI)](https://pypi.org/project/canvasxpress-anywidget/) - [IPython %%cxplot magic canvasxpress-magic (PyPI)](https://pypi.org/project/canvasxpress-magic/) - [Streamlit component canvasxpress-streamlit (PyPI)](https://pypi.org/project/canvasxpress-streamlit/) - [Dash component canvasxpress-dash (PyPI)](https://pypi.org/project/canvasxpress-dash/) - [VS Code notebook renderer (Marketplace)](https://marketplace.visualstudio.com/items?itemName=canvasxpress.canvasxpress-vscode) - [Quarto shortcode extension (GitHub)](https://github.com/neuhausi/canvasxpress-quarto) - [Observable module in canvasxpress-js (GitHub)](https://github.com/neuhausi/canvasxpress-js) - [CanvasXpressBio for Bioconductor (GitHub)](https://github.com/neuhausi/CanvasXpressBio) - [JavaScript package (npm — ESM + UMD + TypeScript defs)](https://www.npmjs.com/package/canvasxpress) - [cxspec — the published figure spec + converters (GitHub)](https://github.com/neuhausi/cxspec) - [Zenodo archive (concept DOI)](https://doi.org/10.5281/zenodo.22261679) - [JOSS paper (preferred citation)](https://doi.org/10.21105/joss.07529) ## Optional - [Full knowledge base](https://www.canvasxpress.org/llms-full.txt): Summary plus inlined KB - [Full site map](https://www.canvasxpress.org/sitemap.xml): Every indexable page --- # Knowledge base (inlined) ## Overview — /data/md/OVERVIEW.md ## Minimal parameters — /data/md/MINIMAL-PARAMETERS.md ### Minimal Parameters for CanvasXpress Visualizations These are the minimal parameters to create each of the CanvasXpress graphs. ## Schema — /data/md/SCHEMA.md # CanvasXpress Schema for Most Common Configuration Parameters The complete schema with all the configuration parameters used in CanvasXpress can be found in the [API documentation](https://canvasxpress.org/api/general.html) ## CanvasXpress Key Definitions used in this Schema Summary This file contains the schema of the most common CanvasXpress configuration fields organized by section and then category. Each parameter field includes: - **Description**: What the field controls - **Type**: Data type (string, boolean, integer, float, array, object, color) - **Options**: Valid values (where applicable) - **Default**: Default value ## Graph Types Section ### Area Graphs - **areaStyle**: Description: "Style for area graphs. The options include solid which is the default, translucent, and outlined" Type: "string" Options: ["solid", "translucent", "outlined"] Default: "solid" - **areaType**: Description: "Types of area graphs when displaying multiple series. The options include overlapping which is the default, stacked, and percent area graphs" Type: "string" Options: ["overlapping", "stacked", "percent"] Default: "overlapping" ### Bar Graphs - **barZero**: Description: "Flag to force zero in bar graphs with positive values" Type: "boolean" Default: true ### Bin Plots - **binplotBinWidth**: Description: "Width in actual units for the histogram bin" Type: "array" Default: [] - **binplotBins**: Description: "Approximate number of bins in a bin plot. It may vary considerably to the actual number used in the bin plot to ensure a pretty size for the intervals in the bin plot. ggplots default is 30" Type: "array" Default: [] - **binplotShape**: Description: "Type for the shape to use in binplots" Type: "string" Options: ["rectangle", "hexagon", "oval"] Default: "hexagon" ### Boxplot Graphs - **boxplotOutliersColor**: Description: "Color for outlier data points in boxplots" Type: "color" Default: false - **boxplotOutliersRatio**: Description: "Ratio for the size of the outliers with respect to boxplot" Type: "integer" Default: 10 - **boxplotOutliersShape**: Description: "Shape for the outlier data points" Type: "string" Options: ["circle", "square", "triangle", "diamond", "plus", "minus", "star", "circleOpen", "squareOpen", "triangleOpen", "diamondOpen"] Default: "circle" - **boxplotConnect**: Description: "Flag to show data in boxplots connected" Type: "boolean" Default: false - **boxplotMean**: Description: "Flag to show mean of data in boxplots" Type: "boolean" Default: false - **boxplotMeanColor**: Description: "Color for data mean in boxplots" Type: "color" Default: "#fed385" - **boxplotMedianColor**: Description: "Color for line of the median of data in boxplots" Type: "color" Default: false - **boxplotMedianWidth**: Description: "Width for the line of the median of data in boxplots" Type: "integer" Default: 2 - **boxplotNotched**: Description: "Flag to notch boxplots" Type: "boolean" Default: false - **boxplotType**: Description: "Boxplot type" Type: "string" Options: ["boxWhiskers", "range"] Default: "boxWhiskers" - **boxplotWhiskersType**: Description: "Boxplot whiskers type" Type: "string" Options: ["single", "double", "none"] Default: "double" - **showBoxplotOriginalData**: Description: "Flag to show/hide the observed data point in boxplots. (Should be called showBoxplotDataPoints)" Type: "boolean" Default: false ### Bullet Graphs - **bulletStyle**: Description: "Style for the bullet" Type: "string" Options: ["square", "round", "squareGradient", "roundGradient"] Default: "square" - **bulletTargetVarName**: Description: "Variable name to use to identify target in bullet graphs" Type: "string" Options: [false] Default: false ### Chord Graphs - **chordThickness**: Description: "Relative length in pixels of the chord thickness in the circular graphs. Only applicable to the chord subtype" Type: "integer" Default: 28 ### Circular Graphs - **circularRotate**: Description: "Number of degrees to rotate the circular graph to adjust the starting point" Type: "integer" Default: 0 - **circularType**: Description: "Property to set the subtype of circular graph. If set to sunburst or bubble then smpOverlays can be used to build a hierarchy for the graph" Type: "string" Options: ["normal", "radar", "sunburst", "chord", "bubble"] Default: "normal" ### Contours - **contourFilled**: Description: "Flag to color the contour plot" Type: "boolean" Default: false - **contourStat**: Description: "Contour density type" Type: "string" Options: ["density", "ndensity", "count"] Default: "density" - **showContourBands**: Description: "Flag to show/hide contour bands" Type: "boolean" Default: true - **showContourDataPoints**: Description: "Flag to show/hide the data points in contours" Type: "boolean" Default: false ### Density Plots - **densityKernel**: Description: "Histogram density kernels" Type: "string" Options: ["gaussian", "rectangular", "triangular", "epanechnikov", "quartic", "biweight", "cosine", "optcosine"] Default: "gaussian" - **densityPosition**: Description: "Histogram density position" Type: "string" Options: ["normal", "stacked", "filled"] Default: "normal" ### Dumbbell Graphs - **dumbbellType**: Description: "Style for the dumbbell plot" Type: "string" Options: ["arrow", "bullet", "cleveland", "connected", "line", "lineConnected", "stacked"] Default: "stacked" ### Heatmap Graphs - **heatmapIndicatorHeight**: Description: "Length in pixels for the heatmap indicator" Type: "integer" Default: 40 - **heatmapIndicatorHistogram**: Description: "Flag to show histogram in the heatmap indicator" Type: "boolean" Default: false - **heatmapIndicatorHistogramColor**: Description: "Color for the heatmap indicator histogram" Type: "color" Default: "#0ab0db" - **heatmapIndicatorPosition**: Description: "Position for the heatmap indicator" Type: "string" Options: ["topLeft", "top", "topRight", "right"] Default: "right" - **heatmapIndicatorWidth**: Description: "Length in pixels for the heatmap indicator line width used for increase the size of the indicator" Type: "integer" Default: 200 ### Histograms - **histogramStat**: Description: "Histogram density type" Type: "string" Options: ["density", "count"] Default: "count" - **histogramType**: Description: "Type of histogram when multiple series are present" Type: "string" Options: ["dodged", "staggered", "stacked"] Default: "dodged" - **showFilledHistogramDensity**: Description: "Flag to show/hide the filled histogram density" Type: "boolean" Default: false - **showHistogram**: Description: "Flag or sample annotation to create histogram. If true is specified then the histogram will be done with all data" Type: "string" Default: "" - **showHistogramBars**: Description: "Flag to hide the histogram bars" Type: "boolean" Default: false - **showHistogramDensity**: Description: "Flag to show/hide the density kernel in histograms" Type: "boolean" Default: false - **showHistogramMedian**: Description: "Flag to show/hide the histogram median" Type: "boolean" Default: false - **showHistogramQuantiles**: Description: "Flag to show/hide the quantile 0.25 and 0.75 in density plots" Type: "boolean" Default: false ### Kaplan Meier Plots - **kmPvalue**: Description: "Flag to show the p-value in Kaplan-Meier plots" Type: "boolean" Default: false - **kmRiskTable**: Description: "Data to show the number of subjects at risk in Kaplan-Meier plots. It will be aligned to the major ticks in the x Axis" Type: "string" Default: false - **showKMConfidenceIntervals**: Description: "Flag to show/hide confidence intervals in Kaplan-Meier plots" Type: "boolean" Default: true - **showKMMedianSurvivalTime**: Description: "Flag to show/hide median survival time in Kaplan-Meier plots" Type: "boolean" Default: false ### Line Graphs - **lineErrorType**: Description: "Line error type in the line graphs. The line type must be spline for the area error type. " Type: "string" Options: ["bar", "area"] Default: "bar" - **lineType**: Description: "Type of line used to join the points in line graphs" Type: "string" Options: ["rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash"] Default: "rect" ### Maps - **mapColor**: Description: "Color for the maps" Type: "color" Default: "#0ab0db" - **mapConfig**: Description: "Map config" Type: "object" Default: {} - **mapGraticuleShow**: Description: "Flag to show Map Graticule" Type: "boolean" Default: false - **mapId**: Description: "Map Id for the map div in the DOM" Type: "string" Default: "" - **mapProjection**: Description: "Map projection" Type: "string" Options: ["mercator", "albers", "orthographic"] Default: "mercator" - **topoJSON**: Description: "TopoJSON map string" Type: "string" Default: "" - **useLeaflet**: Description: "Flag to use leaflet" Type: "boolean" Default: false ### Quantile Regression Plots - **showQuantileRegressionFit**: Description: "Flag to show/hide the Quantile Regression fit in Scatter2D plots" Type: "boolean" Default: false ### Sankey Diagrams - **sankeyAxes**: Description: "Axes to include in the alluvial plots. It must sample annotations of the string type in the x object" Type: "array" Default: [] - **sankeyTextColor**: Description: "Color for the text in sankey diagram labels" Type: "color" Default: "rgb(0,0,0)" - **sankeyTextFontStyle**: Description: "Font style for the sankey diagram labels" Type: "string" Options: ["", "bold", "italic", "bold italic"] Default: false - **sankeyTextScaleFontFactor**: Description: "Scaling factor used to increase or decrease the sankey diagram labels font size in the canvas" Type: "float" Default: 1 - **sankeyTextShow**: Description: "Flag to show/hide the labels in the Sankey diagrams" Type: "boolean" Default: true - **sankeyTitleColor**: Description: "Color for the text in sankey diagram titles" Type: "color" Default: "rgb(0,0,0)" - **sankeyTitleFontStyle**: Description: "Font style for the sankey diagram titles" Type: "string" Options: ["", "bold", "italic", "bold italic"] Default: false - **sankeyTitleScaleFontFactor**: Description: "Scaling factor used to increase or decrease the sankey diagram titles font size in the canvas" Type: "float" Default: 1 - **sankeyTitleShow**: Description: "Flag to show/hide the titles in the Sankey diagrams" Type: "boolean" Default: true ### Stream Plots - **scatterStreamType**: Description: "Type of stream scatter plot" Type: "string" Options: ["mirror", "ridge", "proportional"] Default: "mirror" ### Tag Cloud - **tagCloudShape**: Description: "Shape for the tag cloud" Type: "string" Options: [false, "circle", "cardioid", "diamond", "square", "triangle", "triangle2", "pentagon", "star"] Default: false ### Violin Plots - **showBoxplotIfViolin**: Description: "Flag to show/hide the boxplots when violin plot are show. It does not affect anything unless violins are shown" Type: "boolean" Default: false - **showViolinBoxplot**: Description: "Flag to show/hide the violin plot in boxplots" Type: "boolean" Default: false - **showViolinQuantiles**: Description: "Flag to show/hide the quantile 0.25 and 0.75 in violin plots" Type: "boolean" Default: false - **violinScale**: Description: "Type for scaling violin plots" Type: "string" Options: ["area", "count", "width"] Default: "width" - **violinTrim**: Description: "Flag to trim violin plots" Type: "boolean" Default: true ## General Section ### Aspect Ratio, Space and Width - **dataPointSizeScaleFactor**: Description: "Factor used to adjust the size of the dataPointSize" Type: "float" Default: 1 - **variableSpace**: Description: "Pixels between the data series in one-dimensional plots" Type: "integer" Default: 2 - **widthFactor**: Description: "Factor to adjust the width of the graph elements in one-dimensional and three-dimensional plots. The greater the number, the wider the elements" Type: "integer" Default: 1 ### Colors - **colorScheme**: Description: "Color schemes can be user defined which will take the colors in the color property or one provided in canvasXpress. The order of the colors will be used to sequentially select when a different color is needed in a particular visualization" Type: "string" Options: ["AAAS", "Accent", "BMS", "BMSBackground", "BMSBlue", "BMSBrown", "BMSGreen", "BMSPink", "BMSPrimary", "BMSSecondary", "BMSTertiary", "BMSTertiaryDark", "BMSTertiaryLight", "BMSWheat", "Basic", "Behance", "BehancePair", "BehanceQuartet", "BehanceTrio", "Black", "BlackAndWhite", "BlueGrey", "BlueRedGrey", "Blues", "BluesDark", "Bootstrap", "BrBG", "Brand", "Brooklyn99Dark", "Brooklyn99Regular", "BuGn", "BuPu", "CanvasXpress", "CanvasXpressOLD", "CanvasXpressTraditional", "Cividis", "ColorBlind", "ColorSpectrum", "Colorful", "ColorfulAlt", "Complementary", "Dark2", "Default", "Diverging", "DivergingAlt", "Economist", "EconomistBG", "Excel", "Excel2", "Excel3", "Favorite", "GGBlanket", "GGPlot", "GameOfThronesArryn", "GameOfThronesGreyjoy", "GameOfThronesLannister", "GameOfThronesManderly", "GameOfThronesMartell", "GameOfThronesStannis", "GameOfThronesStark", "GameOfThronesTargaryen", "GameOfThronesTully", "GameOfThronesTyrell", "GnBu", "GravityFalls", "Greens", "Grey", "GreyHC", "Greys", "Heat", "Highcharts", "Inferno", "JCO", "Jama", "KimPossible", "Lancet", "LastAirBenderAir", "LastAirBenderEarth", "LastAirBenderFire", "LastAirBenderWater", "Light", "Magma", "Matlab", "NEJM", "NPG", "OrRd", "Oranges", "PRGn", "Paired", "ParksAndRecreation", "Parula", "PaulTol", "PiYG", "Plasma", "Prism", "PrismPair", "PrismTrio", "PuBu", "PuBuGn", "PuOr", "PuRd", "Purples", "Rainbow", "RdBu", "RdGy", "RdPu", "RdYlBu", "RdYlGn", "Reds", "RickyAndMorty", "Simpsons", "Solarized", "SolarizedBase", "Spectral", "SpongeBob", "Stata", "Stata2", "Stata3", "StataMono", "Tableau", "TableauBlueRed", "TableauColorBlind", "TableauCyclic", "TableauGreenOrange", "TableauGrey", "TableauLight", "TableauMedium", "TableauPairSequential", "TableauPurpleGrey", "TableauTrafficLight", "TableauTripleDiverging", "Viridis", "ViridisInv", "WHO", "WallStreetJournal", "WallStreetJournal2", "WallStreetJournal3", "WallStreetJournalBlackGreen", "WallStreetJournalDemRep", "WallStreetJournalRedGreen", "White", "YlGn", "YlGnBu", "YlOrBr", "YlOrRd"] Default: "User" ### Foreground and Background - **background**: Description: "Color for the Specifies the default background color for elements in the canvas not covered in a more specific configuration property" Type: "color" Default: "rgb(255,255,255)" ### General - **graphType**: Description: "Specifies the type of graph to be rendered" Type: "string" Options: ["Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "Bump", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Genome", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "Network", "ParallelCoordinates", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "TimeSeries", "Tornado", "Tree", "Treemap", "Upset", "Violin", "Volcano", "Venn", "Waterfall", "WordCloud"] Default: "Bar" - **theme**: Description: "The style for the plot or theme will control all the non-data elements of the plot including titles, legends, axes, panel and plot background colors and other stylistic elements" Type: "string" Options: ["bw", "classic", "cx", "cxdark", "dark", "economist", "excel", "ggblanket", "ggplot", "gray", "grey", "highcharts", "igray", "light", "linedraw", "minimal", "none", "ptol", "solarized", "stata", "tableau", "void0", "wsj", "cx2"] Default: "none" ### General One Dimensional Graphs - **graphOrientation**: Description: "Specifies the orientation of one-dimensional graphs" Type: "string" Options: ["horizontal", "vertical"] Default: "horizontal" ### Plot View - **view**: Description: "Specify the initial view or display for the visualization" Type: "string" Options: ["canvas", "table", "layout"] Default: "canvas" ## Metadata Section ### Confidence Intervals - **showConfidenceIntervals**: Description: "Flag to show/hide the confidence intervals in the regression plots " Type: "boolean" Default: true ### Decorations - **decorations**: Description: "Enables visual annotations on your graph, with its structure depending on the graphType. For network graphs, it is an array of node property names; for one-dimensional graphs, it is an object with primary keys like line, range, point, text, marker, or error; and for scatter plots, it is an object with primary keys such as linear, exponential, logarithmic, power, polynomial, nonlinearfit, regression, normal, line, text, label, point, range, image, or polygon. In the latter two cases, the value for each primary key is an array of objects, where each object specifies the properties of a decoration, for example, for a one-dimensional line: {line: [{value: 5, color: "#ff0000", width: 2, label: "Threshold", align: "right"}]}, or for a scatter plot linear fit: {linear: [{x: 1, y: 2, x2: 3, y2: 4, color: "#ff0000", width: 2, label: "Threshold", align: "right"}]}" Type: "object or array" Default: false ### Loess - **showLoessFit**: Description: "Name of a variable annotation, or set to true, to display a loess smoothing curve in Scatter plots" Type: "string" Options: [false] Default: false ### Overlays - **smpOverlays**: Description: "Sample metadata to overlay in one dimensional plots" Type: "array" Default: [] - **varOverlays**: Description: "Variable metadata to overlay in heatmap plots" Type: "array" Default: [] ### Regression - **regressionType**: Description: "Type of linear least-squares fitting methods for simple data analysis" Type: "string" Options: ["linear", "exponential", "logarithmic", "power", "polynomial"] Default: "linear" - **showRegressionFit**: Description: "Name of a variable annotation, or set to true, to display a regression fit in Scatter plots" Type: "string" Options: [false] Default: false - **showRegressionFullRange**: Description: "Flag to show/hide the full range in regression plots" Type: "boolean" Default: false ## Data Section ### Clustering - **samplesClustered**: Description: "Flag to cluster samples" Type: "boolean" Default: false - **samplesKmeaned**: Description: "Flag to k-mean samples" Type: "boolean" Default: false - **variablesClustered**: Description: "Flag to cluster variables" Type: "boolean" Default: false - **variablesKmeaned**: Description: "Flag to k-mean variables" Type: "boolean" Default: false ### Data - **groupingFactors**: Description: "An array that holds the group names used for grouping the data. It must be a category in the data.x object" Type: "array" Default: [] ### Data Context - **stringSampleFactors**: Description: "Array containing sample factors. The numeric sample factors will be treated as strings. This parameter accomplishes the same as the function switchNumericToString for samples at load time. It can be used in conjunction with the parameter asSampleFactors. TO DO: write example" Type: "array" Default: [] - **stringVariableFactors**: Description: "Array containing variable factors. The numeric variable factors will be treated as strings. This parameter accomplishes the same as the function switchNumericToString for variables at load time. It can be used in conjunction with the parameter asVariableFactors. TO DO: write example" Type: "array" Default: [] ### Data Faceting - **segregateSamplesBy**: Description: "An array that holds the annotation(s) used to segregate the samples ala Facet way in R. It must be categories in the data.x object" Type: "array" Default: [] - **segregateVariablesBy**: Description: "An array that holds the annotation(s) used to segregate the variables ala Facet way in R. It must be categories in the data.z object" Type: "array" Default: [] - **splitSamplesBy**: Description: "Factor (in the x data object) used to split the samples ala split in complex heatmap" Type: "string" Default: "" - **splitVariablesBy**: Description: "Factor (in the z data object) used to separate the variables ala split in complex heatmap" Type: "string" Default: "" ### Data Filters - **filterData**: Description: "Array of arrays with filtering functions. Each function takes four parameters. The fisrt parameter is the type of filter. This could either of: var, smp, series, meta, x, y, z, data, network or guess (if not known). The second parameter is the key that usually correspond to a sample or variable factor name in the x or z object of the data. The third parameter is the operator to use which is one of: >, >=, <, <=, between, exact, like or not like and the four parameter is an array with the value or values that are needed for the corresponding evaluation. Here are some examples: [ x, class, exact, [ A ] ], [ guess, dose, between, [ 0.5, 2 ] ]", Type: "array", Default: [] ### Data Point Attributes - **colorBy**: Description: "Name of a variable annotation or a sample name or the string variable to color the variables" Type: "string" Options: [false, "variable"] Default: false - **pieBy**: Description: "Utility to create pie with a sample annotation" Type: "string" Options: [false] Default: false - **pivotBy**: Description: "Utility to pivot data with a sample annotation" Type: "string" Options: [false] Default: false - **ridgeBy**: Description: "Utility to create ridgelines in Scatter2D plots" Type: "string" Options: [false] Default: false - **shapeBy**: Description: "Name of a variable annotation or a sample name or the string variable to shape the variables. When shapeByData is specified shapeBy is used for the title in the legend" Type: "string" Options: [false, "variable"] Default: false - **sizeBy**: Description: "Name of a variable annotation or a sample name or the string variable to size the variables. When sizeByData is specified sizeBy is used for the title in the legend" Type: "string" Options: [false, "variable"] Default: false - **stackBy**: Description: "Name of a sample annotation to stack the samples of each variable in Bar graphs" Type: "string" Options: [false] Default: false ### Data Selection - **selectedDataPoints**: Description: "Variable / Sample names of data points (in the data object) to initially select" Type: "array" Default: [] ### Data Sorting - **sortData**: Description: "Array of arrays with sorting functions. Each function takes three parameters. The first parameter must be either smp to identify the parameters are related to the samples, var to identify the parameters are related to the variables, or cat to identify a sample or variable category. The second parameter can be either smp to indicate to sort the sample indices or var to indicate to sort the variable indices. The third parameter is the value for the key referenced by the first parameter. A special case for this parameter could be samples or variables to indicate to sort by the names of the samples or variables respectively. Here are some examples to sort the samples in the data: [ [cat, smp, Factor1] ] : Sort the samples by the sample category Factor1 [ [var, smp, Variable1] ] : Sort the samples by the value of the Variable1 [ [cat, smp, samples] ] : Sort the samples by their name. Important!!!! This parameter will clean the data and remove any variables not used in the dataset at load time" Type: "array" Default: [] ### Data Transformation - **transformData**: Description: "Default transformation type for ALL the data. Data can also be transformed by axis (x,y,z) to give more flexibility. false, save, reset and undo are NOT real transformations. They are only used in the canvasXpress UIs to save the transformed data" Type: "string" Options: [false, "log2", "log10", "-log2", "-log10", "exp2", "exp10", "sqrt", "percentile", "zscore", "ratio2", "ratio10", "save", "reset", "undo"] Default: false ### Hierarchy - **hierarchy**: Description: "Hierarchy for trees and bubble graphs made up of sample annotations present the data x object" Type: "array" Default: [] ### Plot Area - **binAlignment**: Description: "Alignment for the data points when binned" Type: "string" Options: ["left", "center", "right"] Default: "center" - **binned**: Description: "Flag to bin the data points in dotplots and boxplots" Type: "boolean" Default: false - **guidesColor**: Description: "Color for the variables and / or samples in one dimensional graphs and multidimensional heatmaps just for aesthetics" Type: "color" Default: "rgb(204,204,204)" - **guidesLineType**: Description: "Line type for the guides in one dimensional graphs and multidimensional heatmaps" Type: "string" Options: ["solid", "dotted", "dashed", "dotdash", "longdash", "twodash"] Default: "solid" - **guidesWidth**: Description: "Width for the guides in one dimensional graphs and multidimensional heatmaps" Type: "integer" Default: 1 - **guidesShow**: Description: "Flag to show/hide the guides in one dimensional graphs and multidimensional heatmaps" Type: "boolean" Default: false - **jitter**: Description: "Flag to jitter the data points in dotplots, boxplots and scatter2D plots" Type: "boolean" Default: false - **objectBorderColor**: Description: "Color for the border of all objects in one dimensional graphs. It turns into the non-transparent fill color if set to false" Type: "color" Default: "rgba(0,0,0,0)" - **sina**: Description: "Flag to jitter the data points in dotplots, boxplots and scatter2D plots with sina style" Type: "boolean" Default: false ## Legend Section ### Legends - **legendColumns**: Description: "Number of columns in legends" Type: "integer" Default: 1 - **legendInside**: Description: "Flag to position the legend inside the graphs" Type: "boolean" Default: false - **legendPosition**: Description: "Position for the the legend" Type: "string" Options: ["topRight", "right", "bottomRight", "bottom", "bottomLeft", "left", "topLeft", "top"] Default: "right" - **showLegend**: Description: "Flag to show/hide the legend" Type: "boolean" Default: true ## Titles, Subtitles and Citations Section ### Titles and Subtitles - **subtitle**: Description: "Subtitle of the graph" Type: "string" Default: "" - **subtitleColor**: Description: "Color for the text in subtitle" Type: "color" Default: "rgb(0,0,0)" - **subtitleFontStyle**: Description: "Font style for the subtitle" Type: "string" Options: ["", "bold", "italic", "bold italic"] Default: false - **subtitleScaleFontFactor**: Description: "Scaling factor used to increase or decrease the subtitle font size in the canvas" Type: "float" Default: 1 - **title**: Description: "Title of the graph" Type: "string" Default: "" - **titleColor**: Description: "Color for the text in title" Type: "color" Default: "rgb(0,0,0)" - **titleFontStyle**: Description: "Font style for the title" Type: "string" Options: ["", "bold", "italic", "bold italic"] Default: "bold" - **titleScaleFontFactor**: Description: "Scaling factor used to increase or decrease the title font size in the canvas" Type: "float" Default: 1 ### Citations or References - **citation**: Description: "A reference citation of the graph which is placed at the bottom right corner" Type: "string" Default: "" - **citationColor**: Description: "Color for the text in citations" Type: "color" Default: "rgb(0,0,0)" - **citationFontStyle**: Description: "Font style for the citations" Type: "string" Options: ["", "bold", "italic", "bold italic"] Default: false - **citationScaleFontFactor**: Description: "Scaling factor used to increase or decrease the citations font size in the canvas" Type: "float" Default: 1 ## Samples and Variables Section ### Samples - **highlightSmp**: Description: "Name of samples to highlight" Type: "array" Default: [] - **showSampleNames**: Description: "Flag to show/hide the sample names" Type: "boolean" Default: true - **smpTextColor**: Description: "Color for the text in sample labels" Type: "color" Default: "rgb(77,77,77)" - **smpTextFontStyle**: Description: "Font style for the sample labels" Type: "string" Options: ["", "bold", "italic", "bold italic"] Default: false - **smpTextRotate**: Description: "Rotation in degrees for the sample labels" Type: "integer" Default: 0 - **smpTextScaleFontFactor**: Description: "Scaling factor used to increase or decrease the sample labels font size in the canvas" Type: "float" Default: 1 - **smpTitle**: Description: "Title for the sample axis in one dimensional plots" Type: "string" Default: "" - **smpTitleColor**: Description: "Color for the text in sample title" Type: "color" Default: "rgb(0,0,0)" - **smpTitleFontStyle**: Description: "Font style for the sample title" Type: "string" Options: ["", "bold", "italic", "bold italic"] Default: false - **smpTitleRotate**: Description: "Rotation in degrees for the sample title" Type: "integer" Default: 0 - **smpTitleScaleFontFactor**: Description: "Scaling factor used to increase or decrease the sample title font size in the canvas" Type: "float" Default: 1 ### Variables - **highlightVar**: Description: "Name of variables to highlight" Type: "array" Default: [] - **showVariableNames**: Description: "Flag to show/hide the variable names" Type: "boolean" Default: true - **varTextColor**: Description: "Color for the text in variable text" Type: "color" Default: "rgb(77,77,77)" - **varTextFontStyle**: Description: "Font style for the variable text" Type: "string" Options: ["", "bold", "italic", "bold italic"] Default: false - **varTextRotate**: Description: "Rotation in degrees for the variable labels" Type: "integer" Default: 0 - **varTextScaleFontFactor**: Description: "Scaling factor used to increase or decrease the variable text font size in the canvas" Type: "float" Default: 1 - **varTitle**: Description: "Title for the variables in hetamap plots" Type: "string" Default: "" - **varTitleColor**: Description: "Color for the text in variable title" Type: "color" Default: "rgb(0,0,0)" - **varTitleFontStyle**: Description: "Font style for the variable title" Type: "string" Options: ["", "bold", "italic", "bold italic"] Default: false - **varTitleScaleFontFactor**: Description: "Scaling factor used to increase or decrease the variable title font size in the canvas" Type: "float" Default: 1 ## Axes Section ### R-Axis - **rAxis**: Description: "Radial axis for circular plots. It must be the name of a variable. Only applicable to 2 Dimensional circular plots" Type: "string" Default: "" - **rAxisShow**: Description: "Flag to show/hide the R axis" Type: "boolean" Default: true - **rAxisTextColor**: Description: "Color for the text in axis text" Type: "color" Default: "rgb(0,0,0)" - **rAxisTextFontStyle**: Description: "Font style for the axis text" Type: "string" Options: ["", "bold", "italic", "bold italic"] Default: false - **rAxisTextScaleFontFactor**: Description: "Scaling factor used to increase or decrease the axis text font size in the canvas" Type: "float" Default: 1 - **rAxisTitle**: Description: "R axis title " Type: "string" Default: "" - **rAxisTitleColor**: Description: "Color for the text in axis title" Type: "color" Default: "rgb(0,0,0)" - **rAxisTitleFontStyle**: Description: "Font style for the axis title" Type: "string" Options: ["", "bold", "italic", "bold italic"] Default: false - **rAxisTitleScaleFontFactor**: Description: "Scaling factor used to increase or decrease the axis title font size in the canvas" Type: "float" Default: 1 - **rAxisTransform**: Description: "Type of transformation for values in R axis" Type: "string" Options: [false, "log2", "log10", "-log2", "-log10", "exp2", "exp10", "sqrt", "percentile"] Default: false - **setMaxR**: Description: "Set the maximum value for data in the R axis" Type: "float" Default: 0 - **setMinR**: Description: "Set the minimum value for data in the R axis" Type: "float" Default: 0 ### X-Axis - **setMaxX**: Description: "Set the maximum value for data in the X axis" Type: "float" Default: 0 - **setMinX**: Description: "Set the minimum value for data in the X axis" Type: "float" Default: 0 - **xAxis**: Description: "Name of the samples, groups or variables to be displayed in the X axis" Type: "array" Default: [] - **xAxis2**: Description: "Name of the samples, groups or variables to be displayed in the second X axis" Type: "array" Default: [] - **xAxis2Show**: Description: "Flag to show/hide the X axis on the top" Type: "boolean" Default: false - **xAxis2Title**: Description: "X axis2 title on the top" Type: "string" Default: "" - **xAxisShow**: Description: "Flag to show/hide the X axis on the bottom" Type: "boolean" Default: true - **xAxisTextColor**: Description: "Color for the text in axis text" Type: "color" Default: "rgb(0,0,0)" - **xAxisTextScaleFontFactor**: Description: "Scaling factor used to increase or decrease the axis text font size in the canvas" Type: "float" Default: 1 - **xAxisTitle**: Description: "X axis title on the bottom" Type: "string" Default: "" - **xAxisTitleColor**: Description: "Color for the text in axis title" Type: "color" Default: "rgb(0,0,0)" - **xAxisTitleFontStyle**: Description: "Font style for the axis title" Type: "string" Options: ["", "bold", "italic", "bold italic"] Default: false - **xAxisTitleScaleFontFactor**: Description: "Scaling factor used to increase or decrease the axis title font size in the canvas" Type: "float" Default: 1 - **xAxisTransform**: Description: "Type of transformation for values in X axis" Type: "string" Options: [false, "log2", "log10", "-log2", "-log10", "exp2", "exp10", "sqrt", "percentile"] Default: false ### Y-Axis - **setMaxY**: Description: "Set the maximum value for data in the Y axis" Type: "float" Default: 0 - **setMinY**: Description: "Set the minimum value for data in the Y axis" Type: "float" Default: 0 - **yAxis**: Description: "Name of the samples, groups or variables to be displayed in the Y axis" Type: "array" Default: [] - **yAxisShow**: Description: "Flag to show/hide the Y axis on the left" Type: "boolean" Default: true - **yAxisTextColor**: Description: "Color for the text in axis text" Type: "color" Default: "rgb(0,0,0)" - **yAxisTextFontStyle**: Description: "Font style for the axis text" Type: "string" Options: ["", "bold", "italic", "bold italic"] Default: false - **yAxisTextScaleFontFactor**: Description: "Scaling factor used to increase or decrease the axis text font size in the canvas" Type: "float" Default: 1 - **yAxisTitle**: Description: "Y axis title on the left" Type: "string" Default: "" - **yAxisTitleColor**: Description: "Color for the text in axis title" Type: "color" Default: "rgb(0,0,0)" - **yAxisTitleFontStyle**: Description: "Font style for the axis title" Type: "string" Options: ["", "bold", "italic", "bold italic"] Default: false - **yAxisTitleScaleFontFactor**: Description: "Scaling factor used to increase or decrease the axis title font size in the canvas" Type: "float" Default: 1 - **yAxisTransform**: Description: "Type of transformation for values in Y axis" Type: "string" Options: [false, "log2", "log10", "-log2", "-log10", "exp2", "exp10", "sqrt", "percentile"] Default: false ### Z-Axis - **setMaxZ**: Description: "Set the maximum value for data in the Z axis" Type: "float" Default: 0 - **setMinZ**: Description: "Set the minimum value for data in the Z axis" Type: "float" Default: 0 - **zAxis**: Description: "Name of the samples, groups or variables to be displayed in the Z axis" Type: "array" Default: [] - **zAxisShow**: Description: "Flag to show/hide the Z axis" Type: "boolean" Default: true - **zAxisTextColor**: Description: "Color for the text in axis text" Type: "color" Default: "rgb(0,0,0)" - **zAxisTextFontStyle**: Description: "Font style for the axis text" Type: "string" Options: ["", "bold", "italic", "bold italic"] Default: false - **zAxisTextScaleFontFactor**: Description: "Scaling factor used to increase or decrease the axis text font size in the canvas" Type: "float" Default: 1 - **zAxisTitle**: Description: "Z axis title " Type: "string" Default: "" - **zAxisTitleColor**: Description: "Color for the text in axis title" Type: "color" Default: "rgb(0,0,0)" - **zAxisTitleFontStyle**: Description: "Font style for the axis title" Type: "string" Options: ["", "bold", "italic", "bold italic"] Default: false - **zAxisTitleScaleFontFactor**: Description: "Scaling factor used to increase or decrease the axis title font size in the canvas" Type: "float" Default: 1 - **zAxisTransform**: Description: "Type of transformation for values in Z axis" Type: "string" Options: [false, "log2", "log10", "-log2", "-log10", "exp2", "exp10", "sqrt", "percentile"] Default: false The schema covers the most common aspects of CanvasXpress visualization configuration from basic graph types to advanced features like clustering, filtering, and specialized plot types. ## Config JSON Schema — /schema/canvasxpress-config-latest.schema.json { "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://canvasxpress.org/schema/canvasxpress-config-latest.schema.json", "title": "CanvasXpress configuration", "description": "Machine-generated schema for the CanvasXpress config object. Generated from CanvasXpress.doc (the engine's internal parameter registry) — do not hand-edit; re-run tools/schema/generate-config-schema.js.", "x-cx-version": "69.6", "type": "object", "additionalProperties": true, "properties": { "Rdataset": { "type": [ "object", "boolean" ], "description": "Object to hold the info for the R dataset loaded", "default": {}, "x-cx-false-disables": true, "x-cx-category": "R", "x-cx-nl": "Set the rdataset to {_object_}" }, "adjustAspectRatioHeatmapIndicator": { "type": "boolean", "description": "Flag to ensure the heatmap indicator scales appropriately when the graph is rendered or the user manually resizes the graph, the adjustAspectRatio flag must be set to true for the adjustAspectRatioHeatmapIndicator to take effect", "default": true, "x-cx-category": "Heatmap Color Indicators", "x-cx-nl": "{Ensure|Do Not Ensure} the heatmap indicator scales appropriately when the graph is rendered or the user manually resizes the graph, the adjustAspectRatio flag must be set to true for the adjustAspectRatioHeatmapIndicator to take effect", "x-cx-graphtypes": [ "Heatmap" ] }, "adjustBezier": { "type": "boolean", "description": "Flag to select the bezier line type. the bezier can start from the top or bottom (vertical), or from the side (horizontal). This will be based on the location of the two points joined by the line", "default": false, "x-cx-category": "Lines", "x-cx-nl": "{Select|Do Not Select} the bezier line type" }, "aes": { "type": [ "object", "boolean" ], "description": "Initial Configuration passed to cxplot when used in combination with ggplot", "default": {}, "x-cx-false-disables": true, "x-cx-category": "cxplot", "x-cx-nl": "Set the aes to {_object_}" }, "aggregations": { "type": [ "array", "boolean", "string", "number" ], "description": "Flexible aggregation (Tableau-style materialized group-by). Each entry is { by:[annotation names], defaultFn, overrides:{ variable: fn }, sep? } where fn is mean | median | sum | min | max | sd | count | first. Collapses the samples by the grouping annotation(s) so the distinct group keys become the new samples, each variable reduced per group. Applied at load AFTER calculatedFields; serialized so it persists and reproduces", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Data Filters", "x-cx-nl": "Set the aggregations to {_array_}" }, "align": { "type": [ "string", "boolean" ], "description": "Default horizontal alignment for drawing text", "default": "center", "enum": [ "right", "center", "left", false ], "x-cx-false-disables": true, "x-cx-category": "Text", "x-cx-nl": "Set the align to {_option_}" }, "appendNetworkData": { "type": [ "array", "boolean", "string", "number" ], "description": "Array containing additional data files to append to networks. Useful for loading KEGG and Wikipatways to decorate the nodes and the edges", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Data", "x-cx-nl": "Set the append network data to {_array_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "areaStyle": { "type": [ "string", "boolean" ], "description": "Style for area graphs. The options include solid which is the default, translucent, and outlined", "default": "solid", "enum": [ "solid", "translucent", "outlined", false ], "x-cx-false-disables": true, "x-cx-category": "Area Graphs", "x-cx-nl": "Set the area style to {_option_}", "x-cx-graphtypes": [ "Area", "AreaLine" ] }, "areaType": { "type": [ "string", "boolean" ], "description": "Types of area graphs when displaying multiple series. The options include overlapping which is the default, stacked, and percent area graphs", "default": "overlapping", "enum": [ "overlapping", "stacked", "percent", false ], "x-cx-false-disables": true, "x-cx-category": "Area Graphs", "x-cx-nl": "Set the area type to {_option_}", "x-cx-graphtypes": [ "Area", "AreaLine" ] }, "armLengths": { "type": [ "array", "boolean", "string", "number" ], "description": "Manhattan Chromosomes arm length is a sorted array by chromosome with the length in base pairs for each chromosomeshort arm. It has to have the same dimesions as the chromosomeLengths", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Manhattan Plots", "x-cx-nl": "Set the arm lengths to {_array_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "arrowHeadAngle": { "type": [ "number", "boolean" ], "description": "The angle for the head of the arrow", "default": 22.5, "x-cx-false-disables": true, "x-cx-category": "Lines", "x-cx-nl": "Set the arrow head angle to {_float_}" }, "arrowHeadSize": { "type": [ "integer", "boolean" ], "description": "Size in pixels of the arrow head in arrow lines", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Lines", "x-cx-nl": "Set the arrow head size to {_integer_}" }, "arrowHeadType": { "type": [ "string", "boolean" ], "description": "Type for the head of the arrows", "default": "filledArc", "enum": [ "wire", "filledStraight", "filledArc", "filledQuadratic", "filledBezier", false ], "x-cx-false-disables": true, "x-cx-category": "Lines", "x-cx-nl": "Set the arrow head type to {_option_}" }, "arrowHeadTypeOpen": { "type": "boolean", "description": "Flag to use white fill for the arrow head", "default": false, "x-cx-category": "Lines", "x-cx-nl": "{Use|Do Not Use} white fill for the arrow head" }, "arrowQuadraticFactor": { "type": [ "number", "boolean" ], "description": "Factor to use to bend the quadratic lines", "default": 2.3, "x-cx-false-disables": true, "x-cx-category": "Lines", "x-cx-nl": "Set the arrow quadratic factor to {_float_}" }, "asDOE": { "type": [ "object", "boolean" ], "description": "Object with configurations to create DOE", "default": false, "x-cx-false-disables": true, "x-cx-category": "DOE", "x-cx-nl": "Set the as d o e to {_object_}" }, "asSampleFactors": { "type": [ "array", "boolean", "string", "number" ], "description": "Array containing variable names. Numeric variable data (in rows) to be treated as a sample factor (move from y to x object). This parameter accomplishes the same as the function switchVarToAnnotation at load time. It can be used in conjunction with the parameter stringSampleFactors to be treated as a string. TO DO: write example", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Data Context", "x-cx-nl": "Set the as sample factors to {_array_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "asVariableFactors": { "type": [ "array", "boolean", "string", "number" ], "description": "Array containing sample names. Numeric sample data (in columns) to be treated as a variable factor (move from y to z object). This parameter accomplishes the same as the function switchSmpToAnnotation at load time. It can be used in conjunction with the parameter stringVariableFactors to be treated as a string. TO DO: write example", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Data Context", "x-cx-nl": "Set the as variable factors to {_array_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "attractiveForceFunction": { "type": [ "string", "boolean" ], "description": "Type of function to apply when calculating attractive force in forceDirected network layouts. Fruchterman-Reingold uses square while Eades uses log", "default": "square", "enum": [ "square", "cubic", "log", "pow", "sqrt", false ], "x-cx-false-disables": true, "x-cx-category": "Network Algorithm Parameters", "x-cx-nl": "Set the attractive force function to {_option_}", "x-cx-graphtypes": [ "Network" ] }, "autoScaleFont": { "type": "boolean", "description": "Flag to adjust the font size in many visualization. Please be aware that scaling factors can still modify the font size. This flag needs to be false for the text to accept the specified font size", "default": true, "x-cx-category": "Text", "x-cx-nl": "{Adjust|Do Not Adjust} the font size in many visualization" }, "axisAlgorithm": { "type": [ "string", "boolean" ], "description": "Algorithm used to position tick labels on axes. See An Extension of Wilkinson Algorithm for Positioning Tick Labels on Axes. Justin Talbot, Sharon Lin, Pat Hanrahan", "default": "rPretty", "enum": [ "heckbert", "wilkinson", "wilkinsonExtended", "rPretty", false ], "x-cx-false-disables": true, "x-cx-category": "Axis", "x-cx-nl": "Set the axis algorithm to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "axisCoordinate": { "type": "boolean", "description": "Flag to coordinate xAxis and xAxis2 in *-Line combination plots", "default": false, "x-cx-category": "Axis", "x-cx-nl": "{Coordinate|Do Not Coordinate} xAxis and xAxis2 in *-Line combination plots", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "axisExtension": { "type": [ "number", "boolean" ], "description": "Percentage to extend the values of the data to ensure all the data points are plotted inside and not over the edges of the graph", "default": 0.1, "x-cx-false-disables": true, "x-cx-category": "Axis", "x-cx-nl": "Set the axis extension to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "axisWilkinsonLoose": { "type": "boolean", "description": "Flag to indicate whether to use loose positioning when using the wilkinson algorithm to position the labels on the axis. There will not be a difference most of the times", "default": false, "x-cx-category": "Axis", "x-cx-nl": "{Indicate|Do Not Indicate} whether to use loose positioning when using the wilkinson algorithm to position the labels on the axis", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "background": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Specifies the default background color for elements in the canvas not covered in a more specific configuration property", "default": "rgb(255,255,255)", "x-cx-false-disables": true, "x-cx-category": "Foreground and Background", "x-cx-nl": "Color the background {_color_}" }, "backgroundImage": { "type": [ "string", "boolean" ], "format": "uri", "description": "Specifies the url for the background image when the background type is of the type image or panelImage", "default": false, "x-cx-false-disables": true, "x-cx-category": "Plot and Panel Areas", "x-cx-nl": "Set the URL for background image to {_value_}" }, "backgroundImageSrc": { "type": [ "string", "boolean" ], "description": "Specifies the source for the background image when the background type is of the type image or panelImage", "default": false, "x-cx-false-disables": true, "x-cx-category": "Plot and Panel Areas", "x-cx-nl": "Set the background image src to {_string_}" }, "backgroundType": { "type": [ "string", "boolean" ], "description": "Specifies the style for the background of the canvas. The canvas background is composed of a frame with a panel where the data is plotted. Either of these elements the may be a solid or gradient color or an image of your choosing. The colorScheme property will be used If gradient is specified", "default": "solid", "enum": [ "solid", "gradient", "panel", "panelGradient", "panelSolidGradient", "image", "panelImage", false ], "x-cx-false-disables": true, "x-cx-category": "Plot and Panel Areas", "x-cx-nl": "Set the background type to {_option_}" }, "bandwidthAdjust": { "type": [ "number", "boolean" ], "description": "Bandwidth adjust for the window", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Density Plots", "x-cx-nl": "Set the bandwidth adjust to {_float_}", "x-cx-graphtypes": [ "Density", "Distribution", "Histogram", "Ridgeline", "Violin" ] }, "bandwidthCut": { "type": [ "integer", "boolean" ], "description": "Bandwidth cut", "default": 3, "x-cx-false-disables": true, "x-cx-category": "Density Plots", "x-cx-nl": "Set the bandwidth cut to {_integer_}", "x-cx-graphtypes": [ "Density", "Distribution", "Histogram", "Ridgeline", "Violin" ] }, "bandwidthRule": { "type": [ "string", "boolean" ], "description": "Bandwidth rule", "default": "nrd0", "enum": [ "nrd0", "nrd", "silverman", false ], "x-cx-false-disables": true, "x-cx-category": "Density Plots", "x-cx-nl": "Set the bandwidth rule to {_option_}", "x-cx-graphtypes": [ "Density", "Distribution", "Histogram", "Ridgeline", "Violin" ] }, "barLollipopOpen": { "type": "boolean", "description": "Flag to use open pattern for the lollipop", "default": false, "x-cx-category": "Lollipop Graphs", "x-cx-nl": "{Use|Do Not Use} open pattern for the lollipop", "x-cx-graphtypes": [ "Bar" ] }, "barType": { "type": [ "string", "boolean" ], "description": "Flag to produce normal or other modifications of bar graphs", "default": "normal", "enum": [ "normal", "lollipop", "arrow", "bullet", "lollipopBullet", "swimmer", "waterfall", false ], "x-cx-false-disables": true, "x-cx-category": "Bar Graphs", "x-cx-nl": "Set the bar type to {_option_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Bullet", "Lollipop", "Pareto", "Waterfall" ] }, "barZero": { "type": "boolean", "description": "Flag to force zero in bar graphs with positive values", "default": true, "x-cx-category": "Bar Graphs", "x-cx-nl": "{Force|Do Not Force} zero in bar graphs with positive values", "x-cx-graphtypes": [ "Bar", "BarLine", "Bullet", "Lollipop", "Pareto", "Waterfall" ] }, "baseline": { "type": [ "string", "boolean" ], "description": "Default vertical alignment for drawing text", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Text", "x-cx-nl": "Set the baseline to {_option_}" }, "binAlignment": { "type": [ "string", "boolean" ], "description": "Alignment for the data points when binned", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Plot Area", "x-cx-nl": "Set the bin alignment to {_option_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Gantt", "Heatmap", "Line", "Lollipop", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TagCloud", "Tornado", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Waterfall", "WordCloud" ] }, "binned": { "type": "boolean", "description": "Flag to bin the data points in dotplots and boxplots", "default": false, "x-cx-category": "Plot Area", "x-cx-nl": "Bin the data {_boolean_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Gantt", "Heatmap", "Line", "Lollipop", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TagCloud", "Tornado", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Waterfall", "WordCloud" ] }, "binplotBinWidth": { "type": [ "array", "boolean", "string", "number" ], "description": "Width in actual units for the histogram bin", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Bin Plots", "x-cx-nl": "Set the binplot bin width to {_array_}", "x-cx-graphtypes": [ "Bin", "Binplot", "Hex", "Hexplot", "Scatter2D" ] }, "binplotBins": { "type": [ "array", "boolean", "string", "number" ], "description": "Approximate number of bins in a bin plot. It may vary considerably to the actual number used in the bin plot to ensure a pretty size for the intervals in the bin plot. ggplots default is 30", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Bin Plots", "x-cx-nl": "Set the binplot bins to {_array_}", "x-cx-graphtypes": [ "Bin", "Binplot", "Hex", "Hexplot", "Scatter2D" ] }, "binplotColorScheme": { "type": [ "string", "boolean" ], "description": "Color scheme to use in binplots", "default": "BluesDark", "enum": [ "AAAS", "Accent", "BMS", "BMSBackground", "BMSBlue", "BMSBrown", "BMSGreen", "BMSPink", "BMSPrimary", "BMSSecondary", "BMSTertiary", "BMSTertiaryDark", "BMSTertiaryLight", "BMSWheat", "Basic", "Behance", "BehancePair", "BehanceQuartet", "BehanceTrio", "Black", "BlackAndWhite", "BlueGrey", "BlueRedGrey", "Blues", "BluesDark", "Bootstrap", "BrBG", "Brand", "Brooklyn99Dark", "Brooklyn99Regular", "BuGn", "BuPu", "CanvasXpress", "CanvasXpressOLD", "CanvasXpressTraditional", "Cividis", "ColorBlind", "ColorSpectrum", "Colorful", "ColorfulAlt", "Complementary", "Dark2", "Default", "Diverging", "DivergingAlt", "Economist", "EconomistBG", "Excel", "Excel2", "Excel3", "Favorite", "GGBlanket", "GGPlot", "GameOfThronesArryn", "GameOfThronesGreyjoy", "GameOfThronesLannister", "GameOfThronesManderly", "GameOfThronesMartell", "GameOfThronesStannis", "GameOfThronesStark", "GameOfThronesTargaryen", "GameOfThronesTully", "GameOfThronesTyrell", "GnBu", "GravityFalls", "Greens", "Grey", "GreyHC", "Greys", "Heat", "Highcharts", "Inferno", "JCO", "Jama", "KimPossible", "Lancet", "LastAirBenderAir", "LastAirBenderEarth", "LastAirBenderFire", "LastAirBenderWater", "Light", "Magma", "Matlab", "NEJM", "NPG", "OrRd", "Oranges", "PRGn", "Paired", "ParksAndRecreation", "Parula", "PaulTol", "PiYG", "Plasma", "Prism", "PrismPair", "PrismTrio", "PuBu", "PuBuGn", "PuOr", "PuRd", "Purples", "Rainbow", "RdBu", "RdGy", "RdPu", "RdYlBu", "RdYlGn", "Reds", "RickyAndMorty", "Simpsons", "Solarized", "SolarizedBase", "Spectral", "SpongeBob", "Stata", "Stata2", "Stata3", "StataMono", "Tableau", "TableauBlueRed", "TableauColorBlind", "TableauCyclic", "TableauGreenOrange", "TableauGrey", "TableauLight", "TableauMedium", "TableauPairSequential", "TableauPurpleGrey", "TableauTrafficLight", "TableauTripleDiverging", "Viridis", "ViridisInv", "WHO", "WallStreetJournal", "WallStreetJournal2", "WallStreetJournal3", "WallStreetJournalBlackGreen", "WallStreetJournalDemRep", "WallStreetJournalRedGreen", "White", "YlGn", "YlGnBu", "YlOrBr", "YlOrRd", false ], "x-cx-false-disables": true, "x-cx-category": "Bin Plots", "x-cx-nl": "Set the binplot color scheme to {_option_}", "x-cx-graphtypes": [ "Bin", "Binplot", "Hex", "Hexplot", "Scatter2D" ] }, "binplotShape": { "type": [ "string", "boolean" ], "description": "Type for the shape to use in binplots", "default": "hexagon", "enum": [ "rectangle", "hexagon", "oval", false ], "x-cx-false-disables": true, "x-cx-category": "Bin Plots", "x-cx-nl": "Set the binplot shape to {_option_}", "x-cx-graphtypes": [ "Bin", "Binplot", "Hex", "Hexplot", "Scatter2D" ] }, "blindnessType": { "type": [ "string", "boolean" ], "description": "Color Blindness", "default": false, "x-cx-options": [ false, "protanopia", "deuteranopia", "tritanopia", "monochromatic" ], "x-cx-false-disables": true, "x-cx-category": "Colors", "x-cx-nl": "Set the blindness type to {_option_}" }, "blockContrast": { "type": "boolean", "description": "Flag to creates a shade between the samples so there are two backgrounds, one for the odd samples and one for the even samples", "default": false, "x-cx-category": "Plot Area", "x-cx-nl": "{Creates|Do Not Creates} a shade between the samples so there are two backgrounds, one for the odd samples and one for the even samples", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Gantt", "Heatmap", "Line", "Lollipop", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TagCloud", "Tornado", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Waterfall", "WordCloud" ] }, "bottomMarginalText": { "type": [ "string", "boolean" ], "description": "Text to include at the bottom of the graph in the bottom margin", "default": false, "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Set the bottom marginal text to {_string_}" }, "bottomMarginalTextAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the bottom marginal text", "default": "left", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Align the bottom marginal text to the {_option_}" }, "bottomMarginalTextBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the bottom marginal text", "default": "top", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Set the bottom marginal text baseline to {_option_}" }, "bottomMarginalTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in bottom marginal text", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Color the bottom marginal text {_color_}" }, "bottomMarginalTextFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in bottom marginal text. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the bottomMarginalTextScaleFontFactor", "default": 12, "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Set the bottom marginal text font size to {_integer_}" }, "bottomMarginalTextFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the bottom marginal text", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Set the bottom marginal text font style to {_option_}" }, "bottomMarginalTextMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the bottom marginal text", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Set the bottom marginal text margin to {_float_}" }, "bottomMarginalTextRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the bottom marginal text", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Rotate the bottom marginal text {_integer_} degrees" }, "bottomMarginalTextScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the bottom marginal text font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "{Increase|Decrease} the size of the bottom marginal text by a factor of {_float_}" }, "boxplotBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the line of the borders in boxplots", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Boxplot Graphs", "x-cx-nl": "Color the boxplot border {_color_}", "x-cx-graphtypes": [ "Boxplot" ] }, "boxplotCoef": { "type": [ "number", "boolean" ], "description": "Number that determines how far the plot whiskers extend out from the box", "default": 1.5, "x-cx-false-disables": true, "x-cx-category": "Boxplot Graphs", "x-cx-nl": "Set the boxplot coef to {_float_}", "x-cx-graphtypes": [ "Boxplot" ] }, "boxplotColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the boxplot if individual data points are shown", "default": false, "x-cx-false-disables": true, "x-cx-category": "Boxplot Graphs", "x-cx-nl": "Color the boxplot {_color_}", "x-cx-graphtypes": [ "Boxplot" ] }, "boxplotConnect": { "type": "boolean", "description": "Flag to show data in boxplots connected", "default": false, "x-cx-category": "Boxplot Graphs", "x-cx-nl": "{Show|Do Not Show} data in boxplots connected", "x-cx-graphtypes": [ "Boxplot" ] }, "boxplotConnectWidth": { "type": [ "integer", "boolean" ], "description": "Width for the line of the connection of boxes in boxplots", "default": 2, "x-cx-false-disables": true, "x-cx-category": "Boxplot Graphs", "x-cx-nl": "Set the boxplot connect width to {_integer_}", "x-cx-graphtypes": [ "Boxplot" ] }, "boxplotDataPointTransparency": { "type": [ "number", "boolean" ], "description": "Fraction to adjust color transparency for the data points when displaying original data in boxplots", "default": 0.8, "x-cx-false-disables": true, "x-cx-category": "Boxplot Graphs", "x-cx-nl": "Set the boxplot data point transparency to {_float_}", "x-cx-graphtypes": [ "Boxplot" ] }, "boxplotHingeFunction": { "type": [ "string", "boolean" ], "description": "Function to calculate the boxplor hinges. See https://chemicalstatistician.wordpress.com/2013/08/12/exploratory-data-analysis-the-5-number-summary-two-different-methods-in-r-2/", "default": "summary", "enum": [ "summary", "fivenum", false ], "x-cx-false-disables": true, "x-cx-category": "Boxplot Graphs", "x-cx-nl": "Set the boxplot hinge function to {_option_}", "x-cx-graphtypes": [ "Boxplot" ] }, "boxplotMean": { "type": "boolean", "description": "Flag to show mean of data in boxplots", "default": false, "x-cx-category": "Boxplot Graphs", "x-cx-nl": "{Show|Do Not Show} mean of data in boxplots", "x-cx-graphtypes": [ "Boxplot" ] }, "boxplotMeanBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the border of the data mean in boxplots", "default": "#fe6969", "x-cx-false-disables": true, "x-cx-category": "Boxplot Graphs", "x-cx-nl": "Color the boxplot mean border {_color_}", "x-cx-graphtypes": [ "Boxplot" ] }, "boxplotMeanColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the data mean in boxplots", "default": "#fed385", "x-cx-false-disables": true, "x-cx-category": "Boxplot Graphs", "x-cx-nl": "Color the boxplot mean {_color_}", "x-cx-graphtypes": [ "Boxplot" ] }, "boxplotMedianColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the line of the median of data in boxplots", "default": false, "x-cx-false-disables": true, "x-cx-category": "Boxplot Graphs", "x-cx-nl": "Color the boxplot median {_color_}", "x-cx-graphtypes": [ "Boxplot" ] }, "boxplotMedianWidth": { "type": [ "integer", "boolean" ], "description": "Width for the line of the median of data in boxplots", "default": 2, "x-cx-false-disables": true, "x-cx-category": "Boxplot Graphs", "x-cx-nl": "Set the boxplot median width to {_integer_}", "x-cx-graphtypes": [ "Boxplot" ] }, "boxplotNotched": { "type": "boolean", "description": "Flag to notch boxplots", "default": false, "x-cx-category": "Boxplot Graphs", "x-cx-nl": "{Notch|Do Not Notch} boxplots", "x-cx-graphtypes": [ "Boxplot" ] }, "boxplotOriginalDataColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the data points in the boxplots", "default": false, "x-cx-false-disables": true, "x-cx-category": "Boxplot Graphs", "x-cx-nl": "Color the boxplot original data {_color_}", "x-cx-graphtypes": [ "Boxplot" ] }, "boxplotOutliersBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the border of outlier data points in boxplots", "default": false, "x-cx-false-disables": true, "x-cx-category": "Boxplot Graphs", "x-cx-nl": "Color the boxplot outliers border {_color_}", "x-cx-graphtypes": [ "Boxplot" ] }, "boxplotOutliersColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the outlier data points in boxplots", "default": false, "x-cx-false-disables": true, "x-cx-category": "Boxplot Graphs", "x-cx-nl": "Color the boxplot outliers {_color_}", "x-cx-graphtypes": [ "Boxplot" ] }, "boxplotOutliersRatio": { "type": [ "integer", "boolean" ], "description": "Ratio for the size of the outliers with respect to boxplot", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Boxplot Graphs", "x-cx-nl": "Set the boxplot outliers ratio to {_integer_}", "x-cx-graphtypes": [ "Boxplot" ] }, "boxplotOutliersShape": { "type": [ "string", "boolean" ], "description": "Shape for the outlier data points", "default": "circle", "enum": [ "circle", "square", "triangle", "diamond", "plus", "minus", "star", "circleOpen", "squareOpen", "triangleOpen", "diamondOpen", false ], "x-cx-false-disables": true, "x-cx-category": "Boxplot Graphs", "x-cx-nl": "Set the boxplot outliers shape to {_option_}", "x-cx-graphtypes": [ "Boxplot" ] }, "boxplotTransparency": { "type": [ "number", "boolean" ], "description": "Fraction to adjust color transparency for the boxplot id individual data points are shown", "default": 0.4, "x-cx-false-disables": true, "x-cx-category": "Boxplot Graphs", "x-cx-nl": "Set the boxplot transparency to {_float_}", "x-cx-graphtypes": [ "Boxplot" ] }, "boxplotType": { "type": [ "string", "boolean" ], "description": "Boxplot type", "default": "boxWhiskers", "enum": [ "boxWhiskers", "range", false ], "x-cx-false-disables": true, "x-cx-category": "Boxplot Graphs", "x-cx-nl": "Set the boxplot type to {_option_}", "x-cx-graphtypes": [ "Boxplot" ] }, "boxplotVarWidth": { "type": "boolean", "description": "Flag to adjust the width of boxplots. Similar to R if true then the width is proportional to the sqare root of the number of observations", "default": false, "x-cx-category": "Boxplot Graphs", "x-cx-nl": "{Adjust|Do Not Adjust} the width of boxplots", "x-cx-graphtypes": [ "Boxplot" ] }, "boxplotWhiskersType": { "type": [ "string", "boolean" ], "description": "Boxplot whiskers type", "default": "double", "enum": [ "single", "double", "none", false ], "x-cx-false-disables": true, "x-cx-category": "Boxplot Graphs", "x-cx-nl": "Set the boxplot whiskers type to {_option_}", "x-cx-graphtypes": [ "Boxplot" ] }, "boxplotWidthRatioIfViolin": { "type": [ "number", "boolean" ], "description": "A number between 0.1 and 1 to adjust the width of the boxplot when violins are shown. It does not affect anything unless violins are shown", "default": 0.33, "x-cx-false-disables": true, "x-cx-category": "Violin Plots", "x-cx-nl": "Set the boxplot width ratio if violin to {_float_}", "x-cx-graphtypes": [ "Boxplot" ] }, "broadcast": { "type": "boolean", "description": "Flag to enable broadcasting to other canvasXpress objects in the page", "default": true, "x-cx-category": "Events", "x-cx-nl": "{Enable|Do Not Enable} broadcasting to other canvasXpress objects in the page" }, "broadcastFilter": { "type": "boolean", "description": "Flag to broadcast DataFilter-UI filtering to the other canvasXpress objects in the page: at the end of a DataFilter selection, modifyFilter('guess', annotation, 'like', values) is fired on each peer in the same broadcastGroup. Default on; set false to opt out when an app coordinates filtering itself (e.g. canvasxpress-dashboards annotation controls set this false on their panels).", "default": true, "x-cx-category": "Events", "x-cx-nl": "{Broadcast|Do Not Broadcast} DataFilter-UI filtering to the other canvasXpress objects in the page: at the end of a DataFilter selection, modifyFilter('guess', annotation, 'like', values) is fired on each peer in the same broadcastGroup" }, "broadcastGroup": { "type": [ "string", "boolean" ], "description": "Group Id for canvas to broadcast to. If not specified then it broadcasts to all canvases", "default": false, "x-cx-false-disables": true, "x-cx-category": "Events", "x-cx-nl": "Set the broadcast group to {_string_}" }, "bubbleColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Bubbles. Only applicable to the bubble subtype", "default": "rgba(204,204,204,0.33)", "x-cx-false-disables": true, "x-cx-category": "Bubble Graphs", "x-cx-nl": "Color the bubble {_color_}", "x-cx-graphtypes": [ "Bubble" ] }, "bubbleLabel": { "type": [ "string", "boolean" ], "description": "Position for the labels in bubble circular plot", "default": "auto", "enum": [ "first", "last", "all", "auto", "none", false ], "x-cx-false-disables": true, "x-cx-category": "Bubble Graphs", "x-cx-nl": "Set the bubble label to {_option_}", "x-cx-graphtypes": [ "Bubble" ] }, "bubbleLabelLineType": { "type": [ "string", "boolean" ], "description": "Line type when label is away from the bubble", "default": "arch", "enum": [ "line", "arch", false ], "x-cx-false-disables": true, "x-cx-category": "Bubble Graphs", "x-cx-nl": "Set the bubble label line type to {_option_}", "x-cx-graphtypes": [ "Bubble" ] }, "bubbleLabelPosition": { "type": [ "string", "boolean" ], "description": "Position for the labels in bubble circular plot", "default": "center", "enum": [ "top", "center", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Bubble Graphs", "x-cx-nl": "Set the bubble label position to {_option_}", "x-cx-graphtypes": [ "Bubble" ] }, "bubbleOutlineColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Outline of bubbles. Only applicable to the bubble subtype", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Bubble Graphs", "x-cx-nl": "Color the bubble outline {_color_}", "x-cx-graphtypes": [ "Bubble" ] }, "bulletStyle": { "type": [ "string", "boolean" ], "description": "Style for the bullet. \"progress\" renders a thin rounded rail with a full-axis background track, the sample name captioned above and the value at the rail end", "default": "square", "enum": [ "square", "round", "squareGradient", "roundGradient", "progress", false ], "x-cx-false-disables": true, "x-cx-category": "Bullet Graphs", "x-cx-nl": "Set the bullet style to {_option_}", "x-cx-graphtypes": [ "Bullet" ] }, "bulletTargetLineWidth": { "type": [ "number", "boolean" ], "description": "Width for the target line in bullet graphs when the bulletTargetLine is a line", "default": 3, "x-cx-false-disables": true, "x-cx-category": "Bullet Graphs", "x-cx-nl": "Set the bullet target line width to {_float_}", "x-cx-graphtypes": [ "Bullet" ] }, "bulletTargetType": { "type": [ "string", "boolean" ], "description": "Shape for the target of the bullet", "default": "line", "enum": [ "line", "circle", "openCircle", "star", "openStar", false ], "x-cx-false-disables": true, "x-cx-category": "Bullet Graphs", "x-cx-nl": "Set the bullet target type to {_option_}", "x-cx-graphtypes": [ "Bullet" ] }, "bulletTargetVarColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Color of the target/reference marker in bullet and meter graphs", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Bullet Graphs", "x-cx-nl": "Color the bullet target var {_color_}", "x-cx-graphtypes": [ "Bullet" ] }, "bulletTargetVarName": { "type": [ "string", "boolean" ], "description": "Variable name identifying the target/reference in bullet AND meter graphs. In a Meter it draws a reference tick on the radial marks (gauge/speedometer/digital), summarized on the same basis as the value", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Bullet Graphs", "x-cx-nl": "Set the bullet target variable name to {_option_}", "x-cx-graphtypes": [ "Bullet" ] }, "bulletTargetWidthRatio": { "type": [ "number", "boolean" ], "description": "A number between 0.1 and 1 to adjust the width of the bullet target line", "default": 0.7, "x-cx-false-disables": true, "x-cx-category": "Bullet Graphs", "x-cx-nl": "Set the bullet target width ratio to {_float_}", "x-cx-graphtypes": [ "Bullet" ] }, "bulletWidthRatio": { "type": [ "number", "boolean" ], "description": "A number between 0.1 and 1 to adjust the width of the bullet", "default": 0.5, "x-cx-false-disables": true, "x-cx-category": "Bullet Graphs", "x-cx-nl": "Set the bullet width ratio to {_float_}", "x-cx-graphtypes": [ "Bullet" ] }, "cacheBase64": { "type": "boolean", "description": "Flag to cache image in meta data as Base64", "default": false, "x-cx-category": "Print", "x-cx-nl": "{Cache|Do Not Cache} image in meta data as Base64" }, "calculateLayout": { "type": "boolean", "description": "Flag to force or not to calculate the network layout", "default": true, "x-cx-category": "Network Graphs", "x-cx-nl": "{Force|Do Not Force} or not to calculate the network layout", "x-cx-graphtypes": [ "Network" ] }, "calculateNetworkCommunities": { "type": "boolean", "description": "Flag to calculate the network communities using the jLouvain algorithm. If this flag is false the property community and communityColor for each node will need to be provided, otherwise all nodes will belong to a single community", "default": true, "x-cx-category": "Network Communities", "x-cx-nl": "{Calculate|Do Not Calculate} the network communities using the jLouvain algorithm", "x-cx-graphtypes": [ "Network" ] }, "calculatedFields": { "type": [ "array", "boolean", "string", "number" ], "description": "Formula-derived columns (Tableau-style calculated fields). Each entry is { name, target, formula } where target is variable | sampleAnnotation | variableAnnotation and formula is a safe expression over existing fields (e.g. log2(A/B), (V1 - mean(V1)) / sd(V1)). Materialized into data.y/x/z at load; serialized so they persist and reproduce", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Data Filters", "x-cx-nl": "Set the calculated fields to {_array_}" }, "capType": { "type": [ "string", "boolean" ], "description": "Default type of cap for lines", "default": "butt", "enum": [ "butt", "round", "square", false ], "x-cx-false-disables": true, "x-cx-category": "Lines", "x-cx-nl": "Set the cap type to {_option_}" }, "chordColor": { "type": [ "string", "boolean" ], "description": "Color the ribbon according to either the source or the target of the connection", "default": "largest", "enum": [ "source", "target", "largest", "smallest", false ], "x-cx-false-disables": true, "x-cx-category": "Chord Graphs", "x-cx-nl": "Set the chord color to {_option_}", "x-cx-graphtypes": [ "Chord" ] }, "chordScaleShow": { "type": "boolean", "description": "Flag to show/hide the the scale in the chord graphs", "default": true, "x-cx-category": "Chord Graphs", "x-cx-nl": "{Show|Hide} the chord scale", "x-cx-graphtypes": [ "Chord" ] }, "chordThickness": { "type": [ "integer", "boolean" ], "description": "Relative length in pixels of the chord thickness in the circular graphs. Only applicable to the chord subtype", "default": 28, "x-cx-false-disables": true, "x-cx-category": "Chord Graphs", "x-cx-nl": "Set the chord thickness to {_integer_}", "x-cx-graphtypes": [ "Chord" ] }, "chromosomeLengths": { "type": [ "array", "boolean", "string", "number" ], "description": "Manhattan Chromosomes length is a sorted array by chromosome with the length in base pairs for each chromosome. It is required when scatterType is manhattan", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Manhattan Plots", "x-cx-nl": "Set the chromosome lengths to {_array_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "circularAnchorColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the circular anchor", "default": "#0ab0db", "x-cx-false-disables": true, "x-cx-category": "Circular Graphs", "x-cx-nl": "Color the circular anchor {_color_}", "x-cx-graphtypes": [ "Circular" ] }, "circularAnchorLength": { "type": [ "integer", "boolean" ], "description": "Length in pixels of the height of the circular anchor", "default": 8, "x-cx-false-disables": true, "x-cx-category": "Circular Graphs", "x-cx-nl": "Set the circular anchor length to {_integer_}", "x-cx-graphtypes": [ "Circular" ] }, "circularAnchors2Align": { "type": [ "string", "boolean" ], "description": "Position to align the anchors2 in circular plot", "default": "outside", "enum": [ "inside", "outside", false ], "x-cx-false-disables": true, "x-cx-category": "Circular Graphs", "x-cx-nl": "Set the circular anchors2 align to {_option_}", "x-cx-graphtypes": [ "Circular" ] }, "circularAnchorsAlign": { "type": [ "string", "boolean" ], "description": "Position to align the anchors in circular plot", "default": "inside", "enum": [ "inside", "outside", false ], "x-cx-false-disables": true, "x-cx-category": "Circular Graphs", "x-cx-nl": "Set the circular anchors align to {_option_}", "x-cx-graphtypes": [ "Circular" ] }, "circularArc": { "type": [ "integer", "boolean" ], "description": "Number of degrees to extend the circular graph", "default": 360, "x-cx-false-disables": true, "x-cx-category": "Circular Graphs", "x-cx-nl": "Set the circular arc to {_integer_}", "x-cx-graphtypes": [ "Circular" ] }, "circularArcSectorRadius": { "type": [ "array", "boolean", "string", "number" ], "description": "Array containing the proportion of the radius for each arc sector in the circular plot. If not specified then all radius will be the same. The plot will be scaled based of the largest value in the array", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Circular Graph Arc Sectors", "x-cx-nl": "Set the circular arc sector radius to {_array_}", "x-cx-graphtypes": [ "Circular" ] }, "circularArcSectorSeparation": { "type": [ "integer", "boolean" ], "description": "Number of degrees to separate the arc sectors in the circular plots. The arc sectors can be set with the segregateSampleBy property", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Circular Graph Arc Sectors", "x-cx-nl": "Set the circular arc sector separation to {_integer_}", "x-cx-graphtypes": [ "Circular" ] }, "circularCenterProportion": { "type": [ "number", "boolean" ], "description": "Proportion of the center of the circular graph to use as void; that is the fraction of the radius in the middle of the graph", "default": 0.3, "x-cx-false-disables": true, "x-cx-category": "Circular Graphs", "x-cx-nl": "Set the circular center proportion to {_float_}", "x-cx-graphtypes": [ "Circular" ] }, "circularConnections": { "type": [ "array", "boolean", "string", "number" ], "description": "Array to store connections in circular graphs", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Circular Graph Connections", "x-cx-nl": "Set the circular connections to {_array_}", "x-cx-graphtypes": [ "Circular" ] }, "circularConnectionsTransparency": { "type": [ "number", "boolean" ], "description": "Percentage of transparency applied to the connections in the circular graphs", "default": 0.5, "x-cx-false-disables": true, "x-cx-category": "Circular Graph Connections", "x-cx-nl": "Set the circular connections transparency to {_float_}", "x-cx-graphtypes": [ "Circular" ] }, "circularDataPosition": { "type": [ "string", "boolean" ], "description": "Position to align the data in 2D radial graphs and ideograms", "default": "distributed", "enum": [ "absolute", "distributed", false ], "x-cx-false-disables": true, "x-cx-category": "Circular Graphs", "x-cx-nl": "Set the circular data position to {_option_}", "x-cx-graphtypes": [ "Circular" ] }, "circularLabelsAlign": { "type": [ "string", "boolean" ], "description": "Position to align the variable and sample names in circular plot", "default": "outside", "enum": [ "inside", "outside", false ], "x-cx-false-disables": true, "x-cx-category": "Circular Graphs", "x-cx-nl": "Set the circular labels align to {_option_}", "x-cx-graphtypes": [ "Circular" ] }, "circularLetterSeparationFactor": { "type": [ "number", "boolean" ], "description": "Factor to adjust the spacing between letters in the circular graphs. The greater the number the closer the letters in the labels", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Circular Graphs", "x-cx-nl": "Set the circular letter separation factor to {_float_}", "x-cx-graphtypes": [ "Circular" ] }, "circularOverlayLevelOrientation": { "type": [ "string", "boolean" ], "description": "Orientation to show the segregation levels", "default": "circular", "enum": [ "perpendicular", "circular", false ], "x-cx-false-disables": true, "x-cx-category": "Circular Graphs", "x-cx-nl": "Set the circular overlay level orientation to {_option_}", "x-cx-graphtypes": [ "Circular" ] }, "circularOverlayThickness": { "type": [ "integer", "boolean" ], "description": "Thickness in pixels of the circular overlay and ideogram", "default": 14, "x-cx-false-disables": true, "x-cx-category": "Circular Graphs", "x-cx-nl": "Set the circular overlay thickness to {_integer_}", "x-cx-graphtypes": [ "Circular" ] }, "circularRotate": { "type": [ "integer", "boolean" ], "description": "Number of degrees to rotate the circular graph to adjust the starting point", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Circular Graphs", "x-cx-nl": "Set the circular rotate to {_integer_}", "x-cx-graphtypes": [ "Circular" ] }, "circularSampleLabelOrientation": { "type": [ "string", "boolean" ], "description": "Orientation to show the sample names", "default": "perpendicular", "enum": [ "perpendicular", "circular", false ], "x-cx-false-disables": true, "x-cx-category": "Circular Graphs", "x-cx-nl": "Set the circular sample label orientation to {_option_}", "x-cx-graphtypes": [ "Circular" ] }, "circularScalesAlign": { "type": [ "string", "boolean" ], "description": "Position to align the percent and radial axes in circular plot", "default": "inside", "enum": [ "inside", "outside", false ], "x-cx-false-disables": true, "x-cx-category": "Circular Graphs", "x-cx-nl": "Set the circular scales align to {_option_}", "x-cx-graphtypes": [ "Circular" ] }, "circularTrackGraphType": { "type": [ "array", "boolean", "string", "number" ], "description": "Array containing the graph type for each track in the circular plot", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Circular Graph Tracks", "x-cx-nl": "Set the circular track graph type to {_array_}", "x-cx-graphtypes": [ "Circular" ] }, "circularTrackGraphWeight": { "type": [ "array", "boolean", "string", "number" ], "description": "Array containing the proportion of the dimensions for each data track in the circular plot. It must be a value between 0.1 and 1. If not specified then all track will be weighted the same", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Circular Graph Tracks", "x-cx-nl": "Set the circular track graph weight to {_array_}", "x-cx-graphtypes": [ "Circular" ] }, "circularTrackName": { "type": [ "array", "boolean", "string", "number" ], "description": "An array specifying the names of each track in the circular plot. It must match the length of the *vars* array used for the data. Use an empty string to exclude a variable from the plot", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Circular Graph Tracks", "x-cx-nl": "Set the circular track name to {_array_}", "x-cx-graphtypes": [ "Circular" ] }, "circularTrackOrder": { "type": [ "array", "boolean", "string", "number" ], "description": "Array containing the order of the tracks. The array includes the levels of the factor specified as either segregateSamplesBy when show the ideogram or segregateVariablesBy when there is no ideogram. It may also include any of the following terms: dendrogram, ideogram, labels, scale, percent and data. If there are sample overlays, the array may also contain any of the factor names include in the this.data.x object. This array supersede any other configurations for example for the sample overlays", "default": [ "percent", "scale", "dendrogram", "ideogram", "overlays", "labels", "anchors", "data" ], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Circular Graph Tracks", "x-cx-nl": "Set the circular track order to {_array_}", "x-cx-graphtypes": [ "Circular" ] }, "circularTrackSeparation": { "type": [ "integer", "boolean" ], "description": "Number of pixels to separate the tracks in the circular plots", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Circular Graph Tracks", "x-cx-nl": "Set the circular track separation to {_integer_}", "x-cx-graphtypes": [ "Circular" ] }, "circularType": { "type": [ "string", "boolean" ], "description": "Property to set the subtype of circular graph. If set to sunburst or bubble then smpOverlays can be used to build a hierarchy for the graph", "default": "normal", "enum": [ "normal", "radar", "sunburst", "chord", "bubble", false ], "x-cx-false-disables": true, "x-cx-category": "Circular Graphs", "x-cx-nl": "Set the circular type to {_option_}", "x-cx-graphtypes": [ "Circular" ] }, "citation": { "type": [ "string", "boolean" ], "description": "A reference citation of the graph which is placed at the bottom right corner", "default": false, "x-cx-false-disables": true, "x-cx-category": "Citations or References", "x-cx-nl": "Set the caption for the graph to {_string_}" }, "citationAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the citations", "default": "right", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Citations or References", "x-cx-nl": "Align the citation to the {_option_}" }, "citationBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the citations", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Citations or References", "x-cx-nl": "Set the citation baseline to {_option_}" }, "citationColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in citations", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Citations or References", "x-cx-nl": "Color the citation {_color_}" }, "citationFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in citations. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the citationScaleFontFactor", "default": 7, "x-cx-false-disables": true, "x-cx-category": "Citations or References", "x-cx-nl": "Set the citation font size to {_integer_}" }, "citationFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the citations", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Citations or References", "x-cx-nl": "Set the citation font style to {_option_}" }, "citationMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the citations", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Citations or References", "x-cx-nl": "Set the citation margin to {_float_}" }, "citationRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the citations", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Citations or References", "x-cx-nl": "Rotate the citation {_integer_} degrees" }, "citationScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the citations font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Citations or References", "x-cx-nl": "{Increase|Decrease} the size of the citation by a factor of {_float_}" }, "clusterAxis": { "type": [ "string", "boolean" ], "description": "Axis to use when clustering data", "default": "samples", "enum": [ "samples", "variables", false ], "x-cx-false-disables": true, "x-cx-category": "Clustering", "x-cx-nl": "Set the cluster axis to {_option_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Circular", "Cleveland", "Correlation", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Tree", "TreeBracket", "Treemap" ] }, "clusteringDistance": { "type": [ "string", "boolean" ], "description": "Distance metric to use when clustering data", "default": "euclidianDistance", "enum": [ "euclidianDistance", "manhattanDistance", "maxDistance", false ], "x-cx-false-disables": true, "x-cx-category": "Clustering", "x-cx-nl": "Set the clustering distance to {_option_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Circular", "Cleveland", "Correlation", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Tree", "TreeBracket", "Treemap" ] }, "codeType": { "type": [ "string", "boolean" ], "description": "Output type for the JSON code", "default": "params", "enum": [ "pretty", "compact", "tab", "params", false ], "x-cx-false-disables": true, "x-cx-category": "Debug", "x-cx-nl": "Set the code type to {_option_}" }, "colorBy": { "type": [ "string", "boolean" ], "description": "Name of a variable annotation or a sample name or the string variable to color the variables", "default": false, "x-cx-options": [ false, "variable" ], "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Color by {_factor_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "colorByData": { "type": [ "string", "boolean" ], "description": "String that identify the object containing a two dimensional array with discrete values used to color data points when drawing a multidimensional Heatmap. It must be located within the data.y object (for example: data.y.data2)", "default": false, "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Set the color by data to {_string_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "colorEdgeBy": { "type": [ "string", "boolean" ], "description": "Name of the attribute to color the edges", "default": false, "x-cx-false-disables": true, "x-cx-category": "Network Node and Edge Attributes", "x-cx-nl": "Set the color edge by to {_string_}", "x-cx-graphtypes": [ "Network" ] }, "colorKey": { "type": [ "object", "boolean" ], "description": "Object to assign custom colors to sample annotations and variable annotations included in the data object. The key of the object is the name of an annotation in the data.x object, or the name of an annotation in the data.z object. The value for each key could be either: (1) a scalar with a valid color scheme (see this.meta.def.colorSchemes), or (2) an array with valid colors, or (3) an object to specify custom colors for each of the values of the annotation. A default color will be assigned to a data point whose value was not included the object. CanvasXpress will handle string and numeric annotation approprietly. However, if an object is specified like that one in number (3) the annotation will be treated as categorical even if the annotation is numeric", "default": false, "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Set the color key to {_object_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "colorLabelBy": { "type": [ "string", "boolean" ], "description": "Name of the variable annotation to color the labels in Scatter2D plots", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Color label by {_factor_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "colorLegendTitle": { "type": [ "string", "boolean" ], "description": "Title for the color legend", "default": false, "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Set the color legend title to {_string_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "colorNodeBy": { "type": [ "string", "boolean" ], "description": "Name of the attribute to color the nodes", "default": false, "x-cx-false-disables": true, "x-cx-category": "Network Node and Edge Attributes", "x-cx-nl": "Set the color node by to {_string_}", "x-cx-graphtypes": [ "Network" ] }, "colorScheme": { "type": [ "string", "boolean" ], "description": "Color schemes can be user defined which will take the colors in the color property or one provided in canvasXpress. The order of the colors will be used to sequentially select when a different color is needed in a particular visualization", "default": "User", "enum": [ "AAAS", "Accent", "BMS", "BMSBackground", "BMSBlue", "BMSBrown", "BMSGreen", "BMSPink", "BMSPrimary", "BMSSecondary", "BMSTertiary", "BMSTertiaryDark", "BMSTertiaryLight", "BMSWheat", "Basic", "Behance", "BehancePair", "BehanceQuartet", "BehanceTrio", "Black", "BlackAndWhite", "BlueGrey", "BlueRedGrey", "Blues", "BluesDark", "Bootstrap", "BrBG", "Brand", "Brooklyn99Dark", "Brooklyn99Regular", "BuGn", "BuPu", "CanvasXpress", "CanvasXpressOLD", "CanvasXpressTraditional", "Cividis", "ColorBlind", "ColorSpectrum", "Colorful", "ColorfulAlt", "Complementary", "Dark2", "Default", "Diverging", "DivergingAlt", "Economist", "EconomistBG", "Excel", "Excel2", "Excel3", "Favorite", "GGBlanket", "GGPlot", "GameOfThronesArryn", "GameOfThronesGreyjoy", "GameOfThronesLannister", "GameOfThronesManderly", "GameOfThronesMartell", "GameOfThronesStannis", "GameOfThronesStark", "GameOfThronesTargaryen", "GameOfThronesTully", "GameOfThronesTyrell", "GnBu", "GravityFalls", "Greens", "Grey", "GreyHC", "Greys", "Heat", "Highcharts", "Inferno", "JCO", "Jama", "KimPossible", "Lancet", "LastAirBenderAir", "LastAirBenderEarth", "LastAirBenderFire", "LastAirBenderWater", "Light", "Magma", "Matlab", "NEJM", "NPG", "OrRd", "Oranges", "PRGn", "Paired", "ParksAndRecreation", "Parula", "PaulTol", "PiYG", "Plasma", "Prism", "PrismPair", "PrismTrio", "PuBu", "PuBuGn", "PuOr", "PuRd", "Purples", "Rainbow", "RdBu", "RdGy", "RdPu", "RdYlBu", "RdYlGn", "Reds", "RickyAndMorty", "Simpsons", "Solarized", "SolarizedBase", "Spectral", "SpongeBob", "Stata", "Stata2", "Stata3", "StataMono", "Tableau", "TableauBlueRed", "TableauColorBlind", "TableauCyclic", "TableauGreenOrange", "TableauGrey", "TableauLight", "TableauMedium", "TableauPairSequential", "TableauPurpleGrey", "TableauTrafficLight", "TableauTripleDiverging", "Viridis", "ViridisInv", "WHO", "WallStreetJournal", "WallStreetJournal2", "WallStreetJournal3", "WallStreetJournalBlackGreen", "WallStreetJournalDemRep", "WallStreetJournalRedGreen", "White", "YlGn", "YlGnBu", "YlOrBr", "YlOrRd", false ], "x-cx-false-disables": true, "x-cx-category": "Colors", "x-cx-nl": "Use the color scheme {_option_}" }, "colorSmpDendrogramBy": { "type": [ "string", "boolean" ], "description": "Name of metadata annotation to color the sample (row) dendrogram", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Dendrograms", "x-cx-nl": "ColorSmpDendrogram data by {_option_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Circular", "Cleveland", "Correlation", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Tree", "TreeBracket", "Treemap" ] }, "colorSpectrum": { "type": [ "array", "boolean", "string", "number" ], "description": "An array with valid color names to create a color brew for the default color indicators", "default": [ "#4575b4", "#91bfdb", "#e0f3f8", "#ffffbf", "#fee090", "#fc8d59", "#d73027" ], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Colors", "x-cx-nl": "Set the color spectrum to {_array_}" }, "colorSpectrumBinned": { "type": "boolean", "description": "Flag to bin the color spectrum based on the colorSpectrumBreaks or the colorSpectrum colors", "default": false, "x-cx-category": "Colors", "x-cx-nl": "{Bin|Do Not Bin} the color spectrum based on the colorSpectrumBreaks or the colorSpectrum colors" }, "colorSpectrumBreaks": { "type": [ "array", "boolean", "string", "number" ], "description": "An array with numbers in ascending order for the color spectrum to create discontinuous spectra. It must have the same length of the colorSpectrum array for example [0, 0.3, 1]", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Colors", "x-cx-nl": "Set the color spectrum breaks to {_array_}" }, "colorSpectrumByFactor": { "type": [ "object", "boolean" ], "description": "Color spectrum by factor in heatmaps. The first key represents the name of the factor within the x/z data object. The subsequent keys correspond to each level of that factor. Finally, the next keys include show, order, spectrum, setMin, setMax, zero, and breaks, each paired with their respective values", "default": {}, "x-cx-false-disables": true, "x-cx-category": "Colors", "x-cx-nl": "Set the color spectrum by factor to {_object_}" }, "colorSpectrumByObject": { "type": [ "object", "boolean" ], "description": "Color spectrum by object in heatmaps. The first key represents the name of the data object. The subsequent keys include show, order, spectrum, setMin, setMax, zero, and breaks, each paired with their respective values", "default": {}, "x-cx-false-disables": true, "x-cx-category": "Colors", "x-cx-nl": "Set the color spectrum by object to {_object_}" }, "colorSpectrumZeroValue": { "type": [ "number", "boolean" ], "description": "A value to be at the center of the color spectrum to produce symmetrical heatmaps", "default": null, "x-cx-false-disables": true, "x-cx-category": "Colors", "x-cx-nl": "Set the color spectrum zero value to {_float_}" }, "colorVarDendrogramBy": { "type": [ "string", "boolean" ], "description": "Name of metadata annotation to color the variable (column) dendrogram", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Dendrograms", "x-cx-nl": "ColorVarDendrogram data by {_option_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Circular", "Cleveland", "Correlation", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Tree", "TreeBracket", "Treemap" ] }, "colors": { "type": [ "array", "boolean", "string", "number" ], "description": "Colors", "default": [ "#0ab0db", "#fe6969", "#fed385", "#47db0a", "#9e0adb", "#ff7d00", "#ffa2c0", "#a0d7e7", "#63b5e5", "#f9a7a7", "#fef0c7", "#83e16f", "#c763e5", "#ffb347", "#ffc1d3", "#bfe2ed" ], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Colors", "x-cx-nl": "Set the colors to {_array_}" }, "confidenceBy": { "type": [ "string", "boolean" ], "description": "Name of a variable annotation to color the confidence intervals", "default": false, "x-cx-options": [ false, "variable" ], "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Confidence by {_factor_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "confidenceIntervalColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the confidence intervals", "default": "rgb(50,50,50)", "x-cx-false-disables": true, "x-cx-category": "Confidence Intervals", "x-cx-nl": "Color the confidence interval {_color_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "confidenceIntervalColorCoordinate": { "type": [ "string", "boolean" ], "description": "Type of coordination to color fit line, confidence intervals and data points. Full is the same color for all elements. Line is the same color for confidence intervals and line fit only", "default": false, "x-cx-options": [ "full", "line", false ], "x-cx-false-disables": true, "x-cx-category": "Confidence Intervals", "x-cx-nl": "Set the confidence interval color coordinate to {_option_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "confidenceIntervalsMax": { "type": [ "integer", "boolean" ], "description": "Maximum number of data values allowed for confidence intervals to display", "default": 2000, "x-cx-false-disables": true, "x-cx-category": "Confidence Intervals", "x-cx-nl": "Set the confidence intervals max to {_integer_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "confidenceLevel": { "type": [ "number", "boolean" ], "description": "Confidence level for regressions and ellipses", "default": 0.95, "x-cx-false-disables": true, "x-cx-category": "Confidence Intervals", "x-cx-nl": "Set the confidence level to {_float_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "connectBy": { "type": [ "string", "boolean" ], "description": "Name of a variable annotation to connect the variables", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Connect by {_factor_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "connectByColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the connectBy lines", "default": "rgb(204,204,204)", "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Color the connect by {_color_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "connectByNoColor": { "type": "boolean", "description": "Flag to prevent coloring the lines by the connectBy annotation. Usefull when connectBy is used along with colorBy to avoid confusion of colors", "default": false, "x-cx-category": "Data Point Attributes", "x-cx-nl": "{Prevent|Do Not Prevent} coloring the lines by the connectBy annotation", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "connectByPointColor": { "type": "boolean", "description": "Flag to colour each connectBy line from the colours of its own endpoint data points (e.g. a paired boxplot connector colored by an up/down aesthetic) instead of by the connectBy annotation. Set by the ggplot geom_line-over-boxplot path so a saved chart reloads with the same per-connector colours", "default": false, "x-cx-category": "Data Point Attributes", "x-cx-nl": "{Colour|Do Not Colour} each connectBy line from the colours of its own endpoint data points (e", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "connectByWidth": { "type": [ "integer", "boolean" ], "description": "Width for the line of the connectBy line", "default": 2, "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Set the connect by width to {_integer_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "connectKey": { "type": [ "object", "boolean" ], "description": "Object to assign custom colors to lines when samples are connected by a sample annotations included in the data object. The key of the object is the name of an annotation in the data.x object. A default connect will be assigned to a data point whose value was not included the object", "default": false, "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Set the connect key to {_object_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "connectorsServiceURL": { "type": [ "string", "boolean" ], "format": "uri", "description": "URL for the Connectors service. Use your own http://localhost:8300/ or bult-in https://www.canvasxpress.org/connectors/", "default": "https://www.canvasxpress.org/connectors/", "x-cx-false-disables": true, "x-cx-category": "LLM", "x-cx-nl": "Set the URL for connectors service u r l to {_value_}" }, "contextMenuBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Background color for the context menu", "default": "#ffffff", "x-cx-false-disables": true, "x-cx-category": "Context Menu", "x-cx-nl": "Color the context menu background {_color_}" }, "contextMenuBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Border color for the context menu", "default": "#087ad1", "x-cx-false-disables": true, "x-cx-category": "Context Menu", "x-cx-nl": "Color the context menu border {_color_}" }, "contextMenuFontSize": { "type": [ "string", "boolean" ], "description": "Font size for the context menu", "default": "13px", "x-cx-false-disables": true, "x-cx-category": "Context Menu", "x-cx-nl": "Set the context menu font size to {_string_}" }, "contextMenuHoverColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Hover highlight color for the context menu", "default": "rgba(124, 182, 226, 0.2)", "x-cx-false-disables": true, "x-cx-category": "Context Menu", "x-cx-nl": "Color the context menu hover {_color_}" }, "contextMenuTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Text color for the context menu", "default": "#555b62", "x-cx-false-disables": true, "x-cx-category": "Context Menu", "x-cx-nl": "Color the context menu text {_color_}" }, "contourBandsColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the the bands in contours", "default": "#0ab0db", "x-cx-false-disables": true, "x-cx-category": "Contours", "x-cx-nl": "Color the contour bands {_color_}", "x-cx-graphtypes": [ "Pareto", "Heatmap", "Scatter2D" ] }, "contourColorScheme": { "type": [ "string", "boolean" ], "description": "Color scheme to use in contours", "default": "Viridis", "enum": [ "AAAS", "Accent", "BMS", "BMSBackground", "BMSBlue", "BMSBrown", "BMSGreen", "BMSPink", "BMSPrimary", "BMSSecondary", "BMSTertiary", "BMSTertiaryDark", "BMSTertiaryLight", "BMSWheat", "Basic", "Behance", "BehancePair", "BehanceQuartet", "BehanceTrio", "Black", "BlackAndWhite", "BlueGrey", "BlueRedGrey", "Blues", "BluesDark", "Bootstrap", "BrBG", "Brand", "Brooklyn99Dark", "Brooklyn99Regular", "BuGn", "BuPu", "CanvasXpress", "CanvasXpressOLD", "CanvasXpressTraditional", "Cividis", "ColorBlind", "ColorSpectrum", "Colorful", "ColorfulAlt", "Complementary", "Dark2", "Default", "Diverging", "DivergingAlt", "Economist", "EconomistBG", "Excel", "Excel2", "Excel3", "Favorite", "GGBlanket", "GGPlot", "GameOfThronesArryn", "GameOfThronesGreyjoy", "GameOfThronesLannister", "GameOfThronesManderly", "GameOfThronesMartell", "GameOfThronesStannis", "GameOfThronesStark", "GameOfThronesTargaryen", "GameOfThronesTully", "GameOfThronesTyrell", "GnBu", "GravityFalls", "Greens", "Grey", "GreyHC", "Greys", "Heat", "Highcharts", "Inferno", "JCO", "Jama", "KimPossible", "Lancet", "LastAirBenderAir", "LastAirBenderEarth", "LastAirBenderFire", "LastAirBenderWater", "Light", "Magma", "Matlab", "NEJM", "NPG", "OrRd", "Oranges", "PRGn", "Paired", "ParksAndRecreation", "Parula", "PaulTol", "PiYG", "Plasma", "Prism", "PrismPair", "PrismTrio", "PuBu", "PuBuGn", "PuOr", "PuRd", "Purples", "Rainbow", "RdBu", "RdGy", "RdPu", "RdYlBu", "RdYlGn", "Reds", "RickyAndMorty", "Simpsons", "Solarized", "SolarizedBase", "Spectral", "SpongeBob", "Stata", "Stata2", "Stata3", "StataMono", "Tableau", "TableauBlueRed", "TableauColorBlind", "TableauCyclic", "TableauGreenOrange", "TableauGrey", "TableauLight", "TableauMedium", "TableauPairSequential", "TableauPurpleGrey", "TableauTrafficLight", "TableauTripleDiverging", "Viridis", "ViridisInv", "WHO", "WallStreetJournal", "WallStreetJournal2", "WallStreetJournal3", "WallStreetJournalBlackGreen", "WallStreetJournalDemRep", "WallStreetJournalRedGreen", "White", "YlGn", "YlGnBu", "YlOrBr", "YlOrRd", false ], "x-cx-false-disables": true, "x-cx-category": "Contours", "x-cx-nl": "Set the contour color scheme to {_option_}", "x-cx-graphtypes": [ "Pareto", "Heatmap", "Scatter2D" ] }, "contourDataPointsColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the data points in contours when the contour is filled", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Contours", "x-cx-nl": "Color the contour data points {_color_}", "x-cx-graphtypes": [ "Pareto", "Heatmap", "Scatter2D" ] }, "contourFilled": { "type": "boolean", "description": "Flag to color the contour plot", "default": false, "x-cx-category": "Contours", "x-cx-nl": "{Color|Do Not Color} the contour plot", "x-cx-graphtypes": [ "Pareto", "Heatmap", "Scatter2D" ] }, "contourFilledTransparency": { "type": [ "number", "boolean" ], "description": "Transparency applied to the filled contours", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Contours", "x-cx-nl": "Set the contour filled transparency to {_float_}", "x-cx-graphtypes": [ "Pareto", "Heatmap", "Scatter2D" ] }, "contourLevelNumber": { "type": [ "integer", "boolean" ], "description": "Numbe of contour levels. Overridden by contourLevelWidth", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Contours", "x-cx-nl": "Set the contour level number to {_integer_}", "x-cx-graphtypes": [ "Pareto", "Heatmap", "Scatter2D" ] }, "contourLevelWidth": { "type": [ "integer", "boolean" ], "description": "Width of contour levels", "default": null, "x-cx-false-disables": true, "x-cx-category": "Contours", "x-cx-nl": "Set the contour level width to {_integer_}", "x-cx-graphtypes": [ "Pareto", "Heatmap", "Scatter2D" ] }, "contourLevels": { "type": [ "array", "boolean", "string", "number" ], "description": "Numeric vector to set the contour levels. It is automatically calculated if not defined using the axisAlgorithm setting and the contourLevelNumber", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Contours", "x-cx-nl": "Set the contour levels to {_array_}", "x-cx-graphtypes": [ "Pareto", "Heatmap", "Scatter2D" ] }, "contourStat": { "type": [ "string", "boolean" ], "description": "Contour density type", "default": "density", "enum": [ "density", "ndensity", "count", false ], "x-cx-false-disables": true, "x-cx-category": "Contours", "x-cx-nl": "Set the contour stat to {_option_}", "x-cx-graphtypes": [ "Pareto", "Heatmap", "Scatter2D" ] }, "contourType": { "type": [ "string", "boolean" ], "description": "Contour type", "default": "normal", "enum": [ "normal", "raster", "point", false ], "x-cx-false-disables": true, "x-cx-category": "Contours", "x-cx-nl": "Set the contour type to {_option_}", "x-cx-graphtypes": [ "Pareto", "Heatmap", "Scatter2D" ] }, "coordinateLineColor": { "type": "boolean", "description": "Flag to use same color in BarLine plots. If set to true the color of the bars and the lines will be coordinated", "default": false, "x-cx-category": "Line Graphs", "x-cx-nl": "{Use|Do Not Use} same color in BarLine plots", "x-cx-graphtypes": [ "Area", "AreaLine", "BarLine", "DotLine", "Line", "ParallelCoordinates", "Pareto", "StackedLine", "StackedPercentLine" ] }, "coordinateNetworkConvexHullCommunityColor": { "type": "boolean", "description": "Flag to coordinate colors of the nodes with convex hull for the network communities", "default": false, "x-cx-category": "Network Communities", "x-cx-nl": "{Coordinate|Do Not Coordinate} colors of the nodes with convex hull for the network communities", "x-cx-graphtypes": [ "Network" ] }, "correlationAnchorLegend": { "type": "boolean", "description": "Flag to show a region above the correlation plot that anchror a sample/variable to a position", "default": false, "x-cx-category": "Correlation Graphs", "x-cx-nl": "{Show|Do Not Show} a region above the correlation plot that anchror a sample/variable to a position", "x-cx-graphtypes": [ "Correlation" ] }, "correlationAnchorLegendAlignWidth": { "type": [ "integer", "boolean" ], "description": "Length in pixels of the height of the correlation anchor legend", "default": 40, "x-cx-false-disables": true, "x-cx-category": "Correlation Graphs", "x-cx-nl": "Set the correlation anchor legend align width to {_integer_}", "x-cx-graphtypes": [ "Correlation" ] }, "correlationAxis": { "type": [ "string", "boolean" ], "description": "Axis used for the correlation", "default": "samples", "enum": [ "samples", "variables", false ], "x-cx-false-disables": true, "x-cx-category": "Correlation Graphs", "x-cx-nl": "Set the correlation axis to {_option_}", "x-cx-graphtypes": [ "Correlation" ] }, "correlationLabelInterval": { "type": [ "integer", "boolean" ], "description": "Interval for the sample or variable labels in the correlation plot", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Correlation Graphs", "x-cx-nl": "Set the correlation label interval to {_integer_}", "x-cx-graphtypes": [ "Correlation" ] }, "correlationType": { "type": [ "string", "boolean" ], "description": "Shape to use in the correlation graphs", "default": "diamond", "enum": [ "diamond", "circle", false ], "x-cx-false-disables": true, "x-cx-category": "Correlation Graphs", "x-cx-nl": "Set the correlation type to {_option_}", "x-cx-graphtypes": [ "Correlation" ] }, "customLegend": { "type": [ "array", "boolean", "string", "number" ], "description": "Custom legends : Array of objects [{ size : [], shape : [], shapeColor : [], line : [], lineColor : [], lineStart : [], lineEnd : [], text : [], x : number, y : number, title : string }]", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Legends", "x-cx-nl": "Set the custom legend to {_array_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "customizerBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Background color for the data customizer", "default": "#ffffff", "x-cx-false-disables": true, "x-cx-category": "Data Customizer", "x-cx-nl": "Color the customizer background {_color_}" }, "customizerBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Border color for the data customizer", "default": "#087ad1", "x-cx-false-disables": true, "x-cx-category": "Data Customizer", "x-cx-nl": "Color the customizer border {_color_}" }, "customizerCloseBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Background color for the close button in the data customizer", "default": "#087ad1", "x-cx-false-disables": true, "x-cx-category": "Data Customizer", "x-cx-nl": "Color the customizer close background {_color_}" }, "customizerCloseTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Text color for the close button in the data customizer", "default": "#ffffff", "x-cx-false-disables": true, "x-cx-category": "Data Customizer", "x-cx-nl": "Color the customizer close text {_color_}" }, "customizerEntriesAsList": { "type": "boolean", "description": "Flag to show entries in scrolling widgets as text. The default is to show them as icons-like", "default": true, "x-cx-category": "Data Customizer", "x-cx-nl": "{Show|Do Not Show} entries in scrolling widgets as text" }, "customizerFontSize": { "type": [ "string", "boolean" ], "description": "Font size for the data customizer", "default": "12px", "x-cx-false-disables": true, "x-cx-category": "Data Customizer", "x-cx-nl": "Set the customizer font size to {_string_}" }, "customizerGraphMaximize": { "type": "boolean", "description": "Flag to maximize the graph when the customizer is called", "default": false, "x-cx-category": "Data Customizer", "x-cx-nl": "{Maximize|Do Not Maximize} the graph when the customizer is called" }, "customizerHoverColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Hover highlight color for the data customizer", "default": "rgba(124, 182, 226, 0.2)", "x-cx-false-disables": true, "x-cx-category": "Data Customizer", "x-cx-nl": "Color the customizer hover {_color_}" }, "customizerSize": { "type": [ "string", "boolean" ], "description": "Size for the customizer. Requires re-opening of customizer", "default": "medium", "enum": [ "xsmall", "small", "midsmall", "medium", "large", false ], "x-cx-false-disables": true, "x-cx-category": "Data Customizer", "x-cx-nl": "Set the customizer size to {_option_}" }, "customizerTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Text color for the data customizer", "default": "#555b62", "x-cx-false-disables": true, "x-cx-category": "Data Customizer", "x-cx-nl": "Color the customizer text {_color_}" }, "dashLength": { "type": [ "integer", "boolean" ], "description": "Size in pixels of the length of the dashes and the separation between the dashes in the dashed lines", "default": 8, "x-cx-false-disables": true, "x-cx-category": "Lines", "x-cx-nl": "Set the dash length to {_integer_}" }, "dashboardsServiceURL": { "type": [ "string", "boolean" ], "format": "uri", "description": "URL for the Dashboards service. Use your own http://localhost:8200/ or bult-in https://www.canvasxpress.org/dashboards/", "default": "https://www.canvasxpress.org/dashboards/", "x-cx-false-disables": true, "x-cx-category": "LLM", "x-cx-nl": "Set the URL for dashboards service u r l to {_value_}" }, "dataFilterBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Background color for the data filter panel", "default": "#ffffff", "x-cx-false-disables": true, "x-cx-category": "Data Filters", "x-cx-nl": "Color the data filter background {_color_}" }, "dataFilterBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Border color for the data filter panel", "default": "#087ad1", "x-cx-false-disables": true, "x-cx-category": "Data Filters", "x-cx-nl": "Color the data filter border {_color_}" }, "dataFilterFontSize": { "type": [ "string", "boolean" ], "description": "Font size for the data filter panel", "default": "12px", "x-cx-false-disables": true, "x-cx-category": "Data Filters", "x-cx-nl": "Set the data filter font size to {_string_}" }, "dataFilterHoverColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Hover highlight color for the data filter panel", "default": "rgba(124, 182, 226, 0.2)", "x-cx-false-disables": true, "x-cx-category": "Data Filters", "x-cx-nl": "Color the data filter hover {_color_}" }, "dataFilterMaxItems": { "type": [ "integer", "boolean" ], "description": "Maximum number of items in the data filter before it becomes a scroll box", "default": 12, "x-cx-false-disables": true, "x-cx-category": "Data Filters", "x-cx-nl": "Set the data filter max items to {_integer_}" }, "dataFilterTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Text color for the data filter panel", "default": "#555b62", "x-cx-false-disables": true, "x-cx-category": "Data Filters", "x-cx-nl": "Color the data filter text {_color_}" }, "dataFilterToolbarBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Background color for the data filter toolbar", "default": "#cccccc", "x-cx-false-disables": true, "x-cx-category": "Data Filters", "x-cx-nl": "Color the data filter toolbar background {_color_}" }, "dataFilterWidth": { "type": [ "integer", "boolean" ], "description": "Size in pixels for the data filters", "default": 300, "x-cx-false-disables": true, "x-cx-category": "Data Filters", "x-cx-nl": "Set the data filter width to {_integer_}" }, "dataLabelBackgroundBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the border in data labels background", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Scatter Plots", "x-cx-nl": "Color the data label background border {_color_}", "x-cx-graphtypes": [ "Bin", "Binplot", "Bump", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "dataLabelBackgroundBorderLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the border in data labels background", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "Scatter Plots", "x-cx-nl": "Set the data label background border line type to {_option_}", "x-cx-graphtypes": [ "Bin", "Binplot", "Bump", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "dataLabelBackgroundBorderSize": { "type": [ "number", "boolean" ], "description": "Size for the border line in data labels background", "default": 0.5, "x-cx-false-disables": true, "x-cx-category": "Scatter Plots", "x-cx-nl": "Set the data label background border size to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "Bump", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "dataLabelBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the data labels background", "default": "rgb(255,255,255)", "x-cx-false-disables": true, "x-cx-category": "Scatter Plots", "x-cx-nl": "Color the data label background {_color_}", "x-cx-graphtypes": [ "Bin", "Binplot", "Bump", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "dataPipeline": { "type": [ "array", "boolean", "string", "number" ], "description": "A declarative dplyr/tidyr data-grammar recipe applied over the tidy substrate BEFORE the chart wrangle. An ordered array of ops: {op:\"filter\", col, cmp (one of ==,!=,>,>=,<,<=,in), value}; {op:\"mutate\", col, fn} where fn is a transform name (log2/log10/-log2/-log10/exp2/exp10/sqrt); {op:\"arrange\", by, desc}; {op:\"select\", cols:[...]}. Applied left-to-right like the dplyr pipe; mutating the recipe changes the rendered data (generative). Equivalent of dplyr filter/mutate/arrange/select.", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Data Transformation", "x-cx-nl": "Apply a data pipeline recipe", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "dataPointSize": { "type": [ "integer", "boolean" ], "description": "Approximate pixel size for the data points in scatter plots, dotplots and boxplots. The size will be adjusted according to the dimensions of the graph", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Aspect Ratio, Space and Width", "x-cx-nl": "Set the data point size to {_integer_}" }, "dataPointSizeScaleFactor": { "type": [ "number", "boolean" ], "description": "Factor used to adjust the size of the dataPointSize", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Aspect Ratio, Space and Width", "x-cx-nl": "Scale data point size to {_float_}" }, "dataSelection": { "type": [ "object", "array", "boolean", "string", "number" ], "description": "Declarative, serializable data selection layer authored on top of the DataFilters engine (an authoring sugar that de-sugars into filterSmpBy / filterVarBy / filterDataBy — not a second filter engine). A single object, or an ARRAY of named { name, active, ... } blocks (the active/first is applied; switch at runtime with applyNamedDataSelection). A block has keys samples / variables / values; each is { any: [...] } (OR) or { all: [...] } (AND), and a leaf is { annotation, op, value } where op uses friendly vocab (min, max, exact, like, not like, between, different). Example: { samples: { all: [ { annotation: \"Treatment\", op: \"exact\", value: [\"Control\"] } ] } }", "default": false, "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Data Filters", "x-cx-nl": "Set the data selection to {_object-or-array_}" }, "dataTableAccentColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the the brand of the data table. Used wherever a non-neutral color is required. Selections, focus outlines and checkboxes use the accent color by default", "default": "rgb(8, 122, 209)", "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Color the data table accent {_color_}" }, "dataTableActiveCellBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the border of the active data table cell", "default": "rgb(124, 182, 226)", "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Color the data table active cell border {_color_}" }, "dataTableAutoColumnWidth": { "type": "boolean", "description": "Flag to calculate the width of the columns based on the data", "default": false, "x-cx-category": "Data Table", "x-cx-nl": "{Calculate|Do Not Calculate} the width of the columns based on the data" }, "dataTableBannerBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the background of the data table banner", "default": "rgb(255, 255, 255)", "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Color the data table banner background {_color_}" }, "dataTableBannerBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the border of the data table banner", "default": "rgb(215, 226, 230)", "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Color the data table banner border {_color_}" }, "dataTableBannerImage": { "type": [ "string", "boolean" ], "description": "Image to brand the data table", "default": false, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table banner image to {_string_}" }, "dataTableBannerShow": { "type": "boolean", "description": "Flag to show/hide the Flag to show the banner in the data table", "default": true, "x-cx-category": "Data Table", "x-cx-nl": "{Show|Hide} the data table banner" }, "dataTableBannerTextAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the data table banner", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Align the data table banner text to the {_option_}" }, "dataTableBannerTextBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the data table banner", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table banner text baseline to {_option_}" }, "dataTableBannerTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in data table banner", "default": "rgb(85, 91, 98)", "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Color the data table banner text {_color_}" }, "dataTableBannerTextFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in data table banner. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the dataTableBannerTextScaleFontFactor", "default": 13, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table banner text font size to {_integer_}" }, "dataTableBannerTextFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the data table banner", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table banner text font style to {_option_}" }, "dataTableBannerTextMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the data table banner", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table banner text margin to {_float_}" }, "dataTableBannerTextRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the data table banner", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Rotate the data table banner text {_integer_} degrees" }, "dataTableBannerTextScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the data table banner font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "{Increase|Decrease} the size of the data table banner text by a factor of {_float_}" }, "dataTableBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the border of the data table", "default": "rgb(8, 122, 209)", "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Color the data table border {_color_}" }, "dataTableCellBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the background of the data table cells excluding headers", "default": "rgb(255, 255, 255)", "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Color the data table cell background {_color_}" }, "dataTableCellBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the border of the data table cells", "default": "rgb(215, 226, 230)", "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Color the data table cell border {_color_}" }, "dataTableCellBorders": { "type": [ "string", "boolean" ], "description": "data table cell borders", "default": "rows", "enum": [ "all", "none", "rows", "cols", false ], "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table cell borders to {_option_}" }, "dataTableCellHoverBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the background of the data table cells when hovering", "default": "rgba(124, 182, 226, 0.2)", "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Color the data table cell hover background {_color_}" }, "dataTableCellTextAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the data table cells", "default": "left", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Align the data table cell text to the {_option_}" }, "dataTableCellTextBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the data table cells", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table cell text baseline to {_option_}" }, "dataTableCellTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in data table cells", "default": "rgb(85, 91, 98)", "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Color the data table cell text {_color_}" }, "dataTableCellTextFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in data table cells. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the dataTableCellTextScaleFontFactor", "default": 13, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table cell text font size to {_integer_}" }, "dataTableCellTextFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the data table cells", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table cell text font style to {_option_}" }, "dataTableCellTextMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the data table cells", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table cell text margin to {_float_}" }, "dataTableCellTextRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the data table cells", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Rotate the data table cell text {_integer_} degrees" }, "dataTableCellTextScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the data table cells font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "{Increase|Decrease} the size of the data table cell text by a factor of {_float_}" }, "dataTableColAlignment": { "type": [ "object", "boolean" ], "description": "Alignment for the cols in the data table. Key is the sample name and the value is the alignment", "default": {}, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table col alignment to {_object_}" }, "dataTableColFormat": { "type": [ "object", "boolean" ], "description": "Format for the cols in the data table. Key is the sample name and the value is the format string using sprintf notation", "default": {}, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table col format to {_object_}" }, "dataTableColHide": { "type": [ "array", "boolean", "string", "number" ], "description": "Array to store the columns to hide in the data table", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table col hide to {_array_}" }, "dataTableColOrder": { "type": [ "array", "boolean", "string", "number" ], "description": "Array to store the column sorting for the data table. It only applies to meta data and exclude variables or samples. Those not included willl be placed last", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table col order to {_array_}" }, "dataTableColPin": { "type": [ "array", "boolean", "string", "number" ], "description": "Array to store the columns to pin in the data table. Pinned columns will always be visible when scrolling horizontally", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table col pin to {_array_}" }, "dataTableColProperties": { "type": [ "object", "boolean" ], "description": "Properties for the cols in the data table. Key is the sample name and the value is the width in pixels", "default": {}, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table col properties to {_object_}" }, "dataTableColWidth": { "type": [ "integer", "boolean" ], "description": "Number of pixels for the width of cells in the data table", "default": 180, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table col width to {_integer_}" }, "dataTableColorTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for the background of the data table cells if colored", "default": 0.5, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table color transparency to {_float_}" }, "dataTableColored": { "type": "boolean", "description": "Flag to color the data table", "default": false, "x-cx-category": "Data Table", "x-cx-nl": "{Color|Do Not Color} the data table" }, "dataTableGrouped": { "type": "boolean", "description": "Flag to group rows in the data table based on metadata", "default": false, "x-cx-category": "Data Table", "x-cx-nl": "{Group|Do Not Group} rows in the data table based on metadata" }, "dataTableHeaderBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the background of the data table headers", "default": "rgb(255, 255, 255)", "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Color the data table header background {_color_}" }, "dataTableHeaderTemplate": { "type": [ "string", "boolean" ], "description": "HTML string to use as template for the data table header info", "default": false, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table header template to {_string_}" }, "dataTableHeaderTextAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the data table headers", "default": "left", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Align the data table header text to the {_option_}" }, "dataTableHeaderTextBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the data table headers", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table header text baseline to {_option_}" }, "dataTableHeaderTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in data table headers", "default": "rgb(85, 91, 98)", "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Color the data table header text {_color_}" }, "dataTableHeaderTextFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in data table headers. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the dataTableHeaderTextScaleFontFactor", "default": 13, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table header text font size to {_integer_}" }, "dataTableHeaderTextFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the data table headers", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table header text font style to {_option_}" }, "dataTableHeaderTextMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the data table headers", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table header text margin to {_float_}" }, "dataTableHeaderTextRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the data table headers", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Rotate the data table header text {_integer_} degrees" }, "dataTableHeaderTextScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the data table headers font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "{Increase|Decrease} the size of the data table header text by a factor of {_float_}" }, "dataTableNetwork": { "type": [ "string", "boolean" ], "description": "Show nodes or edges on data table", "default": "nodes", "enum": [ "nodes", "edges", false ], "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table network to {_option_}" }, "dataTableOddCellBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the background of the odd data table cells excluding headers", "default": "rgb(247, 248, 249)", "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Color the data table odd cell background {_color_}" }, "dataTableOnSelectShow": { "type": "boolean", "description": "Flag to show/hide the Flag to show data after selecting data in the plot", "default": false, "x-cx-category": "Data Table", "x-cx-nl": "{Show|Hide} the data table on select" }, "dataTablePaginationBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the background of the data table pagination bar", "default": "rgb(255, 255, 255)", "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Color the data table pagination background {_color_}" }, "dataTablePaginationBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the border of the data table pagination bar", "default": "rgb(215, 226, 230)", "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Color the data table pagination border {_color_}" }, "dataTablePaginationSelectTextAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the data table pagination bar select", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Align the data table pagination select text to the {_option_}" }, "dataTablePaginationSelectTextBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the data table pagination bar select", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table pagination select text baseline to {_option_}" }, "dataTablePaginationSelectTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in data table pagination bar select", "default": "rgb(85, 91, 98)", "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Color the data table pagination select text {_color_}" }, "dataTablePaginationSelectTextFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in data table pagination bar select. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the dataTablePaginationSelectTextScaleFontFactor", "default": 12, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table pagination select text font size to {_integer_}" }, "dataTablePaginationSelectTextFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the data table pagination bar select", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table pagination select text font style to {_option_}" }, "dataTablePaginationSelectTextMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the data table pagination bar select", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table pagination select text margin to {_float_}" }, "dataTablePaginationSelectTextRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the data table pagination bar select", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Rotate the data table pagination select text {_integer_} degrees" }, "dataTablePaginationSelectTextScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the data table pagination bar select font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "{Increase|Decrease} the size of the data table pagination select text by a factor of {_float_}" }, "dataTablePaginationShow": { "type": "boolean", "description": "Flag to show/hide the Flag to show the pagination in the data table", "default": false, "x-cx-category": "Data Table", "x-cx-nl": "{Show|Hide} the data table pagination" }, "dataTablePaginationSize": { "type": [ "integer", "boolean" ], "description": "Number of rows or columns to show per page in the data table when pagination is on", "default": 25, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table pagination size to {_integer_}" }, "dataTablePaginationTextAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the data table pagination bar", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Align the data table pagination text to the {_option_}" }, "dataTablePaginationTextBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the data table pagination bar", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table pagination text baseline to {_option_}" }, "dataTablePaginationTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in data table pagination bar", "default": "rgb(85, 91, 98)", "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Color the data table pagination text {_color_}" }, "dataTablePaginationTextFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in data table pagination bar. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the dataTablePaginationTextScaleFontFactor", "default": 13, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table pagination text font size to {_integer_}" }, "dataTablePaginationTextFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the data table pagination bar", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table pagination text font style to {_option_}" }, "dataTablePaginationTextMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the data table pagination bar", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table pagination text margin to {_float_}" }, "dataTablePaginationTextRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the data table pagination bar", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Rotate the data table pagination text {_integer_} degrees" }, "dataTablePaginationTextScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the data table pagination bar font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "{Increase|Decrease} the size of the data table pagination text by a factor of {_float_}" }, "dataTableRowGroups": { "type": [ "array", "boolean", "string", "number" ], "description": "Array of group IDs for rows to display in the data table when data is grouped", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table row groups to {_array_}" }, "dataTableRowHeight": { "type": [ "integer", "boolean" ], "description": "Number of pixels for the height of cells in the data table", "default": 32, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table row height to {_integer_}" }, "dataTableRowHoverBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the background of the row of the data table cells when hovering", "default": "rgba(124, 182, 226, 0.2)", "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Color the data table row hover background {_color_}" }, "dataTableRowLines": { "type": [ "integer", "boolean" ], "description": "Number of lines in cells in the data table", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table row lines to {_integer_}" }, "dataTableRowNumbersShow": { "type": "boolean", "description": "Flag to show/hide the Flag to show row numbers in the first column of data table", "default": true, "x-cx-category": "Data Table", "x-cx-nl": "{Show|Hide} the data table row numbers" }, "dataTableScrollDirection": { "type": [ "string", "boolean" ], "description": "Behavior for the scrollbars in the data table", "default": "auto", "enum": [ "auto", "normal", "inverted", false ], "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table scroll direction to {_option_}" }, "dataTableStatusBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the background of the data table status bar", "default": "rgb(255, 255, 255)", "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Color the data table status background {_color_}" }, "dataTableStatusBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the border of the data table status bar", "default": "rgb(215, 226, 230)", "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Color the data table status border {_color_}" }, "dataTableStatusShow": { "type": "boolean", "description": "Flag to show/hide the Flag to show the status div in the data table", "default": true, "x-cx-category": "Data Table", "x-cx-nl": "{Show|Hide} the data table status" }, "dataTableStatusTextAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the data table status bar", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Align the data table status text to the {_option_}" }, "dataTableStatusTextBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the data table status bar", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table status text baseline to {_option_}" }, "dataTableStatusTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in data table status bar", "default": "rgb(85, 91, 98)", "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Color the data table status text {_color_}" }, "dataTableStatusTextFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in data table status bar. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the dataTableStatusTextScaleFontFactor", "default": 13, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table status text font size to {_integer_}" }, "dataTableStatusTextFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the data table status bar", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table status text font style to {_option_}" }, "dataTableStatusTextMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the data table status bar", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table status text margin to {_float_}" }, "dataTableStatusTextRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the data table status bar", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Rotate the data table status text {_integer_} degrees" }, "dataTableStatusTextScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the data table status bar font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "{Increase|Decrease} the size of the data table status text by a factor of {_float_}" }, "dataTableStripeTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for the stripes in the data table using the base color for the UI widgets", "default": 0.05, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table stripe transparency to {_float_}" }, "dataTableStriped": { "type": "boolean", "description": "Flag to show the stripes in the data table rows", "default": true, "x-cx-category": "Data Table", "x-cx-nl": "{Show|Do Not Show} the stripes in the data table rows" }, "dataTableSummaryRowFunction": { "type": [ "string", "boolean" ], "description": "Default aggregation used for the data table summary row", "default": "sum", "enum": [ "sum", "mean", "median", "min", "max", "count", false ], "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table summary row function to {_option_}" }, "dataTableSummaryRowFunctions": { "type": [ "object", "boolean" ], "description": "Per-column aggregation overrides for the data table summary row. Key is the column name and the value is one of sum, mean, median, min, max or count", "default": {}, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table summary row functions to {_object_}" }, "dataTableSummaryRowLabel": { "type": [ "string", "boolean" ], "description": "Label placed in the first non-numeric column of the data table summary row", "default": "Summary", "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table summary row label to {_string_}" }, "dataTableSummaryRowShow": { "type": "boolean", "description": "Flag to show/hide the Flag to append a summary row at the end of the data table that aggregates the numerical columns", "default": false, "x-cx-category": "Data Table", "x-cx-nl": "{Show|Hide} the data table summary row" }, "dataTableToolbarBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the background of the data table toolbar", "default": "rgb(255, 255, 255)", "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Color the data table toolbar background {_color_}" }, "dataTableToolbarBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the border of the data table toolbar", "default": "rgb(215, 226, 230)", "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Color the data table toolbar border {_color_}" }, "dataTableToolbarShow": { "type": "boolean", "description": "Flag to show/hide the Flag to show the toolbar with icons to connect to the graph interface in the data table", "default": true, "x-cx-category": "Data Table", "x-cx-nl": "{Show|Hide} the data table toolbar" }, "dataTableTransposed": { "type": "boolean", "description": "Flag to transpose the data in the data table", "default": true, "x-cx-category": "Data Table", "x-cx-nl": "{Transpose|Do Not Transpose} the data in the data table" }, "dataTableZeroHeader": { "type": [ "string", "boolean" ], "description": "Name for the first column in the data table", "default": false, "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Set the data table zero header to {_string_}" }, "dataTextAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the data labels", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Data", "x-cx-nl": "Align the data text to the {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "dataTextBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the data labels", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Data", "x-cx-nl": "Set the data text baseline to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "dataTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in data labels", "default": false, "x-cx-false-disables": true, "x-cx-category": "Data", "x-cx-nl": "Color the data text {_color_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "dataTextFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in data labels. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the dataTextScaleFontFactor", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Data", "x-cx-nl": "Set the data text font size to {_integer_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "dataTextFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the data labels", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Data", "x-cx-nl": "Set the data text font style to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "dataTextMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the data labels", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Data", "x-cx-nl": "Set the data text margin to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "dataTextRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the data labels", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Data", "x-cx-nl": "Rotate the data text {_integer_} degrees", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "dataTextScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the data labels font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Data", "x-cx-nl": "{Increase|Decrease} the size of the data text by a factor of {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "dataUIStyle": { "type": [ "string", "boolean" ], "description": "Style for the UI", "default": "modern", "enum": [ "cx", "stripped", "modern", "old", "bms", "colorful", "rdc", "ngs360", false ], "x-cx-false-disables": true, "x-cx-category": "Data UI Widgets", "x-cx-nl": "Set the data u i style to {_option_}" }, "dataValuesFrequency": { "type": [ "string", "boolean" ], "description": "Frequency for the data values in line graphs", "default": "ends", "enum": [ "all", "first", "last", "ends", false ], "x-cx-false-disables": true, "x-cx-category": "Plot Area", "x-cx-nl": "Set the data values frequency to {_option_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Gantt", "Heatmap", "Line", "Lollipop", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TagCloud", "Tornado", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Waterfall", "WordCloud" ] }, "dataValuesPosition": { "type": [ "string", "boolean" ], "description": "Position for the data values in line graphs", "default": "outside", "enum": [ "inside", "outside", false ], "x-cx-false-disables": true, "x-cx-category": "Plot Area", "x-cx-nl": "Set the data values position to {_option_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Gantt", "Heatmap", "Line", "Lollipop", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TagCloud", "Tornado", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Waterfall", "WordCloud" ] }, "datatableBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the background of the data table", "default": "rgb(255, 255, 255)", "x-cx-false-disables": true, "x-cx-category": "Data Table", "x-cx-nl": "Color the datatable background {_color_}" }, "debug": { "type": "boolean", "description": "Flag to turn on alerts", "default": false, "x-cx-category": "Debug", "x-cx-nl": "{Turn|Do Not Turn} on alerts" }, "debugWithArea": { "type": "boolean", "description": "Flag to render object areas when debugging", "default": false, "x-cx-category": "Debug", "x-cx-nl": "{Render|Do Not Render} object areas when debugging" }, "decorations": { "type": [ "object", "array", "boolean", "string", "number" ], "description": "Enables visual annotations on your graph, with its structure depending on the graphType. For network graphs, it is an array of node property names; for one-dimensional graphs, it is an object with primary keys like line, range, point, text, marker, or error; and for scatter plots, it is an object with primary keys such as linear, exponential, logarithmic, power, polynomial, nonlinearfit, regression, normal, line, text, label, point, range, image, or polygon. In the latter two cases, the value for each primary key is an array of objects, where each object specifies the properties of a decoration, for example, for a one-dimensional line: {line: [{value: 5, color: \"#ff0000\", width: 2, label: \"Threshold\", align: \"right\"}]}, or for a scatter plot linear fit: {linear: [{x: 1, y: 2, x2: 3, y2: 4, color: \"#ff0000\", width: 2, label: \"Threshold\", align: \"right\"}]}", "default": false, "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Decorations", "x-cx-nl": "Set the decorations to {_object-or-array_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bullet", "CDF", "Cleveland", "Contour", "Density", "Distribution", "DotLine", "Dotplot", "Dumbbell", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Network", "Pareto", "QQ", "Quantile", "Ridgeline", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TimeSeries", "Tornado", "Violin", "Volcano", "Waterfall" ] }, "decorationsBackgroundBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the border in decoration legends background", "default": "rgb(204,204,204)", "x-cx-false-disables": true, "x-cx-category": "Decorations", "x-cx-nl": "Color the decorations background border {_color_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bullet", "CDF", "Cleveland", "Contour", "Density", "Distribution", "DotLine", "Dotplot", "Dumbbell", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Network", "Pareto", "QQ", "Quantile", "Ridgeline", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TimeSeries", "Tornado", "Violin", "Volcano", "Waterfall" ] }, "decorationsBackgroundBorderLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the border in decoration legends background", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "Decorations", "x-cx-nl": "Set the decorations background border line type to {_option_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bullet", "CDF", "Cleveland", "Contour", "Density", "Distribution", "DotLine", "Dotplot", "Dumbbell", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Network", "Pareto", "QQ", "Quantile", "Ridgeline", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TimeSeries", "Tornado", "Violin", "Volcano", "Waterfall" ] }, "decorationsBackgroundBorderSize": { "type": [ "number", "boolean" ], "description": "Size for the border line in decoration legends background", "default": 0.5, "x-cx-false-disables": true, "x-cx-category": "Decorations", "x-cx-nl": "Set the decorations background border size to {_float_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bullet", "CDF", "Cleveland", "Contour", "Density", "Distribution", "DotLine", "Dotplot", "Dumbbell", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Network", "Pareto", "QQ", "Quantile", "Ridgeline", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TimeSeries", "Tornado", "Violin", "Volcano", "Waterfall" ] }, "decorationsBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the decoration legends background", "default": "rgba(255,255,255,0)", "x-cx-false-disables": true, "x-cx-category": "Decorations", "x-cx-nl": "Color the decorations background {_color_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bullet", "CDF", "Cleveland", "Contour", "Density", "Distribution", "DotLine", "Dotplot", "Dumbbell", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Network", "Pareto", "QQ", "Quantile", "Ridgeline", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TimeSeries", "Tornado", "Violin", "Volcano", "Waterfall" ] }, "decorationsClipped": { "type": "boolean", "description": "Flag to clip decorations to the x,y area of the plot.", "default": true, "x-cx-category": "Decorations", "x-cx-nl": "{Clip|Do Not Clip} decorations to the x,y area of the plot", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bullet", "CDF", "Cleveland", "Contour", "Density", "Distribution", "DotLine", "Dotplot", "Dumbbell", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Network", "Pareto", "QQ", "Quantile", "Ridgeline", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TimeSeries", "Tornado", "Violin", "Volcano", "Waterfall" ] }, "decorationsColors": { "type": [ "array", "boolean", "string", "number" ], "description": "Array of colors used for the decorations. Only applicable to Network graphs", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Decorations", "x-cx-nl": "Set the decorations colors to {_array_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bullet", "CDF", "Cleveland", "Contour", "Density", "Distribution", "DotLine", "Dotplot", "Dumbbell", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Network", "Pareto", "QQ", "Quantile", "Ridgeline", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TimeSeries", "Tornado", "Violin", "Volcano", "Waterfall" ] }, "decorationsHeight": { "type": [ "integer", "boolean" ], "description": "Length in pixels of the height for the decorations. Only applicable to Network graphs.", "default": 40, "x-cx-false-disables": true, "x-cx-category": "Decorations", "x-cx-nl": "Set the decorations height to {_integer_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bullet", "CDF", "Cleveland", "Contour", "Density", "Distribution", "DotLine", "Dotplot", "Dumbbell", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Network", "Pareto", "QQ", "Quantile", "Ridgeline", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TimeSeries", "Tornado", "Violin", "Volcano", "Waterfall" ] }, "decorationsOnTop": { "type": "boolean", "description": "Flag to draw decorations after drawing the data. Not applicable to Network graphs", "default": true, "x-cx-category": "Decorations", "x-cx-nl": "{Draw|Do Not Draw} decorations after drawing the data", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bullet", "CDF", "Cleveland", "Contour", "Density", "Distribution", "DotLine", "Dotplot", "Dumbbell", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Network", "Pareto", "QQ", "Quantile", "Ridgeline", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TimeSeries", "Tornado", "Violin", "Volcano", "Waterfall" ] }, "decorationsPosition": { "type": [ "string", "boolean" ], "description": "Position for the the decorations", "default": "bottom", "enum": [ "topRight", "right", "bottomRight", "bottom", "bottomLeft", "left", "topLeft", "top", false ], "x-cx-false-disables": true, "x-cx-category": "Decorations", "x-cx-nl": "Put the decorations on the {_option_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bullet", "CDF", "Cleveland", "Contour", "Density", "Distribution", "DotLine", "Dotplot", "Dumbbell", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Network", "Pareto", "QQ", "Quantile", "Ridgeline", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TimeSeries", "Tornado", "Violin", "Volcano", "Waterfall" ] }, "decorationsProperties": { "type": [ "object", "boolean" ], "description": "Object to assign properties like color, position, etc. Only applicable to Network graphs", "default": {}, "x-cx-false-disables": true, "x-cx-category": "Decorations", "x-cx-nl": "Set the decorations properties to {_object_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bullet", "CDF", "Cleveland", "Contour", "Density", "Distribution", "DotLine", "Dotplot", "Dumbbell", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Network", "Pareto", "QQ", "Quantile", "Ridgeline", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TimeSeries", "Tornado", "Violin", "Volcano", "Waterfall" ] }, "decorationsTextAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the decoration legends", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Decorations", "x-cx-nl": "Align the decorations text to the {_option_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bullet", "CDF", "Cleveland", "Contour", "Density", "Distribution", "DotLine", "Dotplot", "Dumbbell", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Network", "Pareto", "QQ", "Quantile", "Ridgeline", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TimeSeries", "Tornado", "Violin", "Volcano", "Waterfall" ] }, "decorationsTextBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the decoration legends", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Decorations", "x-cx-nl": "Set the decorations text baseline to {_option_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bullet", "CDF", "Cleveland", "Contour", "Density", "Distribution", "DotLine", "Dotplot", "Dumbbell", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Network", "Pareto", "QQ", "Quantile", "Ridgeline", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TimeSeries", "Tornado", "Violin", "Volcano", "Waterfall" ] }, "decorationsTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in decoration legends", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Decorations", "x-cx-nl": "Color the decorations text {_color_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bullet", "CDF", "Cleveland", "Contour", "Density", "Distribution", "DotLine", "Dotplot", "Dumbbell", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Network", "Pareto", "QQ", "Quantile", "Ridgeline", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TimeSeries", "Tornado", "Violin", "Volcano", "Waterfall" ] }, "decorationsTextFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in decoration legends. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the decorationsTextScaleFontFactor", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Decorations", "x-cx-nl": "Set the decorations text font size to {_integer_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bullet", "CDF", "Cleveland", "Contour", "Density", "Distribution", "DotLine", "Dotplot", "Dumbbell", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Network", "Pareto", "QQ", "Quantile", "Ridgeline", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TimeSeries", "Tornado", "Violin", "Volcano", "Waterfall" ] }, "decorationsTextFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the decoration legends", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Decorations", "x-cx-nl": "Set the decorations text font style to {_option_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bullet", "CDF", "Cleveland", "Contour", "Density", "Distribution", "DotLine", "Dotplot", "Dumbbell", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Network", "Pareto", "QQ", "Quantile", "Ridgeline", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TimeSeries", "Tornado", "Violin", "Volcano", "Waterfall" ] }, "decorationsTextMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the decoration legends", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Decorations", "x-cx-nl": "Set the decorations text margin to {_float_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bullet", "CDF", "Cleveland", "Contour", "Density", "Distribution", "DotLine", "Dotplot", "Dumbbell", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Network", "Pareto", "QQ", "Quantile", "Ridgeline", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TimeSeries", "Tornado", "Violin", "Volcano", "Waterfall" ] }, "decorationsTextRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the decoration legends", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Decorations", "x-cx-nl": "Rotate the decorations text {_integer_} degrees", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bullet", "CDF", "Cleveland", "Contour", "Density", "Distribution", "DotLine", "Dotplot", "Dumbbell", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Network", "Pareto", "QQ", "Quantile", "Ridgeline", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TimeSeries", "Tornado", "Violin", "Volcano", "Waterfall" ] }, "decorationsTextScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the decoration legends font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Decorations", "x-cx-nl": "{Increase|Decrease} the size of the decorations text by a factor of {_float_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bullet", "CDF", "Cleveland", "Contour", "Density", "Distribution", "DotLine", "Dotplot", "Dumbbell", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Network", "Pareto", "QQ", "Quantile", "Ridgeline", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TimeSeries", "Tornado", "Violin", "Volcano", "Waterfall" ] }, "decorationsTransform": { "type": "boolean", "description": "Flag to transform the data in decorations produced in Cxplot. Not applicable to Network graphs", "default": true, "x-cx-category": "Decorations", "x-cx-nl": "{Transform|Do Not Transform} the data in decorations produced in Cxplot", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bullet", "CDF", "Cleveland", "Contour", "Density", "Distribution", "DotLine", "Dotplot", "Dumbbell", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Network", "Pareto", "QQ", "Quantile", "Ridgeline", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TimeSeries", "Tornado", "Violin", "Volcano", "Waterfall" ] }, "decorationsTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for range decorations type only. Also, it is not applicable to Network graphs", "default": 0.2, "x-cx-false-disables": true, "x-cx-category": "Decorations", "x-cx-nl": "Set the decorations transparency to {_float_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bullet", "CDF", "Cleveland", "Contour", "Density", "Distribution", "DotLine", "Dotplot", "Dumbbell", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Network", "Pareto", "QQ", "Quantile", "Ridgeline", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TimeSeries", "Tornado", "Violin", "Volcano", "Waterfall" ] }, "decorationsType": { "type": [ "string", "boolean" ], "description": "Type for the decorations and only applicable to Network graphs. The types stacked and stackedpercent must be two dimensional. Heatmap could be one or two dimensional", "default": "bar", "enum": [ "pie", "bar", "heatmap", "stacked", "stackedpercent", false ], "x-cx-false-disables": true, "x-cx-category": "Decorations", "x-cx-nl": "Set the decorations type to {_option_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bullet", "CDF", "Cleveland", "Contour", "Density", "Distribution", "DotLine", "Dotplot", "Dumbbell", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Network", "Pareto", "QQ", "Quantile", "Ridgeline", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TimeSeries", "Tornado", "Violin", "Volcano", "Waterfall" ] }, "decorationsWidth": { "type": [ "integer", "boolean" ], "description": "Length in pixels of the width for the decorations. Only applicable to Network graphs.", "default": 20, "x-cx-false-disables": true, "x-cx-category": "Decorations", "x-cx-nl": "Set the decorations width to {_integer_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bullet", "CDF", "Cleveland", "Contour", "Density", "Distribution", "DotLine", "Dotplot", "Dumbbell", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Network", "Pareto", "QQ", "Quantile", "Ridgeline", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TimeSeries", "Tornado", "Violin", "Volcano", "Waterfall" ] }, "dendrogramColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the dendrograms", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Dendrograms", "x-cx-nl": "Color the dendrogram {_color_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Circular", "Cleveland", "Correlation", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Tree", "TreeBracket", "Treemap" ] }, "dendrogramHeight": { "type": [ "integer", "boolean" ], "description": "Size in pixels for the dendrogram", "default": 80, "x-cx-false-disables": true, "x-cx-category": "Dendrograms", "x-cx-nl": "Set the dendrogram height to {_integer_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Circular", "Cleveland", "Correlation", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Tree", "TreeBracket", "Treemap" ] }, "densityKernel": { "type": [ "string", "boolean" ], "description": "Histogram density kernels", "default": "gaussian", "enum": [ "gaussian", "rectangular", "triangular", "epanechnikov", "quartic", "biweight", "cosine", "optcosine", false ], "x-cx-false-disables": true, "x-cx-category": "Density Plots", "x-cx-nl": "Set the density kernel to {_option_}", "x-cx-graphtypes": [ "Density", "Distribution", "Histogram", "Ridgeline", "Violin" ] }, "densityPosition": { "type": [ "string", "boolean" ], "description": "Histogram density position", "default": "normal", "enum": [ "normal", "stacked", "filled", false ], "x-cx-false-disables": true, "x-cx-category": "Density Plots", "x-cx-nl": "Set the density position to {_option_}", "x-cx-graphtypes": [ "Density", "Distribution", "Histogram", "Ridgeline", "Violin" ] }, "disableBeacon": { "type": "boolean", "description": "Flag to disable beacon.", "default": false, "x-cx-category": "Events", "x-cx-nl": "{Disable|Do Not Disable} beacon" }, "disableCSSTransitions": { "type": "boolean", "description": "Flag to disable CSS transitions for all HTML elements. It will work for ALL the visualizations in the page", "default": false, "x-cx-category": "Events", "x-cx-nl": "{Disable|Do Not Disable} CSS transitions for all HTML elements" }, "disableCanvas": { "type": "boolean", "description": "Flag to disable all canvas events", "default": false, "x-cx-category": "Events", "x-cx-nl": "{Disable|Do Not Disable} all canvas events" }, "disableChat": { "type": "boolean", "description": "Flag to disable chat with AI", "default": false, "x-cx-category": "Events", "x-cx-nl": "{Disable|Do Not Disable} chat with AI" }, "disableCode": { "type": "boolean", "description": "Flag to disable showing the code", "default": false, "x-cx-category": "Events", "x-cx-nl": "{Disable|Do Not Disable} showing the code" }, "disableCustomizer": { "type": "boolean", "description": "Flag to disable the data explorer", "default": false, "x-cx-category": "Events", "x-cx-nl": "{Disable|Do Not Disable} the data explorer" }, "disableDataFilters": { "type": "boolean", "description": "Flag to disable showing data filters", "default": false, "x-cx-category": "Events", "x-cx-nl": "{Disable|Do Not Disable} showing data filters" }, "disableDataTable": { "type": "boolean", "description": "Flag to disable showing data table", "default": false, "x-cx-category": "Events", "x-cx-nl": "{Disable|Do Not Disable} showing data table" }, "disableDocument": { "type": "boolean", "description": "Flag to disable mousemove and mouseup in the document", "default": false, "x-cx-category": "Events", "x-cx-nl": "{Disable|Do Not Disable} mousemove and mouseup in the document" }, "disableDrag": { "type": "boolean", "description": "Flag to disable drag events in canvas", "default": false, "x-cx-category": "Events", "x-cx-nl": "{Disable|Do Not Disable} drag events in canvas" }, "disableEvents": { "type": "boolean", "description": "Flag to disable all events", "default": false, "x-cx-category": "Events", "x-cx-nl": "{Disable|Do Not Disable} all events" }, "disableGrid": { "type": "boolean", "description": "Flag to disable showing grid", "default": false, "x-cx-category": "Events", "x-cx-nl": "{Disable|Do Not Disable} showing grid" }, "disableKeys": { "type": "boolean", "description": "Flag to disable key binding events. This prevent some default browser shortcuts and it is system specific. Please see the Event section bellow", "default": false, "x-cx-category": "Events", "x-cx-nl": "{Disable|Do Not Disable} key binding events" }, "disableLLMService": { "type": "boolean", "description": "Flag to disable use of LLM service for AI-creation of CanvasXpress configurations. It automatically switch to use autocomplete.", "default": false, "x-cx-category": "Events", "x-cx-nl": "{Disable|Do Not Disable} use of LLM service for AI-creation of CanvasXpress configurations" }, "disableMenu": { "type": "boolean", "description": "Flag to disable showing the menu on right clicks", "default": false, "x-cx-category": "Events", "x-cx-nl": "{Disable|Do Not Disable} showing the menu on right clicks" }, "disablePlusMinusKeys": { "type": "boolean", "description": "Flag to disable plus / minus key binding events", "default": true, "x-cx-category": "Events", "x-cx-nl": "{Disable|Do Not Disable} plus / minus key binding events" }, "disableShowShortcuts": { "type": "boolean", "description": "Flag to disable showing shortcuts", "default": true, "x-cx-category": "Events", "x-cx-nl": "{Disable|Do Not Disable} showing shortcuts" }, "disableToolbar": { "type": "boolean", "description": "Flag to disable showing the toolbar", "default": false, "x-cx-category": "Events", "x-cx-nl": "{Disable|Do Not Disable} showing the toolbar" }, "disableTooltipCallout": { "type": "boolean", "description": "Flag to disable the tooltip callouts", "default": false, "x-cx-category": "Events", "x-cx-nl": "{Disable|Do Not Disable} the tooltip callouts" }, "disableUndoRedoKeys": { "type": "boolean", "description": "Flag to disable undo/redo keys.", "default": false, "x-cx-category": "Events", "x-cx-nl": "{Disable|Do Not Disable} undo/redo keys" }, "disableWheel": { "type": "boolean", "description": "Flag to disable wheel.", "default": false, "x-cx-category": "Events", "x-cx-nl": "{Disable|Do Not Disable} wheel" }, "disableWindow": { "type": "boolean", "description": "Flag to disable resizing the canvas when the window is resized.", "default": false, "x-cx-category": "Events", "x-cx-nl": "{Disable|Do Not Disable} resizing the canvas when the window is resized" }, "dodgeBy": { "type": [ "string", "boolean" ], "description": "Name of a sample annotation to dodge the samples of each variable in Bar graphs", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Dodge by {_factor_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "dotLength": { "type": [ "integer", "boolean" ], "description": "Size in pixels of the length between dots in the doted lines", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Lines", "x-cx-nl": "Set the dot length to {_integer_}" }, "dotplotOutlineThreshold": { "type": [ "integer", "boolean" ], "description": "Maximum number of data points before skipping plotting their outline but only the fill color", "default": 5000, "x-cx-false-disables": true, "x-cx-category": "Plot Area", "x-cx-nl": "Set the dotplot outline threshold to {_integer_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Gantt", "Heatmap", "Line", "Lollipop", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TagCloud", "Tornado", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Waterfall", "WordCloud" ] }, "dotplotType": { "type": [ "string", "boolean" ], "description": "Style for the dotplot. Transition plot are only applicable when data is grouped", "default": "normal", "enum": [ "arrow", "bullet", "cleveland", "connected", "line", "lineConnected", "normal", "stacked", "transition", false ], "x-cx-false-disables": true, "x-cx-category": "Dotplot Graphs", "x-cx-nl": "Set the dotplot type to {_option_}", "x-cx-graphtypes": [ "Boxplot", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Violin" ] }, "dumbbellType": { "type": [ "string", "boolean" ], "description": "Style for the dumbbell plot", "default": "stacked", "enum": [ "arrow", "bullet", "cleveland", "connected", "line", "lineConnected", "stacked", false ], "x-cx-false-disables": true, "x-cx-category": "Dumbbell Graphs", "x-cx-nl": "Set the dumbbell type to {_option_}", "x-cx-graphtypes": [ "Boxplot", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Violin" ] }, "edgeColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the edges", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Network Graphs", "x-cx-nl": "Color the edge {_color_}", "x-cx-graphtypes": [ "Network" ] }, "edgeSeparationFactor": { "type": [ "number", "boolean" ], "description": "Factor to adjust the separation between the edge and the node in the networks", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Network Graphs", "x-cx-nl": "Set the edge separation factor to {_float_}", "x-cx-graphtypes": [ "Network" ] }, "ellipseBy": { "type": [ "string", "boolean" ], "description": "Utility to create error ellipses in Scatter plots", "default": false, "x-cx-options": [ false, "variable" ], "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Ellipse by {_factor_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "errorBarsColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the error bars in dotplots and barplots", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Error Bars", "x-cx-nl": "Color the error bars {_color_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "errorBarsThickness": { "type": [ "number", "boolean" ], "description": "Thickness for the error bars in dotplots", "default": 3, "x-cx-false-disables": true, "x-cx-category": "Error Bars", "x-cx-nl": "Set the error bars thickness to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "errorBarsType": { "type": [ "string", "boolean" ], "description": "Type of error bars", "default": "confidenceInterval95", "enum": [ "standardDeviation", "standardErrorMean", "confidenceInterval95", false ], "x-cx-false-disables": true, "x-cx-category": "Error Bars", "x-cx-nl": "Set the error bars type to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "errorBarsWidth": { "type": [ "integer", "boolean" ], "description": "Minimum size of the bar in pixels to determine to show or hide error bar ends in the graphs when available", "default": 2, "x-cx-false-disables": true, "x-cx-category": "Error Bars", "x-cx-nl": "Set the error bars width to {_integer_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "evenColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the even numbers in samples when the property block contrast is set in one dimensional plots or the color for odd number residues in translations in genome plots", "default": "rgb(245,245,245)", "x-cx-false-disables": true, "x-cx-category": "Colors", "x-cx-nl": "Color the even {_color_}" }, "extendedDOE": { "type": "boolean", "description": "Flag to extend DOE to include variables / samples", "default": true, "x-cx-category": "DOE", "x-cx-nl": "{Extend|Do Not Extend} DOE to include variables / samples" }, "featureCoordinateHeight": { "type": [ "integer", "boolean" ], "description": "Default size in pixels of the coordinates height", "default": 14, "x-cx-false-disables": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "Set the feature coordinate height to {_integer_}", "x-cx-graphtypes": [ "Genome" ] }, "featureCoordinateShow": { "type": "boolean", "description": "Flag to use to show coordinates", "default": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "{Use|Do Not Use} to show coordinates", "x-cx-graphtypes": [ "Genome" ] }, "featureDirColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the strand direction of the feature in the genome browser", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "Color the feature dir {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "featureFillColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the fill of the feature in the genome browser", "default": "rgb(255,255,255)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "Color the feature fill {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "featureHeightDefault": { "type": [ "integer", "boolean" ], "description": "Default size in pixels of the feature height", "default": 14, "x-cx-false-disables": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "Set the feature height default to {_integer_}", "x-cx-graphtypes": [ "Genome" ] }, "featureNameAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the feature name", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "Align the feature name to the {_option_}", "x-cx-graphtypes": [ "Genome" ] }, "featureNameBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the feature name", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "Set the feature name baseline to {_option_}", "x-cx-graphtypes": [ "Genome" ] }, "featureNameColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in feature name", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "Color the feature name {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "featureNameFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in feature name. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the featureNameScaleFontFactor", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "Set the feature name font size to {_integer_}", "x-cx-graphtypes": [ "Genome" ] }, "featureNameFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the feature name", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "Set the feature name font style to {_option_}", "x-cx-graphtypes": [ "Genome" ] }, "featureNameMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the feature name", "default": 8, "x-cx-false-disables": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "Set the feature name margin to {_float_}", "x-cx-graphtypes": [ "Genome" ] }, "featureNameRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the feature name", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "Rotate the feature name {_integer_} degrees", "x-cx-graphtypes": [ "Genome" ] }, "featureNameScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the feature name font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "{Increase|Decrease} the size of the feature name by a factor of {_float_}", "x-cx-graphtypes": [ "Genome" ] }, "featureQualityHeight": { "type": [ "integer", "boolean" ], "description": "Default size in pixels of the quality height", "default": 14, "x-cx-false-disables": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "Set the feature quality height to {_integer_}", "x-cx-graphtypes": [ "Genome" ] }, "featureQualityShow": { "type": "boolean", "description": "Flag to use to show quality", "default": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "{Use|Do Not Use} to show quality", "x-cx-graphtypes": [ "Genome" ] }, "featureQualityValues": { "type": "boolean", "description": "Flag to use to show values for the quality", "default": false, "x-cx-category": "Genome Browser Features", "x-cx-nl": "{Use|Do Not Use} to show values for the quality", "x-cx-graphtypes": [ "Genome" ] }, "featureSignalToNoiseHeight": { "type": [ "integer", "boolean" ], "description": "Default size in pixels of the quality height", "default": 14, "x-cx-false-disables": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "Set the feature signal to noise height to {_integer_}", "x-cx-graphtypes": [ "Genome" ] }, "featureSignalToNoiseShow": { "type": "boolean", "description": "Flag to use to show quality", "default": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "{Use|Do Not Use} to show quality", "x-cx-graphtypes": [ "Genome" ] }, "featureSignalToNoiseValues": { "type": "boolean", "description": "Flag to use to show values for the quality", "default": false, "x-cx-category": "Genome Browser Features", "x-cx-nl": "{Use|Do Not Use} to show values for the quality", "x-cx-graphtypes": [ "Genome" ] }, "featureSpliceStyle": { "type": [ "string", "boolean" ], "description": "Default style for splicing in boxes", "default": "rect", "enum": [ "rect", "broken", false ], "x-cx-false-disables": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "Set the feature splice style to {_option_}", "x-cx-graphtypes": [ "Genome" ] }, "featureStaggered": { "type": "boolean", "description": "Flag to use to stagger the features in the genome panel", "default": false, "x-cx-category": "Genome Browser Features", "x-cx-nl": "{Use|Do Not Use} to stagger the features in the genome panel", "x-cx-graphtypes": [ "Genome" ] }, "featureTraceHeight": { "type": [ "integer", "boolean" ], "description": "Default size in pixels of the trace height", "default": 40, "x-cx-false-disables": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "Set the feature trace height to {_integer_}", "x-cx-graphtypes": [ "Genome" ] }, "featureTraceTrim": { "type": [ "integer", "boolean" ], "description": "Default triming for nucleotide values in the traces (expressed in percent)", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "Set the feature trace trim to {_integer_}", "x-cx-graphtypes": [ "Genome" ] }, "featureTracesShow": { "type": "boolean", "description": "Flag to use to show traces", "default": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "{Use|Do Not Use} to show traces", "x-cx-graphtypes": [ "Genome" ] }, "featureTranslateHeight": { "type": [ "integer", "boolean" ], "description": "Default size in pixels of the translation height", "default": 14, "x-cx-false-disables": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "Set the feature translate height to {_integer_}", "x-cx-graphtypes": [ "Genome" ] }, "featureTranslateShow": { "type": "boolean", "description": "Flag to use to show tranlation", "default": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "{Use|Do Not Use} to show tranlation", "x-cx-graphtypes": [ "Genome" ] }, "featureTypeDefault": { "type": [ "string", "boolean" ], "description": "Default type for the feature in the genome browser", "default": "line", "enum": [ "box", "bar", "heatmap", "sequence", "triangle", "line", false ], "x-cx-false-disables": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "Set the feature type default to {_option_}", "x-cx-graphtypes": [ "Genome" ] }, "featureWidthDefault": { "type": [ "integer", "boolean" ], "description": "Default size in pixels of the feature width", "default": 3, "x-cx-false-disables": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "Set the feature width default to {_integer_}", "x-cx-graphtypes": [ "Genome" ] }, "filterData": { "type": [ "array", "boolean", "string", "number" ], "description": "Array of arrays with filtering functions. Each function takes four parameters. The fisrt parameter is the type of filter. This could either of: var, smp, series, meta, x, y, z, data, network or guess (if not known). The second parameter is the key that usually correspond to a sample or variable factor name in the x or z object of the data. The third parameter is the operator to use which is one of: >, >=, <, <=, between, exact, like or not like and the four parameter is an array with the value or values that are needed for the corresponding evaluation. Here are some examples: [ x, class, exact, [ A ] ], [ guess, dose, between, [ 0.5, 2 ] ]", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Data Filters", "x-cx-nl": "Set the filter data to {_array_}" }, "filterDataBy": { "type": [ "object", "boolean" ], "description": "Filter data by their value in the data object used in oncoprints. Used in the CanvasXpress UIs", "default": { "cases": [], "comp": [], "op": [], "type": [], "value": [] }, "x-cx-false-disables": true, "x-cx-category": "Data Filters", "x-cx-nl": "Filter data where filter data by {_filter_}" }, "filterEdgeBy": { "type": [ "object", "boolean" ], "description": "Filter edges by their properties used in network graphs. Used in the CanvasXpress UIs", "default": { "cases": [], "comp": [], "op": [], "type": [], "value": [] }, "x-cx-false-disables": true, "x-cx-category": "Data Filters", "x-cx-nl": "Filter data where filter edge by {_filter_}" }, "filterFeatureBy": { "type": [ "object", "boolean" ], "description": "Filter features by their properties used in genome browser. Used in the CanvasXpress UIs", "default": { "cases": [], "comp": [], "op": [], "type": [], "value": [] }, "x-cx-false-disables": true, "x-cx-category": "Data Filters", "x-cx-nl": "Filter data where filter feature by {_filter_}" }, "filterMode": { "type": [ "string", "boolean" ], "description": "Mode for the legend filters. Can be set to hide the data using transparency or to color the data points with the missingDataColor", "default": "hide", "enum": [ "hide", "color", false ], "x-cx-false-disables": true, "x-cx-category": "Data Filters", "x-cx-nl": "Set the filter mode to {_option_}" }, "filterNodeBy": { "type": [ "object", "boolean" ], "description": "Filter nodes by their properties used in network graphs. Used in the CanvasXpress UIs", "default": { "cases": [], "comp": [], "op": [], "type": [], "value": [] }, "x-cx-false-disables": true, "x-cx-category": "Data Filters", "x-cx-nl": "Filter data where filter node by {_filter_}" }, "filterSkipNullKeys": { "type": "boolean", "description": "Flag to bypass filtering when a key is non existent in the data objects", "default": false, "x-cx-category": "Data Filters", "x-cx-nl": "{Bypass|Do Not Bypass} filtering when a key is non existent in the data objects" }, "filterSkipNullValues": { "type": "boolean", "description": "Flag to bypass filtering when a value is null", "default": false, "x-cx-category": "Data Filters", "x-cx-nl": "{Bypass|Do Not Bypass} filtering when a value is null" }, "filterSmpBy": { "type": [ "object", "boolean" ], "description": "Filter samples by their annotation included in the data.x object used in one dimensional plots. Used in the CanvasXpress UIs", "default": { "cases": [], "comp": [], "op": [], "type": [], "value": [] }, "x-cx-false-disables": true, "x-cx-category": "Data Filters", "x-cx-nl": "Filter data where filter sample by {_filter_}" }, "filterType": { "type": [ "string", "boolean" ], "description": "Type for the filter. Can be and or or", "default": "and", "enum": [ "and", "or", false ], "x-cx-false-disables": true, "x-cx-category": "Data Filters", "x-cx-nl": "Set the filter type to {_option_}" }, "filterVarBy": { "type": [ "object", "boolean" ], "description": "Filter variables by their annotation included in the data.z object used in one dimensional plots. Used in the CanvasXpress UIs", "default": { "cases": [], "comp": [], "op": [], "type": [], "value": [] }, "x-cx-false-disables": true, "x-cx-category": "Data Filters", "x-cx-nl": "Filter data where filter variable by {_filter_}" }, "fishAxis": { "type": [ "array", "boolean", "string", "number" ], "description": "Fish Axis (array with lines across the X Axis)", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Fish Graphs", "x-cx-nl": "Set the fish axis to {_array_}", "x-cx-graphtypes": [ "Fish" ] }, "fishAxisLabels": { "type": [ "array", "boolean", "string", "number" ], "description": "Fish Axis Labels (array with names for the lines across the X Axis). Must have the same dimension as the fishAxis", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Fish Graphs", "x-cx-nl": "Set the fish axis labels to {_array_}", "x-cx-graphtypes": [ "Fish" ] }, "fishCloneLabels": { "type": [ "array", "boolean", "string", "number" ], "description": "Fish Clone Labels (array with names for the clones). Must have the same dimension as the fishParents", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Fish Graphs", "x-cx-nl": "Set the fish clone labels to {_array_}", "x-cx-graphtypes": [ "Fish" ] }, "fishParents": { "type": [ "array", "boolean", "string", "number" ], "description": "Fish Parents", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Fish Graphs", "x-cx-nl": "Set the fish parents to {_array_}", "x-cx-graphtypes": [ "Fish" ] }, "fishSeparateIndependentClones": { "type": "boolean", "description": "Flag to separate indepenent clones", "default": false, "x-cx-category": "Fish Graphs", "x-cx-nl": "{Separate|Do Not Separate} indepenent clones", "x-cx-graphtypes": [ "Fish" ] }, "fishShape": { "type": [ "string", "boolean" ], "description": "Fish Shape", "default": "polygon", "enum": [ "spline", "polygon", false ], "x-cx-false-disables": true, "x-cx-category": "Fish Graphs", "x-cx-nl": "Set the fish shape to {_option_}", "x-cx-graphtypes": [ "Fish" ] }, "fishTimepoints": { "type": [ "array", "boolean", "string", "number" ], "description": "Fish Timepoints", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Fish Graphs", "x-cx-nl": "Set the fish timepoints to {_array_}", "x-cx-graphtypes": [ "Fish" ] }, "fitLineColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the fit line", "default": "#fed385", "x-cx-false-disables": true, "x-cx-category": "Fit Lines", "x-cx-nl": "Color the fit line {_color_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "fitLineTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for the color of the fit line", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Fit Lines", "x-cx-nl": "Set the fit line transparency to {_float_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "fitLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the fit line", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "Fit Lines", "x-cx-nl": "Set the fit line type to {_option_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "fitLineWidth": { "type": [ "number", "boolean" ], "description": "Width for the fit line", "default": 2, "x-cx-false-disables": true, "x-cx-category": "Fit Lines", "x-cx-nl": "Set the fit line width to {_float_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "fixedAspectRatio": { "type": [ "number", "boolean" ], "description": "Keep fixed aspect ratio expressed as y / x. A zero value is used to ignore otherwise the x and y axes are set accordingly. This has a use only in visium plots", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Aspect Ratio, Space and Width", "x-cx-nl": "Set the fixed aspect ratio to {_float_}" }, "fontColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the font", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Text", "x-cx-nl": "Color the font {_color_}" }, "fontName": { "type": [ "string", "boolean" ], "description": "Font name. Web-Safe HTML fonts", "default": "Arial", "enum": [ "American Typewriter", "Andale Mono", "Arial", "Baskerville", "Bradley Hand", "Brush Script MT", "Comic Sans MS", "Courier", "Didot", "Georgia", "Gill Sans", "Helvetica", "Impact", "Lucida Console", "Luminari", "Monaco", "Optima", "Palatino", "Roboto", "Tahoma", "Times New Roman", "Trebuchet MS", "Verdana", false ], "x-cx-false-disables": true, "x-cx-category": "Text", "x-cx-nl": "Set the font family to {_option_}" }, "fontScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Text", "x-cx-nl": "Set the font scale font factor to {_float_}" }, "fontSize": { "type": [ "integer", "boolean" ], "description": "Font size for text in complex plot only. See other categories to modify specific font sizes", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Text", "x-cx-nl": "Set the font size to {_integer_}" }, "fontStyle": { "type": [ "string", "boolean" ], "description": "Font style", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Text", "x-cx-nl": "Set the font style to {_option_}" }, "fonts": { "type": [ "array", "boolean", "string", "number" ], "description": "Goggle Fonts", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Text", "x-cx-nl": "Set the fonts to {_array_}" }, "fontsExternal": { "type": [ "array", "boolean", "string", "number" ], "description": "External Fonts", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Text", "x-cx-nl": "Set the fonts external to {_array_}" }, "foreground": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Specifies the default foreground color for text and lines not covered in a more specific configuration property", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Foreground and Background", "x-cx-nl": "Color the foreground {_color_}" }, "fullscreenExclude": { "type": [ "array", "boolean", "string", "number" ], "description": "Array of element to exclude from full screen mode", "default": [ ".navbar", ".cx-example-tools" ], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Events", "x-cx-nl": "Set the fullscreen exclude to {_array_}" }, "functionColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the function plots", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Scatter Plots", "x-cx-nl": "Color the function {_color_}", "x-cx-graphtypes": [ "Bin", "Binplot", "Bump", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "ganttCompletion": { "type": [ "string", "boolean" ], "description": "Variable annotation in the x object to use in Gantt plots as completion percentage. Must be a value between 0 and 1", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Gantt Charts", "x-cx-nl": "Set the gantt completion to {_option_}", "x-cx-graphtypes": [ "Gantt" ] }, "ganttCompletionTransparency": { "type": [ "number", "boolean" ], "description": "Fraction to adjust color transparency for completion", "default": 0.5, "x-cx-false-disables": true, "x-cx-category": "Gantt Charts", "x-cx-nl": "Set the gantt completion transparency to {_float_}", "x-cx-graphtypes": [ "Gantt" ] }, "ganttDependency": { "type": [ "string", "boolean" ], "description": "Variable annotation in the x object to use in Gantt plots as dependency. Must be a valid sample / group name", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Gantt Charts", "x-cx-nl": "Set the gantt dependency to {_option_}", "x-cx-graphtypes": [ "Gantt" ] }, "ganttDependencyColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the variable metadata used for the dependency line. Defaults to rgb(0,0,0)", "default": false, "x-cx-false-disables": true, "x-cx-category": "Gantt Charts", "x-cx-nl": "Color the gantt dependency {_color_}", "x-cx-graphtypes": [ "Gantt" ] }, "ganttDependencyEnd": { "type": [ "string", "boolean" ], "description": "Variable annotation for the type of ending for the dependency line. Options are arrow, square or round", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Gantt Charts", "x-cx-nl": "Set the gantt dependency end to {_option_}", "x-cx-graphtypes": [ "Gantt" ] }, "ganttDependencyThickness": { "type": [ "number", "boolean" ], "description": "Variable annotation for the thickness of the dependency line. Defaults to 1", "default": false, "x-cx-false-disables": true, "x-cx-category": "Gantt Charts", "x-cx-nl": "Set the gantt dependency thickness to {_float_}", "x-cx-graphtypes": [ "Gantt" ] }, "ganttEnd": { "type": [ "string", "boolean" ], "description": "Variable to use in Gantt plots as end date. Defaults to the second variable in the data set", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Gantt Charts", "x-cx-nl": "Set the gantt end to {_option_}", "x-cx-graphtypes": [ "Gantt" ] }, "ganttStart": { "type": [ "string", "boolean" ], "description": "Variable to use in Gantt plots as start date. Defaults to the first variable in the data set", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Gantt Charts", "x-cx-nl": "Set the gantt start to {_option_}", "x-cx-graphtypes": [ "Gantt" ] }, "genomeResolution": { "type": [ "string", "boolean" ], "description": "Number to adjust the splines curvature", "default": "low", "enum": [ "low", "medium", "high", false ], "x-cx-false-disables": true, "x-cx-category": "Genome Browser", "x-cx-nl": "Set the genome resolution to {_option_}", "x-cx-graphtypes": [ "Genome" ] }, "genomeTicks": { "type": [ "integer", "boolean" ], "description": "Number of ticks in the genome browser", "default": 50, "x-cx-false-disables": true, "x-cx-category": "Genome Browser", "x-cx-nl": "Set the genome ticks to {_integer_}", "x-cx-graphtypes": [ "Genome" ] }, "ggMatrixRole": { "type": [ "object", "boolean" ], "description": "Perimeter-axis role for a cell of a native multi-panel matrix (ggmatrix/patchwork): {yAxis:Boolean, xAxis:Boolean} — set by CanvasXpress.matrixHost from the cell (row,col) so resetGgmatrix keeps the y-axis on the left column and the x-axis on the bottom row", "default": false, "x-cx-false-disables": true, "x-cx-category": "Plot Data Type", "x-cx-nl": "Set the gg matrix role to {_object_}" }, "ggplot": { "type": [ "object", "boolean" ], "description": "Initial ggplot configuration passed to cxplot", "default": {}, "x-cx-false-disables": true, "x-cx-category": "cxplot", "x-cx-nl": "Set the ggplot to {_object_}" }, "gradient": { "type": "boolean", "description": "Flag to apply a color gradient to all elements in the graphs", "default": false, "x-cx-category": "Gradients", "x-cx-nl": "{Apply|Do Not Apply} a color gradient to all elements in the graphs" }, "gradientOrientation": { "type": [ "string", "boolean" ], "description": "Specifies the orientation of the gradient when the gradient type is linear.", "default": "vertical", "enum": [ "vertical", "horizontal", false ], "x-cx-false-disables": true, "x-cx-category": "Gradients", "x-cx-nl": "Set the gradient orientation to {_option_}" }, "gradientType": { "type": [ "string", "boolean" ], "description": "Specifies the type of gradient pattern", "default": "radial", "enum": [ "linear", "radial", false ], "x-cx-false-disables": true, "x-cx-category": "Gradients", "x-cx-nl": "Set the gradient type to {_option_}" }, "graphOrientation": { "type": [ "string", "boolean" ], "description": "Specifies the orientation of one-dimensional graphs", "default": "horizontal", "enum": [ "horizontal", "vertical", false ], "x-cx-false-disables": true, "x-cx-category": "General One Dimensional Graphs", "x-cx-nl": "Orient the graph {_option_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Gantt", "Heatmap", "Line", "Lollipop", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TagCloud", "Tornado", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Waterfall", "WordCloud" ] }, "graphType": { "type": [ "string", "boolean" ], "description": "Specifies the type of graph to be rendered", "default": "Bar", "enum": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "Bump", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Genome", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "Network", "Oncoprint", "OptionsWall", "ParallelCoordinates", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "TimeSeries", "Tornado", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Venn", "Waterfall", "WordCloud" ], "x-cx-false-disables": true, "x-cx-category": "General", "x-cx-nl": "Create a {_option_}" }, "groupingFactorLevelsOrder": { "type": [ "object", "boolean" ], "description": "Object to specify custom order for the levels in each grouping. The key of the object is the name of a valid sample or variable annotation included in the data object. The value for element is an array with the levels for the corresponding factor", "default": false, "x-cx-false-disables": true, "x-cx-category": "Data", "x-cx-nl": "Set the grouping factor levels order to {_object_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "groupingFactorWindow": { "type": [ "number", "boolean" ], "description": "The width for the data when grouping in Scatter2D plots. This is the analogous parameter to cut_width in R. It defaults to a fifth of the data range. The scatterType must be boxplot to take this parameter into effect", "default": false, "x-cx-false-disables": true, "x-cx-category": "Scatter Plots", "x-cx-nl": "Set the grouping factor window to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "Bump", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "groupingFactors": { "type": [ "array", "boolean", "string", "number" ], "description": "An array that holds the group names used for grouping the data. It must be a category in the data.x object", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Data", "x-cx-nl": "Group data by {_multi-factor_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "groupingFactorsLabelsHide": { "type": [ "array", "boolean", "string", "number" ], "description": "An array that holds the group names used for grouping the data to hide the labels in the graph. It must be a category in the data.x object", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Data", "x-cx-nl": "Hide labels for grouping factor {_multi-factor_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "guideStyle": { "type": [ "string", "boolean" ], "description": "Style for the guides", "default": "line", "enum": [ "line", "track", false ], "x-cx-false-disables": true, "x-cx-category": "Plot Area", "x-cx-nl": "Set the guide style to {_option_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Gantt", "Heatmap", "Line", "Lollipop", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TagCloud", "Tornado", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Waterfall", "WordCloud" ] }, "guidesColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the the variables and / or samples in one dimensional graphs and multidimensional heatmaps just for aesthetics", "default": "rgb(204,204,204)", "x-cx-false-disables": true, "x-cx-category": "Plot Area", "x-cx-nl": "Color the guides {_color_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Gantt", "Heatmap", "Line", "Lollipop", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TagCloud", "Tornado", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Waterfall", "WordCloud" ] }, "guidesLength": { "type": [ "number", "boolean" ], "description": "Length for the the variables and / or samples in one dimensional graphs and multidimensional heatmaps just for aesthetics", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Plot Area", "x-cx-nl": "Set the guides length to {_float_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Gantt", "Heatmap", "Line", "Lollipop", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TagCloud", "Tornado", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Waterfall", "WordCloud" ] }, "guidesLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the the variables and / or samples in one dimensional graphs and multidimensional heatmaps just for aesthetics", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "Plot Area", "x-cx-nl": "Set the guides line type to {_option_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Gantt", "Heatmap", "Line", "Lollipop", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TagCloud", "Tornado", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Waterfall", "WordCloud" ] }, "guidesShow": { "type": "boolean", "description": "Flag to show/hide the the variables and / or samples in one dimensional graphs and multidimensional heatmaps just for aesthetics", "default": false, "x-cx-category": "Plot Area", "x-cx-nl": "{Show|Hide} the guides", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Gantt", "Heatmap", "Line", "Lollipop", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TagCloud", "Tornado", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Waterfall", "WordCloud" ] }, "guidesTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for the color of the the variables and / or samples in one dimensional graphs and multidimensional heatmaps just for aesthetics", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Plot Area", "x-cx-nl": "Set the guides transparency to {_float_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Gantt", "Heatmap", "Line", "Lollipop", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TagCloud", "Tornado", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Waterfall", "WordCloud" ] }, "guidesWidth": { "type": [ "number", "boolean" ], "description": "Width for the the variables and / or samples in one dimensional graphs and multidimensional heatmaps just for aesthetics", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Plot Area", "x-cx-nl": "Set the guides width to {_float_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Gantt", "Heatmap", "Line", "Lollipop", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TagCloud", "Tornado", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Waterfall", "WordCloud" ] }, "heatmapAutoAdjust": { "type": "boolean", "description": "Flag to adjust the color spectrum of the heatmaps when zooming in/out. The full spectrum range will be utilized to cover the selcted cells in the heatmap if the flag is set to true", "default": false, "x-cx-category": "Heatmap Graphs", "x-cx-nl": "{Adjust|Do Not Adjust} the color spectrum of the heatmaps when zooming in/out", "x-cx-graphtypes": [ "Heatmap" ] }, "heatmapCellBox": { "type": "boolean", "description": "Flag to print a box around the heatmap cells", "default": true, "x-cx-category": "Heatmap Graphs", "x-cx-nl": "{Print|Do Not Print} a box around the heatmap cells", "x-cx-graphtypes": [ "Heatmap" ] }, "heatmapCellBoxColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the heatmap boxes around the cells", "default": "rgb(102,102,102)", "x-cx-false-disables": true, "x-cx-category": "Heatmap Graphs", "x-cx-nl": "Color the heatmap cell box {_color_}", "x-cx-graphtypes": [ "Heatmap" ] }, "heatmapCellBoxColorHighlight": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the highlighted heatmap cells", "default": "#fed385", "x-cx-false-disables": true, "x-cx-category": "Heatmap Graphs", "x-cx-nl": "Color the heatmap cell box color highlight {_color_}", "x-cx-graphtypes": [ "Heatmap" ] }, "heatmapCellBoxHighlightWidth": { "type": [ "number", "boolean" ], "description": "Width for the highlighting heatmap boxes around the cells", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Heatmap Graphs", "x-cx-nl": "Set the heatmap cell box highlight width to {_float_}", "x-cx-graphtypes": [ "Heatmap" ] }, "heatmapCellBoxWidth": { "type": [ "number", "boolean" ], "description": "Width for the heatmap boxes around the cells", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Heatmap Graphs", "x-cx-nl": "Set the heatmap cell box width to {_float_}", "x-cx-graphtypes": [ "Heatmap" ] }, "heatmapCellMarkerColorColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the default color for heatmap cell markers when an entry omits its own color", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Heatmap Graphs", "x-cx-nl": "Color the heatmap cell marker color {_color_}", "x-cx-graphtypes": [ "Heatmap" ] }, "heatmapCellMarkerShape": { "type": [ "string", "boolean" ], "description": "Default shape for heatmap cell markers when an entry in heatmapCellMarkers omits its own shape", "default": "pch4", "enum": [ "pch4", "pch3", "pch1", "pch0", "pch5", "pch2", "pch16", "pch15", "pch17", "pch18", "circle", "square", "diamond", "triangle", false ], "x-cx-false-disables": true, "x-cx-category": "Heatmap Graphs", "x-cx-nl": "Set the heatmap cell marker shape to {_option_}", "x-cx-graphtypes": [ "Heatmap" ] }, "heatmapCellMarkerSize": { "type": [ "number", "boolean" ], "description": "Default size of heatmap cell markers as a fraction of the cell (0..1) when an entry omits its own size. The X marker (pch4) spans the full cell corner-to-corner by default (fraction 1) regardless of this value", "default": 0.6, "x-cx-false-disables": true, "x-cx-category": "Heatmap Graphs", "x-cx-nl": "Set the heatmap cell marker size to {_float_}", "x-cx-graphtypes": [ "Heatmap" ] }, "heatmapCellMarkerWidth": { "type": [ "number", "boolean" ], "description": "Default line width for the X (pch4) heatmap cell marker when an entry omits its own width", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Heatmap Graphs", "x-cx-nl": "Set the heatmap cell marker width to {_float_}", "x-cx-graphtypes": [ "Heatmap" ] }, "heatmapCellMarkers": { "type": [ "array", "boolean", "string", "number" ], "description": "Array of per-cell shape overlays drawn on top of standard heatmap cells. Each entry is an object with a *variable* and *sample* name identifying the cell, plus optional *shape*, *color*, and *size* (fraction of the cell, 0..1). Example: [{variable: \"V1\", sample: \"S3\", shape: \"pch4\"}] to cross out a cell with an X. Common shapes: pch4 (X), pch3 (plus), pch1 (open circle), pch0 (open square), pch5 (open diamond), pch16 (filled circle), circle, square, diamond", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Heatmap Graphs", "x-cx-nl": "Set the heatmap cell markers to {_array_}", "x-cx-graphtypes": [ "Heatmap" ] }, "heatmapCollapse": { "type": "boolean", "description": "Flag to collapse cells in heatmaps of type circle or hexagon. If true cells are ploted without outline otherwise the outline is the foreground color", "default": false, "x-cx-category": "Heatmap Graphs", "x-cx-nl": "{Collapse|Do Not Collapse} cells in heatmaps of type circle or hexagon", "x-cx-graphtypes": [ "Heatmap" ] }, "heatmapHighlightByRowCol": { "type": "boolean", "description": "Flag to highlight specific rows and columns in the heatmap cells when a variable or a sample is selected", "default": false, "x-cx-category": "Heatmap Graphs", "x-cx-nl": "{Highlight|Do Not Highlight} specific rows and columns in the heatmap cells when a variable or a sample is selected", "x-cx-graphtypes": [ "Heatmap" ] }, "heatmapHighlightByRowColIntersectionColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the highlighted heatmap cells where rows and columns intersect", "default": "#9b6f2b", "x-cx-false-disables": true, "x-cx-category": "Heatmap Graphs", "x-cx-nl": "Color the heatmap highlight by row col intersection {_color_}", "x-cx-graphtypes": [ "Heatmap" ] }, "heatmapHighlightByRowColIntersectionWidth": { "type": [ "number", "boolean" ], "description": "Width for the highlighting heatmap boxes around the cells where rows and columns intersect", "default": 3, "x-cx-false-disables": true, "x-cx-category": "Heatmap Graphs", "x-cx-nl": "Set the heatmap highlight by row col intersection width to {_float_}", "x-cx-graphtypes": [ "Heatmap" ] }, "heatmapIndicatorBeforeOverlays": { "type": "boolean", "description": "Flag to place the heatmap indicator before the overlay legends", "default": true, "x-cx-category": "Heatmap Color Indicators", "x-cx-nl": "{Place|Do Not Place} the heatmap indicator before the overlay legends", "x-cx-graphtypes": [ "Heatmap" ] }, "heatmapIndicatorHeight": { "type": [ "integer", "boolean" ], "description": "Length in pixels for the heatmap indicator", "default": 40, "x-cx-false-disables": true, "x-cx-category": "Heatmap Color Indicators", "x-cx-nl": "Set the heatmap indicator height to {_integer_}", "x-cx-graphtypes": [ "Heatmap" ] }, "heatmapIndicatorHistogram": { "type": "boolean", "description": "Flag to show histogram in the heatmap indicator", "default": false, "x-cx-category": "Heatmap Color Indicators", "x-cx-nl": "{Show|Do Not Show} histogram in the heatmap indicator", "x-cx-graphtypes": [ "Heatmap" ] }, "heatmapIndicatorHistogramColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the heatmap indicator histogram", "default": "#0ab0db", "x-cx-false-disables": true, "x-cx-category": "Heatmap Color Indicators", "x-cx-nl": "Color the heatmap indicator histogram {_color_}", "x-cx-graphtypes": [ "Heatmap" ] }, "heatmapIndicatorPosition": { "type": [ "string", "boolean" ], "description": "Position for the heatmap indicator", "default": "right", "enum": [ "topLeft", "top", "topRight", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Heatmap Color Indicators", "x-cx-nl": "Set the heatmap indicator position to {_option_}", "x-cx-graphtypes": [ "Heatmap" ] }, "heatmapIndicatorWidth": { "type": [ "integer", "boolean" ], "description": "Length in pixels for the heatmap indicator line width used for increase the size of the indicator", "default": 200, "x-cx-false-disables": true, "x-cx-category": "Heatmap Color Indicators", "x-cx-nl": "Set the heatmap indicator width to {_integer_}", "x-cx-graphtypes": [ "Heatmap" ] }, "heatmapType": { "type": [ "string", "boolean" ], "description": "Type of Heatmap used to overlay a layer on top of an image. Special for spatial transcriptomics and UpSet plots", "default": "normal", "enum": [ "normal", "circle", "hexagon", "upset", "correlation", "split", false ], "x-cx-false-disables": true, "x-cx-category": "Heatmap Graphs", "x-cx-nl": "Set the heatmap type to {_option_}", "x-cx-graphtypes": [ "Heatmap" ] }, "hiddenMapFeatures": { "type": [ "array", "boolean", "string", "number" ], "description": "Hidden Map features", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Maps", "x-cx-nl": "Set the hidden map features to {_array_}", "x-cx-graphtypes": [ "Map" ] }, "hierarchy": { "type": [ "array", "boolean", "string", "number" ], "description": "Hierarchy for trees and bubble graphs made up of sample annotations present the data x object", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Hierarchy", "x-cx-nl": "Set the hierarchy to {_multi-factor_}", "x-cx-graphtypes": [ "Bubble", "Circular", "Sunburst", "Tree", "TreeBracket", "TreeBracket" ] }, "highlightBy": { "type": [ "object", "array", "boolean", "string", "number" ], "description": "Predicate that populates highlightVar / highlightSmp from the data before rendering. An object (or array of objects, OR-combined) of the form { target:\"variable\"|\"sample\", stat:\"mean\"|\"max\"|\"min\"|\"sum\"|\"median\", operator:\">\"|\">=\"|\"<\"|\"<=\"|\"==\"|\"!=\"|\"between\"|\"in\", value:, field: }. When field is given the annotation value is tested; otherwise the element data is aggregated across the other axis with stat. Setting highlightBy switches an unset highlightMode to \"focus\"", "default": false, "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Grey Out", "x-cx-nl": "Set the highlight by to {_object-or-array_}" }, "highlightColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the The single emphasis color for highlighted / selected marks. The per-axis colors varHighlightColor / smpHighlightColor / nodeHighlightColor and the interactive selectionColor all inherit this value unless individually overridden.", "default": "#fe6969", "x-cx-false-disables": true, "x-cx-category": "Grey Out", "x-cx-nl": "Color the highlight {_color_}" }, "highlightGreyOut": { "type": [ "number", "boolean" ], "description": "De-emphasis strength (0-1) for backgrounded marks. On mouseover it is the proportion of the grey overlay applied to the whole graph (0 disables the hover overlay). In \"focus\" mode (highlightMode / selectionMode) it sets how present the grey of the non-focused marks is: near 0 (e.g. 0.01) gives a very light, barely-there grey, higher values a darker, more visible grey; when left at 0 focus falls back to 0.15 so the effect is visible without extra config.", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Grey Out", "x-cx-nl": "Set the highlight grey out to {_float_}" }, "highlightMode": { "type": [ "string", "boolean" ], "description": "How the declarative highlightSmp / highlightVar sets are rendered (shares highlight / ghost / focus with selectionMode, applied to the declarative highlight instead of the interactive selection). \"highlight\" (default) recolors the highlighted marks; \"ghost\" fades the non-highlighted marks; \"focus\" recolors the non-highlighted marks to grey and keeps the highlighted ones in color, drawing the audience to a few elements by de-emphasizing the rest (the storytelling-with-data focus technique, as in the gghighlight package)", "default": "highlight", "enum": [ "highlight", "ghost", "focus", false ], "x-cx-false-disables": true, "x-cx-category": "Grey Out", "x-cx-nl": "Set the highlight mode to {_option_}" }, "highlightNode": { "type": [ "array", "boolean", "string", "number" ], "description": "Name of nodes in the data.nodes object to highlight", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Network Graphs", "x-cx-nl": "Set the highlight node to {_array_}", "x-cx-graphtypes": [ "Network" ] }, "highlightSmp": { "type": [ "array", "boolean", "string", "number" ], "description": "Name of samples to highlight", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Samples", "x-cx-nl": "Set the highlight smp to {_array_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "highlightVar": { "type": [ "array", "boolean", "string", "number" ], "description": "Name of variables to highlight", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Variables", "x-cx-nl": "Set the highlight var to {_array_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "histogramAsDotplot": { "type": "boolean", "description": "Flag to use dots as histogram bars", "default": false, "x-cx-category": "Histograms", "x-cx-nl": "{Use|Do Not Use} dots as histogram bars", "x-cx-graphtypes": [ "Scatter2D" ] }, "histogramBinWidth": { "type": [ "number", "boolean" ], "description": "Width in actual units for the histogram bin", "default": false, "x-cx-false-disables": true, "x-cx-category": "Histograms", "x-cx-nl": "Set the histogram bin width to {_float_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "histogramBins": { "type": [ "integer", "boolean" ], "description": "Approximate number of bins in a histogram. It may vary to the actual number used in the histogram to ensure a pretty size for the intervals in the histogram. Default is the same as in ggplot which is 30", "default": 30, "x-cx-false-disables": true, "x-cx-category": "Histograms", "x-cx-nl": "Set the histogram bins to {_integer_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "histogramBreaks": { "type": [ "array", "boolean", "string", "number" ], "description": "Numeric vector to set the histogram breaks. It is automatically calculated if not defined using the axisAlgorithm setting and the histogramBins", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Histograms", "x-cx-nl": "Set the histogram breaks to {_array_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "histogramDensityFillTransparency": { "type": [ "number", "boolean" ], "description": "Transparency applied to the filled histogram density", "default": 0.85, "x-cx-false-disables": true, "x-cx-category": "Histograms", "x-cx-nl": "Set the histogram density fill transparency to {_float_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "histogramDotplotBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the border in data points in dotplot histograms", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Histograms", "x-cx-nl": "Color the histogram dotplot border {_color_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "histogramDotplotBorderLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the border in data points in dotplot histograms", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "Histograms", "x-cx-nl": "Set the histogram dotplot border line type to {_option_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "histogramDotplotBorderSize": { "type": [ "number", "boolean" ], "description": "Size for the border line in data points in dotplot histograms", "default": 0.5, "x-cx-false-disables": true, "x-cx-category": "Histograms", "x-cx-nl": "Set the histogram dotplot border size to {_float_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "histogramDotplotColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the data points in dotplot histograms", "default": "#fe6969", "x-cx-false-disables": true, "x-cx-category": "Histograms", "x-cx-nl": "Color the histogram dotplot {_color_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "histogramLowest": { "type": "boolean", "description": "Flag to use histogram lowest binning. If true, an x[i] equal to the breaks value will be included in the first (or last, for right = FALSE) bar", "default": true, "x-cx-category": "Histograms", "x-cx-nl": "{Use|Do Not Use} histogram lowest binning", "x-cx-graphtypes": [ "Scatter2D" ] }, "histogramMedianLineType": { "type": [ "string", "boolean" ], "description": "Line type for the histogram median", "default": "dashed", "enum": [ "solid", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "Histograms", "x-cx-nl": "Set the histogram median line type to {_option_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "histogramPathColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the histogram path. If not specified the it defaults to the color of the histogram bars", "default": false, "x-cx-false-disables": true, "x-cx-category": "Histograms", "x-cx-nl": "Color the histogram path {_color_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "histogramPathFillTransparency": { "type": [ "number", "boolean" ], "description": "Transparency applied to the filled histogram path", "default": 0.85, "x-cx-false-disables": true, "x-cx-category": "Histograms", "x-cx-nl": "Set the histogram path fill transparency to {_float_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "histogramPathWidth": { "type": [ "integer", "boolean" ], "description": "Width for the line of the histogram path line", "default": 2, "x-cx-false-disables": true, "x-cx-category": "Histograms", "x-cx-nl": "Set the histogram path width to {_integer_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "histogramRight": { "type": "boolean", "description": "Flag to use histogram right binning. If true, the histogram cells are right-closed (left open) intervals", "default": true, "x-cx-category": "Histograms", "x-cx-nl": "{Use|Do Not Use} histogram right binning", "x-cx-graphtypes": [ "Scatter2D" ] }, "histogramSizeEstimator": { "type": [ "string", "boolean" ], "description": "Histogram size estimator", "default": "sturges", "enum": [ "sturges", "freedmanDiaconis", "scott", false ], "x-cx-false-disables": true, "x-cx-category": "Histograms", "x-cx-nl": "Set the histogram size estimator to {_option_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "histogramStackDir": { "type": [ "string", "boolean" ], "description": "Direction to stack the dots in dotplot histograms", "default": "down", "enum": [ "down", "center", "centerwhole", false ], "x-cx-false-disables": true, "x-cx-category": "Histograms", "x-cx-nl": "Set the histogram stack dir to {_option_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "histogramStackRatio": { "type": [ "number", "boolean" ], "description": "Stack ratio for dotplot histograms. I has to be a value between 0 and 1", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Histograms", "x-cx-nl": "Set the histogram stack ratio to {_float_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "histogramStat": { "type": [ "string", "boolean" ], "description": "Histogram density type", "default": "count", "enum": [ "density", "count", false ], "x-cx-false-disables": true, "x-cx-category": "Histograms", "x-cx-nl": "Set the histogram stat to {_option_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "histogramType": { "type": [ "string", "boolean" ], "description": "Type of histogram when multiple series are present", "default": "dodged", "enum": [ "dodged", "staggered", "stacked", false ], "x-cx-false-disables": true, "x-cx-category": "Histograms", "x-cx-nl": "Set the histogram type to {_option_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "hoverTemplate": { "type": [ "string", "boolean" ], "description": "HTML string to use as template for the hover info", "default": false, "x-cx-false-disables": true, "x-cx-category": "Events", "x-cx-nl": "Set the hover template to {_string_}" }, "hoverTemplate2": { "type": [ "string", "boolean" ], "description": "HTML string to use as template for the second hover info", "default": false, "x-cx-false-disables": true, "x-cx-category": "Events", "x-cx-nl": "Set the hover template2 to {_string_}" }, "htmlWidget": { "type": [ "string", "boolean" ], "description": "Name of a variable / sample annotation to filter the data with an external HTML widget. Changes are not reflected when the customizer is open", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "HTML Widgets", "x-cx-nl": "Set the html widget to {_option_}" }, "htmlWidgetHeight": { "type": [ "integer", "boolean" ], "description": "Height in pixels for the HTML widget. Changes are not reflected when the customizer is open", "default": 120, "x-cx-false-disables": true, "x-cx-category": "HTML Widgets", "x-cx-nl": "Set the html widget height to {_integer_}" }, "htmlWidgetType": { "type": [ "string", "boolean" ], "description": "Type of HTML widget to use. Changes are not reflected when the customizer is open", "default": "auto", "enum": [ "auto", "radio", "dropdown", "range", false ], "x-cx-false-disables": true, "x-cx-category": "HTML Widgets", "x-cx-nl": "Set the html widget type to {_option_}" }, "hullScale": { "type": [ "number", "boolean" ], "description": "Scaling factor for extension of the hulls in the network communities", "default": 1.25, "x-cx-false-disables": true, "x-cx-category": "Network Communities", "x-cx-nl": "Set the hull scale to {_float_}", "x-cx-graphtypes": [ "Network" ] }, "ideogram": { "type": [ "string", "boolean" ], "description": "Ideogram. Additional ideograms can be loaded by appending to the CanvasXpress.chromosomes object. The format of the ideogram is based on the R data for USCS.hg19.chr CanvasXpress.chromosomes = {   hg19 : {     order : [ 1, 2, 3, 4, 5, 6, 7, 8, ...],     data : {       1 : [ [ 0, 2300000, \"p36.33\", \"gneg\" ], ...],       2 : [ [ 0, 4300000, \"p25.3\", \"gneg\" ], ...],     }   } }", "default": "hg38", "enum": [ "hg38", false ], "x-cx-false-disables": true, "x-cx-category": "Ideograms", "x-cx-nl": "Set the ideogram to {_option_}", "x-cx-graphtypes": [ "Circular", "Genome" ] }, "ideogramChromosome": { "type": [ "string", "boolean" ], "description": "Factor name included in the data.z object used to map to the chromosome number", "default": "chr", "x-cx-false-disables": true, "x-cx-category": "Ideograms", "x-cx-nl": "Set the ideogram chromosome to {_string_}", "x-cx-graphtypes": [ "Circular", "Genome" ] }, "ideogramChromosomeNumber": { "type": [ "string", "boolean" ], "description": "Chromosome number", "default": "1", "x-cx-false-disables": true, "x-cx-category": "Ideograms", "x-cx-nl": "Set the ideogram chromosome number to {_string_}", "x-cx-graphtypes": [ "Circular", "Genome" ] }, "ideogramChromosomePosition": { "type": [ "string", "boolean" ], "description": "Factor name included in the data.z object used to map to the chromosome position", "default": "pos", "x-cx-false-disables": true, "x-cx-category": "Ideograms", "x-cx-nl": "Set the ideogram chromosome position to {_string_}", "x-cx-graphtypes": [ "Circular", "Genome" ] }, "ideogramHeight": { "type": [ "integer", "boolean" ], "description": "Default size in pixels of the ideogram height", "default": 20, "x-cx-false-disables": true, "x-cx-category": "Ideograms", "x-cx-nl": "Set the ideogram height to {_integer_}", "x-cx-graphtypes": [ "Circular", "Genome" ] }, "ideogramSegmentAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the ideogram segment", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Ideograms", "x-cx-nl": "Align the ideogram segment to the {_option_}", "x-cx-graphtypes": [ "Circular", "Genome" ] }, "ideogramSegmentBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the ideogram segment", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Ideograms", "x-cx-nl": "Set the ideogram segment baseline to {_option_}", "x-cx-graphtypes": [ "Circular", "Genome" ] }, "ideogramSegmentColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in ideogram segment", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Ideograms", "x-cx-nl": "Color the ideogram segment {_color_}", "x-cx-graphtypes": [ "Circular", "Genome" ] }, "ideogramSegmentFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in ideogram segment. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the ideogramSegmentScaleFontFactor", "default": 9, "x-cx-false-disables": true, "x-cx-category": "Ideograms", "x-cx-nl": "Set the ideogram segment font size to {_integer_}", "x-cx-graphtypes": [ "Circular", "Genome" ] }, "ideogramSegmentFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the ideogram segment", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Ideograms", "x-cx-nl": "Set the ideogram segment font style to {_option_}", "x-cx-graphtypes": [ "Circular", "Genome" ] }, "ideogramSegmentMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the ideogram segment", "default": 8, "x-cx-false-disables": true, "x-cx-category": "Ideograms", "x-cx-nl": "Set the ideogram segment margin to {_float_}", "x-cx-graphtypes": [ "Circular", "Genome" ] }, "ideogramSegmentRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the ideogram segment", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Ideograms", "x-cx-nl": "Rotate the ideogram segment {_integer_} degrees", "x-cx-graphtypes": [ "Circular", "Genome" ] }, "ideogramSegmentScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the ideogram segment font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Ideograms", "x-cx-nl": "{Increase|Decrease} the size of the ideogram segment by a factor of {_float_}", "x-cx-graphtypes": [ "Circular", "Genome" ] }, "ideogramShowFullChromosome": { "type": "boolean", "description": "Flag to show the full chromosome", "default": true, "x-cx-category": "Ideograms", "x-cx-nl": "{Show|Do Not Show} the full chromosome", "x-cx-graphtypes": [ "Circular", "Genome" ] }, "ignoreEventlessOrder": { "type": "boolean", "description": "Flag to render all nodes at one time rather that rendering first the eventless nodes and then the non-eventless nodes", "default": false, "x-cx-category": "Network Graphs", "x-cx-nl": "{Render|Do Not Render} all nodes at one time rather that rendering first the eventless nodes and then the non-eventless nodes", "x-cx-graphtypes": [ "Network" ] }, "imageMaxTries": { "type": [ "integer", "boolean" ], "description": "Maximum times to try to load images. Used to calculate the timeout which will be imageTimeOut / imageTries which will be 100ms by default", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Images", "x-cx-nl": "Set the image max tries to {_integer_}" }, "imageTimeOut": { "type": [ "integer", "boolean" ], "description": "Time in milliseconds to wait to load images", "default": 1000, "x-cx-false-disables": true, "x-cx-category": "Images", "x-cx-nl": "Set the image time out to {_integer_}" }, "images": { "type": [ "array", "boolean", "string", "number" ], "description": "Array of urls of images used in scatter plots. Additional shapes will be used if the array does not contain as many images as needed", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "General Attributes", "x-cx-nl": "Set the images to {_array_}" }, "imputeMethod": { "type": [ "string", "boolean" ], "description": "Imputation method for missing data when clustering", "default": "mean", "enum": [ "mean", "median", false ], "x-cx-false-disables": true, "x-cx-category": "Clustering", "x-cx-nl": "Set the impute method to {_option_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Circular", "Cleveland", "Correlation", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Tree", "TreeBracket", "Treemap" ] }, "includeDOE": { "type": [ "array", "boolean", "string", "number" ], "description": "Array containing the factors to include when exploring the DOE. If left empty all the factors will be included", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "DOE", "x-cx-nl": "Set the include d o e to {_array_}" }, "infoTimeIn": { "type": [ "integer", "boolean" ], "description": "Time in milliseconds to start showing info after a mouse over", "default": 50, "x-cx-false-disables": true, "x-cx-category": "Events", "x-cx-nl": "Set the info time in to {_integer_}" }, "infoTimeOut": { "type": [ "integer", "boolean" ], "description": "Time in milliseconds to wait between updates for the mouse over info to show up", "default": 3000, "x-cx-false-disables": true, "x-cx-category": "Events", "x-cx-nl": "Set the info time out to {_integer_}" }, "initialSize": { "type": [ "integer", "boolean" ], "description": "Initial size in pixels for the objects in the visualizations", "default": null, "x-cx-false-disables": true, "x-cx-category": "Sizes", "x-cx-nl": "Set the initial size to {_integer_}" }, "invertGraph": { "type": "boolean", "description": "Option to reverse one-dimensional horizontal graphs for plotting from right to left", "default": false, "x-cx-category": "General One Dimensional Graphs", "x-cx-nl": "{Invert|Do not invert} the graph", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Gantt", "Heatmap", "Line", "Lollipop", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TagCloud", "Tornado", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Waterfall", "WordCloud" ] }, "is3DNetwork": { "type": "boolean", "description": "Flag to create or not a 3D network", "default": false, "x-cx-category": "Network Graphs", "x-cx-nl": "{Create|Do Not Create} or not a 3D network", "x-cx-graphtypes": [ "Network" ] }, "is3DPlot": { "type": "boolean", "description": "Flag to create or not a 3D plot", "default": false, "x-cx-category": "Plot Area", "x-cx-nl": "{Create|Do Not Create} or not a 3D plot", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Gantt", "Heatmap", "Line", "Lollipop", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TagCloud", "Tornado", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Waterfall", "WordCloud" ] }, "isBumpPlot": { "type": "boolean", "description": "Flag to create a Bump plot", "default": false, "x-cx-category": "Scatter Plots", "x-cx-nl": "{Create|Do Not Create} a Bump plot", "x-cx-graphtypes": [ "Bin", "Binplot", "Bump", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "isChat": { "type": "boolean", "description": "Expose the chat interface at instatiation of the plot", "default": false, "x-cx-category": "Plot Data Type", "x-cx-nl": "{Show|Hide} the chat interface" }, "isContour": { "type": "boolean", "description": "Flag to show the contour", "default": false, "x-cx-category": "Contours", "x-cx-nl": "{Show|Do Not Show} the contour", "x-cx-graphtypes": [ "Pareto", "Heatmap", "Scatter2D" ] }, "isCxplot": { "type": "boolean", "description": "Flag to indicate visualization wasa done through the cxplot interface", "default": false, "x-cx-category": "Plot Data Type", "x-cx-nl": "{Indicate|Do Not Indicate} visualization wasa done through the cxplot interface" }, "isDataFrame": { "type": "boolean", "description": "Flag to use data object as a data frame from R or Python", "default": false, "x-cx-category": "Plot Data Type", "x-cx-nl": "{Use|Do Not Use} data object as a data frame from R or Python" }, "isDataLabels": { "type": "boolean", "description": "Flag to put a background in data labels", "default": false, "x-cx-category": "Scatter Plots", "x-cx-nl": "{Put|Do Not Put} a background in data labels", "x-cx-graphtypes": [ "Bin", "Binplot", "Bump", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "isDataLabelsBackgroundColor": { "type": "boolean", "description": "Flag to use the color in the colorDataLabels as a background in data labels", "default": false, "x-cx-category": "Scatter Plots", "x-cx-nl": "{Use|Do Not Use} the color in the colorDataLabels as a background in data labels", "x-cx-graphtypes": [ "Bin", "Binplot", "Bump", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "isEditable": { "type": "boolean", "description": "Prevent data editing in JS Fiddle and CodePen by disabling the option in the File menu", "default": true, "x-cx-category": "Plot Mode", "x-cx-nl": "{Enable|Disable} edit of the graph on third party sites" }, "isGGMatrix": { "type": "boolean", "description": "Flag marking this plot as a cell of a native multi-panel matrix (ggmatrix/patchwork). Drives the perimeter-axis cache/reset (cacheForGGMatrix/resetGgmatrix) so CanvasXpress.matrixHost can align the panels. Formerly the R longestString margin proxy; now a plain boolean measured/aligned at render time.", "default": false, "x-cx-category": "Plot Data Type", "x-cx-nl": "Set the is g g matrix to {_boolean_}" }, "isGraphTime": { "type": "boolean", "description": "Flag to indicate if the data is a time series so there is no need to plot every time interval. It is boolean in one dimensional plots or a string indicating the axis which is timed x, y or z", "default": false, "x-cx-category": "Data Time Series", "x-cx-nl": "{Indicate|Do Not Indicate} if the data is a time series so there is no need to plot every time interval", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "isNetworkMetrics": { "type": "boolean", "description": "Flag to calculate all network metrics: betweenness, closeness, eccentricity and degree", "default": false, "x-cx-category": "Network Graphs", "x-cx-nl": "{Calculate|Do Not Calculate} all network metrics: betweenness, closeness, eccentricity and degree", "x-cx-graphtypes": [ "Network" ] }, "isR": { "type": "boolean", "description": "Flag to indicate visualization wasa done through the R API interface", "default": false, "x-cx-category": "Plot Data Type", "x-cx-nl": "{Indicate|Do Not Indicate} visualization wasa done through the R API interface" }, "isReproducibleResearch": { "type": "boolean", "description": "Flag to track user modifications for Reproducible Research", "default": true, "x-cx-category": "Plot Mode", "x-cx-nl": "{Keep|Do not keep} track of modifications" }, "jitter": { "type": "boolean", "description": "Flag to jitter the data points in dotplots, boxplots and scatter2D plots", "default": false, "x-cx-category": "Plot Area", "x-cx-nl": "Jitter the data {_boolean_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Gantt", "Heatmap", "Line", "Lollipop", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TagCloud", "Tornado", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Waterfall", "WordCloud" ] }, "jitterFactor": { "type": [ "number", "boolean" ], "description": "Factor for jittering. The larger the more jitter", "default": 0.8, "x-cx-false-disables": true, "x-cx-category": "Plot Area", "x-cx-nl": "Set the jitter factor to {_float_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Gantt", "Heatmap", "Line", "Lollipop", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TagCloud", "Tornado", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Waterfall", "WordCloud" ] }, "joinType": { "type": [ "string", "boolean" ], "description": "Default type for joining lines", "default": "mitter", "enum": [ "mitter", "bevel", "round", false ], "x-cx-false-disables": true, "x-cx-category": "Lines", "x-cx-nl": "Set the join type to {_option_}" }, "kmCensoredRug": { "type": "boolean", "description": "Flag to indicate whether to show the censored data as a rug in Kaplan-Meier plots", "default": false, "x-cx-category": "Kaplan Meier Plots", "x-cx-nl": "{Indicate|Do Not Indicate} whether to show the censored data as a rug in Kaplan-Meier plots", "x-cx-graphtypes": [ "Scatter2D" ] }, "kmColors": { "type": [ "array", "boolean", "string", "number" ], "description": "Array with colors for the Kaplan-Meier plots", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Kaplan Meier Plots", "x-cx-nl": "Set the km colors to {_array_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "kmConfidenceIntervalType": { "type": [ "string", "boolean" ], "description": "Confidence intervals type for Kaplan Meier estimates", "default": "log", "enum": [ "ordinary", "log", "loglog", false ], "x-cx-false-disables": true, "x-cx-category": "Kaplan Meier Plots", "x-cx-nl": "Set the km confidence interval type to {_option_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "kmConfidenceLevel": { "type": [ "number", "boolean" ], "description": "Confidence level for Kaplan Meier plots", "default": 0.95, "x-cx-false-disables": true, "x-cx-category": "Kaplan Meier Plots", "x-cx-nl": "Set the km confidence level to {_float_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "kmCxplot": { "type": "boolean", "description": "Flag to indicate Kaplan-Meier plot was generated through survminer", "default": false, "x-cx-category": "Kaplan Meier Plots", "x-cx-nl": "{Indicate|Do Not Indicate} Kaplan-Meier plot was generated through survminer", "x-cx-graphtypes": [ "Scatter2D" ] }, "kmInvertCensored": { "type": "boolean", "description": "Flag to indicate whether zero values are censored or not in Kaplan-Meier plots", "default": false, "x-cx-category": "Kaplan Meier Plots", "x-cx-nl": "{Indicate|Do Not Indicate} whether zero values are censored or not in Kaplan-Meier plots", "x-cx-graphtypes": [ "Scatter2D" ] }, "kmPvalue": { "type": "boolean", "description": "Flag to show the p-value in Kaplan-Meier plots", "default": false, "x-cx-category": "Kaplan Meier Plots", "x-cx-nl": "{Show|Do Not Show} the p-value in Kaplan-Meier plots", "x-cx-graphtypes": [ "Scatter2D" ] }, "kmRiskTable": { "type": [ "string", "boolean" ], "description": "Data to show the number of subjects at risk in Kaplan-Meier plots. It will be aligned to the major ticks in the x Axis", "default": false, "x-cx-false-disables": true, "x-cx-category": "Kaplan Meier Plots", "x-cx-nl": "Set the km risk table to {_string_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "kmTime": { "type": [ "string", "boolean" ], "description": "Data to use as time2 in Kaplan-Meier plots. It must be a numeric factor as it will be used to set the range for the events in the Kaplan-Meier plot", "default": false, "x-cx-false-disables": true, "x-cx-category": "Kaplan Meier Plots", "x-cx-nl": "Set the km time to {_string_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "kmeansSmpClusters": { "type": [ "integer", "boolean" ], "description": "Number of clusters when clustering sample data with kmeans", "default": 3, "x-cx-false-disables": true, "x-cx-category": "Clustering", "x-cx-nl": "Set the kmeans sample clusters to {_integer_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Circular", "Cleveland", "Correlation", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Tree", "TreeBracket", "Treemap" ] }, "kmeansVarClusters": { "type": [ "integer", "boolean" ], "description": "Number of clusters when clustering variable data with kmeans", "default": 3, "x-cx-false-disables": true, "x-cx-category": "Clustering", "x-cx-nl": "Set the kmeans variable clusters to {_integer_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Circular", "Cleveland", "Correlation", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Tree", "TreeBracket", "Treemap" ] }, "labelBy": { "type": [ "string", "boolean" ], "description": "Name of the variable annotation to use labels in Scatter2D plots", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Label by {_factor_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "labelNodePosition": { "type": [ "string", "boolean" ], "description": "Default position for the node label", "default": "auto", "enum": [ "auto", "center", "top", "right", "bottom", "left", false ], "x-cx-false-disables": true, "x-cx-category": "Network Graphs", "x-cx-nl": "Set the label node position to {_option_}", "x-cx-graphtypes": [ "Network" ] }, "labelSelect": { "type": [ "array", "boolean", "string", "number" ], "description": "User-defined selection rules to label 2D data points. Evaluates against data or annotation properties. Supports flat rule arrays (combined via labelSelectLogic) or recursive nested arrays for complex AND / OR logic. Example: [[\"x\", \">\", 5]] or [\"AND\", [\"x\", \">\", 5], [\"y\", \"<\", 0]]", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Set the label select to {_array_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "layoutAdjust": { "type": "boolean", "description": "Flag to force recalculating the ranges in the axes when multiple graphs are displayed in the canvas", "default": false, "x-cx-category": "Combination Plots", "x-cx-nl": "{Force|Do Not Force} recalculating the ranges in the axes when multiple graphs are displayed in the canvas" }, "layoutCanvasCompartments": { "type": "boolean", "description": "Flag to draw lines around each graph in the layout in the canvas. Used only when debugging", "default": false, "x-cx-category": "Combination Plots", "x-cx-nl": "{Draw|Do Not Draw} lines around each graph in the layout in the canvas" }, "layoutCollapse": { "type": "boolean", "description": "Flag to make layout graphs without any space in between", "default": false, "x-cx-category": "Combination Plots", "x-cx-nl": "{Make|Do Not Make} layout graphs without any space in between" }, "layoutConfig": { "type": [ "array", "boolean", "string", "number" ], "description": "Array of object to assign visualization configurations to each layout", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Combination Plots", "x-cx-nl": "Set the layout config to {_array_}" }, "layoutGlobalGroups": { "type": "boolean", "description": "Flag to force same groups across all layout plots", "default": false, "x-cx-category": "Combination Plots", "x-cx-nl": "{Force|Do Not Force} same groups across all layout plots" }, "layoutRemoveEmpty": { "type": "boolean", "description": "Flag to remove empty combinations in segregated layouts", "default": true, "x-cx-category": "Combination Plots", "x-cx-nl": "{Remove|Do Not Remove} empty combinations in segregated layouts" }, "layoutSpacing": { "type": [ "integer", "boolean" ], "description": "Spacing between layout graphs", "default": 8, "x-cx-false-disables": true, "x-cx-category": "Combination Plots", "x-cx-nl": "Set the layout spacing to {_integer_}" }, "layoutTopology": { "type": [ "string", "boolean" ], "description": "Topology of the canvas. Number of columns and rows separated by X. For example: 2X1, 1X3, etc", "default": false, "x-cx-false-disables": true, "x-cx-category": "Combination Plots", "x-cx-nl": "Set the layout topology to {_string_}" }, "layoutType": { "type": [ "string", "boolean" ], "description": "Type of layout to place the position for the labels in the trellis plot. Identify the axis that will be used to place the first segregating factor. rows will use the first segregating factor in the rows and the second in the columns. cols will use the first segregating factor in the columns and the second in the rows. wrap will wrap the segregating factors putting the sample factors in the columns", "default": "wrap", "enum": [ "wrap", "rows", "cols", false ], "x-cx-false-disables": true, "x-cx-category": "Combination Plots", "x-cx-nl": "Set the layout type to {_option_}" }, "lazyLoad": { "type": "boolean", "description": "Flag to load canvas only if shown in viewport", "default": false, "x-cx-category": "Events", "x-cx-nl": "{Load|Do Not Load} canvas only if shown in viewport" }, "leafletAlpha": { "type": [ "number", "boolean" ], "description": "Transparency for leaflet layers", "default": 0.7, "x-cx-false-disables": true, "x-cx-category": "Maps Leaflet", "x-cx-nl": "Set the leaflet alpha to {_float_}", "x-cx-graphtypes": [ "Map" ] }, "leafletTileType": { "type": [ "string", "boolean" ], "description": "Leaflet tile type", "default": "street", "enum": [ "street", "terrain", "labels", "satellite", false ], "x-cx-false-disables": true, "x-cx-category": "Maps Leaflet", "x-cx-nl": "Set the leaflet tile type to {_option_}", "x-cx-graphtypes": [ "Map" ] }, "leafletZoomAlphaColor": { "type": [ "number", "boolean" ], "description": "Zoom level before turning transparent the leaflet layers", "default": 6, "x-cx-false-disables": true, "x-cx-category": "Maps Leaflet", "x-cx-nl": "Set the leaflet zoom alpha color to {_float_}", "x-cx-graphtypes": [ "Map" ] }, "leftMarginalText": { "type": [ "string", "boolean" ], "description": "Text to include at the left of the graph in the left margin", "default": false, "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Set the left marginal text to {_string_}" }, "leftMarginalTextAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the left marginal text", "default": "left", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Align the left marginal text to the {_option_}" }, "leftMarginalTextBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the left marginal text", "default": "center", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Set the left marginal text baseline to {_option_}" }, "leftMarginalTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in left marginal text", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Color the left marginal text {_color_}" }, "leftMarginalTextFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in left marginal text. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the leftMarginalTextScaleFontFactor", "default": 12, "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Set the left marginal text font size to {_integer_}" }, "leftMarginalTextFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the left marginal text", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Set the left marginal text font style to {_option_}" }, "leftMarginalTextMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the left marginal text", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Set the left marginal text margin to {_float_}" }, "leftMarginalTextRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the left marginal text", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Rotate the left marginal text {_integer_} degrees" }, "leftMarginalTextScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the left marginal text font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "{Increase|Decrease} the size of the left marginal text by a factor of {_float_}" }, "legendBackgroundBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the border in legend background", "default": "rgba(255,255,255,0)", "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Color the legend background border {_color_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendBackgroundBorderLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the border in legend background", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Set the legend background border line type to {_option_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendBackgroundBorderSize": { "type": [ "number", "boolean" ], "description": "Size for the border line in legend background", "default": 0.5, "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Set the legend background border size to {_float_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the legend background", "default": "rgba(255,255,255,0)", "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Color the legend background {_color_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendColumns": { "type": [ "integer", "boolean" ], "description": "Number of columns in legends", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Split legend columns in {_integer_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendDirection": { "type": [ "string", "boolean" ], "description": "Direction for legend", "default": "vertical", "enum": [ "vertical", "horizontal", false ], "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Set the legend direction to {_option_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendHorizontalJustification": { "type": [ "number", "boolean" ], "description": "Horizontal justification for legends when legend are in top or bottom positions", "default": 0.5, "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Set the legend horizontal justification to {_float_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendInside": { "type": "boolean", "description": "Flag to position the legend inside the graphs", "default": false, "x-cx-category": "Legends", "x-cx-nl": "{Position|Do Not Position} the legend inside the graphs", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendKeyBackgroundBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the border in legend key background", "default": "rgba(255,255,255,0)", "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Color the legend key background border {_color_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendKeyBackgroundBorderLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the border in legend key background", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Set the legend key background border line type to {_option_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendKeyBackgroundBorderSize": { "type": [ "number", "boolean" ], "description": "Size for the border line in legend key background", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Set the legend key background border size to {_float_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendKeyBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the legend key background", "default": "rgba(255,255,255,0)", "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Color the legend key background {_color_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendKeyMargin": { "type": [ "integer", "boolean" ], "description": "Width in pixels for the legend key margin", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Set the legend key margin to {_integer_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendKeySize": { "type": [ "integer", "boolean" ], "description": "Width in pixels for the legend key", "default": 15, "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Set the legend key size to {_integer_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendMax": { "type": [ "integer", "boolean" ], "description": "Maximum number of items in the variable legends. If there are more items the legend will be hidden", "default": 50, "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Set the maximum number of items in the legend to {_integer_} ", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendOrder": { "type": [ "object", "boolean" ], "description": "Object to specify custom order for the levels in the legends. The key of the object is the name of a valid sample or variable annotation included in the data object. The value for element is an array with the levels for the corresponding factor", "default": false, "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Set the legend order to {_object_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendOrderByCols": { "type": "boolean", "description": "Flag to draw legends by columns in the graphs", "default": true, "x-cx-category": "Legends", "x-cx-nl": "{Draw|Do Not Draw} legends by columns in the graphs", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendPosition": { "type": [ "string", "boolean" ], "description": "Position for the the legend", "default": "right", "enum": [ "topRight", "right", "bottomRight", "bottom", "bottomLeft", "left", "topLeft", "top", false ], "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Put the legend on the {_option_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendRows": { "type": [ "integer", "boolean" ], "description": "Number of rows in legends", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Split legend rows in {_integer_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendStyleGgplot": { "type": "boolean", "description": "Flag to use ggplot style for the size legends", "default": false, "x-cx-category": "Legends", "x-cx-nl": "{Use|Do Not Use} ggplot style for the size legends", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendTextAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the legends", "default": "left", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Align the legend text to the {_option_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendTextBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the legends", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Set the legend text baseline to {_option_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in legends", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Color the legend text {_color_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendTextFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in legends. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the legendTextScaleFontFactor", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Set the legend text font size to {_integer_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendTextFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the legends", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Set the legend text font style to {_option_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendTextMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the legends", "default": 8, "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Set the legend text margin to {_float_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendTextRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the legends", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Rotate the legend text {_integer_} degrees", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendTextScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the legends font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "{Increase|Decrease} the size of the legend text by a factor of {_float_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendTitleAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the legends", "default": "left", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Align the legend title to the {_option_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendTitleBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the legends", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Set the legend title baseline to {_option_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendTitleColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in legends", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Color the legend title {_color_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendTitleFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in legends. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the legendTitleScaleFontFactor", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Set the legend title font size to {_integer_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendTitleFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the legends", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Set the legend title font style to {_option_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendTitleMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the legends", "default": 8, "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Set the legend title margin to {_float_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendTitleRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the legends", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Rotate the legend title {_integer_} degrees", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendTitleScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the legends font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "{Increase|Decrease} the size of the legend title by a factor of {_float_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "legendVerticalJustification": { "type": [ "number", "boolean" ], "description": "Vertical justification for legends when legend are in left or right positions", "default": 0.5, "x-cx-false-disables": true, "x-cx-category": "Legends", "x-cx-nl": "Set the legend vertical justification to {_float_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "lineBy": { "type": [ "string", "boolean" ], "description": "Name of a sample annotation to stack the samples of each variable in Line graphs", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Line by {_factor_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "lineDecoration": { "type": [ "string", "boolean" ], "description": "Lines decorations in the line graphs", "default": "symbol", "x-cx-options": [ false, "dot", "symbol", "pattern" ], "x-cx-false-disables": true, "x-cx-category": "Line Graphs", "x-cx-nl": "Set the line decoration to {_option_}", "x-cx-graphtypes": [ "Area", "AreaLine", "BarLine", "DotLine", "Line", "ParallelCoordinates", "Pareto", "StackedLine", "StackedPercentLine" ] }, "lineEdgeBy": { "type": [ "string", "boolean" ], "description": "Name of the attribute to set the line style (solid, dashed, dotted, etc.) of the edges", "default": false, "x-cx-false-disables": true, "x-cx-category": "Network Node and Edge Attributes", "x-cx-nl": "Set the line edge by to {_string_}", "x-cx-graphtypes": [ "Network" ] }, "lineErrorType": { "type": [ "string", "boolean" ], "description": "Line error type in the line graphs. The line type must be spline for the area error type.", "default": "bar", "enum": [ "bar", "area", false ], "x-cx-false-disables": true, "x-cx-category": "Line Graphs", "x-cx-nl": "Set the line error type to {_option_}", "x-cx-graphtypes": [ "Area", "AreaLine", "BarLine", "DotLine", "Line", "ParallelCoordinates", "Pareto", "StackedLine", "StackedPercentLine" ] }, "lineKey": { "type": [ "object", "boolean" ], "description": "Object to assign custom line styles (solid, dashed, dotted, dotdash, longdash, twodash) to the levels of a Network edge attribute used with lineEdgeBy. The key of the object is a value of the attribute; a default line style will be assigned to any value not included in the object", "default": false, "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Set the line key to {_object_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "linePatterns": { "type": [ "array", "boolean", "string", "number" ], "description": "Line Patterns used in line visualizations", "default": [ "solid", "dotted", "dashed", "dotdash", "longdash", "twodash" ], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "General Attributes", "x-cx-nl": "Set the line patterns to {_array_}" }, "lineThickness": { "type": [ "number", "boolean" ], "description": "Default thickness in pixels for the lines in line plots", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Lines", "x-cx-nl": "Set the line thickness to {_float_}" }, "lineType": { "type": [ "string", "boolean" ], "description": "Type of line used to join the points in line graphs", "default": "rect", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "Line Graphs", "x-cx-nl": "Set the line type to {_option_}", "x-cx-graphtypes": [ "Area", "AreaLine", "BarLine", "DotLine", "Line", "ParallelCoordinates", "Pareto", "StackedLine", "StackedPercentLine" ] }, "linesOnGroups": { "type": "boolean", "description": "Flag to create lines on groups when multiple grouping factors are used", "default": true, "x-cx-category": "Plot Area", "x-cx-nl": "{Create|Do Not Create} lines on groups when multiple grouping factors are used", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Gantt", "Heatmap", "Line", "Lollipop", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TagCloud", "Tornado", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Waterfall", "WordCloud" ] }, "linkage": { "type": [ "string", "boolean" ], "description": "Linkage type to use when clustering data", "default": "complete", "enum": [ "single", "complete", "average", false ], "x-cx-false-disables": true, "x-cx-category": "Clustering", "x-cx-nl": "Set the linkage to {_option_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Circular", "Cleveland", "Correlation", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Tree", "TreeBracket", "Treemap" ] }, "llmBehaviour": { "type": [ "string", "boolean" ], "description": "Behaviour for the LLM when retriving new visualization", "default": "update", "enum": [ "append", "update", false ], "x-cx-false-disables": true, "x-cx-category": "LLM", "x-cx-nl": "Set the llm behaviour to {_option_}" }, "llmCodeExamples": { "type": [ "integer", "boolean" ], "description": "Number of example to generate", "default": 4, "x-cx-false-disables": true, "x-cx-category": "LLM", "x-cx-nl": "Set the llm code examples to {_integer_}" }, "llmCodeExamplesShow": { "type": "boolean", "description": "Flag to show/hide the Flag to show the LLM code examples", "default": false, "x-cx-category": "LLM", "x-cx-nl": "{Show|Hide} the llm code examples" }, "llmCodeMaxSentences": { "type": [ "integer", "boolean" ], "description": "Maximum number of sentences to use in each example", "default": 8, "x-cx-false-disables": true, "x-cx-category": "LLM", "x-cx-nl": "Set the llm code max sentences to {_integer_}" }, "llmHeader": { "type": [ "array", "boolean", "string", "number" ], "description": "Header as array", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "LLM", "x-cx-nl": "Set the llm header to {_array_}" }, "llmMinCoverageFactor": { "type": [ "integer", "boolean" ], "description": "Factor used to multiply the minimum number of examples per graph", "default": 12, "x-cx-false-disables": true, "x-cx-category": "LLM", "x-cx-nl": "Set the llm min coverage factor to {_integer_}" }, "llmMinParameterCoverage": { "type": [ "integer", "boolean" ], "description": "Minumum number of times each parameter needs to be included for each graph", "default": 8, "x-cx-false-disables": true, "x-cx-category": "LLM", "x-cx-nl": "Set the llm min parameter coverage to {_integer_}" }, "llmPrompt": { "type": [ "string", "boolean" ], "description": "Default value for the prompt", "default": false, "x-cx-false-disables": true, "x-cx-category": "LLM", "x-cx-nl": "Set the llm prompt to {_string_}" }, "llmSelectFirst": { "type": "boolean", "description": "Flag to force the select tool to use LLM rather than the heuristic / deterministic mechanism", "default": true, "x-cx-category": "LLM", "x-cx-nl": "{Force|Do Not Force} the select tool to use LLM rather than the heuristic / deterministic mechanism" }, "llmServiceURL": { "type": [ "string", "boolean" ], "format": "uri", "description": "URL for LLM service. Use your own http://localhost:8100/ or bult-in https://www.canvasxpress.org/", "default": "https://www.canvasxpress.org/", "x-cx-false-disables": true, "x-cx-category": "LLM", "x-cx-nl": "Set the URL for llm service u r l to {_value_}" }, "llmStack": { "type": [ "array", "boolean", "string", "number" ], "description": "Array to cache LLM questions", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "LLM", "x-cx-nl": "Set the llm stack to {_array_}" }, "llmTemperature": { "type": [ "number", "boolean" ], "description": "The lower the temperature, the more deterministic the results in the sense that the highest probable next token is always picked", "default": 0, "x-cx-false-disables": true, "x-cx-category": "LLM", "x-cx-nl": "Set the llm temperature to {_float_}" }, "llmTool": { "type": [ "string", "boolean" ], "description": "Tool use to create or modify a CanvasXpress config", "default": "generate", "enum": [ "generate", "modify", false ], "x-cx-false-disables": true, "x-cx-category": "LLM", "x-cx-nl": "Set the llm tool to {_option_}" }, "llmUseAutocomplete": { "type": "boolean", "description": "Flag to use guided autocomplete to help with the prompt", "default": false, "x-cx-category": "LLM", "x-cx-nl": "{Use|Do Not Use} guided autocomplete to help with the prompt" }, "loadRDatasets": { "type": "boolean", "description": "Flag to load R datasets from Github", "default": false, "x-cx-category": "R", "x-cx-nl": "{Load|Do Not Load} R datasets from Github" }, "loessBandwidth": { "type": [ "number", "boolean" ], "description": "Loess bandwidth. Thickness for the confidence of the loess curve. A vaulue between 0 and 1", "default": 0.8, "x-cx-false-disables": true, "x-cx-category": "Loess", "x-cx-nl": "Set the loess bandwidth to {_float_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "loessCell": { "type": [ "number", "boolean" ], "description": "Loess cell. If interpolation is used this controls the accuracy of the approximation via the maximum number of points in a cell in the kd tree. Cells with more than floor(n*span*cell) points are subdivided", "default": 0.2, "x-cx-false-disables": true, "x-cx-category": "Loess", "x-cx-nl": "Set the loess cell to {_float_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "loessDegree": { "type": [ "string", "boolean", "number" ], "description": "Loess degree. 0 : Constant, 1 : Linear, 2 : Quadratic", "default": 2, "x-cx-options": [ 0, 1, 2 ], "x-cx-false-disables": true, "x-cx-category": "Loess", "x-cx-nl": "Set the loess degree to {_option_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "loessFamily": { "type": [ "string", "boolean" ], "description": "Loess Family. Type of error distribution to be optimized in fitting. The default, gaussian, is fitting with least squares. Fitting with Tukeys biweight M-Estimator is used if family is symmetric", "default": "gaussian", "enum": [ "gaussian", "symmetric", false ], "x-cx-false-disables": true, "x-cx-category": "Loess", "x-cx-nl": "Set the loess family to {_option_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "loessNormalize": { "type": "boolean", "description": "Flag to normalize loess fit in Scatter2D plots", "default": true, "x-cx-category": "Loess", "x-cx-nl": "{Normalize|Do Not Normalize} loess fit in Scatter2D plots", "x-cx-graphtypes": [ "Scatter2D" ] }, "loessSpan": { "type": [ "number", "boolean" ], "description": "Loess span. Factor to adjust the gaussian shape of the loess curve. A vaulue between 0 and 1", "default": 0.75, "x-cx-false-disables": true, "x-cx-category": "Loess", "x-cx-nl": "Set the loess span to {_float_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "loessStatistics": { "type": [ "string", "boolean" ], "description": "LoessStatistics. The statistics to be computed exactly, approximately or not at all? Exact computation can be very slow", "default": "approximate", "enum": [ "approximate", "exact", false ], "x-cx-false-disables": true, "x-cx-category": "Loess", "x-cx-nl": "Set the loess statistics to {_option_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "loessSteps": { "type": [ "integer", "boolean" ], "description": "Loess steps. Number of steps to smooth the line", "default": 30, "x-cx-false-disables": true, "x-cx-category": "Loess", "x-cx-nl": "Set the loess steps to {_integer_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "loessSurface": { "type": [ "string", "boolean" ], "description": "Loess Surface. The fitted surface to be computed exactly (direct) or via interpolation from a kd tree", "default": "interpolate", "enum": [ "direct", "interpolate", false ], "x-cx-false-disables": true, "x-cx-category": "Loess", "x-cx-nl": "Set the loess surface to {_option_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "manhattanCNV": { "type": [ "string", "boolean" ], "description": "Sample name included in the data.y.smps object used to map to the copy number value", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Manhattan Plots", "x-cx-nl": "Set the manhattan c n v to {_option_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "manhattanColors": { "type": [ "array", "boolean", "string", "number" ], "description": "Colors for the manhattan plots alternative chromosomes", "default": [ "rgb(128,128,128)", "rgb(135,206,235)" ], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Manhattan Plots", "x-cx-nl": "Set the manhattan colors to {_array_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "manhattanContrastColor": { "type": [ "array", "boolean", "string", "number" ], "description": "Manhattan contrast color", "default": "rgba(0,0,0,0.1)", "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Manhattan Plots", "x-cx-nl": "Set the manhattan contrast color to {_array_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "manhattanMarkerChromosomeNumber": { "type": [ "string", "boolean" ], "description": "Sample name included in the data.y.smps object used to map to the chromosome number", "default": false, "x-cx-false-disables": true, "x-cx-category": "Manhattan Plots", "x-cx-nl": "Set the manhattan marker chromosome number to {_string_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "manhattanMarkerLogPValue": { "type": [ "string", "boolean" ], "description": "Sample name included in the data.y.smps object used to map to the negative log 10 p value", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Manhattan Plots", "x-cx-nl": "Set the manhattan marker log p value to {_option_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "manhattanMarkerPosition": { "type": [ "string", "boolean" ], "description": "Sample name included in the data.y.smps object used to map to the position in base pairs", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Manhattan Plots", "x-cx-nl": "Set the manhattan marker position to {_option_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "manhattanRangeEnd": { "type": [ "string", "boolean" ], "description": "Sample name included in the data.y.smps object used to map the end position", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Manhattan Plots", "x-cx-nl": "Set the manhattan range end to {_option_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "manhattanRangeLineWidth": { "type": [ "integer", "boolean" ], "description": "Number of pixels for the line width in manhattan plots", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Manhattan Plots", "x-cx-nl": "Set the manhattan range line width to {_integer_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "manhattanRangeStart": { "type": [ "string", "boolean" ], "description": "Sample name included in the data.y.smps object used to map the start position", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Manhattan Plots", "x-cx-nl": "Set the manhattan range start to {_option_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "mapCentralMeridian": { "type": [ "number", "boolean" ], "description": "Map Latitude Of Origin in degrees. (Applicable to Albers projection only). Default adjusts to USA maps", "default": -96, "x-cx-false-disables": true, "x-cx-category": "Maps Albers", "x-cx-nl": "Set the map central meridian to {_float_}", "x-cx-graphtypes": [ "Map" ] }, "mapColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the maps", "default": "#0ab0db", "x-cx-false-disables": true, "x-cx-category": "Maps", "x-cx-nl": "Color the map {_color_}", "x-cx-graphtypes": [ "Map" ] }, "mapConfig": { "type": [ "object", "boolean" ], "description": "Map config", "default": false, "x-cx-false-disables": true, "x-cx-category": "Maps", "x-cx-nl": "Set the map config to {_object_}", "x-cx-graphtypes": [ "Map" ] }, "mapConfigFeatures": { "type": [ "object", "boolean" ], "description": "Map config for features use to translate and scale", "default": false, "x-cx-false-disables": true, "x-cx-category": "Maps", "x-cx-nl": "Set the map config features to {_object_}", "x-cx-graphtypes": [ "Map" ] }, "mapGraticuleShow": { "type": "boolean", "description": "Flag to show Map Graticule", "default": false, "x-cx-category": "Maps Orthographic", "x-cx-nl": "{Show|Do Not Show} Map Graticule", "x-cx-graphtypes": [ "Map" ] }, "mapGraticuleType": { "type": [ "string", "boolean" ], "description": "Map Graticule type", "default": "solid", "enum": [ "dashed", "solid", false ], "x-cx-false-disables": true, "x-cx-category": "Maps Orthographic", "x-cx-nl": "Set the map graticule type to {_option_}", "x-cx-graphtypes": [ "Map" ] }, "mapId": { "type": [ "string", "boolean" ], "description": "Map Id for the map div in the DOM", "default": false, "x-cx-false-disables": true, "x-cx-category": "Maps", "x-cx-nl": "Set the map id to {_string_}", "x-cx-graphtypes": [ "Map" ] }, "mapLatitudeOrigin": { "type": [ "number", "boolean" ], "description": "Map Latitude Of Origin in degrees. (Applicable to Albers projection only). Default adjusts to USA maps", "default": 23, "x-cx-false-disables": true, "x-cx-category": "Maps Albers", "x-cx-nl": "Set the map latitude origin to {_float_}", "x-cx-graphtypes": [ "Map" ] }, "mapMarkerShape": { "type": [ "string", "boolean" ], "description": "Default shape for the markers in map (if no shapeBy is specified", "default": "drop", "enum": [ "drop", "sphere", "square", "triangle", "star", "rhombus", "octagon", "mdavid", "pentagon", "rectangle", false ], "x-cx-false-disables": true, "x-cx-category": "Maps", "x-cx-nl": "Set the map marker shape to {_option_}", "x-cx-graphtypes": [ "Map" ] }, "mapMarkerShapeScaleFactor": { "type": [ "number", "boolean" ], "description": "Scale factor for the marker shapes", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Maps", "x-cx-nl": "Set the map marker shape scale factor to {_float_}", "x-cx-graphtypes": [ "Map" ] }, "mapOutlineColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the outline of the maps", "default": "rgb(204,204,204)", "x-cx-false-disables": true, "x-cx-category": "Maps", "x-cx-nl": "Color the map outline {_color_}", "x-cx-graphtypes": [ "Map" ] }, "mapProjection": { "type": [ "string", "boolean" ], "description": "Map projection", "default": "mercator", "enum": [ "mercator", "albers", "orthographic", false ], "x-cx-false-disables": true, "x-cx-category": "Maps", "x-cx-nl": "Set the map projection to {_option_}", "x-cx-graphtypes": [ "Map" ] }, "mapSmps": { "type": [ "array", "boolean", "string", "number" ], "description": "Samples to use in maps", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Maps", "x-cx-nl": "Set the map smps to {_array_}", "x-cx-graphtypes": [ "Map" ] }, "mapStandardParallel1": { "type": [ "number", "boolean" ], "description": "Map Standard Parallel 1 in degrees. (Applicable to Albers projection only). Default adjusts to USA maps", "default": 29.5, "x-cx-false-disables": true, "x-cx-category": "Maps Albers", "x-cx-nl": "Set the map standard parallel1 to {_float_}", "x-cx-graphtypes": [ "Map" ] }, "mapStandardParallel2": { "type": [ "number", "boolean" ], "description": "Map Standard Parallel 2 in degrees. (Applicable to Albers projection only). Default adjusts to USA maps", "default": 45.5, "x-cx-false-disables": true, "x-cx-category": "Maps Albers", "x-cx-nl": "Set the map standard parallel2 to {_float_}", "x-cx-graphtypes": [ "Map" ] }, "mapZipCodeIds": { "type": [ "array", "boolean", "string", "number" ], "description": "Array of properties in the map topoJSON features to use as zip code ids", "default": [ "GEOID20" ], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Maps", "x-cx-nl": "Set the map zip code ids to {_array_}", "x-cx-graphtypes": [ "Map" ] }, "margin": { "type": [ "integer", "boolean" ], "description": "Relative length in pixels for the distance between various objects in the graphs. This value is adjusted acording to the graph dimensions", "default": 8, "x-cx-false-disables": true, "x-cx-category": "Margins", "x-cx-nl": "Adjust the margin to {_integer_}" }, "marginBottom": { "type": [ "integer", "boolean" ], "description": "Specifies the length in pixels for the bottom margin in the canvas", "default": 8, "x-cx-false-disables": true, "x-cx-category": "Margins", "x-cx-nl": "Adjust the bottom margin to {_integer_}" }, "marginLeft": { "type": [ "integer", "boolean" ], "description": "Specifies the length in pixels for the left margin in the canvas", "default": 8, "x-cx-false-disables": true, "x-cx-category": "Margins", "x-cx-nl": "Adjust the left margin to {_integer_}" }, "marginRight": { "type": [ "integer", "boolean" ], "description": "Specifies the length in pixels for the right margin in the canvas", "default": 16, "x-cx-false-disables": true, "x-cx-category": "Margins", "x-cx-nl": "Adjust the right margin to {_integer_}" }, "marginTop": { "type": [ "integer", "boolean" ], "description": "Specifies the length in pixels for the top margin in the canvas", "default": 8, "x-cx-false-disables": true, "x-cx-category": "Margins", "x-cx-nl": "Adjust the top margin to {_integer_}" }, "markerBy": { "type": [ "string", "boolean" ], "description": "Utility to create dynamic markers in Map. It must have a latitude and longitude metadata too", "default": false, "x-cx-options": [ false, "variable" ], "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Marker by {_factor_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "maxDOENumber": { "type": [ "integer", "boolean" ], "description": "Maximum number of graphs when creating a DOE", "default": 8, "x-cx-false-disables": true, "x-cx-category": "DOE", "x-cx-nl": "Set the max d o e number to {_integer_}" }, "maxDataCustomizerEntries": { "type": [ "integer", "boolean" ], "description": "Maximum number of samples or variables to display in the data customizer", "default": 10000, "x-cx-false-disables": true, "x-cx-category": "Data Customizer", "x-cx-nl": "Set the max data customizer entries to {_integer_}" }, "maxEdgeSize": { "type": [ "number", "boolean" ], "description": "Thickness for the edges when the edges are sized by a property. Should be a value between 10 and 20", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Network Node and Edge Attributes", "x-cx-nl": "Set the max edge size to {_float_}", "x-cx-graphtypes": [ "Network" ] }, "maxFeatureStringLen": { "type": [ "integer", "boolean" ], "description": "Maximum length in characters a feature label can have so anything above is truncated", "default": 30, "x-cx-false-disables": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "Set the max feature string len to {_integer_}", "x-cx-graphtypes": [ "Genome" ] }, "maxIterations": { "type": [ "integer", "boolean" ], "description": "Number of maximum iterations when clustering data with kmeans for one dimensional graphs or maximum number of iterations when calculating force direct layout networks", "default": 500, "x-cx-false-disables": true, "x-cx-category": "Clustering", "x-cx-nl": "Set the max iterations to {_integer_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Circular", "Cleveland", "Correlation", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Tree", "TreeBracket", "Treemap" ] }, "maxOverlayStringLen": { "type": [ "integer", "boolean" ], "description": "Maximum length in characters for the sample or variable metadata when included as an overlay. Anything above is truncated", "default": 30, "x-cx-false-disables": true, "x-cx-category": "Overlays", "x-cx-nl": "Set the max overlay string len to {_integer_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "maxPieSectors": { "type": [ "number", "boolean" ], "description": "Max pie sectors. After that number the sectors will be put in a sector named other", "default": 20, "x-cx-false-disables": true, "x-cx-category": "Pie Charts", "x-cx-nl": "Set the max pie sectors to {_float_}", "x-cx-graphtypes": [ "Pie" ] }, "maxSmpStringLen": { "type": [ "integer", "boolean" ], "description": "Maximum length in characters a sample label or description can have so anything above is truncated", "default": 25, "x-cx-false-disables": true, "x-cx-category": "Samples", "x-cx-nl": "Set the max sample string len to {_integer_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "maxSubMenus": { "type": [ "integer", "boolean" ], "description": "Maximum number of submenus in the context menus", "default": 25, "x-cx-false-disables": true, "x-cx-category": "Events", "x-cx-nl": "Set the max sub menus to {_integer_}" }, "maxTextSize": { "type": [ "integer", "boolean" ], "description": "Maximum size for any text in the canvas", "default": 40, "x-cx-false-disables": true, "x-cx-category": "Text", "x-cx-nl": "Set the max text size to {_integer_}" }, "maxVarStringLen": { "type": [ "integer", "boolean" ], "description": "Maximum length in characters a variable label or description can have so anything above is truncated", "default": 25, "x-cx-false-disables": true, "x-cx-category": "Variables", "x-cx-nl": "Set the max variable string len to {_integer_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "metaData": { "type": [ "object", "boolean" ], "description": "Metadata for the columns of files retrieved from a URL", "default": {}, "x-cx-false-disables": true, "x-cx-category": "Graph Metadata", "x-cx-nl": "Set the meta data to {_object_}" }, "meterAlign": { "type": [ "string", "boolean" ], "description": "Horizontal alignment of the title, value and subtitle text in a card meter.", "default": "left", "enum": [ "left", "center", false ], "x-cx-false-disables": true, "x-cx-category": "Meter Graphs", "x-cx-nl": "Set the meter align to {_option_}", "x-cx-graphtypes": [ "Meter" ] }, "meterBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Meter Background Color", "default": "rgb(229,229,229)", "x-cx-false-disables": true, "x-cx-category": "Meter Graphs", "x-cx-nl": "Color the meter background {_color_}", "x-cx-graphtypes": [ "Meter" ] }, "meterCard": { "type": "boolean", "description": "Frame each meter tile in a dashboard-style card (a rounded rectangle with a subtle border) and shrink the dial to fit the title and value text inside it.", "default": false, "x-cx-category": "Meter Graphs", "x-cx-nl": "Set the meter card to {_boolean_}", "x-cx-graphtypes": [ "Meter" ] }, "meterCardBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Fill color of the dashboard card frame drawn behind each meter tile when meterCard is on (and of the card meterType). When false the frame uses meterBackground (default). Themeable: cxdark and cxblue override it with their own panel background so the card blends into a dark page.", "default": false, "x-cx-false-disables": true, "x-cx-category": "Meter Graphs", "x-cx-nl": "Color the meter card background {_color_}", "x-cx-graphtypes": [ "Meter" ] }, "meterCardBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Border color of the dashboard card frame drawn behind each meter tile when meterCard is on (and of the card meterType). When false the frame uses xAxisGridMajorColor (default). Themeable: cxdark and cxblue set it to their own panel background so the border blends into a dark page.", "default": false, "x-cx-false-disables": true, "x-cx-category": "Meter Graphs", "x-cx-nl": "Color the meter card border {_color_}", "x-cx-graphtypes": [ "Meter" ] }, "meterMargin": { "type": [ "integer", "boolean" ], "description": "Gap in pixels between the dashboard meter cards and around them, kept uniform for single meters and grids of meters", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Meter Graphs", "x-cx-nl": "Set the meter margin to {_integer_}", "x-cx-graphtypes": [ "Meter" ] }, "meterNeedleColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Meter Needle Color", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Meter Graphs", "x-cx-nl": "Color the meter needle {_color_}", "x-cx-graphtypes": [ "Meter" ] }, "meterProgress": { "type": "boolean", "description": "For a ring meter: render a selection-aware progress ring - a greyish full-circle track with a solid accent arc sized to the fraction of records currently selected (via broadcast), and the selected count centered. When no selection is active the ring reads full.", "default": false, "x-cx-category": "Meter Graphs", "x-cx-nl": "Set the meter progress to {_boolean_}", "x-cx-graphtypes": [ "Meter" ] }, "meterRingTitlePosition": { "type": [ "string", "boolean" ], "description": "Position of the title for a ring meter: top (centered above the circle) or topLeft (in the top-left corner of the card).", "default": "top", "enum": [ "top", "topLeft", false ], "x-cx-false-disables": true, "x-cx-category": "Meter Graphs", "x-cx-nl": "Set the meter ring title position to {_option_}", "x-cx-graphtypes": [ "Meter" ] }, "meterRingValueDigits": { "type": [ "integer", "boolean" ], "description": "For a ring meter: the centered value font is sized to fit this many digits, so rings of the same tile size show the same font regardless of each value's length (a longer value still shrinks to fit). Set to 0 to size each ring to its own value instead.", "default": 6, "x-cx-false-disables": true, "x-cx-category": "Meter Graphs", "x-cx-nl": "Set the meter ring value digits to {_integer_}", "x-cx-graphtypes": [ "Meter" ] }, "meterThickness": { "type": [ "number", "boolean" ], "description": "A number between 0.1 and 1 to adjust the thickness of the vertical, horizontal and state meters as a fraction of the available space, so the meter always stays inside the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Meter Graphs", "x-cx-nl": "Set the meter thickness to {_float_}", "x-cx-graphtypes": [ "Meter" ] }, "meterTitleAlign": { "type": [ "string", "boolean" ], "description": "Alignment of the title along the axis for the horizontal and vertical meters (start = left/bottom, end = right/top).", "default": "center", "enum": [ "start", "center", "end", false ], "x-cx-false-disables": true, "x-cx-category": "Meter Graphs", "x-cx-nl": "Set the meter title align to {_option_}", "x-cx-graphtypes": [ "Meter" ] }, "meterTopology": { "type": [ "string", "boolean" ], "description": "Topology set up for the meters", "default": "auto", "enum": [ "auto", "grid", "horizontal", "vertical", false ], "x-cx-false-disables": true, "x-cx-category": "Meter Graphs", "x-cx-nl": "Set the meter topology to {_option_}", "x-cx-graphtypes": [ "Meter" ] }, "meterType": { "type": [ "string", "boolean" ], "description": "Type of meter.", "default": "gauge", "enum": [ "gauge", "speedometer", "vertical", "horizontal", "state", "digital", "number", "card", "ring", false ], "x-cx-false-disables": true, "x-cx-category": "Meter Graphs", "x-cx-nl": "Set the meter type to {_option_}", "x-cx-graphtypes": [ "Meter" ] }, "minEdgeSize": { "type": [ "number", "boolean" ], "description": "Number of pixels to add to the minimum thickness for the edges when the edges are sized by a property. Should be a value between 0 and 1.5", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Network Node and Edge Attributes", "x-cx-nl": "Set the min edge size to {_float_}", "x-cx-graphtypes": [ "Network" ] }, "minTextSize": { "type": [ "integer", "boolean" ], "description": "Minimum size for any text in the canvas", "default": 4, "x-cx-false-disables": true, "x-cx-category": "Text", "x-cx-nl": "Set the min text size to {_integer_}" }, "missingDataColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the missing data", "default": "rgb(245,245,245)", "x-cx-false-disables": true, "x-cx-category": "Missing Data", "x-cx-nl": "Set the color for missing values to {_color_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "missingDataValue": { "type": [ "string", "boolean" ], "description": "String value use to specify missing data", "default": "NA", "x-cx-false-disables": true, "x-cx-category": "Missing Data", "x-cx-nl": "Set the missing data value to {_string_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "moveParentsWithChildren": { "type": "boolean", "description": "Flag to make parents move when a child is moved", "default": false, "x-cx-category": "Network Graphs", "x-cx-nl": "{Make|Do Not Make} parents move when a child is moved", "x-cx-graphtypes": [ "Network" ] }, "nUpSets": { "type": [ "integer", "boolean" ], "description": "Number of sets to draw", "default": 5, "x-cx-false-disables": true, "x-cx-category": "UpSet Plots", "x-cx-nl": "Set the n up sets to {_integer_}", "x-cx-graphtypes": [ "Heatmap" ] }, "nanOmit": { "type": "boolean", "description": "Flag to omit NaN values in log transformation", "default": false, "x-cx-category": "Missing Data", "x-cx-nl": "{Omit|Do Not Omit} NaN values in log transformation", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "networkColaAllConstraintsIterations": { "type": [ "integer", "boolean" ], "description": "Number of iterations to run all constraints", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Network Cola Algorithm Parameters", "x-cx-nl": "Set the network cola all constraints iterations to {_integer_}", "x-cx-graphtypes": [ "Network" ] }, "networkColaAvoidOverlaps": { "type": "boolean", "description": "Flag to avoid overlaps of nodes in the cola network", "default": true, "x-cx-category": "Network Cola Algorithm Parameters", "x-cx-nl": "{Avoid|Do Not Avoid} overlaps of nodes in the cola network", "x-cx-graphtypes": [ "Network" ] }, "networkColaCenterGraph": { "type": "boolean", "description": "Flag to center the cola network", "default": true, "x-cx-category": "Network Cola Algorithm Parameters", "x-cx-nl": "{Center|Do Not Center} the cola network", "x-cx-graphtypes": [ "Network" ] }, "networkColaConvergenceThreshold": { "type": [ "number", "boolean" ], "description": "Threshold for the convergence of the cola network", "default": 0.01, "x-cx-false-disables": true, "x-cx-category": "Network Cola Algorithm Parameters", "x-cx-nl": "Set the network cola convergence threshold to {_float_}", "x-cx-graphtypes": [ "Network" ] }, "networkColaFlowLayoutAxis": { "type": [ "string", "boolean" ], "description": "Causes constraints to be generated such that directed graphs are laid out either from left-to-right or top-to-bottom. A separation constraint is generated in the selected axis for each edge that is not involved in a cycle", "default": false, "x-cx-options": [ false, "x", "y" ], "x-cx-false-disables": true, "x-cx-category": "Network Cola Algorithm Parameters", "x-cx-nl": "Set the network cola flow layout axis to {_option_}", "x-cx-graphtypes": [ "Network" ] }, "networkColaFlowLayoutSeparation": { "type": [ "number", "boolean" ], "description": "Causes constraints to be generated such that directed graphs are laid out either from left-to-right or top-to-bottom. A separation constraint is generated in the selected axis for each edge that is not involved in a cycle", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Network Cola Algorithm Parameters", "x-cx-nl": "Set the network cola flow layout separation to {_float_}", "x-cx-graphtypes": [ "Network" ] }, "networkColaGridSnapIterations": { "type": [ "integer", "boolean" ], "description": "Number of iterations to run grid snap", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Network Cola Algorithm Parameters", "x-cx-nl": "Set the network cola grid snap iterations to {_integer_}", "x-cx-graphtypes": [ "Network" ] }, "networkColaGroupCompactness": { "type": [ "number", "boolean" ], "description": "Compactness for the groups in the cola network", "default": 0.000001, "x-cx-false-disables": true, "x-cx-category": "Network Cola Algorithm Parameters", "x-cx-nl": "Set the network cola group compactness to {_float_}", "x-cx-graphtypes": [ "Network" ] }, "networkColaHandleDisconnected": { "type": "boolean", "description": "Flag to handle disconnected nodes in the cola network", "default": true, "x-cx-category": "Network Cola Algorithm Parameters", "x-cx-nl": "{Handle|Do Not Handle} disconnected nodes in the cola network", "x-cx-graphtypes": [ "Network" ] }, "networkColaJaccardLinkLength": { "type": [ "number", "boolean" ], "description": "Ideal length foreach link based on the graph structure around that link. You can use this to create extra space around hub-nodes in dense graphs", "default": false, "x-cx-false-disables": true, "x-cx-category": "Network Cola Algorithm Parameters", "x-cx-nl": "Set the network cola jaccard link length to {_float_}", "x-cx-graphtypes": [ "Network" ] }, "networkColaJaccardLinkLengthDefault": { "type": [ "number", "boolean" ], "description": "Default length foreach link based on the graph structure around that link. You can use this to create extra space around hub-nodes in dense graphs", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Network Cola Algorithm Parameters", "x-cx-nl": "Set the network cola jaccard link length default to {_float_}", "x-cx-graphtypes": [ "Network" ] }, "networkColaKeepRunning": { "type": "boolean", "description": "Flag to keep running the cola network", "default": true, "x-cx-category": "Network Cola Algorithm Parameters", "x-cx-nl": "{Keep|Do Not Keep} running the cola network", "x-cx-graphtypes": [ "Network" ] }, "networkColaLinkDistance": { "type": [ "integer", "boolean" ], "description": "Ideal length for links", "default": 20, "x-cx-false-disables": true, "x-cx-category": "Network Cola Algorithm Parameters", "x-cx-nl": "Set the network cola link distance to {_integer_}", "x-cx-graphtypes": [ "Network" ] }, "networkColaStartUnconstrainedIterations": { "type": [ "integer", "boolean" ], "description": "Number of iterations to run unconstrained", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Network Cola Algorithm Parameters", "x-cx-nl": "Set the network cola start unconstrained iterations to {_integer_}", "x-cx-graphtypes": [ "Network" ] }, "networkColaSymmetricDiffLinkLengths": { "type": [ "integer", "boolean" ], "description": "Symmetric difference for the link lengths in the cola network", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Network Cola Algorithm Parameters", "x-cx-nl": "Set the network cola symmetric diff link lengths to {_integer_}", "x-cx-graphtypes": [ "Network" ] }, "networkColaUserConstraintIterations": { "type": [ "integer", "boolean" ], "description": "Number of user iterations to run unconstrained", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Network Cola Algorithm Parameters", "x-cx-nl": "Set the network cola user constraint iterations to {_integer_}", "x-cx-graphtypes": [ "Network" ] }, "networkConvergenceThreshold": { "type": [ "number", "boolean" ], "description": "Threshold for the convergence of the network", "default": 0.05, "x-cx-false-disables": true, "x-cx-category": "Network Algorithm Parameters", "x-cx-nl": "Set the network convergence threshold to {_float_}", "x-cx-graphtypes": [ "Network" ] }, "networkDisjoint": { "type": "boolean", "description": "Flag to use positioning forces rather than centering forces. Applicable only to force directed layouts that contain multiple subnetworks", "default": true, "x-cx-category": "Network Algorithm Parameters", "x-cx-nl": "{Use|Do Not Use} positioning forces rather than centering forces", "x-cx-graphtypes": [ "Network" ] }, "networkDragCoeff": { "type": [ "number", "boolean" ], "description": "Drag force coefficient. Used to slow down system, thus should be less than 1. The closer it is to 0 the less tight system will be", "default": 0.09, "x-cx-false-disables": true, "x-cx-category": "Network Algorithm Parameters", "x-cx-nl": "Set the network drag coeff to {_float_}", "x-cx-graphtypes": [ "Network" ] }, "networkFreeze": { "type": "boolean", "description": "Flag to prevent autoscaling for the network layout. Useful when images are part of the network", "default": false, "x-cx-category": "Network Graphs", "x-cx-nl": "{Prevent|Do Not Prevent} autoscaling for the network layout", "x-cx-graphtypes": [ "Network" ] }, "networkFreezeOnLoad": { "type": "boolean", "description": "Flag to prevent autoscaling for the network layout after loading. Useful when images are part of the network", "default": false, "x-cx-category": "Network Graphs", "x-cx-nl": "{Prevent|Do Not Prevent} autoscaling for the network layout after loading", "x-cx-graphtypes": [ "Network" ] }, "networkGravity": { "type": [ "number", "boolean" ], "description": "Network Gravity", "default": 0.75, "x-cx-false-disables": true, "x-cx-category": "Network Algorithm Parameters", "x-cx-nl": "Set the network gravity to {_float_}", "x-cx-graphtypes": [ "Network" ] }, "networkLayoutType": { "type": [ "string", "boolean" ], "description": "Type of network layout", "default": "forceDirected", "enum": [ "forceDirected", "circular", "radial", "cola", false ], "x-cx-false-disables": true, "x-cx-category": "Network Graphs", "x-cx-nl": "Set the network layout type to {_option_}", "x-cx-graphtypes": [ "Network" ] }, "networkMaxIterations": { "type": [ "integer", "boolean" ], "description": "Number of iterations to separate subnetworks", "default": 15, "x-cx-false-disables": true, "x-cx-category": "Network Graphs", "x-cx-nl": "Set the network max iterations to {_integer_}", "x-cx-graphtypes": [ "Network" ] }, "networkNodesOnTop": { "type": "boolean", "description": "Flag to draw the nodes on top of edges in the networks. Useful for very populated netwrok graphs. When is set to true all the edges will be in the background", "default": true, "x-cx-category": "Network Graphs", "x-cx-nl": "{Draw|Do Not Draw} the nodes on top of edges in the networks", "x-cx-graphtypes": [ "Network" ] }, "networkProgressBarPosition": { "type": [ "string", "boolean" ], "description": "Position for the progress bar", "default": "bottom", "enum": [ "none", "bottom", "center", "top", false ], "x-cx-false-disables": true, "x-cx-category": "Network Graphs", "x-cx-nl": "Set the network progress bar position to {_option_}", "x-cx-graphtypes": [ "Network" ] }, "networkRepulsion": { "type": [ "number", "boolean" ], "description": "Coulombs law coefficient. Its used to repel nodes thus should be negative if you make it positive nodes start attract each other", "default": -1, "x-cx-false-disables": true, "x-cx-category": "Network Algorithm Parameters", "x-cx-nl": "Set the network repulsion to {_float_}", "x-cx-graphtypes": [ "Network" ] }, "networkRoot": { "type": [ "string", "boolean" ], "description": "Node Id of the network root", "default": false, "x-cx-false-disables": true, "x-cx-category": "Network Graphs", "x-cx-nl": "Set the network root to {_string_}", "x-cx-graphtypes": [ "Network" ] }, "networkSpeed": { "type": [ "number", "boolean" ], "description": "Network Speed", "default": 0.1, "x-cx-false-disables": true, "x-cx-category": "Network Algorithm Parameters", "x-cx-nl": "Set the network speed to {_float_}", "x-cx-graphtypes": [ "Network" ] }, "networkSpringCoeff": { "type": [ "number", "boolean" ], "description": "Hooks law coefficient. 1 - solid spring", "default": 0.0008, "x-cx-false-disables": true, "x-cx-category": "Network Algorithm Parameters", "x-cx-nl": "Set the network spring coeff to {_float_}", "x-cx-graphtypes": [ "Network" ] }, "networkSpringLength": { "type": [ "integer", "boolean" ], "description": "Ideal length for links (springs in physical model)", "default": 35, "x-cx-false-disables": true, "x-cx-category": "Network Algorithm Parameters", "x-cx-nl": "Set the network spring length to {_integer_}", "x-cx-graphtypes": [ "Network" ] }, "networkTheta": { "type": [ "number", "boolean" ], "description": "Theta coefficient from Barnes Hut simulation. Ranged between (0, 1). The closer its to 1 the more nodes algorithm will have to go through. Setting it to one makes Barnes Hut simulation no different from brute-force forces calculation (each node is considered)", "default": 0.8, "x-cx-false-disables": true, "x-cx-category": "Network Algorithm Parameters", "x-cx-nl": "Set the network theta to {_float_}", "x-cx-graphtypes": [ "Network" ] }, "networkTimeStep": { "type": [ "integer", "boolean" ], "description": "Default time step (dt) for forces integration", "default": 20, "x-cx-false-disables": true, "x-cx-category": "Network Algorithm Parameters", "x-cx-nl": "Set the network time step to {_integer_}", "x-cx-graphtypes": [ "Network" ] }, "networkVendor": { "type": [ "string", "boolean" ], "description": "Network vendor", "default": false, "x-cx-false-disables": true, "x-cx-category": "Network Graphs", "x-cx-nl": "Set the network vendor to {_string_}", "x-cx-graphtypes": [ "Network" ] }, "nodeAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the node", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Network Graphs", "x-cx-nl": "Align the node to the {_option_}", "x-cx-graphtypes": [ "Network" ] }, "nodeBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the node", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Network Graphs", "x-cx-nl": "Set the node baseline to {_option_}", "x-cx-graphtypes": [ "Network" ] }, "nodeColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in node", "default": "rgb(245,245,245)", "x-cx-false-disables": true, "x-cx-category": "Network Graphs", "x-cx-nl": "Color the node {_color_}", "x-cx-graphtypes": [ "Network" ] }, "nodeFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in node. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the nodeScaleFontFactor", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Network Graphs", "x-cx-nl": "Set the node font size to {_integer_}", "x-cx-graphtypes": [ "Network" ] }, "nodeFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the node", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Network Graphs", "x-cx-nl": "Set the node font style to {_option_}", "x-cx-graphtypes": [ "Network" ] }, "nodeHighlightColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the DEPRECATED (use highlightColor): color for highlighted nodes; inherits highlightColor when not set", "default": false, "x-cx-false-disables": true, "x-cx-category": "Network Graphs", "x-cx-nl": "Color the node highlight {_color_}", "x-cx-graphtypes": [ "Network" ] }, "nodeMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the node", "default": 8, "x-cx-false-disables": true, "x-cx-category": "Network Graphs", "x-cx-nl": "Set the node margin to {_float_}", "x-cx-graphtypes": [ "Network" ] }, "nodeRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the node", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Network Graphs", "x-cx-nl": "Rotate the node {_integer_} degrees", "x-cx-graphtypes": [ "Network" ] }, "nodeScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the node font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Network Graphs", "x-cx-nl": "{Increase|Decrease} the size of the node by a factor of {_float_}", "x-cx-graphtypes": [ "Network" ] }, "nodeSizeScaleFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor for increasing size of all nodes in the network", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Network Graphs", "x-cx-nl": "Set the node size scale factor to {_float_}", "x-cx-graphtypes": [ "Network" ] }, "numericGroupSort": { "type": "boolean", "description": "Sort group keys numerically (type-aware: plain integers, range labels, composite keys) instead of lexicographically", "default": false, "x-cx-category": "Data Sorting", "x-cx-nl": "Set the numeric group sort to {_boolean_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "objectBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the border of all objects in one dimensional graphs. It turns into the non-transparent fill color if set to false", "default": "rgba(0,0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Plot Area", "x-cx-nl": "Color the object border {_color_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Gantt", "Heatmap", "Line", "Lollipop", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TagCloud", "Tornado", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Waterfall", "WordCloud" ] }, "objectColorTransparency": { "type": [ "number", "boolean" ], "description": "The transparency for the color fill of all objects in one dimensional graphs. A value between 0 and 1", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Plot Area", "x-cx-nl": "Set the object color transparency to {_float_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Gantt", "Heatmap", "Line", "Lollipop", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TagCloud", "Tornado", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Waterfall", "WordCloud" ] }, "oddColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the odd numbers in samples when the property block contrast is set in one dimensional plots or the color for odd number residues in translations in genome plots", "default": "rgb(255,255,255)", "x-cx-false-disables": true, "x-cx-category": "Colors", "x-cx-nl": "Color the odd {_color_}" }, "offline": { "type": "boolean", "description": "Flag to work offline", "default": false, "x-cx-category": "Debug", "x-cx-nl": "{Work|Do Not Work} offline" }, "oncoprintAlteredText": { "type": "boolean", "description": "Flag to show the alteration frequency as text (e.g. 83%) to the right of each row in the oncoprint", "default": true, "x-cx-category": "Oncoprint Graphs", "x-cx-nl": "{Show|Do Not Show} the alteration frequency as text (e", "x-cx-graphtypes": [ "Heatmap" ] }, "oncoprintCNA": { "type": [ "string", "boolean" ], "description": "String to identify the data object to use to draw the copy number alterations; that is the amplifications (which will be colored red) and deletions (which will be colored blue). It MUST be a file with only two categorical levels", "default": false, "x-cx-false-disables": true, "x-cx-category": "Oncoprint Graphs", "x-cx-nl": "Set the oncoprint c n a to {_string_}", "x-cx-graphtypes": [ "Heatmap" ] }, "oncoprintColSummary": { "type": "boolean", "description": "Flag to show column summary in oncoprints", "default": false, "x-cx-category": "Oncoprint Graphs", "x-cx-nl": "{Show|Do Not Show} column summary in oncoprints", "x-cx-graphtypes": [ "Heatmap" ] }, "oncoprintEXP": { "type": [ "string", "boolean" ], "description": "String to identify the data object to use to draw the mRNA expression call as a cell border (e.g. mRNA high, mRNA low). Drawn as a border so it does not compete with the copy-number background or mutation bar", "default": false, "x-cx-false-disables": true, "x-cx-category": "Oncoprint Graphs", "x-cx-nl": "Set the oncoprint e x p to {_string_}", "x-cx-graphtypes": [ "Heatmap" ] }, "oncoprintHeatmapPosition": { "type": [ "string", "boolean" ], "description": "Position for the heatmap in the oncoprint", "default": "bottom", "enum": [ "right", "bottom", "left", "top", false ], "x-cx-false-disables": true, "x-cx-category": "Oncoprint Graphs", "x-cx-nl": "Set the oncoprint heatmap position to {_option_}", "x-cx-graphtypes": [ "Heatmap" ] }, "oncoprintMUT": { "type": [ "string", "boolean" ], "description": "String to identify the data object to use to draw the mutations. For example missense, non-synonymous, truncating, etc. Each level will be colored in a shade of green", "default": false, "x-cx-false-disables": true, "x-cx-category": "Oncoprint Graphs", "x-cx-nl": "Set the oncoprint m u t to {_string_}", "x-cx-graphtypes": [ "Heatmap" ] }, "oncoprintNoAlterations": { "type": "boolean", "description": "Flag to switch to show variables and samples without any alterations", "default": true, "x-cx-category": "Oncoprint Graphs", "x-cx-nl": "{Switch|Do Not Switch} to show variables and samples without any alterations", "x-cx-graphtypes": [ "Heatmap" ] }, "oncoprintPresorted": { "type": "boolean", "description": "Flag marking the oncoprint data as already ordered (e.g. cBioPortal gene-frequency and sample-cascade order); the default oncoprint sort is skipped so that order is kept", "default": false, "x-cx-category": "Oncoprint Graphs", "x-cx-nl": "Set the oncoprint presorted to {_boolean_}", "x-cx-graphtypes": [ "Heatmap" ] }, "oncoprintRowSummary": { "type": "boolean", "description": "Flag to show row summary in oncoprints", "default": false, "x-cx-category": "Oncoprint Graphs", "x-cx-nl": "{Show|Do Not Show} row summary in oncoprints", "x-cx-graphtypes": [ "Heatmap" ] }, "optimizeTextPosition": { "type": "boolean", "description": "Flag to optimize position for text in many plots", "default": false, "x-cx-category": "Text Placement", "x-cx-nl": "{Optimize|Do Not Optimize} position for text in many plots" }, "optimizeTextPositionCooling": { "type": [ "integer", "boolean" ], "description": "Cooling parameter when optimizing position for text in many plots", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Text Placement", "x-cx-nl": "Set the optimize text position cooling to {_integer_}" }, "optimizeTextPositionEnforceBounds": { "type": "boolean", "description": "Flag to enforce bounds when optimizing position for text in many plots", "default": true, "x-cx-category": "Text Placement", "x-cx-nl": "{Enforce|Do Not Enforce} bounds when optimizing position for text in many plots" }, "optimizeTextPositionStrategy": { "type": [ "string", "boolean" ], "description": "Startegy to optimize placement of text", "default": "greedy", "enum": [ "annealing", "greedy", "boundingBox", false ], "x-cx-false-disables": true, "x-cx-category": "Text Placement", "x-cx-nl": "Set the optimize text position strategy to {_option_}" }, "optimizeTextPositionTemperature": { "type": [ "integer", "boolean" ], "description": "Temperature parameter when optimizing position for text in many plots", "default": 1000, "x-cx-false-disables": true, "x-cx-category": "Text Placement", "x-cx-nl": "Set the optimize text position temperature to {_integer_}" }, "optionsWallCadence": { "type": [ "string", "boolean" ], "description": "Cadence word for the price-panel title (e.g. daily/weekly/monthly); auto-inferred from the date spacing when unset", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "OptionsWall Charts", "x-cx-nl": "Set the options wall cadence to {_option_}", "x-cx-graphtypes": [ "OptionsWall" ] }, "optionsWallCallMax": { "type": [ "number", "boolean" ], "description": "Fixed maximum for the calls flank value axis (metric). Unset = auto-scale to the expiry", "default": false, "x-cx-false-disables": true, "x-cx-category": "OptionsWall Charts", "x-cx-nl": "Set the options wall call max to {_float_}", "x-cx-graphtypes": [ "OptionsWall" ] }, "optionsWallCallMin": { "type": [ "number", "boolean" ], "description": "Fixed minimum for the calls flank value axis (metric). Unset = auto (0)", "default": false, "x-cx-false-disables": true, "x-cx-category": "OptionsWall Charts", "x-cx-nl": "Set the options wall call min to {_float_}", "x-cx-graphtypes": [ "OptionsWall" ] }, "optionsWallCenterSpot": { "type": "boolean", "description": "Center the value axis on the spot price so roughly the same number of strikes fall above and below it (keeps all candles visible)", "default": false, "x-cx-category": "OptionsWall Charts", "x-cx-nl": "Set the options wall center spot to {_boolean_}", "x-cx-graphtypes": [ "OptionsWall" ] }, "optionsWallChain": { "type": [ "string", "boolean" ], "description": "Option chain object for one expiry: {strikes, expiry, call:{premium,iv,volume}, put:{premium,iv,volume}}", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "OptionsWall Charts", "x-cx-nl": "Set the options wall chain to {_option_}", "x-cx-graphtypes": [ "OptionsWall" ] }, "optionsWallExpiry": { "type": [ "string", "boolean" ], "description": "Expiry label shown in the flank panel titles (e.g. \"2026-10-17\")", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "OptionsWall Charts", "x-cx-nl": "Set the options wall expiry to {_option_}", "x-cx-graphtypes": [ "OptionsWall" ] }, "optionsWallFlankMetric": { "type": [ "string", "boolean" ], "description": "What the flank area curves plot against strike: implied volatility (the smile) or premium", "default": "iv", "enum": [ "iv", "premium", false ], "x-cx-false-disables": true, "x-cx-category": "OptionsWall Charts", "x-cx-nl": "Set the options wall flank metric to {_option_}", "x-cx-graphtypes": [ "OptionsWall" ] }, "optionsWallMoneynessShading": { "type": "boolean", "description": "Shade the in-the-money region of each flank (above spot for puts, below for calls)", "default": true, "x-cx-category": "OptionsWall Charts", "x-cx-nl": "Set the options wall moneyness shading to {_boolean_}", "x-cx-graphtypes": [ "OptionsWall" ] }, "optionsWallPanelRatio": { "type": [ "array", "boolean", "string", "number" ], "description": "Relative widths of the [puts, price, calls] panels", "default": [ 1, 2, 1 ], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "OptionsWall Charts", "x-cx-nl": "Set the options wall panel ratio to {_array_}", "x-cx-graphtypes": [ "OptionsWall" ] }, "optionsWallPutMax": { "type": [ "number", "boolean" ], "description": "Fixed maximum for the puts flank value axis (metric). Unset = auto-scale to the expiry", "default": false, "x-cx-false-disables": true, "x-cx-category": "OptionsWall Charts", "x-cx-nl": "Set the options wall put max to {_float_}", "x-cx-graphtypes": [ "OptionsWall" ] }, "optionsWallPutMin": { "type": [ "number", "boolean" ], "description": "Fixed minimum for the puts flank value axis (metric). Unset = auto (0)", "default": false, "x-cx-false-disables": true, "x-cx-category": "OptionsWall Charts", "x-cx-nl": "Set the options wall put min to {_float_}", "x-cx-graphtypes": [ "OptionsWall" ] }, "optionsWallPutsSide": { "type": [ "string", "boolean" ], "description": "Which side the puts panel is drawn on; calls take the opposite side", "default": "left", "enum": [ "left", "right", false ], "x-cx-false-disables": true, "x-cx-category": "OptionsWall Charts", "x-cx-nl": "Set the options wall puts side to {_option_}", "x-cx-graphtypes": [ "OptionsWall" ] }, "optionsWallSpot": { "type": [ "number", "boolean" ], "description": "Spot price for the dashed spot ruler. Defaults to the last Close in the price series", "default": false, "x-cx-false-disables": true, "x-cx-category": "OptionsWall Charts", "x-cx-nl": "Set the options wall spot to {_float_}", "x-cx-graphtypes": [ "OptionsWall" ] }, "outline3DColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the outline of the 3D Scatters", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "3D Attributes", "x-cx-nl": "Color the outline3 d {_color_}", "x-cx-graphtypes": [ "Bar", "Network", "Scatter3D" ] }, "outlineBy": { "type": [ "string", "boolean" ], "description": "Name of the annotation for the outline when drawing a multidimensional Heatmap", "default": false, "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Outline by {_factor_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "outlineByData": { "type": [ "string", "boolean" ], "description": "String that identify the object containing a two dimensional array with values used to color the outline data points when drawing a multidimensional Heatmap. It must be located within the data.y object (for example: data.y.data4)", "default": false, "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Set the outline by data to {_string_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "outlineWidth": { "type": [ "number", "boolean" ], "description": "Default width in pixels for lines in networks and other line elements in all visualizations except for the lines in the line plots", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Lines", "x-cx-nl": "Set the outline width to {_float_}" }, "overlayTextAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the overlays", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Overlays", "x-cx-nl": "Align the overlay text to the {_option_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "overlayTextBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the overlays", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Overlays", "x-cx-nl": "Set the overlay text baseline to {_option_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "overlayTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in overlays", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Overlays", "x-cx-nl": "Color the overlay text {_color_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "overlayTextFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in overlays. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the overlayTextScaleFontFactor", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Overlays", "x-cx-nl": "Set the overlay text font size to {_integer_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "overlayTextFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the overlays", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Overlays", "x-cx-nl": "Set the overlay text font style to {_option_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "overlayTextMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the overlays", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Overlays", "x-cx-nl": "Set the overlay text margin to {_float_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "overlayTextRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the overlays", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Overlays", "x-cx-nl": "Rotate the overlay text {_integer_} degrees", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "overlayTextScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the overlays font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Overlays", "x-cx-nl": "{Increase|Decrease} the size of the overlay text by a factor of {_float_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "overlaysLegendPosition": { "type": [ "string", "boolean" ], "description": "Position for the the variable and sample overlays legend", "default": "topRight", "enum": [ "topRight", "right", "bottomLeft", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Overlays", "x-cx-nl": "Put the overlays legend on the {_option_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "overlaysThickness": { "type": [ "integer", "boolean" ], "description": "Relative length in pixels for the thickness of the colored boxes to classify samples and or variables in one dimensional plots. This value is adjusted acording to the graph dimensions", "default": 28, "x-cx-false-disables": true, "x-cx-category": "Overlays", "x-cx-nl": "Set the overlays thickness to {_integer_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "overplotPixels": { "type": [ "integer", "boolean" ], "description": "Specify the pixel count for stacking to address overplotting. Increased values result in reduced overplotting, particularly advantageous for datasets with numerous variables", "default": 500000, "x-cx-false-disables": true, "x-cx-category": "Plot Performance", "x-cx-nl": "Set the overplot pixels to {_integer_}" }, "panelBackgroundBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the border in panel background. This includes only the area where the data is plotted", "default": "rgba(204,204,204,0)", "x-cx-false-disables": true, "x-cx-category": "Plot and Panel Areas", "x-cx-nl": "Color the panel background border {_color_}" }, "panelBackgroundBorderLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the border in panel background. This includes only the area where the data is plotted", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "Plot and Panel Areas", "x-cx-nl": "Set the panel background border line type to {_option_}" }, "panelBackgroundBorderSize": { "type": [ "number", "boolean" ], "description": "Size for the border line in panel background. This includes only the area where the data is plotted", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Plot and Panel Areas", "x-cx-nl": "Set the panel background border size to {_float_}" }, "panelBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the panel background. This includes only the area where the data is plotted", "default": "rgb(255,255,255)", "x-cx-false-disables": true, "x-cx-category": "Plot and Panel Areas", "x-cx-nl": "Color the panel background {_color_}" }, "panelOverlayBackgroundBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the border in panel background", "default": "rgba(204,204,204,1)", "x-cx-false-disables": true, "x-cx-category": "Overlays", "x-cx-nl": "Color the panel overlay background border {_color_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "panelOverlayBackgroundBorderLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the border in panel background", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "Overlays", "x-cx-nl": "Set the panel overlay background border line type to {_option_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "panelOverlayBackgroundBorderSize": { "type": [ "number", "boolean" ], "description": "Size for the border line in panel background", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Overlays", "x-cx-nl": "Set the panel overlay background border size to {_float_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "panelOverlayBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the panel background", "default": "rgb(255,255,255)", "x-cx-false-disables": true, "x-cx-category": "Overlays", "x-cx-nl": "Color the panel overlay background {_color_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "panningStep": { "type": [ "number", "boolean" ], "description": "Percentage step for panning networks", "default": 0.2, "x-cx-false-disables": true, "x-cx-category": "Zooming, Panning and Resizing", "x-cx-nl": "Set the panning step to {_float_}" }, "panningX": { "type": [ "number", "boolean" ], "description": "Number of unit to pan the network in the X dimension", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Zooming, Panning and Resizing", "x-cx-nl": "Set the panning x to {_float_}" }, "panningY": { "type": [ "number", "boolean" ], "description": "Number of unit to pan the network in the Y dimension", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Zooming, Panning and Resizing", "x-cx-nl": "Set the panning y to {_float_}" }, "password": { "type": [ "string", "boolean" ], "description": "Password to protect exploring data", "default": false, "x-cx-false-disables": true, "x-cx-category": "Graph Metadata", "x-cx-nl": "Set the password to {_string_}" }, "patternBy": { "type": [ "string", "boolean" ], "description": "Name of a variable annotation or a sample name or the string variable to pattern the variables. When patternByData is specified patternBy is used for the title in the legend", "default": false, "x-cx-options": [ false, "variable" ], "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Pattern by {_factor_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "patternByData": { "type": [ "string", "boolean" ], "description": "String that identify the object containing a two dimensional array with values used to pattern the data points when drawing a multidimensional Heatmap. It must be located within the data.y object (for example: data.y.data4)", "default": false, "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Set the pattern by data to {_string_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "patternFillColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Color for the fill of the patterns used in visualizations", "default": "rgba(0,0,0,0)", "x-cx-false-disables": true, "x-cx-category": "General Attributes", "x-cx-nl": "Color the pattern fill {_color_}" }, "patternKey": { "type": [ "object", "boolean" ], "description": "Object to assign custom patterns to sample annotations and variable annotations included in the data object. The key of the object is the name of an annotation in the data.x object or the name of an annotation in the data.z object. A default pattern will be assigned to a data point whose value was not included the object", "default": false, "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Set the pattern key to {_object_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "patternNodeBy": { "type": [ "string", "boolean" ], "description": "Name of the attribute to pattern the nodes", "default": false, "x-cx-false-disables": true, "x-cx-category": "Network Node and Edge Attributes", "x-cx-nl": "Set the pattern node by to {_string_}", "x-cx-graphtypes": [ "Network" ] }, "patternStrokeColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Color for the stroke of the patterns used in visualizations", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "General Attributes", "x-cx-nl": "Color the pattern stroke {_color_}" }, "patternStrokeWidth": { "type": [ "integer", "boolean" ], "description": "Width in pixels for the stroke of the patterns used in visualizations", "default": 1, "x-cx-false-disables": true, "x-cx-category": "General Attributes", "x-cx-nl": "Set the pattern stroke width to {_integer_}" }, "patterns": { "type": [ "array", "boolean", "string", "number" ], "description": "Patterns used in visualizations to fill objects. This array must contain one or more pattern names and in concert with the color array can be used to specify the pattern colors for all filled objects in the visualizations.. The order will dictate the utilization in the visualization", "default": [ "solid", "hatchForward", "hatchReverse", "stripeHorizontal", "stripeVertical", "polkaDot", "crossHatch", "crossStripe", "squares", "circles", "plus", "minus", "bars", "squiglesVertical", "squiglesHorizontal", "brickForward", "brickReverse", "art", "pcx", "hatchForward3", "hatchReverse3" ], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "General Attributes", "x-cx-nl": "Set the patterns to {_array_}" }, "percentAspectRatioPlotArea": { "type": [ "number", "boolean" ], "description": "Specifies the minimum unit interval or fraction for the plotting area", "default": 0.35, "x-cx-false-disables": true, "x-cx-category": "Aspect Ratio, Space and Width", "x-cx-nl": "Set the percent aspect ratio plot area to {_float_}" }, "perspectiveFactor": { "type": [ "number", "boolean" ], "description": "Factor to use to make the 3D perspective. The higher the number the more perspective. Perspective of zero is no perspective at all", "default": 2.2, "x-cx-false-disables": true, "x-cx-category": "3D Attributes", "x-cx-nl": "Set the perspective factor to {_float_}", "x-cx-graphtypes": [ "Bar", "Network", "Scatter3D" ] }, "pieBy": { "type": [ "string", "boolean" ], "description": "Utility to create pie with a sample annotation", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Pie by {_factor_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "pieColors": { "type": [ "array", "boolean", "string", "number" ], "description": "Pie Colors. Defaults to the parameter colors", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Pie Charts", "x-cx-nl": "Set the pie colors to {_array_}", "x-cx-graphtypes": [ "Pie" ] }, "pieInnerRadius": { "type": [ "number", "boolean" ], "description": "Percentage of the radius in the pies to remove to make a donut. It must be a number between 0 to 1", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Pie Charts", "x-cx-nl": "Set the pie inner radius to {_float_}", "x-cx-graphtypes": [ "Pie" ] }, "pieLabelType": { "type": [ "string", "boolean" ], "description": "Pie label type to show the percentage of the slice or the actual number", "default": "percentage", "enum": [ "percentage", "value", false ], "x-cx-false-disables": true, "x-cx-category": "Pie Charts", "x-cx-nl": "Set the pie label type to {_option_}", "x-cx-graphtypes": [ "Pie" ] }, "pieSegmentLabels": { "type": [ "string", "boolean" ], "description": "Location for the values in the pie charts", "default": "inside", "enum": [ "inside", "outside", false ], "x-cx-false-disables": true, "x-cx-category": "Pie Charts", "x-cx-nl": "Set the pie segment labels to {_option_}", "x-cx-graphtypes": [ "Pie" ] }, "pieSegmentPrecision": { "type": [ "integer", "boolean" ], "description": "Number of decimals for values in the Pie charts", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Pie Charts", "x-cx-nl": "Set the pie segment precision to {_integer_}", "x-cx-graphtypes": [ "Pie" ] }, "pieSegmentSeparation": { "type": [ "integer", "boolean" ], "description": "Length in pixels for the separation of the pieces of the pie charts", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Pie Charts", "x-cx-nl": "Set the pie segment separation to {_integer_}", "x-cx-graphtypes": [ "Pie" ] }, "pieType": { "type": [ "string", "boolean" ], "description": "Position for the pices of the pie", "default": "separated", "enum": [ "separated", "solid", false ], "x-cx-false-disables": true, "x-cx-category": "Pie Charts", "x-cx-nl": "Set the pie type to {_option_}", "x-cx-graphtypes": [ "Pie" ] }, "pivotBy": { "type": [ "string", "boolean" ], "description": "Utility to pivot data with a sample annotation", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Pivot by {_factor_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "playable": { "type": "boolean", "description": "Flag to make the plot playable if there are after rendering functions", "default": false, "x-cx-category": "Events", "x-cx-nl": "{Make|Do Not Make} the plot playable if there are after rendering functions" }, "plotBackgroundBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the border in plot background. This includes the entire graph area", "default": "rgba(204,204,204,0)", "x-cx-false-disables": true, "x-cx-category": "Plot and Panel Areas", "x-cx-nl": "Color the plot background border {_color_}" }, "plotBackgroundBorderLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the border in plot background. This includes the entire graph area", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "Plot and Panel Areas", "x-cx-nl": "Set the plot background border line type to {_option_}" }, "plotBackgroundBorderSize": { "type": [ "number", "boolean" ], "description": "Size for the border line in plot background. This includes the entire graph area", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Plot and Panel Areas", "x-cx-nl": "Set the plot background border size to {_float_}" }, "plotBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the plot background. This includes the entire graph area", "default": "rgb(255,255,255)", "x-cx-false-disables": true, "x-cx-category": "Plot and Panel Areas", "x-cx-nl": "Color the plot background {_color_}" }, "plotByVariable": { "type": "boolean", "description": "Flag to indicate whether to group the data variable rather than by sample", "default": false, "x-cx-category": "Plot Area", "x-cx-nl": "{Indicate|Do Not Indicate} whether to group the data variable rather than by sample", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Gantt", "Heatmap", "Line", "Lollipop", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TagCloud", "Tornado", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Waterfall", "WordCloud" ] }, "plotStyle": { "type": [ "string", "boolean" ], "description": "Style for some shapes used mainly in boxplot, violin and density plots", "default": "default", "enum": [ "default", "ggplot", "ggplotSwitched", "open", "border", false ], "x-cx-false-disables": true, "x-cx-category": "Shapes", "x-cx-nl": "Set the plot style to {_option_}" }, "preScaleNetwork": { "type": "boolean", "description": "Flag to prescale or not the network. This is an aesthetic parameter to make the graph look nicer... Sometimes..", "default": false, "x-cx-category": "Network Graphs", "x-cx-nl": "{Prescale|Do Not Prescale} or not the network", "x-cx-graphtypes": [ "Network" ] }, "printMagnification": { "type": [ "integer", "boolean" ], "description": "Print Magnification to produce High Definition images", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Print", "x-cx-nl": "Set the print magnification to {_integer_}" }, "printThumbnail": { "type": "boolean", "description": "Flag to print thumbnail", "default": false, "x-cx-category": "Print", "x-cx-nl": "{Print|Do Not Print} thumbnail" }, "printType": { "type": [ "string", "boolean" ], "description": "Type of printing when the camera icon in the UI is pressed. Download is to download the image while window is to save the image in a new browser window", "default": "download", "enum": [ "download", "window", false ], "x-cx-false-disables": true, "x-cx-category": "Print", "x-cx-nl": "Set the print type to {_option_}" }, "progressTrackColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the the background track (rail) drawn behind the fill when bulletStyle is \"progress\"; when false a muted tint of the foreground is used", "default": false, "x-cx-false-disables": true, "x-cx-category": "Bullet Graphs", "x-cx-nl": "Color the progress track {_color_}", "x-cx-graphtypes": [ "Bullet" ] }, "progressWidthRatio": { "type": [ "number", "boolean" ], "description": "A number between 0.1 and 1 to adjust the thickness of the rail when bulletStyle is \"progress\"", "default": 0.35, "x-cx-false-disables": true, "x-cx-category": "Bullet Graphs", "x-cx-nl": "Set the progress width ratio to {_float_}", "x-cx-graphtypes": [ "Bullet" ] }, "prompt": { "type": [ "string", "boolean" ], "description": "String use to call the LLM from initialization", "default": false, "x-cx-false-disables": true, "x-cx-category": "LLM", "x-cx-nl": "Set the prompt to {_string_}" }, "pseudoRandom": { "type": "boolean", "description": "Flag to indicate to use pseudo random rather than random", "default": true, "x-cx-category": "Random", "x-cx-nl": "{Indicate|Do Not Indicate} to use pseudo random rather than random" }, "quantiles": { "type": [ "array", "boolean", "string", "number" ], "description": "Array with quantiles to use in quantile regression plots", "default": [ "0.25", "0.5", "0.75" ], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Quantile Regression Plots", "x-cx-nl": "Set the quantiles to {_array_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "rAxis": { "type": [ "array", "boolean", "string", "number" ], "description": "Name of the samples, groups or variables to be displayed in the R axis", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis to {_array_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisCeilValue": { "type": [ "number", "boolean" ], "description": "Value to ceil the data in the R axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis ceil value to {_float_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisExact": { "type": "boolean", "description": "Flag to force exact values in R axis", "default": false, "x-cx-category": "R-Axis", "x-cx-nl": "{Force|Do Not Force} exact values in R axis", "x-cx-graphtypes": [ "Circular" ] }, "rAxisFactorValue": { "type": [ "number", "boolean" ], "description": "Value to factor the data in the R axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis factor value to {_float_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisFloorValue": { "type": [ "number", "boolean" ], "description": "Value to floor the data in the R axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis floor value to {_float_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisGridMajorColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the major grid lines in the R axis", "default": "rgb(204, 204, 204)", "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Color the r axis grid major {_color_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisGridMajorLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the major grid lines in the R axis", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis grid major line type to {_option_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisGridMajorShow": { "type": "boolean", "description": "Flag to show/hide the major grid lines in the R axis", "default": true, "x-cx-category": "R-Axis", "x-cx-nl": "{Show|Hide} the major grid lines in the R axis", "x-cx-graphtypes": [ "Circular" ] }, "rAxisGridMajorTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for the color of the major grid lines in the R axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis grid major transparency to {_float_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisGridMajorWidth": { "type": [ "number", "boolean" ], "description": "Width for the major grid lines in the R axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis grid major width to {_float_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisGridMinorColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the minor grid lines in the R axis", "default": "rgb(204, 204, 204)", "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Color the r axis grid minor {_color_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisGridMinorLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the minor grid lines in the R axis", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis grid minor line type to {_option_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisGridMinorShow": { "type": "boolean", "description": "Flag to show/hide the minor grid lines in the R axis", "default": true, "x-cx-category": "R-Axis", "x-cx-nl": "{Show|Hide} the minor grid lines in the R axis", "x-cx-graphtypes": [ "Circular" ] }, "rAxisGridMinorTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for the color of the minor grid lines in the R axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis grid minor transparency to {_float_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisGridMinorWidth": { "type": [ "number", "boolean" ], "description": "Width for the minor grid lines in the R axis", "default": 0.5, "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis grid minor width to {_float_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisLabelOrientation": { "type": [ "string", "boolean" ], "description": "Orientation to show the ticks values in circular plots", "default": "perpendicular", "enum": [ "perpendicular", "circular", false ], "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis label orientation to {_option_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisLogTicksColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the log tick lines in the R axis", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Color the r axis log ticks {_color_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisLogTicksLength": { "type": [ "number", "boolean" ], "description": "Length for the log tick lines in the R axis", "default": 8, "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis log ticks length to {_float_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisLogTicksLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the log tick lines in the R axis", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis log ticks line type to {_option_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisLogTicksShow": { "type": "boolean", "description": "Flag to show/hide the log tick lines in the R axis", "default": false, "x-cx-category": "R-Axis", "x-cx-nl": "{Show|Hide} the r axis log ticks", "x-cx-graphtypes": [ "Circular" ] }, "rAxisLogTicksTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for the color of the log tick lines in the R axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis log ticks transparency to {_float_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisLogTicksWidth": { "type": [ "number", "boolean" ], "description": "Width for the log tick lines in the R axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis log ticks width to {_float_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisPercentShow": { "type": "boolean", "description": "Flag to show on not the percent in each segment in the R axis", "default": false, "x-cx-category": "R-Axis", "x-cx-nl": "{Show|Do Not Show} on not the percent in each segment in the R axis", "x-cx-graphtypes": [ "Circular" ] }, "rAxisSetLabels": { "type": [ "array", "boolean", "string", "number" ], "description": "Set the tick labels paired one-to-one with rAxisSetValues in the R axis", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis set labels to {_array_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisSetMinorValues": { "type": [ "array", "boolean", "string", "number" ], "description": "Set the minor values for the axis in the R axis", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis set minor values to {_array_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisSetValues": { "type": [ "array", "boolean", "string", "number" ], "description": "Set the values for the axis in the R axis", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis set values to {_array_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisShow": { "type": "boolean", "description": "Flag to show/hide the R axis", "default": true, "x-cx-category": "R-Axis", "x-cx-nl": "{Show|Hide} the R axis", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTextAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the axis text", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Align the r axis text to the {_option_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTextBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the axis text", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis text baseline to {_option_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in axis text", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Color the r axis text {_color_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTextFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in axis text. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the rAxisTextScaleFontFactor", "default": 8, "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis text font size to {_integer_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTextFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the axis text", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis text font style to {_option_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTextMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the axis text", "default": 5, "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis text margin to {_float_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTextRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the axis text", "default": 0, "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Rotate the r axis text {_integer_} degrees", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTextScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the axis text font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "{Increase|Decrease} the size of the r axis text by a factor of {_float_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTickFormat": { "type": [ "string", "array", "boolean", "number" ], "description": "R axis format for the tick values in the R axis. It could be a string with the sprintf format or an array where the first parameter is the sprintf format and the second parameter is a modification applied to the value before is passed to the sprintf function, i.e. (\"/1000\", \"+ 100\", etc.)", "default": false, "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis tick format to {_string_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTicks": { "type": [ "integer", "boolean" ], "description": "Approx number of tick lines in the R axis", "default": 5, "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis ticks to {_integer_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTicksColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the marker lines across the R axis", "default": "rgb(204, 204, 204)", "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Color the r axis ticks {_color_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTicksLength": { "type": [ "number", "boolean" ], "description": "Length for the marker lines across the R axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis ticks length to {_float_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTicksLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the marker lines across the R axis", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis ticks line type to {_option_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTicksShow": { "type": "boolean", "description": "Flag to show/hide the marker lines across the R axis", "default": true, "x-cx-category": "R-Axis", "x-cx-nl": "{Show|Hide} the r axis ticks", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTicksTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for the color of the marker lines across the R axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis ticks transparency to {_float_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTicksWidth": { "type": [ "number", "boolean" ], "description": "Width for the marker lines across the R axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis ticks width to {_float_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTime": { "type": "boolean", "description": "Flag to force date format in R axis", "default": false, "x-cx-category": "R-Axis", "x-cx-nl": "{Force|Do Not Force} date format in R axis", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTitle": { "type": [ "string", "boolean" ], "description": "R axis title", "default": false, "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis title to {_string_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTitleAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the axis title", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Align the r axis title to the {_option_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTitleBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the axis title", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis title baseline to {_option_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTitleColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in axis title", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Color the r axis title {_color_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTitleDynamic": { "type": "boolean", "description": "Set the title for the R axis dynamically as it changes when configured by the user", "default": false, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis title dynamic to {_boolean_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTitleFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in axis title. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the rAxisTitleScaleFontFactor", "default": 8, "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis title font size to {_integer_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTitleFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the axis title", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis title font style to {_option_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTitleMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the axis title", "default": 5, "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the r axis title margin to {_float_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTitleRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the axis title", "default": 0, "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Rotate the r axis title {_integer_} degrees", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTitleScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the axis title font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "{Increase|Decrease} the size of the r axis title by a factor of {_float_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTransform": { "type": [ "string", "boolean" ], "description": "Type of transformation for values in R axis", "default": false, "x-cx-options": [ false, "log2", "log10", "-log2", "-log10", "exp2", "exp10", "sqrt", "percentile" ], "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Transform the r axis to {_value_}", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTransformLinearTicks": { "type": "boolean", "description": "Flag to transform the values of the ticks back to linear scale in the R axis", "default": false, "x-cx-category": "R-Axis", "x-cx-nl": "{Transform|Do Not Transform} the values of the ticks back to linear scale in the R axis", "x-cx-graphtypes": [ "Circular" ] }, "rAxisTransformTicks": { "type": "boolean", "description": "Flag to transform the values of the ticks in the R axis", "default": false, "x-cx-category": "R-Axis", "x-cx-nl": "{Transform|Do Not Transform} the values of the ticks in the R axis", "x-cx-graphtypes": [ "Circular" ] }, "randomMethod": { "type": [ "string", "boolean" ], "description": "Random method", "default": "numericalRecipes", "enum": [ "jenkins", "numericalRecipes", false ], "x-cx-false-disables": true, "x-cx-category": "Random", "x-cx-nl": "Set the random method to {_option_}" }, "randomSeed": { "type": [ "integer", "boolean" ], "description": "Specifies the random seed number to create pseudo random numbers", "default": 8, "x-cx-false-disables": true, "x-cx-category": "Random", "x-cx-nl": "Set the random seed to {_integer_}" }, "rangeColorTransparency": { "type": [ "number", "boolean" ], "description": "Transparency to apply to the range colors in bullet graphs", "default": 0.6, "x-cx-false-disables": true, "x-cx-category": "Ranges", "x-cx-nl": "Set the range color transparency to {_float_}", "x-cx-graphtypes": [ "Bar", "Bullet", "Meter" ] }, "rangeColors": { "type": [ "array", "boolean", "string", "number" ], "description": "Colors for the background ranges in bullet and meter graphs", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Ranges", "x-cx-nl": "Set the range colors to {_array_}", "x-cx-graphtypes": [ "Bar", "Bullet", "Meter" ] }, "rangeSegments": { "type": [ "array", "boolean", "string", "number" ], "description": "Numeric top values for the qualitative range segments of an indicator (meter scale tops). Companion to rangeStack (variable-driven bands, used by bullets) in the shared indicator range model", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Ranges", "x-cx-nl": "Set the range segments to {_array_}", "x-cx-graphtypes": [ "Bar", "Bullet", "Meter" ] }, "rangeStack": { "type": [ "array", "boolean", "string", "number" ], "description": "Variable names defining the qualitative background ranges (bullet indicators, data-driven bands). If left empty, the entire graph area is used. Companion to rangeSegments (numeric scale tops, used by meters) in the shared indicator range model", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Ranges", "x-cx-nl": "Set the range stack to {_array_}", "x-cx-graphtypes": [ "Bar", "Bullet", "Meter" ] }, "rangeStackShow": { "type": "boolean", "description": "Flag to show/hide the labels for the background ranges in bullet graphs", "default": false, "x-cx-category": "Ranges", "x-cx-nl": "{Show|Hide} the range stack", "x-cx-graphtypes": [ "Bar", "Bullet", "Meter" ] }, "ratioGroupReference": { "type": [ "string", "boolean" ], "description": "Name of the group used in ratio transformation. Almost private parameters used within the different CanvasXpress UIs", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Data Ratio Reference", "x-cx-nl": "Set the ratio group reference to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "ratioLevelReference": { "type": [ "string", "boolean" ], "description": "Name of the level used in ratio transformation. Almost private parameters used within the different CanvasXpress UIs", "default": false, "x-cx-false-disables": true, "x-cx-category": "Data Ratio Reference", "x-cx-nl": "Set the ratio level reference to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "ratioReference": { "type": [ "integer", "boolean" ], "description": "Default index of sample used in ratio transformation. Almost private parameters used within the different CanvasXpress UIs", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Data Ratio Reference", "x-cx-nl": "Set the ratio reference to {_integer_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "ratioSampleReference": { "type": [ "string", "boolean" ], "description": "Name of the sample used in ratio transformation. Almost private parameters used within the different CanvasXpress UIs", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Data Ratio Reference", "x-cx-nl": "Set the ratio sample reference to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "regressionFitEquationPosition": { "type": [ "string", "boolean" ], "description": "Position for the regression fit equation", "default": "top", "enum": [ "top", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Regression", "x-cx-nl": "Set the regression fit equation position to {_option_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "regressionOrder": { "type": [ "integer", "boolean" ], "description": "Specifies the number of degrees to solve for in polynomial regressions", "default": 2, "x-cx-false-disables": true, "x-cx-category": "Regression", "x-cx-nl": "Set the regression order to {_integer_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "regressionType": { "type": [ "string", "boolean" ], "description": "Type of linear least-squares fitting methods for simple data analysis", "default": "linear", "enum": [ "linear", "exponential", "logarithmic", "power", "polynomial", false ], "x-cx-false-disables": true, "x-cx-category": "Regression", "x-cx-nl": "Set the regression type to {_option_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "reproduceTime": { "type": [ "integer", "boolean" ], "description": "Duration in milliseconds to wait for replicating user modifications via the UI", "default": 750, "x-cx-false-disables": true, "x-cx-category": "Plot Mode", "x-cx-nl": "Set the reproduce time to {_integer_}" }, "reproduceVideoMode": { "type": "boolean", "description": "Flag to indicate reproduction will be used to create a video", "default": false, "x-cx-category": "Plot Mode", "x-cx-nl": "{Indicate|Do Not Indicate} reproduction will be used to create a video" }, "repulsiveForceFunction": { "type": [ "string", "boolean" ], "description": "Type of function to apply when calculating repulsive force in forceDirected network layouts. Fruchterman-Reingold uses square while Eades uses log", "default": "square", "enum": [ "square", "cubic", "log", "pow", "sqrt", false ], "x-cx-false-disables": true, "x-cx-category": "Network Algorithm Parameters", "x-cx-nl": "Set the repulsive force function to {_option_}", "x-cx-graphtypes": [ "Network" ] }, "resizable": { "type": "boolean", "description": "Flag to disable resizing the canvas by dragging the mouse over the edges", "default": true, "x-cx-category": "Events", "x-cx-nl": "{Disable|Do Not Disable} resizing the canvas by dragging the mouse over the edges" }, "resizableX": { "type": "boolean", "description": "Flag to disable resizing the width of the canvas by dragging the mouse over the edges", "default": true, "x-cx-category": "Events", "x-cx-nl": "{Disable|Do Not Disable} resizing the width of the canvas by dragging the mouse over the edges" }, "resizableY": { "type": "boolean", "description": "Flag to disable resizing the height of canvas by dragging the mouse over the edges", "default": true, "x-cx-category": "Events", "x-cx-nl": "{Disable|Do Not Disable} resizing the height of canvas by dragging the mouse over the edges" }, "ribbonBy": { "type": [ "string", "boolean" ], "description": "Name of a sample annotation(s) to create a ribbon of each variable in scatter plots. If a single annotation is passed then it will be used as a standard deviation. If two annotations are passed then, it will be used as upper and lower confidence intervals. Alternatively it could be a pair of arrays witht the actual data. Works in coordination with the lineBy parameter", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Ribbon by {_factor_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "ribbonByType": { "type": [ "string", "boolean" ], "description": "Type of ribbon to create", "default": "line", "enum": [ "line", "area", false ], "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Set the ribbon by type to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "ridgeBy": { "type": [ "string", "boolean" ], "description": "Utility to create ridgelines in Scatter2D plots", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Ridge by {_factor_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "ridgelineScale": { "type": [ "number", "boolean" ], "description": "Scale for ridgeline", "default": 1.5, "x-cx-false-disables": true, "x-cx-category": "Ridgeline Plots", "x-cx-nl": "Set the ridgeline scale to {_float_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "ridgelineViolin": { "type": "boolean", "description": "Flag to use a violin to calculate the ridgeline plot", "default": false, "x-cx-category": "Ridgeline Plots", "x-cx-nl": "{Use|Do Not Use} a violin to calculate the ridgeline plot", "x-cx-graphtypes": [ "Scatter2D" ] }, "rightMarginalText": { "type": [ "string", "boolean" ], "description": "Text to include at the right of the graph in the right margin", "default": false, "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Set the right marginal text to {_string_}" }, "rightMarginalTextAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the right marginal text", "default": "left", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Align the right marginal text to the {_option_}" }, "rightMarginalTextBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the right marginal text", "default": "center", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Set the right marginal text baseline to {_option_}" }, "rightMarginalTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in right marginal text", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Color the right marginal text {_color_}" }, "rightMarginalTextFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in right marginal text. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the rightMarginalTextScaleFontFactor", "default": 12, "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Set the right marginal text font size to {_integer_}" }, "rightMarginalTextFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the right marginal text", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Set the right marginal text font style to {_option_}" }, "rightMarginalTextMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the right marginal text", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Set the right marginal text margin to {_float_}" }, "rightMarginalTextRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the right marginal text", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Rotate the right marginal text {_integer_} degrees" }, "rightMarginalTextScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the right marginal text font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "{Increase|Decrease} the size of the right marginal text by a factor of {_float_}" }, "rotationSensitivity": { "type": [ "integer", "boolean" ], "description": "Factor to adjust the sensitivity of the mouse when rotating the graph", "default": 450, "x-cx-false-disables": true, "x-cx-category": "3D Attributes", "x-cx-nl": "Set the rotation sensitivity to {_integer_}", "x-cx-graphtypes": [ "Bar", "Network", "Scatter3D" ] }, "roundedPolygonRadius": { "type": [ "integer", "boolean" ], "description": "Radius for rounded polygons", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Shapes", "x-cx-nl": "Set the rounded polygon radius to {_integer_}" }, "samplesClustered": { "type": "boolean", "description": "Flag to cluster samples", "default": false, "x-cx-category": "Clustering", "x-cx-nl": "{Cluster|Do Not Cluster} samples", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Circular", "Cleveland", "Correlation", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Tree", "TreeBracket", "Treemap" ] }, "samplesKmeaned": { "type": "boolean", "description": "Flag to k-mean samples", "default": false, "x-cx-category": "Clustering", "x-cx-nl": "{K|Do Not K}-mean samples", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Circular", "Cleveland", "Correlation", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Tree", "TreeBracket", "Treemap" ] }, "sankeyAxes": { "type": [ "array", "boolean", "string", "number" ], "description": "Axes to include in the alluvial plots. It must sample annotations of the string type in the x object", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Set the sankey axes to {_array_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyAxesOrder": { "type": [ "object", "boolean" ], "description": "Object giving an explicit top-to-bottom order for the strata of a Sankey/alluvial column, for this graph only (independent of legendOrder). The key is a sankeyAxes annotation (or the sankeySource/sankeyTarget annotation) and the value is an array of its stratum levels in the desired order; any level not listed is placed last, alphabetically. Setting this implies sankeyNodeSort \"factor\"", "default": false, "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Set the sankey axes order to {_object_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyColorNodesByValue": { "type": "boolean", "description": "Flag to colour each Sankey node by its own value (level) rather than by a single colorBy annotation, and to paint every flow ribbon in its source node's colour. Set on the ggsankey (davidsjoberg/ggsankey) path, where fill = factor(node) colours the whole diagram per node", "default": false, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "{Colour|Do Not Colour} each Sankey node by its own value (level) rather than by a single colorBy annotation, and to paint every flow ribbon in its source node's colour", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyLinkLineWidth": { "type": [ "number", "boolean" ], "description": "Outline width (px) for the Sankey/alluvial flow ribbons. Left null the ribbons use the default outlineWidth, which inflates a thin (low-value) flow into a solid ~1px line in its fill colour; a small value (e.g. 0.25) lets thin flows render at their true width so many overlapping ribbons no longer read as a dense line-mesh", "default": null, "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Set the sankey link line width to {_float_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyLinkOrder": { "type": [ "string", "boolean" ], "description": "Paint order of the Sankey/alluvial flow ribbons (which overlays which). data (default) keeps the input/build order; color paints them grouped by the colorBy annotation level order and then by alluvium id, so same-coloured ribbons draw together and later ones overlay (ggalluvial z_order_aes parity). Only affects colour-by diagrams", "default": "data", "enum": [ "data", "color", false ], "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Set the sankey link order to {_option_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyLinksColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the sankey lines (links)", "default": "rgba(204,204,204,0.66)", "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Color the sankey links {_color_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyLinksOpacity": { "type": [ "number", "boolean" ], "description": "Opacity (0-1) of the Sankey/alluvial link (flow) fills when they are coloured by an annotation (colorBy). The ggplot/alluvial path sets this from the geom_alluvium alpha aesthetic", "default": 0.75, "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Set the sankey links opacity to {_float_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyLodeGuidance": { "type": [ "string", "boolean" ], "description": "Vertical order of the flow ribbons WITHIN each stratum of a Sankey/alluvial (which lode sits above which). none (default) stacks by the neighbouring node position (native). The others port ggalluvial's lode.guidance: within a stratum, alluvia are ordered by the strata they pass through in the OTHER axes, visited in a set priority. zigzag (ggalluvial default) weights the nearest axes first, alternating outward; forward/backward weight earlier/later axes; frontback/backfront sweep to one end then the other. Requires an explicit sankeyNodeSort (e.g. \"factor\")", "default": "none", "enum": [ "none", "zigzag", "forward", "backward", "frontback", "backfront", false ], "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Set the sankey lode guidance to {_option_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyNodeColorMap": { "type": [ "object", "boolean" ], "description": "Object mapping a Sankey node value (level) to its fill colour, used when sankeyColorNodesByValue is set. The ggsankey path fills this from the emitted factor(node) hue palette so each node and its outgoing ribbons match ggsankey exactly", "default": false, "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Set the sankey node color map to {_object_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyNodeLegendTitle": { "type": [ "string", "boolean" ], "description": "Title of the Sankey node-value legend drawn when sankeyColorNodesByValue and sankeyNodeColorMap are set. The ggsankey path sets it to the fill aesthetic label (e.g. \"factor(node)\"). Set false to draw the legend with no title", "default": false, "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Set the sankey node legend title to {_string_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyNodePadding": { "type": [ "integer", "boolean" ], "description": "Padding between the Sankey nodes", "default": 8, "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Set the sankey node padding to {_integer_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyNodeSort": { "type": [ "string", "boolean" ], "description": "Order of the strata within each Sankey/alluvial column. auto: flow-based order that minimizes ribbon crossings (default). input: data order, no reordering. ascending/descending: by the stratum flow value. alphabetical: by the stratum name. factor: by each axis variable factor levels (ggalluvial parity); strata whose value has no defined level sort last, alphabetically", "default": "auto", "enum": [ "auto", "input", "ascending", "descending", "alphabetical", "factor", false ], "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Set the sankey node sort to {_option_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyNodeWidth": { "type": [ "integer", "boolean" ], "description": "Width for the Sankey nodes", "default": 30, "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Set the sankey node width to {_integer_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyNodesColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the sankey nodes", "default": false, "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Color the sankey nodes {_color_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyOutlineColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the sankey outline", "default": "rgba(0,0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Color the sankey outline {_color_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeySource": { "type": [ "string", "boolean" ], "description": "Name of a sample annotation to use as source in the sankey diagrams", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Set the sankey source to {_option_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyTarget": { "type": [ "string", "boolean" ], "description": "Name of a sample annotation to use as target in the sankey diagrams", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Set the sankey target to {_option_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyTextAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the sankey diagram labels", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Align the sankey text to the {_option_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyTextAuto": { "type": "boolean", "description": "Flag to adjust the text orientation and the visibility for the labels in the Sankey diagrams", "default": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "{Adjust|Do Not Adjust} the text orientation and the visibility for the labels in the Sankey diagrams", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyTextBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the sankey diagram labels", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Set the sankey text baseline to {_option_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in sankey diagram labels", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Color the sankey text {_color_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyTextFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in sankey diagram labels. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the sankeyTextScaleFontFactor", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Set the sankey text font size to {_integer_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyTextFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the sankey diagram labels", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Set the sankey text font style to {_option_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyTextInside": { "type": "boolean", "description": "Flag to draw the text of the sankey labels inside the plot. It is only applicable when sankeyTextAuto is false", "default": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "{Draw|Do Not Draw} the text of the sankey labels inside the plot", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyTextMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the sankey diagram labels", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Set the sankey text margin to {_float_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyTextRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the sankey diagram labels", "default": 90, "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Rotate the sankey text {_integer_} degrees", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyTextScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the sankey diagram labels font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "{Increase|Decrease} the size of the sankey text by a factor of {_float_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyTextShow": { "type": "boolean", "description": "Flag to show/hide the labels in the Sankey diagrams", "default": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "{Show|Hide} the sankey text", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyTitleAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the sankey diagram titles", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Align the sankey title to the {_option_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyTitleBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the sankey diagram titles", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Set the sankey title baseline to {_option_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyTitleColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in sankey diagram titles", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Color the sankey title {_color_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyTitleFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in sankey diagram titles. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the sankeyTitleScaleFontFactor", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Set the sankey title font size to {_integer_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyTitleFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the sankey diagram titles", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Set the sankey title font style to {_option_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyTitleMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the sankey diagram titles", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Set the sankey title margin to {_float_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyTitlePosition": { "type": [ "string", "boolean" ], "description": "Position of the Sankey/alluvial axis (column) titles relative to the plot. bottom (default) draws them under the columns; top draws them above (ggplot scale_x position \"top\" parity)", "default": "bottom", "enum": [ "bottom", "top", false ], "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Set the sankey title position to {_option_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyTitleRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the sankey diagram titles", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Rotate the sankey title {_integer_} degrees", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyTitleScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the sankey diagram titles font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "{Increase|Decrease} the size of the sankey title by a factor of {_float_}", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyTitleShow": { "type": "boolean", "description": "Flag to show/hide the titles in the Sankey diagrams", "default": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "{Show|Hide} the sankey title", "x-cx-graphtypes": [ "Sankey" ] }, "sankeyType": { "type": [ "string", "boolean" ], "description": "Height model for the Sankey/alluvial strata. normal: one shared scale across the whole diagram (columns with fewer classes are shorter). proportional: each stratum column is scaled independently to fill the full plot height, node heights stay proportional to their value, and the flow ribbons proportionally fill the node boxes at both ends. equal: every stratum (node) in a column gets the same height so the column is evenly partitioned, with the ribbons proportionally filling each equal node box at both ends. aligned: keeps the normal node heights but spreads the strata of each column evenly over the full plot height (overrides sankeyNodePadding)", "default": "normal", "enum": [ "normal", "proportional", "equal", "aligned", false ], "x-cx-false-disables": true, "x-cx-category": "Sankey Diagrams", "x-cx-nl": "Set the sankey type to {_option_}", "x-cx-graphtypes": [ "Sankey" ] }, "saveFilename": { "type": [ "string", "boolean" ], "description": "Filename to use when downloading the canvas as an image or as json. If not specified. the filename will be based on the target id of the canvas. cX- + canvas.targetId + extension", "default": false, "x-cx-false-disables": true, "x-cx-category": "Print", "x-cx-nl": "Set the save filename to {_string_}" }, "scatterAxesEqual": { "type": "boolean", "description": "Flag to keep same range in both axes", "default": false, "x-cx-category": "Scatter Plots", "x-cx-nl": "{Keep|Do Not Keep} same range in both axes", "x-cx-graphtypes": [ "Bin", "Binplot", "Bump", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "scatterDataPointsColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the data points in scatter plots", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Scatter Plots", "x-cx-nl": "Color the scatter data points {_color_}", "x-cx-graphtypes": [ "Bin", "Binplot", "Bump", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "scatterLineAlpha": { "type": [ "number", "boolean" ], "description": "Transparency applied to lines in scatter plots", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Scatter Plots", "x-cx-nl": "Set the scatter line alpha to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "Bump", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "scatterOutlineThreshold": { "type": [ "integer", "boolean" ], "description": "Maximum number of data points before skipping plotting their outline but only the fill color", "default": 50000, "x-cx-false-disables": true, "x-cx-category": "Scatter Plots", "x-cx-nl": "Set the scatter outline threshold to {_integer_}", "x-cx-graphtypes": [ "Bin", "Binplot", "Bump", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "scatterPlotMatrix": { "type": [ "string", "boolean" ], "description": "Could be a boolean to plot a matrix of 2D scatterplots or a sample annotation to color and segregate the plots", "default": false, "x-cx-options": [ true, false ], "x-cx-false-disables": true, "x-cx-category": "Scatter Plot Matrix", "x-cx-nl": "Set the scatter plot matrix to {_option_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "scatterPlotMatrixType": { "type": [ "string", "boolean" ], "description": "Type for the matrix of 2D scatterplots. Draw either in both panels, upper only or lower only. Show any combination of correlation, histogram, density and variability (boxplots). Also specify whether to use all versus all or only the first data set", "default": "both", "enum": [ "both", "upper", "lower", "correlation", "correlationHistogram", "correlationDensity", "all", "first", false ], "x-cx-false-disables": true, "x-cx-category": "Scatter Plot Matrix", "x-cx-nl": "Set the scatter plot matrix type to {_option_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "scatterPointAlpha": { "type": [ "number", "boolean" ], "description": "Thickness applied to data points in scatter plots", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Scatter Plots", "x-cx-nl": "Set the scatter point alpha to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "Bump", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "scatterStreamBandwidth": { "type": [ "number", "boolean" ], "description": "Scatter stream bandwidth. Tensor for the wiggles of the stream wiggles. A vaulue between 0 and 1", "default": 0.75, "x-cx-false-disables": true, "x-cx-category": "Stream Plots", "x-cx-nl": "Set the scatter stream bandwidth to {_float_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "scatterStreamExtraSpan": { "type": [ "number", "boolean" ], "description": "Scatter stream extra extension for the wiggles. A vaulue between 0 and 1 as in percent", "default": 0.01, "x-cx-false-disables": true, "x-cx-category": "Stream Plots", "x-cx-nl": "Set the scatter stream extra span to {_float_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "scatterStreamNumber": { "type": [ "integer", "boolean" ], "description": "Number of values for the wiggles", "default": 1000, "x-cx-false-disables": true, "x-cx-category": "Stream Plots", "x-cx-nl": "Set the scatter stream number to {_integer_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "scatterStreamTrueRange": { "type": [ "string", "boolean" ], "description": "Expand the X axis", "default": "both", "enum": [ "both", "min_x", "max_x", "none", false ], "x-cx-false-disables": true, "x-cx-category": "Stream Plots", "x-cx-nl": "Set the scatter stream true range to {_option_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "scatterStreamType": { "type": [ "string", "boolean" ], "description": "Type of stream scatter plot", "default": "mirror", "enum": [ "mirror", "ridge", "proportional", false ], "x-cx-false-disables": true, "x-cx-category": "Stream Plots", "x-cx-nl": "Set the scatter stream type to {_option_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "scatterStreamWiggles": { "type": [ "array", "boolean", "string", "number" ], "description": "Order for the streamgraph wiggles", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Stream Plots", "x-cx-nl": "Set the scatter stream wiggles to {_array_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "scatterType": { "type": [ "string", "boolean" ], "description": "Type of scatter plot", "default": false, "x-cx-options": [ false, "line", "bar", "dot", "area", "image", "lineImage", "lineStep", "boxplot", "visium", "manhattan", "manhattanCNV", "bin2d", "polygon", "stream" ], "x-cx-false-disables": true, "x-cx-category": "Scatter Plots", "x-cx-nl": "Set the scatter type to {_option_}", "x-cx-graphtypes": [ "Bin", "Binplot", "Bump", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "scrollbarAltBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Alternate background color for custom scrollbar tracks", "default": "rgb(245, 245, 245)", "x-cx-false-disables": true, "x-cx-category": "Scrollbar", "x-cx-nl": "Color the scrollbar alt background {_color_}" }, "scrollbarBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Background color for custom scrollbars", "default": "rgb(255, 255, 255)", "x-cx-false-disables": true, "x-cx-category": "Scrollbar", "x-cx-nl": "Color the scrollbar background {_color_}" }, "scrollbarThumbColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Thumb color for custom scrollbars", "default": "#cccccc", "x-cx-false-disables": true, "x-cx-category": "Scrollbar", "x-cx-nl": "Color the scrollbar thumb {_color_}" }, "scrollbarThumbHoverColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Thumb hover color for custom scrollbars", "default": "#aaaaaa", "x-cx-false-disables": true, "x-cx-category": "Scrollbar", "x-cx-nl": "Color the scrollbar thumb hover {_color_}" }, "segregateSamplesBy": { "type": [ "array", "boolean", "string", "number" ], "description": "An array that holds the annotation(s) used to segregate the samples ala Facet way in R. It must be categories in the data.x object", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Data Faceting", "x-cx-nl": "Segregate samples by {_multi-factor_}" }, "segregateVariablesBy": { "type": [ "array", "boolean", "string", "number" ], "description": "An array that holds the annotation(s) used to segregate the variables ala Facet way in R. It must be categories in the data.z object", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Data Faceting", "x-cx-nl": "Segregate variables by {_multi-factor_}" }, "selectedDataPoints": { "type": [ "array", "boolean", "string", "number" ], "description": "Variable / Sample names of data points (in the data object) to initially select", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Data Selection", "x-cx-nl": "Set the selected data points to {_array_}" }, "selectionColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the DEPRECATED (use highlightColor): color for selected data points when selectionMode is \"highlight\"; inherits highlightColor when not set", "default": false, "x-cx-false-disables": true, "x-cx-category": "Data Selection", "x-cx-nl": "Color the selection {_color_}" }, "selectionMetadata": { "type": [ "string", "boolean" ], "description": "Metadata (or factor) to use to display selected data points instead of the variable name. This metadata has to be in the data.z object. This property is only valid when the selectionMode is name and the visualization is a Scatter plot", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Data Selection", "x-cx-nl": "Set the selection metadata to {_option_}" }, "selectionMode": { "type": [ "string", "boolean" ], "description": "Mode used to render selected data points. Shares highlight / ghost / focus with highlightMode and adds two selection-only modes. \"highlight\" recolors the selection; \"ghost\" fades the non-selected marks; \"focus\" recolors the non-selected marks to grey and keeps the selection in color (the storytelling focus technique, identical to highlightMode \"focus\"); \"name\" labels the selection; \"filter\" keeps only the selection", "default": "highlight", "enum": [ "highlight", "ghost", "focus", "name", "filter", false ], "x-cx-false-disables": true, "x-cx-category": "Data Selection", "x-cx-nl": "Set the selection mode to {_option_}" }, "sequenceAColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the adenines and alanines in the genome browser", "default": "rgb(0,103,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence a {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the sequence", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Align the sequence to the {_option_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceBColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the degenerate C/G/T and asparagines in the genome browser", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence b {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the sequence", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Set the sequence baseline to {_option_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceCColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the cytosines and cysteins in the genome browser", "default": "rgb(0,0,255)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence c {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in sequence", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceDColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the degenerate A/G/T and aspartic acids in the genome browser", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence d {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceEColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the glutamic acids in the genome browser", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence e {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceEndColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the end codon in the genome browser", "default": "rgb(255,0,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence end {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceFColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the phenylalanines in the genome browser", "default": "rgb(0,0,255)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence f {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceFillColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the background when showing sequnces in the box or sequence object in the Genome. The default is to use the background of the object. If specied a valid color then all the background of sequences will be uniform", "default": false, "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence fill {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in sequence. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the sequenceScaleFontFactor", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Set the sequence font size to {_integer_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the sequence", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Set the sequence font style to {_option_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceGAPColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the deletions, insertions and gaps in the genome browser", "default": "rgb(255,0,255)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence g a p {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceGColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the guanines and glycines in the genome browser", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence g {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceHColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the degenerate A/C/T and histidines in the genome browser", "default": "rgb(255,0,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence h {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceIColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the isoleucines in the genome browser", "default": "rgb(0,103,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence i {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceKColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the degenerate G/T and lysines in the genome browser", "default": "rgb(255,0,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence k {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceLColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the leucines in the genome browser", "default": "rgb(0,103,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence l {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceMColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the degenerate A/G and methionines in the genome browser", "default": "rgb(0,103,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence m {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the sequence", "default": 8, "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Set the sequence margin to {_float_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceNColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the degenerate A/C/G/T and asparagines in the genome browser", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence n {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequencePColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the prolines in the genome browser", "default": "rgb(255,165,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence p {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceQColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the glutamines in the genome browser", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence q {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceRColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the degenerate A/G and arginines in the genome browser", "default": "rgb(255,0,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence r {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the sequence", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Rotate the sequence {_integer_} degrees", "x-cx-graphtypes": [ "Genome" ] }, "sequenceSColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the degenerate G/C and serines in the genome browser", "default": "rgb(255,165,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence s {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the sequence font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "{Increase|Decrease} the size of the sequence by a factor of {_float_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceStartColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the start codon in the genome browser", "default": "rgb(0,204,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence start {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceTColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the thymidines and threonines in the genome browser", "default": "rgb(255,0,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence t {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceUColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the uracils in the genome browser", "default": "rgb(255,0,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence u {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceVColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the degenerate A/C/G and valines in the genome browser", "default": "rgb(0,103,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence v {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceWColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the degenerate A/T and tryptophans in the genome browser", "default": "rgb(0,0,255)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence w {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceXColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the any aminoacid code in the genome browser", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence x {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceYColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the degenerate C/T and tyrosines in the genome browser", "default": "rgb(0,0,255)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence y {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "sequenceZColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the glutamines in the genome browser", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Sequences", "x-cx-nl": "Color the sequence z {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "setMaxR": { "type": [ "number", "boolean" ], "description": "Set the maximum value for data in the R axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the maximum value for data in the R axis to {_float_}", "x-cx-graphtypes": [ "Circular" ] }, "setMaxX": { "type": [ "number", "boolean" ], "description": "Set the maximum value for data in the X axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the maximum value for data in the X axis to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "setMaxX2": { "type": [ "number", "boolean" ], "description": "Set the maximum value for data in the second X axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the maximum value for data in the X axis to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "setMaxY": { "type": [ "number", "boolean" ], "description": "Set the maximum value for data in the Y axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the maximum value for data in the Y axis to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "setMaxZ": { "type": [ "number", "boolean" ], "description": "Set the maximum value for data in the Z axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the maximum value for data in the Z axis to {_float_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "setMinR": { "type": [ "number", "boolean" ], "description": "Set the minimum value for data in the R axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "R-Axis", "x-cx-nl": "Set the minimum value for data in the R axis to {_float_}", "x-cx-graphtypes": [ "Circular" ] }, "setMinX": { "type": [ "number", "boolean" ], "description": "Set the minimum value for data in the X axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the minimum value for data in the X axis to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "setMinX2": { "type": [ "number", "boolean" ], "description": "Set the minimum value for data in the second X axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the minimum value for data in the X axis to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "setMinY": { "type": [ "number", "boolean" ], "description": "Set the minimum value for data in the Y axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the minimum value for data in the Y axis to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "setMinZ": { "type": [ "number", "boolean" ], "description": "Set the minimum value for data in the Z axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the minimum value for data in the Z axis to {_float_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "setPanningMaxX": { "type": [ "number", "boolean" ], "description": "Set the maximum value allowed to pann the data in the X axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the set panning max x to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "setPanningMaxY": { "type": [ "number", "boolean" ], "description": "Set the maximum value allowed to pann the data in the Y axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the set panning max y to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "setPanningMinX": { "type": [ "number", "boolean" ], "description": "Set the minimum value allowed to pann the data in the X axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the set panning min x to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "setPanningMinY": { "type": [ "number", "boolean" ], "description": "Set the minimum value allowed to pann the data in the Y axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the set panning min y to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "setPlotLeft": { "type": [ "integer", "boolean" ], "description": "Set the left dimension of the plotting area to the specified number of pixels, provided the value is greater than zero. This is used to align multiple graphs in a web page", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Aspect Ratio, Space and Width", "x-cx-nl": "Set the set plot left to {_integer_}" }, "setPlotTop": { "type": [ "integer", "boolean" ], "description": "Set the top dimension of the plotting area to the specified number of pixels, provided the value is greater than zero. This is used to align multiple graphs in a web page", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Aspect Ratio, Space and Width", "x-cx-nl": "Set the set plot top to {_integer_}" }, "setPlotX": { "type": [ "integer", "boolean" ], "description": "Set the x dimension of the plotting area to the specified number of pixels, provided the value is greater than zero. This is used to align multiple graphs in a web page", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Aspect Ratio, Space and Width", "x-cx-nl": "Set the set plot x to {_integer_}" }, "setPlotY": { "type": [ "integer", "boolean" ], "description": "Set the y dimension of the plotting area to the specified number of pixels, provided the value is greater than zero. This is used to align multiple graphs in a web page", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Aspect Ratio, Space and Width", "x-cx-nl": "Set the set plot y to {_integer_}" }, "shadowBlur": { "type": [ "integer", "boolean" ], "description": "Amount in blur for the shadow", "default": 2, "x-cx-false-disables": true, "x-cx-category": "Shadows", "x-cx-nl": "Set the shadow blur to {_integer_}" }, "shadowColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the shadow", "default": "rgba(0,0,0,0.5)", "x-cx-false-disables": true, "x-cx-category": "Shadows", "x-cx-nl": "Color the shadow {_color_}" }, "shadowOffsetX": { "type": [ "integer", "boolean" ], "description": "Length in pixels for the shadow offset in the X axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Shadows", "x-cx-nl": "Set the shadow offset x to {_integer_}" }, "shadowOffsetY": { "type": [ "integer", "boolean" ], "description": "Length in pixels for the shadow offset in the Y axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Shadows", "x-cx-nl": "Set the shadow offset y to {_integer_}" }, "shapeBy": { "type": [ "string", "boolean" ], "description": "Name of a variable annotation or a sample name or the string variable to shape the variables. When shapeByData is specified shapeBy is used for the title in the legend", "default": false, "x-cx-options": [ false, "variable" ], "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Shape by {_factor_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "shapeByContinuous": { "type": "boolean", "description": "Flag to use pie shapes with continuous data as opposed to by binning the data and show regular shapes", "default": false, "x-cx-category": "Data Point Attributes", "x-cx-nl": "{Use|Do Not Use} pie shapes with continuous data as opposed to by binning the data and show regular shapes", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "shapeByData": { "type": [ "string", "boolean" ], "description": "String that identify the object containing a two dimensional array with values used to shape data points when drawing a multidimensional Heatmap. It must be located within the data.y object (for example: data.y.data2)", "default": false, "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Set the shape by data to {_string_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "shapeByShape": { "type": [ "string", "boolean" ], "description": "String that identify the shape to use in regular and multidimensional heatmaps. shapeByData will take precedence over this property", "default": false, "x-cx-options": [ false, "sphere", "square", "triangle", "star", "rhombus", "octagon", "oval", "plus", "minus", "mdavid" ], "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Set the shape by shape to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "shapeKey": { "type": [ "object", "boolean" ], "description": "Object to assign custom shapes to sample annotations and variable annotations included in the data object. The key of the object is the name of an annotation in the data.x object or the name of an annotation in the data.z object. A default shape will be assigned to a data point whose value was not included the object", "default": false, "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Set the shape key to {_object_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "shapeLegendTitle": { "type": [ "string", "boolean" ], "description": "Title for the shape legend", "default": false, "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Set the shape legend title to {_string_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "shapeNodeBy": { "type": [ "string", "boolean" ], "description": "Name of the attribute to shape the nods", "default": false, "x-cx-false-disables": true, "x-cx-category": "Network Node and Edge Attributes", "x-cx-nl": "Set the shape node by to {_string_}", "x-cx-graphtypes": [ "Network" ] }, "shapes": { "type": [ "array", "boolean", "string", "number" ], "description": "Array with shapes used in visualizations. The order will dictate the utilization in the visualization", "default": [ "sphere", "square", "triangle", "star", "rhombus", "octagon", "oval", "plus", "minus", "pacman", "pacman2", "mdavid", "rect2", "pentagon", "rect3", "arc", "rectangle", "image" ], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "General Attributes", "x-cx-nl": "Set the shapes to {_array_}" }, "shelfStates": { "type": [ "array", "boolean", "string", "number" ], "description": "Saved named authoring states from the Shelves customizer section (shared save-state store for the Customizer, the data-filter toolbar, and the workflow timeline widget). Each entry is { name, config } where config is a snapshot of the authoring keys (graphType, colorBy/sizeBy/shapeBy/patternBy, segregate/grouping, filterData, calculatedFields, aggregations). Data-filter entries add { smps, vars }; workflow-timeline entries add { workflowStep, workflowTotal } capturing the 0-based timeline position (e.g. step 5 of a 10-step workflow). Saved from the Shelves toolbar / data-filter or workflow disk icon and re-applied from its dropdown; serialized so they persist and reproduce", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Data Filters", "x-cx-nl": "Set the shelf states to {_array_}" }, "show3DGrid": { "type": "boolean", "description": "Flag to show/hide the X,Y,Z grid in 3D plots", "default": true, "x-cx-category": "3D Attributes", "x-cx-nl": "{Show|Hide} the3 d grid", "x-cx-graphtypes": [ "Bar", "Network", "Scatter3D" ] }, "showAnimation": { "type": "boolean", "description": "Flag to show/hide the animation for the graphs", "default": true, "x-cx-category": "Animations and Visualization Transitions", "x-cx-nl": "{Show|Hide} the animation" }, "showBoxplotIfViolin": { "type": "boolean", "description": "Flag to show/hide the boxplots when violin plot are show. It does not affect anything unless violins are shown", "default": false, "x-cx-category": "Violin Plots", "x-cx-nl": "{Show|Hide} the boxplot if violin", "x-cx-graphtypes": [ "Boxplot" ] }, "showBoxplotOriginalData": { "type": "boolean", "description": "Flag to show/hide the observed data point in boxplots. (Should be called showBoxplotDataPoints)", "default": false, "x-cx-category": "Boxplot Graphs", "x-cx-nl": "{Show|Hide} the boxplot original data", "x-cx-graphtypes": [ "Boxplot" ] }, "showCircularConnections": { "type": "boolean", "description": "Flag to show/hide the connections in circular graphs", "default": true, "x-cx-category": "Circular Graph Connections", "x-cx-nl": "{Show|Hide} the circular connections", "x-cx-graphtypes": [ "Circular" ] }, "showCode": { "type": "boolean", "description": "Flag to show/hide the code for the canvas", "default": false, "x-cx-category": "Debug", "x-cx-nl": "{Show|Hide} the code" }, "showColorEdgeLegend": { "type": "boolean", "description": "Flag to show/hide the legend edge color", "default": true, "x-cx-category": "Legends", "x-cx-nl": "{Show|Hide} the color edge legend", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "showColorLabelLegend": { "type": "boolean", "description": "Flag to show/hide the legend label color", "default": true, "x-cx-category": "Legends", "x-cx-nl": "{Show|Hide} the color label legend", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "showColorLegend": { "type": "boolean", "description": "Flag to show/hide the legend color", "default": true, "x-cx-category": "Legends", "x-cx-nl": "{Show|Hide} the color legend", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "showColorNodeLegend": { "type": "boolean", "description": "Flag to show/hide the legend node color", "default": true, "x-cx-category": "Legends", "x-cx-nl": "{Show|Hide} the color node legend", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "showConfidenceIntervals": { "type": "boolean", "description": "Flag to show/hide the confidence intervals in the regression plots", "default": true, "x-cx-category": "Confidence Intervals", "x-cx-nl": "{Show|Hide} the confidence intervals", "x-cx-graphtypes": [ "Scatter2D" ] }, "showConnectLegend": { "type": "boolean", "description": "Flag to show/hide the legend connect", "default": true, "x-cx-category": "Legends", "x-cx-nl": "{Show|Hide} the connect legend", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "showContourBands": { "type": "boolean", "description": "Flag to show/hide the contour bands", "default": true, "x-cx-category": "Contours", "x-cx-nl": "{Show|Hide} the contour bands", "x-cx-graphtypes": [ "Pareto", "Heatmap", "Scatter2D" ] }, "showContourDataPoints": { "type": "boolean", "description": "Flag to show/hide the data points in contours", "default": false, "x-cx-category": "Contours", "x-cx-nl": "{Show|Hide} the contour data points", "x-cx-graphtypes": [ "Pareto", "Heatmap", "Scatter2D" ] }, "showContourLevel": { "type": "boolean", "description": "Flag to show/hide the levels in contours", "default": false, "x-cx-category": "Contours", "x-cx-nl": "{Show|Hide} the contour level", "x-cx-graphtypes": [ "Pareto", "Heatmap", "Scatter2D" ] }, "showDataLabels": { "type": "boolean", "description": "Flag to show/hide the data labels in scatter plots", "default": false, "x-cx-category": "Scatter Plots", "x-cx-nl": "{Show|Hide} the data labels", "x-cx-graphtypes": [ "Bin", "Binplot", "Bump", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "showDataValues": { "type": "boolean", "description": "Flag to show/hide the data values in the bar graphs, stacked graphs, dotplots and line graphs", "default": false, "x-cx-category": "Plot Area", "x-cx-nl": "{Show|Hide} the data values", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Gantt", "Heatmap", "Line", "Lollipop", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TagCloud", "Tornado", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Waterfall", "WordCloud" ] }, "showDecorations": { "type": "boolean", "description": "Flag to show/hide the decorations", "default": true, "x-cx-category": "Decorations", "x-cx-nl": "{Show|Hide} the decorations", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bullet", "CDF", "Cleveland", "Contour", "Density", "Distribution", "DotLine", "Dotplot", "Dumbbell", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Network", "Pareto", "QQ", "Quantile", "Ridgeline", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TimeSeries", "Tornado", "Violin", "Volcano", "Waterfall" ] }, "showDecorationsBorder": { "type": "boolean", "description": "Flag to show/hide the the decoration legends border", "default": false, "x-cx-category": "Decorations", "x-cx-nl": "{Show|Hide} the decorations border", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bullet", "CDF", "Cleveland", "Contour", "Density", "Distribution", "DotLine", "Dotplot", "Dumbbell", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Network", "Pareto", "QQ", "Quantile", "Ridgeline", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TimeSeries", "Tornado", "Violin", "Volcano", "Waterfall" ] }, "showDecorationsLegend": { "type": "boolean", "description": "Flag to show/hide the decoration legends", "default": true, "x-cx-category": "Decorations", "x-cx-nl": "{Show|Hide} the decorations legend", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bullet", "CDF", "Cleveland", "Contour", "Density", "Distribution", "DotLine", "Dotplot", "Dumbbell", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Network", "Pareto", "QQ", "Quantile", "Ridgeline", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TimeSeries", "Tornado", "Violin", "Volcano", "Waterfall" ] }, "showErrorBars": { "type": "boolean", "description": "Flag to show/hide the error bars in graphs", "default": true, "x-cx-category": "Error Bars", "x-cx-nl": "{Show|Hide} the error bars", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "showFeatureNameThereshold": { "type": [ "integer", "boolean" ], "description": "Threshehold used to set te limit when there are too many features in the genome browser", "default": 20, "x-cx-false-disables": true, "x-cx-category": "Genome Browser Features", "x-cx-nl": "Set the show feature name thereshold to {_integer_}", "x-cx-graphtypes": [ "Genome" ] }, "showFilledHistogramDensity": { "type": "boolean", "description": "Flag to show/hide the filled histogram density", "default": false, "x-cx-category": "Histograms", "x-cx-nl": "{Show|Hide} the filled histogram density", "x-cx-graphtypes": [ "Scatter2D" ] }, "showFilledHistogramPath": { "type": "boolean", "description": "Flag to show/hide the filled histogram path", "default": false, "x-cx-category": "Histograms", "x-cx-nl": "{Show|Hide} the filled histogram path", "x-cx-graphtypes": [ "Scatter2D" ] }, "showHeatmapIndicator": { "type": "boolean", "description": "Flag to show/hide the heatmap color indicator", "default": true, "x-cx-category": "Heatmap Color Indicators", "x-cx-nl": "{Show|Hide} the heatmap indicator", "x-cx-graphtypes": [ "Heatmap" ] }, "showHeatmapOncoprint": { "type": "boolean", "description": "Flag to show/hide the heatmap along with the oncoprint", "default": false, "x-cx-category": "Oncoprint Graphs", "x-cx-nl": "{Show|Hide} the heatmap oncoprint", "x-cx-graphtypes": [ "Heatmap" ] }, "showHistogram": { "type": [ "string", "boolean" ], "description": "Flag or sample annotation to create histogram. If true is specified then the histogram will be done with all data", "default": false, "x-cx-false-disables": true, "x-cx-category": "Histograms", "x-cx-nl": "Set the show histogram to {_string_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "showHistogramBars": { "type": "boolean", "description": "Flag to hide the histogram bars", "default": false, "x-cx-category": "Histograms", "x-cx-nl": "{Hide|Do Not Hide} the histogram bars", "x-cx-graphtypes": [ "Scatter2D" ] }, "showHistogramDataPoints": { "type": "boolean", "description": "Flag to show/hide the original data point in histograms", "default": false, "x-cx-category": "Histograms", "x-cx-nl": "{Show|Hide} the histogram data points", "x-cx-graphtypes": [ "Scatter2D" ] }, "showHistogramDensity": { "type": "boolean", "description": "Flag to show/hide the density kernel in histograms", "default": false, "x-cx-category": "Histograms", "x-cx-nl": "{Show|Hide} the histogram density", "x-cx-graphtypes": [ "Scatter2D" ] }, "showHistogramMedian": { "type": "boolean", "description": "Flag to show/hide the histogram median", "default": false, "x-cx-category": "Histograms", "x-cx-nl": "{Show|Hide} the histogram median", "x-cx-graphtypes": [ "Scatter2D" ] }, "showHistogramPath": { "type": "boolean", "description": "Flag to show/hide the histograms path", "default": false, "x-cx-category": "Histograms", "x-cx-nl": "{Show|Hide} the histogram path", "x-cx-graphtypes": [ "Scatter2D" ] }, "showHistogramQuantiles": { "type": "boolean", "description": "Flag to show/hide the quantile 0.25 and 0.75 in density plots", "default": false, "x-cx-category": "Histograms", "x-cx-nl": "{Show|Hide} the histogram quantiles", "x-cx-graphtypes": [ "Scatter2D" ] }, "showIdeogram": { "type": "boolean", "description": "Flag to show/hide the Human Chromosome Ideogram. Force circular plots to be two dimensional", "default": false, "x-cx-category": "Ideograms", "x-cx-nl": "{Show|Hide} the ideogram", "x-cx-graphtypes": [ "Circular", "Genome" ] }, "showKMConfidenceIntervals": { "type": "boolean", "description": "Flag to show/hide the confidence intervals in Kaplan-Meier plots", "default": true, "x-cx-category": "Kaplan Meier Plots", "x-cx-nl": "{Show|Hide} the k m confidence intervals", "x-cx-graphtypes": [ "Scatter2D" ] }, "showKMMedianSurvivalTime": { "type": "boolean", "description": "Flag to show/hide the median survival time in Kaplan-Meier plots", "default": false, "x-cx-category": "Kaplan Meier Plots", "x-cx-nl": "{Show|Hide} the k m median survival time", "x-cx-graphtypes": [ "Scatter2D" ] }, "showLegend": { "type": "boolean", "description": "Flag to show/hide the legend", "default": true, "x-cx-category": "Legends", "x-cx-nl": "{Show|Hide} the legend", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "showLegendBorder": { "type": "boolean", "description": "Flag to show/hide the the legend border", "default": true, "x-cx-category": "Legends", "x-cx-nl": "{Show|Hide} the legend border", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "showLegendTitle": { "type": "boolean", "description": "Flag to show/hide the the legend title", "default": true, "x-cx-category": "Legends", "x-cx-nl": "{Show|Hide} the legend title", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "showLineEdgeLegend": { "type": "boolean", "description": "Flag to show/hide the legend edge line style", "default": true, "x-cx-category": "Legends", "x-cx-nl": "{Show|Hide} the line edge legend", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "showLineLegend": { "type": "boolean", "description": "Flag to show/hide the legend line", "default": true, "x-cx-category": "Legends", "x-cx-nl": "{Show|Hide} the line legend", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "showLoessFit": { "type": [ "string", "boolean" ], "description": "Name of a variable annotation, or set to true, to display a loess smoothing curve in Scatter plots", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Loess", "x-cx-nl": "Fit Loess by {_factor_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "showNameOverlays": { "type": "boolean", "description": "Flag to show/hide the the overlays name", "default": true, "x-cx-category": "Overlays", "x-cx-nl": "{Show|Hide} the name overlays", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "showNetworkCommunities": { "type": "boolean", "description": "Flag to show/hide the network communities", "default": false, "x-cx-category": "Network Communities", "x-cx-nl": "{Show|Hide} the network communities", "x-cx-graphtypes": [ "Network" ] }, "showNetworkRadialLayout": { "type": "boolean", "description": "Flag to show/hide the radial layout wire", "default": false, "x-cx-category": "Network Graphs", "x-cx-nl": "{Show|Hide} the network radial layout", "x-cx-graphtypes": [ "Network" ] }, "showNodeNameSizeThreshold": { "type": [ "integer", "boolean" ], "description": "Thereshold used to set the limit to hide or display the name of nodes in a network based on the size of the node. If the number of node size exceed this thereshold then the name will be shown", "default": 20, "x-cx-false-disables": true, "x-cx-category": "Network Graphs", "x-cx-nl": "Set the show node name size threshold to {_integer_}", "x-cx-graphtypes": [ "Network" ] }, "showNodeNameThreshold": { "type": [ "integer", "boolean" ], "description": "Thereshold used to set the limit to hide or display the name of nodes in a network. If the number of nodes exceed this thereshold then the name will not be shown", "default": 50, "x-cx-false-disables": true, "x-cx-category": "Network Graphs", "x-cx-nl": "Set the show node name threshold to {_integer_}", "x-cx-graphtypes": [ "Network" ] }, "showNodeResizeHandles": { "type": "boolean", "description": "Flag to draw the rotate/resize handle boxes around a selected network node. When false (default) a selected node only shows the highlight outline, matching selection in other graphs", "default": false, "x-cx-category": "Network Graphs", "x-cx-nl": "{Draw|Do Not Draw} the rotate/resize handle boxes around a selected network node", "x-cx-graphtypes": [ "Network" ] }, "showOutlineLegend": { "type": "boolean", "description": "Flag to show/hide the legend outline", "default": true, "x-cx-category": "Legends", "x-cx-nl": "{Show|Hide} the outline legend", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "showOverlays": { "type": "boolean", "description": "Flag to show/hide the overlays in one dimensional plots", "default": true, "x-cx-category": "Overlays", "x-cx-nl": "{Show|Hide} the overlays", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "showPatternLegend": { "type": "boolean", "description": "Flag to show/hide the legend pattern", "default": true, "x-cx-category": "Legends", "x-cx-nl": "{Show|Hide} the pattern legend", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "showPatternNodeLegend": { "type": "boolean", "description": "Flag to show/hide the legend node pattern", "default": true, "x-cx-category": "Legends", "x-cx-nl": "{Show|Hide} the pattern node legend", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "showPieSampleLabel": { "type": "boolean", "description": "Flag to show/hide the sample label when plotting multiple pies", "default": true, "x-cx-category": "Pie Charts", "x-cx-nl": "{Show|Hide} the pie sample label", "x-cx-graphtypes": [ "Pie" ] }, "showPieValues": { "type": "boolean", "description": "Flag to show/hide the values for the pie", "default": true, "x-cx-category": "Pie Charts", "x-cx-nl": "{Show|Hide} the pie values", "x-cx-graphtypes": [ "Pie" ] }, "showPrimaryMenus": { "type": "boolean", "description": "Flag to show/hide the primary menus in toolbar", "default": false, "x-cx-category": "Events", "x-cx-nl": "{Show|Hide} the primary menus" }, "showQuantileRegressionFit": { "type": "boolean", "description": "Flag to show/hide the Quantile Regression fit in Scatter2D plots", "default": false, "x-cx-category": "Quantile Regression Plots", "x-cx-nl": "{Show|Hide} the quantile regression fit", "x-cx-graphtypes": [ "Scatter2D" ] }, "showRegressionFit": { "type": [ "string", "boolean" ], "description": "Name of a variable annotation, or set to true, to display a regression fit in Scatter plots", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Regression", "x-cx-nl": "Fit by {_factor_}", "x-cx-graphtypes": [ "Scatter2D" ] }, "showRegressionFitEquation": { "type": "boolean", "description": "Flag to show/hide the Flag to show the regression fit equation", "default": true, "x-cx-category": "Regression", "x-cx-nl": "{Show|Hide} the regression fit equation", "x-cx-graphtypes": [ "Scatter2D" ] }, "showRegressionFullRange": { "type": "boolean", "description": "Flag to show/hide the full range in regression plots", "default": false, "x-cx-category": "Regression", "x-cx-nl": "{Show|Hide} the regression full range", "x-cx-graphtypes": [ "Scatter2D" ] }, "showSampleLegend": { "type": "boolean", "description": "Flag to show/hide the legend sample", "default": true, "x-cx-category": "Legends", "x-cx-nl": "{Show|Hide} the sample legend", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "showSampleNames": { "type": "boolean", "description": "Flag to show/hide the sample names", "default": true, "x-cx-category": "Samples", "x-cx-nl": "{Show|Hide} the sample names", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "showScatterDensity": { "type": "boolean", "description": "Flag to show/hide the density kernel in histograms", "default": false, "x-cx-category": "Density Plots", "x-cx-nl": "{Show|Hide} the scatter density", "x-cx-graphtypes": [ "Density", "Distribution", "Histogram", "Ridgeline", "Violin" ] }, "showScatterLineOriginalData": { "type": "boolean", "description": "Flag to show/hide the observed data points in scatter plots with scatter type line", "default": false, "x-cx-category": "Scatter Plots", "x-cx-nl": "{Show|Hide} the scatter line original data", "x-cx-graphtypes": [ "Bin", "Binplot", "Bump", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "showScatterPlotMatrixLabels": { "type": "boolean", "description": "Flag to show/hide the labels in the scatter plot matrix", "default": false, "x-cx-category": "Scatter Plot Matrix", "x-cx-nl": "{Show|Hide} the scatter plot matrix labels", "x-cx-graphtypes": [ "Scatter2D" ] }, "showShadow": { "type": "boolean", "description": "Flag to show/hide the shadows in all graph objects in the canvas. It will be forced to false if the browser is IE", "default": false, "x-cx-category": "Shadows", "x-cx-nl": "{Show|Hide} the shadow" }, "showShapeLegend": { "type": "boolean", "description": "Flag to show/hide the legend shape", "default": true, "x-cx-category": "Legends", "x-cx-nl": "{Show|Hide} the shape legend", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "showShapeNodeLegend": { "type": "boolean", "description": "Flag to show/hide the legend node shape", "default": true, "x-cx-category": "Legends", "x-cx-nl": "{Show|Hide} the shape node legend", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "showSizeEdgeLegend": { "type": "boolean", "description": "Flag to show/hide the legend edge size", "default": true, "x-cx-category": "Legends", "x-cx-nl": "{Show|Hide} the size edge legend", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "showSizeLabelLegend": { "type": "boolean", "description": "Flag to show/hide the legend label size", "default": true, "x-cx-category": "Legends", "x-cx-nl": "{Show|Hide} the size label legend", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "showSizeLegend": { "type": "boolean", "description": "Flag to show/hide the legend size", "default": true, "x-cx-category": "Legends", "x-cx-nl": "{Show|Hide} the size legend", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "showSizeNodeLegend": { "type": "boolean", "description": "Flag to show/hide the legend node size", "default": true, "x-cx-category": "Legends", "x-cx-nl": "{Show|Hide} the size node legend", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "showSmpDendrogram": { "type": "boolean", "description": "Flag to show/hide the sample (row) dendrogram", "default": true, "x-cx-category": "Dendrograms", "x-cx-nl": "{Show|Hide} the sample dendrogram", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Circular", "Cleveland", "Correlation", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Tree", "TreeBracket", "Treemap" ] }, "showSmpOverlaysLegend": { "type": "boolean", "description": "Flag to show/hide the sample overlay legends", "default": false, "x-cx-category": "Overlays", "x-cx-nl": "Show Sample Legend overlays {_boolean_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "showTextShadow": { "type": "boolean", "description": "Flag to show/hide the shadows in text in the canvas. It will be forced to false if the browser is IE", "default": false, "x-cx-category": "Shadows", "x-cx-nl": "{Show|Hide} the text shadow" }, "showTransition": { "type": "boolean", "description": "Flag to show/hide the transitions for the graphs", "default": false, "x-cx-category": "Animations and Visualization Transitions", "x-cx-nl": "{Show|Hide} the transition" }, "showValueOverlays": { "type": "boolean", "description": "Flag to show/hide the overlay values in one dimensional plots", "default": true, "x-cx-category": "Overlays", "x-cx-nl": "{Show|Hide} the value overlays", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "showVarDendrogram": { "type": "boolean", "description": "Flag to show/hide the variable (column) dendrogram", "default": true, "x-cx-category": "Dendrograms", "x-cx-nl": "{Show|Hide} the variable dendrogram", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Circular", "Cleveland", "Correlation", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Tree", "TreeBracket", "Treemap" ] }, "showVarOverlaysLegend": { "type": "boolean", "description": "Flag to show/hide the sample overlay legends", "default": false, "x-cx-category": "Overlays", "x-cx-nl": "Show Variable Legend overlays {_boolean_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "showVariableLegend": { "type": "boolean", "description": "Flag to show/hide the legend variable", "default": true, "x-cx-category": "Legends", "x-cx-nl": "{Show|Hide} the variable legend", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "showVariableNames": { "type": "boolean", "description": "Flag to show/hide the variable names", "default": true, "x-cx-category": "Variables", "x-cx-nl": "{Show|Hide} the variable names", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "showVersion": { "type": "boolean", "description": "Flag to show/hide the version when mouse over top-left corner of the canvas", "default": true, "x-cx-category": "Debug", "x-cx-nl": "{Show|Hide} the version" }, "showViolinBoxplot": { "type": "boolean", "description": "Flag to show/hide the violin plot in boxplots", "default": false, "x-cx-category": "Violin Plots", "x-cx-nl": "{Show|Hide} the violin boxplot", "x-cx-graphtypes": [ "Boxplot" ] }, "showViolinQuantiles": { "type": "boolean", "description": "Flag to show/hide the quantile 0.25 and 0.75 in violin plots", "default": false, "x-cx-category": "Violin Plots", "x-cx-nl": "{Show|Hide} the violin quantiles", "x-cx-graphtypes": [ "Boxplot" ] }, "showmanhattanRangeMiddle": { "type": "boolean", "description": "Flag to show/hide the show dot in the middle of the range in manhattan plots", "default": false, "x-cx-category": "Manhattan Plots", "x-cx-nl": "{Show|Hide} themanhattan range middle", "x-cx-graphtypes": [ "Scatter2D" ] }, "sina": { "type": "boolean", "description": "Flag to jitter the data points in dotplots, boxplots and scatter2D plots with sina style", "default": false, "x-cx-category": "Plot Area", "x-cx-nl": "Jitter the data with Sina style {_boolean_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Gantt", "Heatmap", "Line", "Lollipop", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "TagCloud", "Tornado", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Waterfall", "WordCloud" ] }, "sizeBy": { "type": [ "string", "boolean" ], "description": "Name of a variable annotation or a sample name or the string variable to size the variables. When sizeByData is specified sizeBy is used for the title in the legend", "default": false, "x-cx-options": [ false, "variable" ], "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Size by {_factor_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "sizeByContinuous": { "type": "boolean", "description": "Flag to show the size data continuously as opposed to by binning the sizes", "default": false, "x-cx-category": "Data Point Attributes", "x-cx-nl": "{Show|Do Not Show} the size data continuously as opposed to by binning the sizes", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "sizeByData": { "type": [ "string", "boolean" ], "description": "String that identify the object containing a two dimensional array with values used to size data points when drawing a multidimensional Heatmap. It must be located within the data.y object (for example: data.y.data3)", "default": false, "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Set the size by data to {_string_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "sizeEdgeBy": { "type": [ "string", "boolean" ], "description": "Name of the attribute to size the edges", "default": false, "x-cx-false-disables": true, "x-cx-category": "Network Node and Edge Attributes", "x-cx-nl": "Set the size edge by to {_string_}", "x-cx-graphtypes": [ "Network" ] }, "sizeKey": { "type": [ "object", "boolean" ], "description": "Object to assign custom sizes to sample annotations and variable annotations included in the data object. The key of the object is the name of an annotation in the data.x object or the name of an annotation in the data.z object. A default size will be assigned to a data point whose value was not included the object", "default": false, "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Set the size key to {_object_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "sizeLabelBy": { "type": [ "string", "boolean" ], "description": "Name of the variable annotation to size the labels in Scatter2D plots", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Size label by {_factor_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "sizeLegendTitle": { "type": [ "string", "boolean" ], "description": "Title for the size legend", "default": false, "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Set the size legend title to {_string_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "sizeNodeBy": { "type": [ "string", "boolean" ], "description": "Name of the attribute to size the nodes", "default": false, "x-cx-false-disables": true, "x-cx-category": "Network Node and Edge Attributes", "x-cx-nl": "Set the size node by to {_string_}", "x-cx-graphtypes": [ "Network" ] }, "sizeStep": { "type": [ "integer", "boolean" ], "description": "Size step in pixels for the objects in the visualizations", "default": 4, "x-cx-false-disables": true, "x-cx-category": "Sizes", "x-cx-nl": "Set the size step to {_integer_}" }, "sizes": { "type": [ "array", "boolean", "string", "number" ], "description": "Array with sizes used invisualizations. The order will dictate the utilization in the visualization", "default": [ 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48 ], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Sizes", "x-cx-nl": "Set the sizes to {_array_}" }, "smpDendrogramHang": { "type": "boolean", "description": "Flag to use extend the lines to the end of the terminal nodes when the newick is provided for the sample (row) dendrogram", "default": true, "x-cx-category": "Dendrograms", "x-cx-nl": "{Use|Do Not Use} extend the lines to the end of the terminal nodes when the newick is provided for the sample (row) dendrogram", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Circular", "Cleveland", "Correlation", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Tree", "TreeBracket", "Treemap" ] }, "smpDendrogramNewick": { "type": [ "string", "boolean" ], "description": "Custom dendrogram in Newick format created outside CanvasXpress to define and specify the hierarchy for the sample (row) dendrogram.", "default": false, "x-cx-false-disables": true, "x-cx-category": "Dendrograms", "x-cx-nl": "Set the smp dendrogram newick to {_string_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Circular", "Cleveland", "Correlation", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Tree", "TreeBracket", "Treemap" ] }, "smpDendrogramPosition": { "type": [ "string", "boolean" ], "description": "Position for the sample (row) dendrogram in the plot. It could be top, bottom, right or left depending on the orientation of the graph", "default": "left", "enum": [ "left", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Dendrograms", "x-cx-nl": "Put the smp dendrogram on the {_option_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Circular", "Cleveland", "Correlation", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Tree", "TreeBracket", "Treemap" ] }, "smpDendrogramUseHeight": { "type": "boolean", "description": "Boolean flag to allow the use of height in the provided Newick string for branch representation in the sample (row) dendrogram", "default": false, "x-cx-category": "Dendrograms", "x-cx-nl": "Set the smp dendrogram use height to {_boolean_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Circular", "Cleveland", "Correlation", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Tree", "TreeBracket", "Treemap" ] }, "smpHighlightColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the DEPRECATED (use highlightColor): color for highlighted samples; inherits highlightColor when not set", "default": false, "x-cx-false-disables": true, "x-cx-category": "Samples", "x-cx-nl": "Color the smp highlight {_color_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "smpLabelAutoAlignPosition": { "type": "boolean", "description": "Flag to use best position for sample labels depending on the location of them. It will align them right when placed in the left of the graphs and viceversa", "default": true, "x-cx-category": "Samples", "x-cx-nl": "{Use|Do Not Use} best position for sample labels depending on the location of them", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "smpLabelImage": { "type": "boolean", "description": "Flag to use images as sample labels when possible", "default": false, "x-cx-category": "Samples", "x-cx-nl": "{Use|Do Not Use} images as sample labels when possible", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "smpLabelImageRound": { "type": "boolean", "description": "Flag to use round images as sample labels", "default": false, "x-cx-category": "Samples", "x-cx-nl": "{Use|Do Not Use} round images as sample labels", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "smpLabelInterval": { "type": [ "integer", "boolean" ], "description": "Interval for the sample labels in one dimensional and circular plots", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Samples", "x-cx-nl": "Set the smp label interval to {_integer_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "smpOverlayProperties": { "type": [ "object", "boolean" ], "description": "Object to assign properties of the sample overlays. The key should be a valid sample annotation (metadata) and the value and object with properties like: type, color, spectrum, scheme, showLegend, showName, showBox, rotate, position, thicknes", "default": {}, "x-cx-false-disables": true, "x-cx-category": "Overlays", "x-cx-nl": "Set the smp overlay properties to {_object_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "smpOverlays": { "type": [ "array", "boolean", "string", "number" ], "description": "Sample metadata to overlay in one dimensional plots", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Overlays", "x-cx-nl": "Overlay samples data with factor {_multi-factor_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "smpOverlaysLegendColumns": { "type": [ "integer", "boolean" ], "description": "Number of columns for the sample overlay legends", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Overlays", "x-cx-nl": "Set the smp overlays legend columns to {_integer_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "smpTextAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the sample labels", "default": "right", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Samples", "x-cx-nl": "Align the sample text to the {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "smpTextBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the sample labels", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Samples", "x-cx-nl": "Set the smp text baseline to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "smpTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in sample labels", "default": "rgb(77,77,77)", "x-cx-false-disables": true, "x-cx-category": "Samples", "x-cx-nl": "Color the smp text {_color_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "smpTextFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in sample labels. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the smpTextScaleFontFactor", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Samples", "x-cx-nl": "Set the smp text font size to {_integer_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "smpTextFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the sample labels", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Samples", "x-cx-nl": "Set the smp text font style to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "smpTextMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the sample labels", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Samples", "x-cx-nl": "Set the smp text margin to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "smpTextRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the sample labels", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Samples", "x-cx-nl": "Rotate the sample text {_integer_} degrees", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "smpTextScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the sample labels font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Samples", "x-cx-nl": "{Increase|Decrease} the size of the sample text by a factor of {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "smpTitle": { "type": [ "string", "boolean" ], "description": "Title for the sample axis in one dimensional plots", "default": false, "x-cx-false-disables": true, "x-cx-category": "Samples", "x-cx-nl": "Set the sample title to {_string_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "smpTitleAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the sample title", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Samples", "x-cx-nl": "Align the sample title to the {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "smpTitleBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the sample title", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Samples", "x-cx-nl": "Set the smp title baseline to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "smpTitleColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in sample title", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Samples", "x-cx-nl": "Color the smp title {_color_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "smpTitleFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in sample title. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the smpTitleScaleFontFactor", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Samples", "x-cx-nl": "Set the smp title font size to {_integer_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "smpTitleFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the sample title", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Samples", "x-cx-nl": "Set the smp title font style to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "smpTitleLabelPosition": { "type": [ "string", "boolean" ], "description": "Position for sample labels", "default": "left", "enum": [ "left", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Heatmap Graphs", "x-cx-nl": "Set the smp title label position to {_option_}", "x-cx-graphtypes": [ "Heatmap" ] }, "smpTitleMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the sample title", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Samples", "x-cx-nl": "Set the smp title margin to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "smpTitleRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the sample title", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Samples", "x-cx-nl": "Rotate the sample title {_integer_} degrees", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "smpTitleScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the sample title font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Samples", "x-cx-nl": "{Increase|Decrease} the size of the sample title by a factor of {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "sortCaseSensitive": { "type": "boolean", "description": "Flag to use case sensitive in ascii sorting. Almost private parameters used within the different CanvasXpress UIs", "default": false, "x-cx-category": "Data Sorting", "x-cx-nl": "{Use|Do Not Use} case sensitive in ascii sorting", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "sortData": { "type": [ "array", "boolean", "string", "number" ], "description": "Array of arrays with sorting functions. Each function takes three parameters. The first parameter must be either smp to identify the parameters are related to the samples, var to identify the parameters are related to the variables, or cat to identify a sample or variable category. The second parameter can be either smp to indicate to sort the sample indices or var to indicate to sort the variable indices. The third parameter is the value for the key referenced by the first parameter. A special case for this parameter could be samples or variables to indicate to sort by the names of the samples or variables respectively. Here are some examples to sort the samples in the data: [ [cat, smp, Factor1] ] : Sort the samples by the sample category Factor1 [ [var, smp, Variable1] ] : Sort the samples by the value of the Variable1 [ [cat, smp, samples] ] : Sort the samples by their name. Important!!!! This parameter will clean the data and remove any variables not used in the dataset at load time", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Data Sorting", "x-cx-nl": "Set the sort data to {_array_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "sortDir": { "type": [ "string", "boolean" ], "description": "Default direction for data sorting. Almost private parameters used within the different CanvasXpress UIs", "default": "ascending", "enum": [ "ascending", "descending", false ], "x-cx-false-disables": true, "x-cx-category": "Data Sorting", "x-cx-nl": "Set the sort dir to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "sortIncludeEmpty": { "type": "boolean", "description": "Flag to include empty groups when sorting", "default": true, "x-cx-category": "Data Sorting", "x-cx-nl": "{Include|Do Not Include} empty groups when sorting", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "sortOnGrouping": { "type": [ "string", "boolean" ], "description": "Sort the name of the groups after sample grouping.", "default": false, "x-cx-options": [ false, "ascending", "descending" ], "x-cx-false-disables": true, "x-cx-category": "Data Sorting", "x-cx-nl": "Set the sort on grouping to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "splitSamplesBy": { "type": [ "string", "boolean" ], "description": "Factor (in the x data object) used to split the samples ala split in a complex heatmap. Unlike segregateSamplesBy, the split keeps a single full-width plot and only inserts a thin gap (splitSeparation) at each group boundary", "default": false, "x-cx-false-disables": true, "x-cx-category": "Data Faceting", "x-cx-nl": "Split samples by {_factor_}" }, "splitSeparation": { "type": [ "integer", "boolean" ], "description": "Size in pixels of the gap inserted at each split boundary when splitSamplesBy or splitVariablesBy is used", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Data Faceting", "x-cx-nl": "Set the split separation to {_integer_}" }, "splitVariablesBy": { "type": [ "string", "boolean" ], "description": "Factor (in the z data object) used to split the variables ala split in a complex heatmap. Unlike segregateVariablesBy, the split keeps a single full-width plot and only inserts a thin gap (splitSeparation) at each group boundary", "default": false, "x-cx-false-disables": true, "x-cx-category": "Data Faceting", "x-cx-nl": "Split variables by {_factor_}" }, "stackBy": { "type": [ "string", "boolean" ], "description": "Name of a sample annotation to stack the samples of each variable in Bar graphs", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Stack by {_factor_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "standardDeviationType": { "type": [ "string", "boolean" ], "description": "Type of Standard Deviation. biased uses n as denominator and unbiased uses (n - 1) as denominator where n is the number of values", "default": "unbiased", "enum": [ "biased", "unbiased", false ], "x-cx-false-disables": true, "x-cx-category": "Error Bars", "x-cx-nl": "Set the standard deviation type to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "startPieSectors": { "type": [ "number", "boolean" ], "description": "Starting degrees for pie sectors. 0 is equivalent to 3:00 oclock", "default": 270, "x-cx-false-disables": true, "x-cx-category": "Pie Charts", "x-cx-nl": "Set the start pie sectors to {_float_}", "x-cx-graphtypes": [ "Pie" ] }, "stringEdgeAttributes": { "type": [ "array", "boolean", "string", "number" ], "description": "Array containing edge attributes. The numeric edge attributes will be treated as strings. This parameter accomplishes the same as the function switchNumericToString for edges at load time", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Data Context", "x-cx-nl": "Set the string edge attributes to {_array_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "stringNodeAttributes": { "type": [ "array", "boolean", "string", "number" ], "description": "Array containing node attributes. The numeric node attributes will be treated as strings. This parameter accomplishes the same as the function switchNumericToString for nodes at load time", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Data Context", "x-cx-nl": "Set the string node attributes to {_array_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "stringSampleFactors": { "type": [ "array", "boolean", "string", "number" ], "description": "Array containing sample factors. The numeric sample factors will be treated as strings. This parameter accomplishes the same as the function switchNumericToString for samples at load time. It can be used in conjunction with the parameter asSampleFactors. TO DO: write example", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Data Context", "x-cx-nl": "Set the string sample factors to {_array_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "stringVariableFactors": { "type": [ "array", "boolean", "string", "number" ], "description": "Array containing variable factors. The numeric variable factors will be treated as strings. This parameter accomplishes the same as the function switchNumericToString for variables at load time. It can be used in conjunction with the parameter asVariableFactors. TO DO: write example", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Data Context", "x-cx-nl": "Set the string variable factors to {_array_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "stripBackgroundBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the border in layout label strip background", "default": "rgba(0,0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Combination Plot Strips", "x-cx-nl": "Color the strip background border {_color_}" }, "stripBackgroundBorderLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the border in layout label strip background", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "Combination Plot Strips", "x-cx-nl": "Set the strip background border line type to {_option_}" }, "stripBackgroundBorderSize": { "type": [ "number", "boolean" ], "description": "Size for the border line in layout label strip background", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Combination Plot Strips", "x-cx-nl": "Set the strip background border size to {_float_}" }, "stripBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the layout label strip background", "default": "rgba(255,255,255,0)", "x-cx-false-disables": true, "x-cx-category": "Combination Plot Strips", "x-cx-nl": "Color the strip background {_color_}" }, "stripShow": { "type": "boolean", "description": "Flag to show/hide the the layout label strip", "default": true, "x-cx-category": "Combination Plot Strips", "x-cx-nl": "{Show|Hide} the strip" }, "stripTextAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the label strip text in layout graphs", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Combination Plot Strips", "x-cx-nl": "Align the strip text to the {_option_}" }, "stripTextBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the label strip text in layout graphs", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Combination Plot Strips", "x-cx-nl": "Set the strip text baseline to {_option_}" }, "stripTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in label strip text in layout graphs", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Combination Plot Strips", "x-cx-nl": "Color the strip text {_color_}" }, "stripTextFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in label strip text in layout graphs. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the stripTextScaleFontFactor", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Combination Plot Strips", "x-cx-nl": "Set the strip text font size to {_integer_}" }, "stripTextFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the label strip text in layout graphs", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Combination Plot Strips", "x-cx-nl": "Set the strip text font style to {_option_}" }, "stripTextLines": { "type": [ "integer", "boolean" ], "description": "Lines for the layout label strip", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Combination Plot Strips", "x-cx-nl": "Set the strip text lines to {_integer_}" }, "stripTextMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the label strip text in layout graphs", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Combination Plot Strips", "x-cx-nl": "Set the strip text margin to {_float_}" }, "stripTextMaxLength": { "type": [ "integer", "boolean" ], "description": "Maximum length for the layout label strip. If longer, text will be ellipsed", "default": 100, "x-cx-false-disables": true, "x-cx-category": "Combination Plot Strips", "x-cx-nl": "Set the strip text max length to {_integer_}" }, "stripTextRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the label strip text in layout graphs", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Combination Plot Strips", "x-cx-nl": "Rotate the strip text {_integer_} degrees" }, "stripTextScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the label strip text in layout graphs font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Combination Plot Strips", "x-cx-nl": "{Increase|Decrease} the size of the strip text by a factor of {_float_}" }, "stripThickness": { "type": [ "number", "boolean" ], "description": "Thickness of the layout label strip", "default": 30, "x-cx-false-disables": true, "x-cx-category": "Combination Plot Strips", "x-cx-nl": "Set the strip thickness to {_float_}" }, "subtitle": { "type": [ "string", "boolean" ], "description": "Subtitle of the graph", "default": false, "x-cx-false-disables": true, "x-cx-category": "Titles and Subtitles", "x-cx-nl": "Set the subtitle for the graph to {_string_}" }, "subtitleAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the subtitle", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Titles and Subtitles", "x-cx-nl": "Align the subtitle to the {_option_}" }, "subtitleBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the subtitle", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Titles and Subtitles", "x-cx-nl": "Set the subtitle baseline to {_option_}" }, "subtitleColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in subtitle", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Titles and Subtitles", "x-cx-nl": "Color the subtitle {_color_}" }, "subtitleFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in subtitle. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the subtitleScaleFontFactor", "default": 11, "x-cx-false-disables": true, "x-cx-category": "Titles and Subtitles", "x-cx-nl": "Set the subtitle font size to {_integer_}" }, "subtitleFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the subtitle", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Titles and Subtitles", "x-cx-nl": "Set the subtitle font style to {_option_}" }, "subtitleMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the subtitle", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Titles and Subtitles", "x-cx-nl": "Set the subtitle margin to {_float_}" }, "subtitleRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the subtitle", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Titles and Subtitles", "x-cx-nl": "Rotate the subtitle {_integer_} degrees" }, "subtitleScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the subtitle font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Titles and Subtitles", "x-cx-nl": "{Increase|Decrease} the size of the subtitle by a factor of {_float_}" }, "subtracksMaxDefault": { "type": [ "integer", "boolean" ], "description": "Maximum number of subtracks to show in a track", "default": 8, "x-cx-false-disables": true, "x-cx-category": "Genome Browser Tracks", "x-cx-nl": "Set the subtracks max default to {_integer_}", "x-cx-graphtypes": [ "Genome" ] }, "summaryType": { "type": [ "string", "boolean" ], "description": "Summary type for the data when grouping", "default": false, "x-cx-options": [ false, "iqr", "median", "mean", "cor", "min", "max", "count", "sum" ], "x-cx-false-disables": true, "x-cx-category": "Data", "x-cx-nl": "Set the summary type to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "swimEnd": { "type": [ "string", "boolean" ], "description": "Variable to use in Swimmer Plot. Defaults to the third variable in the data set. See https://blogs.sas.com/content/graphicallyspeaking/2014/06/22/swimmer-plot/", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Swimmer Graphs", "x-cx-nl": "Set the swim end to {_option_}", "x-cx-graphtypes": [ "Bar" ] }, "swimHigh": { "type": [ "string", "boolean" ], "description": "Variable to use in Swimmer plot. Defaults to the first variable in the data set. See https://blogs.sas.com/content/graphicallyspeaking/2014/06/22/swimmer-plot/", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Swimmer Graphs", "x-cx-nl": "Set the swim high to {_option_}", "x-cx-graphtypes": [ "Bar" ] }, "swimHighCap": { "type": [ "string", "boolean" ], "description": "Name of sample annotation to use in Swimmer Plot. Defaults to High Cap. See https://blogs.sas.com/content/graphicallyspeaking/2014/06/22/swimmer-plot/", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Swimmer Graphs", "x-cx-nl": "Set the swim high cap to {_option_}", "x-cx-graphtypes": [ "Bar" ] }, "swimStart": { "type": [ "string", "boolean" ], "description": "Variable to use in Swimmer Plot. Defaults to the second variable in the data set. See https://blogs.sas.com/content/graphicallyspeaking/2014/06/22/swimmer-plot/", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Swimmer Graphs", "x-cx-nl": "Set the swim start to {_option_}", "x-cx-graphtypes": [ "Bar" ] }, "swimStatus": { "type": [ "string", "boolean" ], "description": "Name of sample annotation to use in Swimmer Plot. Defaults to Status. See https://blogs.sas.com/content/graphicallyspeaking/2014/06/22/swimmer-plot/", "default": false, "x-cx-options": [ false ], "x-cx-false-disables": true, "x-cx-category": "Swimmer Graphs", "x-cx-nl": "Set the swim status to {_option_}", "x-cx-graphtypes": [ "Bar" ] }, "tagCloudShape": { "type": [ "string", "boolean" ], "description": "Shape for the tag cloud", "default": false, "x-cx-options": [ false, "circle", "cardioid", "diamond", "square", "triangle", "triangle2", "pentagon", "star" ], "x-cx-false-disables": true, "x-cx-category": "Tag Cloud", "x-cx-nl": "Set the tag cloud shape to {_option_}", "x-cx-graphtypes": [ "TagCloud" ] }, "tagCloudTextEllipticity": { "type": [ "number", "boolean" ], "description": "Ellipticity for the for text in tag cloud visualizations", "default": 0.65, "x-cx-false-disables": true, "x-cx-category": "Tag Cloud", "x-cx-nl": "Set the tag cloud text ellipticity to {_float_}", "x-cx-graphtypes": [ "TagCloud" ] }, "tagCloudTextGridSize": { "type": [ "integer", "boolean" ], "description": "Size for the grid in text tag cloud visualizations", "default": 8, "x-cx-false-disables": true, "x-cx-category": "Tag Cloud", "x-cx-nl": "Set the tag cloud text grid size to {_integer_}", "x-cx-graphtypes": [ "TagCloud" ] }, "tagCloudTextRotateRatio": { "type": [ "number", "boolean" ], "description": "Ratio for rotation of text in cloud visualizations", "default": 0.1, "x-cx-false-disables": true, "x-cx-category": "Tag Cloud", "x-cx-nl": "Set the tag cloud text rotate ratio to {_float_}", "x-cx-graphtypes": [ "TagCloud" ] }, "tagCloudTextWeightFactor": { "type": [ "integer", "boolean" ], "description": "Factor weight for text in tag cloud visualizations", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Tag Cloud", "x-cx-nl": "Set the tag cloud text weight factor to {_integer_}", "x-cx-graphtypes": [ "TagCloud" ] }, "tags": { "type": [ "array", "boolean", "string", "number" ], "description": "Tags", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Graph Metadata", "x-cx-nl": "Set the tags to {_array_}" }, "tension": { "type": [ "number", "boolean" ], "description": "Curvature for the splines and hulls", "default": 0.3, "x-cx-false-disables": true, "x-cx-category": "Line Graphs", "x-cx-nl": "Set the tension to {_float_}", "x-cx-graphtypes": [ "Area", "AreaLine", "BarLine", "DotLine", "Line", "ParallelCoordinates", "Pareto", "StackedLine", "StackedPercentLine" ] }, "tensionSegments": { "type": [ "integer", "boolean" ], "description": "Number of segments to smooth a quadratic curve", "default": 16, "x-cx-false-disables": true, "x-cx-category": "Line Graphs", "x-cx-nl": "Set the tension segments to {_integer_}", "x-cx-graphtypes": [ "Area", "AreaLine", "BarLine", "DotLine", "Line", "ParallelCoordinates", "Pareto", "StackedLine", "StackedPercentLine" ] }, "theme": { "type": [ "string", "boolean" ], "description": "The style for the plot or theme will control all the non-data elements of the plot including titles, legends, axes, panel and plot background colors and other stylistic elements", "default": "none", "x-cx-options": [ "auto", "bw", "classic", "cx", "cxdark", "cxblue", "dark", "economist", "excel", "ggblanket", "ggplot", "gray", "grey", "highcharts", "highcontrast", "igray", "light", "linedraw", "minimal", "none", "paulTol", "paultol", "ptol", "solarized", "stata", "tableau", "void", "void0", "wallstreet", "wallstreetjournal", "wsj", "cx2" ], "x-cx-false-disables": true, "x-cx-category": "General", "x-cx-nl": "Use the style {_option_}" }, "timeFormat": { "type": [ "string", "boolean" ], "description": "Time Format according to date.format.js Steven Levithan ", "default": "isoDate", "enum": [ "default", "shortDate", "mediumDate", "longDate", "fullDate", "shortTime", "mediumTime", "longTime", "isoDate", "isoTime", "isoDateTime", "isoUtcDateTime", "year", "month", "day", "hour", "minute", "second", false ], "x-cx-false-disables": true, "x-cx-category": "Data Time Series", "x-cx-nl": "Set the time format to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "title": { "type": [ "string", "boolean" ], "description": "Title of the graph", "default": false, "x-cx-false-disables": true, "x-cx-category": "Titles and Subtitles", "x-cx-nl": "Set the title for the graph to {_string_}" }, "titleAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the title", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Titles and Subtitles", "x-cx-nl": "Align the title to the {_option_}" }, "titleBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the title", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Titles and Subtitles", "x-cx-nl": "Set the title baseline to {_option_}" }, "titleColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in title", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Titles and Subtitles", "x-cx-nl": "Color the title {_color_}" }, "titleFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in title. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the titleScaleFontFactor", "default": 12, "x-cx-false-disables": true, "x-cx-category": "Titles and Subtitles", "x-cx-nl": "Set the title font size to {_integer_}" }, "titleFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the title", "default": "bold", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Titles and Subtitles", "x-cx-nl": "Set the title font style to {_option_}" }, "titleMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the title", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Titles and Subtitles", "x-cx-nl": "Set the title margin to {_float_}" }, "titleRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the title", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Titles and Subtitles", "x-cx-nl": "Rotate the title {_integer_} degrees" }, "titleScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the title font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Titles and Subtitles", "x-cx-nl": "{Increase|Decrease} the size of the title by a factor of {_float_}" }, "toggleSwitchBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the toggle switch in the data filters", "default": "rgb(8, 122, 209)", "x-cx-false-disables": true, "x-cx-category": "Data Filters", "x-cx-nl": "Color the toggle switch background {_color_}" }, "toolbarCodes": { "type": [ "array", "boolean", "string", "number" ], "description": "Array containing the items in the left toolbar for language code. Options are: JSON, R, Python, Jupyter, Streamlit, Shiny, JSFiddle, CodePen. Leave empty to disable", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Events", "x-cx-nl": "Set the toolbar codes to {_array_}" }, "toolbarFonts": { "type": [ "array", "boolean", "string", "number" ], "description": "Array containing the items in the right toolbar for font families. Some examples are: American Typewriter, Andale Mono, Arial, Bradley Hand, Comic Sans MS, Courier, Monaco, Optima, Times New Roman, Trebuchet MS. Leave empty to disable", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Events", "x-cx-nl": "Set the toolbar fonts to {_array_}" }, "toolbarItems": { "type": [ "array", "boolean", "string", "number" ], "description": "Array containing the items in the top toolbar. All items included by default", "default": [ "Save", "Chat", "History", "Table", "Tabs", "Explore", "Lasso", "Customize", "Password", "Maximize" ], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Events", "x-cx-nl": "Set the toolbar items to {_array_}" }, "toolbarSchemes": { "type": [ "array", "boolean", "string", "number" ], "description": "Array containing the items in the bottom toolbar for color schemes. Some examples are: Economist, GGPlot, Excel, PaulTol, BlackAndWhite, Solarized, Stata, Tableau, GGBlanket, CanvasXpress. Leave empty to disable", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Events", "x-cx-nl": "Set the toolbar schemes to {_array_}" }, "toolbarSize": { "type": [ "integer", "boolean" ], "description": "Height for the toolbar in graphs", "default": 36, "x-cx-false-disables": true, "x-cx-category": "Events", "x-cx-nl": "Set the toolbar size to {_integer_}" }, "toolbarType": { "type": [ "string", "boolean" ], "description": "Toolbar type", "default": "under", "enum": [ "over", "under", "fixed", false ], "x-cx-false-disables": true, "x-cx-category": "Events", "x-cx-nl": "Set the toolbar type to {_option_}" }, "tooltipBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Background color for the tooltip if specified", "default": false, "x-cx-false-disables": true, "x-cx-category": "Tooltip", "x-cx-nl": "Color the tooltip background {_color_}" }, "tooltipBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Border color for the tooltip if specifies", "default": false, "x-cx-false-disables": true, "x-cx-category": "Tooltip", "x-cx-nl": "Color the tooltip border {_color_}" }, "tooltipFontColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Color for the tooltip text if specified", "default": false, "x-cx-false-disables": true, "x-cx-category": "Tooltip", "x-cx-nl": "Color the tooltip font {_color_}" }, "tooltipTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for the tooltip", "default": null, "x-cx-false-disables": true, "x-cx-category": "Tooltip", "x-cx-nl": "Set the tooltip transparency to {_float_}" }, "topMarginalText": { "type": [ "string", "boolean" ], "description": "Text to include at the top of the graph in the top margin", "default": false, "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Set the top marginal text to {_string_}" }, "topMarginalTextAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the top marginal text", "default": "left", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Align the top marginal text to the {_option_}" }, "topMarginalTextBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the top marginal text", "default": "top", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Set the top marginal text baseline to {_option_}" }, "topMarginalTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in top marginal text", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Color the top marginal text {_color_}" }, "topMarginalTextFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in top marginal text. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the topMarginalTextScaleFontFactor", "default": 12, "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Set the top marginal text font size to {_integer_}" }, "topMarginalTextFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the top marginal text", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Set the top marginal text font style to {_option_}" }, "topMarginalTextMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the top marginal text", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Set the top marginal text margin to {_float_}" }, "topMarginalTextRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the top marginal text", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "Rotate the top marginal text {_integer_} degrees" }, "topMarginalTextScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the top marginal text font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Marginal Text", "x-cx-nl": "{Increase|Decrease} the size of the top marginal text by a factor of {_float_}" }, "topoJSON": { "type": [ "string", "boolean" ], "description": "TopoJSON map string", "default": false, "x-cx-false-disables": true, "x-cx-category": "Maps", "x-cx-nl": "Set the topo j s o n to {_string_}", "x-cx-graphtypes": [ "Map" ] }, "trackDirColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the strand direction of the tracks in the genome browser", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Tracks", "x-cx-nl": "Color the track dir {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "trackFillColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the fill of the tracks in the genome browser", "default": "rgb(255,255,255)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Tracks", "x-cx-nl": "Color the track fill {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "trackNameAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the track name", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Genome Browser Tracks", "x-cx-nl": "Align the track name to the {_option_}", "x-cx-graphtypes": [ "Genome" ] }, "trackNameBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the track name", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Genome Browser Tracks", "x-cx-nl": "Set the track name baseline to {_option_}", "x-cx-graphtypes": [ "Genome" ] }, "trackNameColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in track name", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser Tracks", "x-cx-nl": "Color the track name {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "trackNameFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in track name. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the trackNameScaleFontFactor", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Genome Browser Tracks", "x-cx-nl": "Set the track name font size to {_integer_}", "x-cx-graphtypes": [ "Genome" ] }, "trackNameFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the track name", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Genome Browser Tracks", "x-cx-nl": "Set the track name font style to {_option_}", "x-cx-graphtypes": [ "Genome" ] }, "trackNameMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the track name", "default": 8, "x-cx-false-disables": true, "x-cx-category": "Genome Browser Tracks", "x-cx-nl": "Set the track name margin to {_float_}", "x-cx-graphtypes": [ "Genome" ] }, "trackNameRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the track name", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Genome Browser Tracks", "x-cx-nl": "Rotate the track name {_integer_} degrees", "x-cx-graphtypes": [ "Genome" ] }, "trackNameScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the track name font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Genome Browser Tracks", "x-cx-nl": "{Increase|Decrease} the size of the track name by a factor of {_float_}", "x-cx-graphtypes": [ "Genome" ] }, "transformAxis": { "type": [ "string", "boolean" ], "description": "Default axis to use to transform the data when either z-score or ratio transformation is used", "default": "samples", "enum": [ "samples", "variables", false ], "x-cx-false-disables": true, "x-cx-category": "Data Transformation", "x-cx-nl": "Set the transform axis to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "transformData": { "type": [ "string", "boolean" ], "description": "Default transformation type for ALL the data. Data can also be transformed by axis (x,y,z) to give more flexibility. false, save, reset and undo are NOT real transformations. They are only used in the canvasXpress UIs to save the transformed data", "default": false, "x-cx-options": [ false, "log2", "log10", "-log2", "-log10", "exp2", "exp10", "sqrt", "percentile", "zscore", "ratio2", "ratio10", "save", "reset", "undo" ], "x-cx-false-disables": true, "x-cx-category": "Data Transformation", "x-cx-nl": "Transform the data to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "transitionFunction": { "type": [ "string", "boolean" ], "description": "Easing function for the transition", "default": "easeInOutQuad", "enum": [ "linear", "easeInQuad", "easeOutQuad", "easeInOutQuad", "easeInCubic", "easeOutCubic", "easeInOutCubic", "easeInQuart", "easeOutQuart", "easeInOutQuart", "easeInQuint", "easeOutQuint", "easeInOutQuint", false ], "x-cx-false-disables": true, "x-cx-category": "Animations and Visualization Transitions", "x-cx-nl": "Set the transition function to {_option_}" }, "transitionSpeed": { "type": [ "string", "boolean" ], "description": "String to be interpreted in the CSS transitions", "default": "0.3s", "x-cx-false-disables": true, "x-cx-category": "Animations and Visualization Transitions", "x-cx-nl": "Set the transition speed to {_string_}" }, "transitionStaggering": { "type": [ "integer", "boolean" ], "description": "Steps for transitionioning data objects", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Animations and Visualization Transitions", "x-cx-nl": "Set the transition staggering to {_integer_}" }, "transitionStep": { "type": [ "integer", "boolean" ], "description": "Steps for transition", "default": 30, "x-cx-false-disables": true, "x-cx-category": "Animations and Visualization Transitions", "x-cx-nl": "Set the transition step to {_integer_}" }, "transitionType": { "type": [ "string", "boolean" ], "description": "How showTransition animates a re-render: \"morph\" (default) interpolates each mark from its old to its new position; \"crossfade\" dissolves the whole previous frame into the new one (a raster blend) — smoother for composite graphs whose marks change shape/count between renders", "default": "morph", "enum": [ "morph", "crossfade", false ], "x-cx-false-disables": true, "x-cx-category": "Animations and Visualization Transitions", "x-cx-nl": "Set the transition type to {_option_}" }, "transparency": { "type": [ "number", "boolean" ], "description": "Unit interval or fraction of transparency applied to all elements in the visualizations", "default": null, "x-cx-false-disables": true, "x-cx-category": "Transparency", "x-cx-nl": "Adjust transparency to {_float_}" }, "transparencyHidden": { "type": [ "number", "boolean" ], "description": "Unit interval or fraction of transparency applied to elements that are hidden", "default": 0.1, "x-cx-false-disables": true, "x-cx-category": "Transparency", "x-cx-nl": "Set the transparency hidden to {_float_}" }, "transposeData": { "type": "boolean", "description": "Flag to transpose data as a parameter. This parameter accomplishes the same as the function transpose at load time", "default": false, "x-cx-category": "Data", "x-cx-nl": "{Transpose|Do Not Transpose} data as a parameter", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "treeBracketFactor": { "type": [ "number", "boolean" ], "description": "Proportion of the tree bracket to use", "default": 0.5, "x-cx-false-disables": true, "x-cx-category": "Tree Bracket", "x-cx-nl": "Set the tree bracket factor to {_float_}", "x-cx-graphtypes": [ "Tree" ] }, "treeBracketLengthFactor": { "type": [ "number", "boolean" ], "description": "Factor to extend the length of the tree node", "default": 4, "x-cx-false-disables": true, "x-cx-category": "Tree Bracket", "x-cx-nl": "Set the tree bracket length factor to {_float_}", "x-cx-graphtypes": [ "Tree" ] }, "treeClickDisable": { "type": "boolean", "description": "Flag to disable clicking in tree plots", "default": false, "x-cx-category": "Trees", "x-cx-nl": "{Disable|Do Not Disable} clicking in tree plots", "x-cx-graphtypes": [ "Tree" ] }, "treeInverted": { "type": "boolean", "description": "Flag to plot the tree inverted", "default": false, "x-cx-category": "Trees", "x-cx-nl": "{Plot|Do Not Plot} the tree inverted", "x-cx-graphtypes": [ "Tree" ] }, "treeLabelAlign": { "type": [ "string", "boolean" ], "description": "Alignment for labels the tree diagrams", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Trees", "x-cx-nl": "Set the tree label align to {_option_}", "x-cx-graphtypes": [ "Tree" ] }, "treeLinkColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the tree lines (links)", "default": "rgba(204,204,204,0.66)", "x-cx-false-disables": true, "x-cx-category": "Trees", "x-cx-nl": "Color the tree link {_color_}", "x-cx-graphtypes": [ "Tree" ] }, "treeLinkWidth": { "type": [ "integer", "boolean" ], "description": "Width for the Tree lines", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Trees", "x-cx-nl": "Set the tree link width to {_integer_}", "x-cx-graphtypes": [ "Tree" ] }, "treeNodeOutlineColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the tree node outline", "default": "#0ab0db", "x-cx-false-disables": true, "x-cx-category": "Trees", "x-cx-nl": "Color the tree node outline {_color_}", "x-cx-graphtypes": [ "Tree" ] }, "treeNodeSizeScaleFactor": { "type": [ "number", "boolean" ], "description": "Scale factor to adjust the size of tree nodes", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Trees", "x-cx-nl": "Set the tree node size scale factor to {_float_}", "x-cx-graphtypes": [ "Tree" ] }, "treeType": { "type": [ "string", "boolean" ], "description": "Type of tree layout", "default": "normal", "enum": [ "bracket", "circular", "normal", false ], "x-cx-false-disables": true, "x-cx-category": "Trees", "x-cx-nl": "Set the tree type to {_option_}", "x-cx-graphtypes": [ "Tree" ] }, "treemapBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the treemap header and border", "default": "rgba(204,204,204,0.33)", "x-cx-false-disables": true, "x-cx-category": "Treemap Graphs", "x-cx-nl": "Color the treemap border {_color_}", "x-cx-graphtypes": [ "Treemap" ] }, "treemapBorderWidth": { "type": [ "integer", "boolean" ], "description": "Width for the treemap border", "default": 3, "x-cx-false-disables": true, "x-cx-category": "Treemap Graphs", "x-cx-nl": "Set the treemap border width to {_integer_}", "x-cx-graphtypes": [ "Treemap" ] }, "treemapBy": { "type": [ "array", "boolean", "string", "number" ], "description": "Array of sample annotations to treemap the variables. The array may also include sample to use as last level", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Treemap by {_factor_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "upSetSets": { "type": [ "array", "boolean", "string", "number" ], "description": "Array containing the names of the sets to include", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "UpSet Plots", "x-cx-nl": "Set the up set sets to {_array_}", "x-cx-graphtypes": [ "Heatmap" ] }, "upsetLineSizeFactor": { "type": [ "number", "boolean" ], "description": "Adjust width of lines in matrix plot", "default": 1, "x-cx-false-disables": true, "x-cx-category": "UpSet Plots", "x-cx-nl": "Set the upset line size factor to {_float_}", "x-cx-graphtypes": [ "Heatmap" ] }, "upsetMainBarColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the the main bar plot", "default": "rgb(59,59,59)", "x-cx-false-disables": true, "x-cx-category": "UpSet Plots", "x-cx-nl": "Color the upset main bar {_color_}", "x-cx-graphtypes": [ "Heatmap" ] }, "upsetMatrixColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the the intersection points", "default": "rgb(59,59,59)", "x-cx-false-disables": true, "x-cx-category": "UpSet Plots", "x-cx-nl": "Color the upset matrix {_color_}", "x-cx-graphtypes": [ "Heatmap" ] }, "upsetMatrixDotAlpha": { "type": [ "number", "boolean" ], "description": "Transparency of the empty intersections points in the matrix", "default": 0.2, "x-cx-false-disables": true, "x-cx-category": "UpSet Plots", "x-cx-nl": "Set the upset matrix dot alpha to {_float_}", "x-cx-graphtypes": [ "Heatmap" ] }, "upsetMatrixPlotBarRatio": { "type": [ "number", "boolean" ], "description": "Ratio between matrix plot and main bar plot", "default": 0.7, "x-cx-false-disables": true, "x-cx-category": "UpSet Plots", "x-cx-nl": "Set the upset matrix plot bar ratio to {_float_}", "x-cx-graphtypes": [ "Heatmap" ] }, "upsetPointSizeFactor": { "type": [ "number", "boolean" ], "description": "Adjust the size of points in matrix plot", "default": 1, "x-cx-false-disables": true, "x-cx-category": "UpSet Plots", "x-cx-nl": "Set the upset point size factor to {_float_}", "x-cx-graphtypes": [ "Heatmap" ] }, "upsetSetsBarColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the set bar plot", "default": "rgb(59,59,59)", "x-cx-false-disables": true, "x-cx-category": "UpSet Plots", "x-cx-nl": "Color the upset sets bar {_color_}", "x-cx-graphtypes": [ "Heatmap" ] }, "upsetShadeAlpha": { "type": [ "number", "boolean" ], "description": "Transparency of shading in matrix", "default": 0.1, "x-cx-false-disables": true, "x-cx-category": "UpSet Plots", "x-cx-nl": "Set the upset shade alpha to {_float_}", "x-cx-graphtypes": [ "Heatmap" ] }, "upsetShadeColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the row shading in matrix", "default": "rgb(159,159,159)", "x-cx-false-disables": true, "x-cx-category": "UpSet Plots", "x-cx-nl": "Color the upset shade {_color_}", "x-cx-graphtypes": [ "Heatmap" ] }, "useBarnesHutSimulation": { "type": "boolean", "description": "Flag to use Barnes-Hut simulation", "default": false, "x-cx-category": "Network Algorithm Parameters", "x-cx-nl": "{Use|Do Not Use} Barnes-Hut simulation", "x-cx-graphtypes": [ "Network" ] }, "useLeaflet": { "type": "boolean", "description": "Flag to use leaflet", "default": false, "x-cx-category": "Maps Leaflet", "x-cx-nl": "{Use|Do Not Use} leaflet", "x-cx-graphtypes": [ "Map" ] }, "useRoundRectangles": { "type": "boolean", "description": "Flag to use round rectangles in bar graphs, stacked graphs and boxplots", "default": false, "x-cx-category": "Shapes", "x-cx-nl": "{Use|Do Not Use} round rectangles in bar graphs, stacked graphs and boxplots" }, "varDendrogramHang": { "type": "boolean", "description": "Flag to use extend the lines to the end of the terminal nodes when the newick is provided for the variable (column) dendrogram", "default": true, "x-cx-category": "Dendrograms", "x-cx-nl": "{Use|Do Not Use} extend the lines to the end of the terminal nodes when the newick is provided for the variable (column) dendrogram", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Circular", "Cleveland", "Correlation", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Tree", "TreeBracket", "Treemap" ] }, "varDendrogramNewick": { "type": [ "string", "boolean" ], "description": "Custom dendrogram in Newick format created outside CanvasXpress to define and specify the hierarchy for the variable (column) dendrogram.", "default": false, "x-cx-false-disables": true, "x-cx-category": "Dendrograms", "x-cx-nl": "Set the var dendrogram newick to {_string_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Circular", "Cleveland", "Correlation", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Tree", "TreeBracket", "Treemap" ] }, "varDendrogramPosition": { "type": [ "string", "boolean" ], "description": "Position for the variable (column) dendrogram in the plot. It could be top, bottom, right or left depending on the orientation of the graph", "default": "top", "enum": [ "top", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Dendrograms", "x-cx-nl": "Put the var dendrogram on the {_option_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Circular", "Cleveland", "Correlation", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Tree", "TreeBracket", "Treemap" ] }, "varDendrogramUseHeight": { "type": "boolean", "description": "Boolean flag to allow the use of height in the provided Newick string for branch representation in the variable (column) dendrogram", "default": false, "x-cx-category": "Dendrograms", "x-cx-nl": "Set the var dendrogram use height to {_boolean_}", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Circular", "Cleveland", "Correlation", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Tree", "TreeBracket", "Treemap" ] }, "varHighlightColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the DEPRECATED (use highlightColor): color for highlighted variables; inherits highlightColor when not set", "default": false, "x-cx-false-disables": true, "x-cx-category": "Variables", "x-cx-nl": "Color the var highlight {_color_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "varLabelInterval": { "type": [ "integer", "boolean" ], "description": "Interval for the variable labels in heatmaps", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Variables", "x-cx-nl": "Set the var label interval to {_integer_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "varOverlayProperties": { "type": [ "object", "boolean" ], "description": "Object to assign properties of the variable overlays. The key should be a valid variable annotation (metadata) and the value and object with properties like: type, color, spectrum, scheme, showLegend, showName, showBox, rotate, position, thicknes", "default": {}, "x-cx-false-disables": true, "x-cx-category": "Overlays", "x-cx-nl": "Set the var overlay properties to {_object_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "varOverlays": { "type": [ "array", "boolean", "string", "number" ], "description": "Variable metadata to overlay in heatmap plots", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Overlays", "x-cx-nl": "Overlay samples data with factor {_multi-factor_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "varOverlaysLegendColumns": { "type": [ "integer", "boolean" ], "description": "Number of columns for the variable overlay legends", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Overlays", "x-cx-nl": "Set the var overlays legend columns to {_integer_}", "x-cx-graphtypes": [ "Bar", "BarLine", "Boxplot", "Bullet", "Cleveland", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Lollipop", "Pareto", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Violin", "Waterfall" ] }, "varTextAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the variable text", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Variables", "x-cx-nl": "Align the variable text to the {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "varTextBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the variable text", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Variables", "x-cx-nl": "Set the var text baseline to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "varTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in variable text", "default": "rgb(77,77,77)", "x-cx-false-disables": true, "x-cx-category": "Variables", "x-cx-nl": "Color the var text {_color_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "varTextFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in variable text. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the varTextScaleFontFactor", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Variables", "x-cx-nl": "Set the var text font size to {_integer_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "varTextFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the variable text", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Variables", "x-cx-nl": "Set the var text font style to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "varTextMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the variable text", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Variables", "x-cx-nl": "Set the var text margin to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "varTextRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the variable text", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Variables", "x-cx-nl": "Rotate the variable text {_integer_} degrees", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "varTextScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the variable text font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Variables", "x-cx-nl": "{Increase|Decrease} the size of the variable text by a factor of {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "varTitle": { "type": [ "string", "boolean" ], "description": "Title for the variables in hetamap plots", "default": false, "x-cx-false-disables": true, "x-cx-category": "Variables", "x-cx-nl": "Set the variable title to {_value_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "varTitleAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the variable title", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Variables", "x-cx-nl": "Align the variable title to the {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "varTitleBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the variable title", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Variables", "x-cx-nl": "Set the var title baseline to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "varTitleColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in variable title", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Variables", "x-cx-nl": "Color the var title {_color_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "varTitleFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in variable title. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the varTitleScaleFontFactor", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Variables", "x-cx-nl": "Set the var title font size to {_integer_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "varTitleFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the variable title", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Variables", "x-cx-nl": "Set the var title font style to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "varTitleLabelPosition": { "type": [ "string", "boolean" ], "description": "Position for variable labels", "default": "bottom", "enum": [ "bottom", "top", false ], "x-cx-false-disables": true, "x-cx-category": "Heatmap Graphs", "x-cx-nl": "Set the var title label position to {_option_}", "x-cx-graphtypes": [ "Heatmap" ] }, "varTitleMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the variable title", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Variables", "x-cx-nl": "Set the var title margin to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "varTitleRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the variable title", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Variables", "x-cx-nl": "Rotate the variable title {_integer_} degrees", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "varTitleScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the variable title font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Variables", "x-cx-nl": "{Increase|Decrease} the size of the variable title by a factor of {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "variableSpace": { "type": [ "integer", "boolean" ], "description": "Pixels between the data series in one-dimensional plots", "default": 2, "x-cx-false-disables": true, "x-cx-category": "Aspect Ratio, Space and Width", "x-cx-nl": "Set the variable space to {_integer_}" }, "variablesClustered": { "type": "boolean", "description": "Flag to cluster variables", "default": false, "x-cx-category": "Clustering", "x-cx-nl": "{Cluster|Do Not Cluster} variables", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Circular", "Cleveland", "Correlation", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Tree", "TreeBracket", "Treemap" ] }, "variablesKmeaned": { "type": "boolean", "description": "Flag to k-mean variables", "default": false, "x-cx-category": "Clustering", "x-cx-nl": "{K|Do Not K}-mean variables", "x-cx-graphtypes": [ "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Circular", "Cleveland", "Correlation", "DotLine", "Dotplot", "Dumbbell", "Heatmap", "Line", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Tornado", "Tree", "TreeBracket", "Treemap" ] }, "vennColors": { "type": [ "array", "boolean", "string", "number" ], "description": "Colors for the Venn bubles. If not specified the colors will be chosen from the colors array. Colors in this array need to be at least the same number of groups in the Venn diagram", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Venn Diagrams", "x-cx-nl": "Set the venn colors to {_array_}", "x-cx-graphtypes": [ "Venn" ] }, "vennGroups": { "type": [ "integer", "boolean" ], "description": "Number of groups in the Venn diagram", "default": 4, "x-cx-false-disables": true, "x-cx-category": "Venn Diagrams", "x-cx-nl": "Set the venn groups to {_integer_}", "x-cx-graphtypes": [ "Venn" ] }, "vennLegendColors": { "type": "boolean", "description": "Flag to use the venn colors to use for the legends instead of the letters", "default": false, "x-cx-category": "Venn Diagrams", "x-cx-nl": "{Use|Do Not Use} the venn colors to use for the legends instead of the letters", "x-cx-graphtypes": [ "Venn" ] }, "verbose": { "type": "boolean", "description": "Flag to turn on/off verbose", "default": false, "x-cx-category": "Debug", "x-cx-nl": "{Turn|Do Not Turn} on/off verbose" }, "view": { "type": [ "string", "boolean" ], "description": "Specify the initial view or display for the visualization", "default": "canvas", "enum": [ "canvas", "table", "layout", "explore", false ], "x-cx-false-disables": true, "x-cx-category": "Plot View", "x-cx-nl": "Set view of data to {_option_}" }, "violinBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the violin borders", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Violin Plots", "x-cx-nl": "Color the violin border {_color_}", "x-cx-graphtypes": [ "Boxplot" ] }, "violinColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the violins. If specified all the violins will have the assigned color; otherwise it will be automatically assigned", "default": false, "x-cx-false-disables": true, "x-cx-category": "Violin Plots", "x-cx-nl": "Color the violin {_color_}", "x-cx-graphtypes": [ "Boxplot" ] }, "violinPartitionOrder": { "type": [ "object", "array", "boolean", "string", "number" ], "description": "Order of the shown elements (violin, boxplot, points) across the band when a half violin is drawn. An array is a global order of the shown elements (e.g. [\"violin\",\"boxplot\",\"points\"]); an object keyed by variable name or sample-group name gives per-variable / per-sample orders. Empty means natural order", "default": false, "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Violin Plots", "x-cx-nl": "Set the violin partition order to {_object-or-array_}", "x-cx-graphtypes": [ "Boxplot" ] }, "violinPointsSide": { "type": [ "string", "boolean" ], "description": "Side the original data points (showBoxplotOriginalData) sit on for half violins. false (default) places them on the opposite half from the violin; lt/rb pin them to an end; center draws them on the centre line (the shared split line for split violins, pooling both levels into one central cloud). May be given as a single value or as an object keyed by variable name or sample-group name for per-variable / per-sample control", "default": false, "enum": [ "lt", "rb", "center", false ], "x-cx-false-disables": true, "x-cx-category": "Violin Plots", "x-cx-nl": "Set the violin points side to {_option_}", "x-cx-graphtypes": [ "Boxplot" ] }, "violinScale": { "type": [ "string", "boolean" ], "description": "Type for scaling violin plots", "default": "width", "enum": [ "area", "count", "width", false ], "x-cx-false-disables": true, "x-cx-category": "Violin Plots", "x-cx-nl": "Set the violin scale to {_option_}", "x-cx-graphtypes": [ "Boxplot" ] }, "violinSide": { "type": [ "string", "boolean" ], "description": "Which half of the band a violin occupies: both (full symmetric violin, default), lt (left when vertical / top when horizontal), rb (right / bottom), or split (auto-assign the two halves from a 2-level color/segregate group, seaborn split=True). May be given as a single value (applies to all groups) or as an object keyed by variable name or sample-group name for per-variable / per-sample sides, e.g. {\"Before\":\"lt\",\"After\":\"rb\"}", "default": "both", "enum": [ "both", "lt", "rb", "split", false ], "x-cx-false-disables": true, "x-cx-category": "Violin Plots", "x-cx-nl": "Set the violin side to {_option_}", "x-cx-graphtypes": [ "Boxplot" ] }, "violinTransparency": { "type": [ "number", "boolean" ], "description": "Fraction to adjust color transparency for the violins", "default": 0.4, "x-cx-false-disables": true, "x-cx-category": "Violin Plots", "x-cx-nl": "Set the violin transparency to {_float_}", "x-cx-graphtypes": [ "Boxplot" ] }, "violinTrim": { "type": "boolean", "description": "Flag to trim violin plots", "default": true, "x-cx-category": "Violin Plots", "x-cx-nl": "{Trim|Do Not Trim} violin plots", "x-cx-graphtypes": [ "Boxplot" ] }, "visibleMapFeatures": { "type": [ "array", "boolean", "string", "number" ], "description": "Visible Map features. It Overrides the hidden features", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Maps", "x-cx-nl": "Set the visible map features to {_array_}", "x-cx-graphtypes": [ "Map" ] }, "visiumFixedAspectRatio": { "type": "boolean", "description": "Flag to fix aspect ratio for visium plots", "default": true, "x-cx-category": "Visium Plots", "x-cx-nl": "{Fix|Do Not Fix} aspect ratio for visium plots", "x-cx-graphtypes": [ "Scatter2D" ] }, "visiumFlip": { "type": "boolean", "description": "Flag to invert the data in visium plots.", "default": false, "x-cx-category": "Visium Plots", "x-cx-nl": "{Invert|Do Not Invert} the data in visium plots", "x-cx-graphtypes": [ "Scatter2D" ] }, "visiumPanning": { "type": "boolean", "description": "Flag to disallow panning in visium plots. Dragging will always zoom", "default": false, "x-cx-category": "Visium Plots", "x-cx-nl": "{Disallow|Do Not Disallow} panning in visium plots", "x-cx-graphtypes": [ "Scatter2D" ] }, "waterfallDecreaseColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the bars decreasing in the waterfall plot", "default": "rgb(254, 105, 105)", "x-cx-false-disables": true, "x-cx-category": "Waterfall Graphs", "x-cx-nl": "Color the waterfall decrease {_color_}", "x-cx-graphtypes": [ "Bar" ] }, "waterfallIncreaseColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the bars increasing in the waterfall plot", "default": "rgb(10,176,219)", "x-cx-false-disables": true, "x-cx-category": "Waterfall Graphs", "x-cx-nl": "Color the waterfall increase {_color_}", "x-cx-graphtypes": [ "Bar" ] }, "waterfallNetColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the bars in end of the waterfall plot", "default": "rgb(153,153,153)", "x-cx-false-disables": true, "x-cx-category": "Waterfall Graphs", "x-cx-nl": "Color the waterfall net {_color_}", "x-cx-graphtypes": [ "Bar" ] }, "weightBy": { "type": [ "string", "boolean" ], "description": "Name of a sample annotation (data.x) or variable (data.y.vars) whose per-sample value weighs that sample in count-type summaries: Meter count/countTotal, the meterProgress ring (selected/total by weight) and pieBy slices. Default false weighs every sample 1, a plain count. The dual of grouping: it expands one sample into many without materializing them (R count(wt=), ggplot aes(weight=))", "default": false, "x-cx-false-disables": true, "x-cx-category": "Data", "x-cx-nl": "Set the weight by to {_string_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "widgetsAccentColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the accent elements in all the UI widgets. It only applied if the dataUIStyle is set to false", "default": "rgba(83, 105, 255, 0.1)", "x-cx-false-disables": true, "x-cx-category": "Data UI Widgets", "x-cx-nl": "Color the widgets accent {_color_}" }, "widgetsBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the background all the UI widgets. It only applied if the dataUIStyle is set to false", "default": "rgba(255, 255, 255, 0.95)", "x-cx-false-disables": true, "x-cx-category": "Data UI Widgets", "x-cx-nl": "Color the widgets background {_color_}" }, "widgetsBaseColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the elements in all the UI widgets. It only applied if the dataUIStyle is set to false", "default": "rgb(83, 105, 255)", "x-cx-false-disables": true, "x-cx-category": "Data UI Widgets", "x-cx-nl": "Color the widgets base {_color_}" }, "widgetsBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the border of all elements in all the UI widgets. It only applied if the dataUIStyle is set to false", "default": "rgb(83, 105, 255)", "x-cx-false-disables": true, "x-cx-category": "Data UI Widgets", "x-cx-nl": "Color the widgets border {_color_}" }, "widgetsBorderRadius": { "type": [ "string", "boolean" ], "description": "Border radius applied to all UI widget elements", "default": "5px", "x-cx-false-disables": true, "x-cx-category": "Data UI Widgets", "x-cx-nl": "Set the widgets border radius to {_string_}" }, "widgetsContrastColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the contrast elements in all the UI widgets. It only applied if the dataUIStyle is set to false", "default": "rgb(83, 105, 255)", "x-cx-false-disables": true, "x-cx-category": "Data UI Widgets", "x-cx-nl": "Color the widgets contrast {_color_}" }, "widgetsFontColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the the elements in all the UI widgets. It only applied if the dataUIStyle is set to false", "default": "rgb(34, 34, 34)", "x-cx-false-disables": true, "x-cx-category": "Data UI Widgets", "x-cx-nl": "Color the widgets font {_color_}" }, "widgetsFontSize": { "type": [ "string", "boolean" ], "description": "Base font size for all UI widgets", "default": "15px", "x-cx-false-disables": true, "x-cx-category": "Data UI Widgets", "x-cx-nl": "Set the widgets font size to {_string_}" }, "widgetsHoverTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for the elements in all the UI widgets when mouse overs. It only applied if the dataUIStyle is set to false", "default": 0.2, "x-cx-false-disables": true, "x-cx-category": "Data UI Widgets", "x-cx-nl": "Set the widgets hover transparency to {_float_}" }, "widgetsIconClsAColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the class-a widget icons", "default": "#5369ff", "x-cx-false-disables": true, "x-cx-category": "Data UI Widgets", "x-cx-nl": "Color the widgets icon cls a {_color_}" }, "widgetsIconClsBColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the class-b widget icons", "default": "#292929", "x-cx-false-disables": true, "x-cx-category": "Data UI Widgets", "x-cx-nl": "Color the widgets icon cls b {_color_}" }, "widgetsIconClsCColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the class-c widget icons", "default": "#999999", "x-cx-false-disables": true, "x-cx-category": "Data UI Widgets", "x-cx-nl": "Color the widgets icon cls c {_color_}" }, "widgetsIconClsXColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the class-x widget icons", "default": "#ffffff", "x-cx-false-disables": true, "x-cx-category": "Data UI Widgets", "x-cx-nl": "Color the widgets icon cls x {_color_}" }, "widgetsStripedColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the stripe elements in the data table", "default": "rgba(83, 105, 255, 0.05)", "x-cx-false-disables": true, "x-cx-category": "Data UI Widgets", "x-cx-nl": "Color the widgets striped {_color_}" }, "widthFactor": { "type": [ "number", "boolean" ], "description": "Factor to adjust the width of the graph elements in one-dimensional and three-dimensional plots. The greater the number, the wider the elements", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Aspect Ratio, Space and Width", "x-cx-nl": "Scale the objects width to {_integer_}" }, "wireColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the ticks in the genome browser", "default": "rgba(204,204,204,0.1)", "x-cx-false-disables": true, "x-cx-category": "Genome Browser", "x-cx-nl": "Color the wire {_color_}", "x-cx-graphtypes": [ "Genome" ] }, "workflowActiveColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Active element color for the workflow widget", "default": "rgba(124, 182, 226, 0.2)", "x-cx-false-disables": true, "x-cx-category": "Workflow Charts", "x-cx-nl": "Color the workflow active {_color_}" }, "workflowBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Background color for the workflow widget", "default": "#ffffff", "x-cx-false-disables": true, "x-cx-category": "Workflow Charts", "x-cx-nl": "Color the workflow background {_color_}" }, "workflowBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Border color for the workflow widget", "default": "rgb(215, 226, 230)", "x-cx-false-disables": true, "x-cx-category": "Workflow Charts", "x-cx-nl": "Color the workflow border {_color_}" }, "workflowButtonBackgroundColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Background color for buttons in the workflow widget", "default": "#ffffff", "x-cx-false-disables": true, "x-cx-category": "Workflow Charts", "x-cx-nl": "Color the workflow button background {_color_}" }, "workflowButtonBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Border color for buttons in the workflow widget", "default": "rgb(215, 226, 230)", "x-cx-false-disables": true, "x-cx-category": "Workflow Charts", "x-cx-nl": "Color the workflow button border {_color_}" }, "workflowBy": { "type": [ "string", "boolean" ], "description": "Name of a variable annotation whose levels become the keyframes of an animation played through a timeline widget (play/stop and a draggable scrubber). Each level filters the data to that frame and the graph tweens between frames via showTransition. Supported in Scatter, Bar, Map, Fish and line-based graphs", "default": false, "x-cx-options": [ false, "variable" ], "x-cx-false-disables": true, "x-cx-category": "Data Point Attributes", "x-cx-nl": "Workflow by {_factor_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "workflowCurrentAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the workflow charts", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Workflow Charts", "x-cx-nl": "Align the workflow current to the {_option_}" }, "workflowCurrentBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the workflow charts", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Workflow Charts", "x-cx-nl": "Set the workflow current baseline to {_option_}" }, "workflowCurrentColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in workflow charts", "default": "rgb(0,0,0,0.3)", "x-cx-false-disables": true, "x-cx-category": "Workflow Charts", "x-cx-nl": "Color the workflow current {_color_}" }, "workflowCurrentFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in workflow charts. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the workflowCurrentScaleFontFactor", "default": 60, "x-cx-false-disables": true, "x-cx-category": "Workflow Charts", "x-cx-nl": "Set the workflow current font size to {_integer_}" }, "workflowCurrentFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the workflow charts", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Workflow Charts", "x-cx-nl": "Set the workflow current font style to {_option_}" }, "workflowCurrentMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the workflow charts", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Workflow Charts", "x-cx-nl": "Set the workflow current margin to {_float_}" }, "workflowCurrentRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the workflow charts", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Workflow Charts", "x-cx-nl": "Rotate the workflow current {_integer_} degrees" }, "workflowCurrentScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the workflow charts font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Workflow Charts", "x-cx-nl": "{Increase|Decrease} the size of the workflow current by a factor of {_float_}" }, "workflowFrameDuration": { "type": [ "integer", "boolean" ], "description": "Duration in milliseconds each frame of a workflowBy animation is held before advancing to the next frame. A value of 0 inherits the reproduceTime duration", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Workflow Charts", "x-cx-nl": "Set the workflow frame duration to {_integer_}" }, "workflowHoverColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Hover highlight color for the workflow widget", "default": "rgba(124, 182, 226, 0.2)", "x-cx-false-disables": true, "x-cx-category": "Workflow Charts", "x-cx-nl": "Color the workflow hover {_color_}" }, "workflowListLabelFontSize": { "type": [ "string", "boolean" ], "description": "Font size for list labels in the workflow widget", "default": "10px", "x-cx-false-disables": true, "x-cx-category": "Workflow Charts", "x-cx-nl": "Set the workflow list label font size to {_string_}" }, "workflowListTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Text color for lists in the workflow widget", "default": "#555b62", "x-cx-false-disables": true, "x-cx-category": "Workflow Charts", "x-cx-nl": "Color the workflow list text {_color_}" }, "workflowListTickColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Tick color for lists in the workflow widget", "default": "rgb(215, 226, 230)", "x-cx-false-disables": true, "x-cx-category": "Workflow Charts", "x-cx-nl": "Color the workflow list tick {_color_}" }, "workflowListTickFontSize": { "type": [ "string", "boolean" ], "description": "Font size for list tick marks in the workflow widget", "default": "6px", "x-cx-false-disables": true, "x-cx-category": "Workflow Charts", "x-cx-nl": "Set the workflow list tick font size to {_string_}" }, "workflowLoop": { "type": "boolean", "description": "Flag to continuously loop a workflowBy animation. When the timeline reaches the last frame it restarts from the first frame instead of stopping", "default": false, "x-cx-category": "Workflow Charts", "x-cx-nl": "{Continuously|Do Not Continuously} loop a workflowBy animation" }, "workflowSliderFillColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Fill color for sliders in the workflow widget", "default": "rgb(8, 122, 209)", "x-cx-false-disables": true, "x-cx-category": "Workflow Charts", "x-cx-nl": "Color the workflow slider fill {_color_}" }, "workflowSliderThumbBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Border color for slider thumbs in the workflow widget", "default": "#ffffff", "x-cx-false-disables": true, "x-cx-category": "Workflow Charts", "x-cx-nl": "Color the workflow slider thumb border {_color_}" }, "workflowSliderThumbColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Thumb color for sliders in the workflow widget", "default": "rgb(8, 122, 209)", "x-cx-false-disables": true, "x-cx-category": "Workflow Charts", "x-cx-nl": "Color the workflow slider thumb {_color_}" }, "workflowSliderTrackColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Track color for sliders in the workflow widget", "default": "rgb(215, 226, 230)", "x-cx-false-disables": true, "x-cx-category": "Workflow Charts", "x-cx-nl": "Color the workflow slider track {_color_}" }, "workflowTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Text color for the workflow widget", "default": "#555b62", "x-cx-false-disables": true, "x-cx-category": "Workflow Charts", "x-cx-nl": "Color the workflow text {_color_}" }, "workflowTimelineBorderColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the Border color for the timeline in the workflow widget", "default": "rgb(215, 226, 230)", "x-cx-false-disables": true, "x-cx-category": "Workflow Charts", "x-cx-nl": "Color the workflow timeline border {_color_}" }, "workflowWidth": { "type": [ "integer", "boolean" ], "description": "Size in pixels for the workflow widget when used to reproduce user customizations", "default": 300, "x-cx-false-disables": true, "x-cx-category": "Workflow Charts", "x-cx-nl": "Set the workflow width to {_integer_}" }, "x3DRatio": { "type": [ "number", "boolean" ], "description": "Value between 0 - 1 for adjusting the 3D of the X Axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "3D Attributes", "x-cx-nl": "Set the x3 d ratio to {_float_}", "x-cx-graphtypes": [ "Bar", "Network", "Scatter3D" ] }, "xAxis": { "type": [ "array", "boolean", "string", "number" ], "description": "Name of the samples, groups or variables to be displayed in the X axis", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis to {_array_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxis2": { "type": [ "array", "boolean", "string", "number" ], "description": "Name of the samples, groups or variables to be displayed in the second X axis", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis2 to {_array_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxis2Rotate": { "type": "boolean", "description": "Flag to rotate 180 degrees the direction of the X axis on the top", "default": false, "x-cx-category": "X-Axis", "x-cx-nl": "{Rotate|Do Not Rotate} 180 degrees the direction of the X axis on the top", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxis2Show": { "type": "boolean", "description": "Flag to show/hide the X axis on the top", "default": false, "x-cx-category": "X-Axis", "x-cx-nl": "{Show|Hide} the X axis", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxis2TickFormat": { "type": [ "string", "array", "boolean", "number" ], "description": "X axis format for the tick values in the second X axis. It could be a string with the sprintf format or an array where the first parameter is the sprintf format and the second parameter is a modification applied to the value before is passed to the sprintf function, i.e. (\"/1000\", \"+ 100\", etc.)", "default": false, "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis2 tick format to {_string_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxis2Ticks": { "type": [ "integer", "boolean" ], "description": "Approx number of tick lines in the second X axis", "default": 5, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis2 ticks to {_integer_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxis2Title": { "type": [ "string", "boolean" ], "description": "X axis2 title on the top", "default": false, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis2 title to {_string_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisCeilValue": { "type": [ "number", "boolean" ], "description": "Value to ceil the data in the X axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis ceil value to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisCurrent": { "type": [ "integer", "boolean" ], "description": "Sample id that is currently displayed in the X axis. Important when there are more that one series displayed in the graph", "default": 0, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis current to {_integer_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisExact": { "type": "boolean", "description": "Flag to force exact values in X axis", "default": false, "x-cx-category": "X-Axis", "x-cx-nl": "{Force|Do Not Force} exact values in X axis", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisFactorValue": { "type": [ "number", "boolean" ], "description": "Value to factor the data in the X axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis factor value to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisFloorValue": { "type": [ "number", "boolean" ], "description": "Value to floor the data in the X axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis floor value to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisGridMajorColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the major grid lines in the X axis on the bottom", "default": "rgb(204, 204, 204)", "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Color the x axis grid major {_color_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisGridMajorLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the major grid lines in the X axis on the bottom", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis grid major line type to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisGridMajorShow": { "type": "boolean", "description": "Flag to show/hide the major grid lines in the X axis", "default": true, "x-cx-category": "X-Axis", "x-cx-nl": "{Show|Hide} the major grid lines in the X axis", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisGridMajorTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for the color of the major grid lines in the X axis on the bottom", "default": 1, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis grid major transparency to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisGridMajorWidth": { "type": [ "number", "boolean" ], "description": "Width for the major grid lines in the X axis on the bottom", "default": 1, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis grid major width to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisGridMinorColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the minor grid lines in the X axis", "default": "rgb(204, 204, 204)", "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Color the x axis grid minor {_color_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisGridMinorLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the minor grid lines in the X axis", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis grid minor line type to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisGridMinorShow": { "type": "boolean", "description": "Flag to show/hide the minor grid lines in the X axis", "default": true, "x-cx-category": "X-Axis", "x-cx-nl": "{Show|Hide} the minor grid lines in the X axis", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisGridMinorTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for the color of the minor grid lines in the X axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis grid minor transparency to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisGridMinorWidth": { "type": [ "number", "boolean" ], "description": "Width for the minor grid lines in the X axis", "default": 0.5, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis grid minor width to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisHistogramHeight": { "type": [ "integer", "boolean" ], "description": "Size in pixels for the histogram in the X axis", "default": 80, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis histogram height to {_integer_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisHistogramShow": { "type": "boolean", "description": "Flag to show/hide the histogram in the X axis", "default": false, "x-cx-category": "X-Axis", "x-cx-nl": "{Show|Hide} the x axis histogram", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisLineBottomColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the bottom line across the X axis", "default": "rgb(204, 204, 204)", "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Color the x axis line bottom {_color_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisLineBottomLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the bottom line across the X axis", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis line bottom line type to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisLineBottomShow": { "type": "boolean", "description": "Flag to show/hide the line in the X axis", "default": false, "x-cx-category": "X-Axis", "x-cx-nl": "{Show|Hide} the x axis line bottom", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisLineBottomTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for the color of the bottom line across the X axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis line bottom transparency to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisLineBottomWidth": { "type": [ "number", "boolean" ], "description": "Width for the bottom line across the X axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis line bottom width to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisLineTopColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the top line across the X axis", "default": "rgb(204, 204, 204)", "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Color the x axis line top {_color_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisLineTopLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the top line across the X axis", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis line top line type to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisLineTopShow": { "type": "boolean", "description": "Flag to show/hide the line in the X axis", "default": false, "x-cx-category": "X-Axis", "x-cx-nl": "{Show|Hide} the x axis line top", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisLineTopTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for the color of the top line across the X axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis line top transparency to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisLineTopWidth": { "type": [ "number", "boolean" ], "description": "Width for the top line across the X axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis line top width to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisLogTicksColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the log tick lines in the X axis on the bottom", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Color the x axis log ticks {_color_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisLogTicksLength": { "type": [ "number", "boolean" ], "description": "Length for the log tick lines in the X axis on the bottom", "default": 8, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis log ticks length to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisLogTicksLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the log tick lines in the X axis on the bottom", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis log ticks line type to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisLogTicksShow": { "type": "boolean", "description": "Flag to show/hide the log tick lines in the X axis on the bottom", "default": false, "x-cx-category": "X-Axis", "x-cx-nl": "{Show|Hide} the x axis log ticks", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisLogTicksTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for the color of the log tick lines in the X axis on the bottom", "default": 1, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis log ticks transparency to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisLogTicksWidth": { "type": [ "number", "boolean" ], "description": "Width for the log tick lines in the X axis on the bottom", "default": 1, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis log ticks width to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisMinorTicks": { "type": [ "integer", "boolean" ], "description": "Number of minor ticks between major ticks in the X axis", "default": 2, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis minor ticks to {_integer_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisRugHeight": { "type": [ "integer", "boolean" ], "description": "Size in pixels for the data rug in the X axis", "default": 15, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis rug height to {_integer_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisRugPosition": { "type": [ "string", "boolean" ], "description": "Position for the data rug in theX axis", "default": "bottom", "enum": [ "bottom", "top", "both", false ], "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis rug position to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisRugShow": { "type": "boolean", "description": "Flag to show/hide a data rug in the X axis", "default": false, "x-cx-category": "X-Axis", "x-cx-nl": "{Show|Hide} the x axis rug", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisSetLabels": { "type": [ "array", "boolean", "string", "number" ], "description": "Set the tick labels paired one-to-one with xAxisSetValues in the X axis", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis set labels to {_array_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisSetMinorValues": { "type": [ "array", "boolean", "string", "number" ], "description": "Set the minor values for the axis in the X axis", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis set minor values to {_array_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisSetValues": { "type": [ "array", "boolean", "string", "number" ], "description": "Set the values for the axis in the X axis", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis set values to {_array_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisShow": { "type": "boolean", "description": "Flag to show/hide the X axis on the bottom", "default": true, "x-cx-category": "X-Axis", "x-cx-nl": "{Show|Hide} the X axis", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTextAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the axis text", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Align the x axis text to the {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTextBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the axis text", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis text baseline to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in axis text", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Color the x axis text {_color_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTextFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in axis text. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the xAxisTextScaleFontFactor", "default": 8, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis text font size to {_integer_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTextFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the axis text", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis text font style to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTextMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the axis text", "default": 5, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis text margin to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTextRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the axis text", "default": 0, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Rotate the x axis text {_integer_} degrees", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTextScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the axis text font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "{Increase|Decrease} the size of the x axis text by a factor of {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTickFormat": { "type": [ "string", "array", "boolean", "number" ], "description": "X axis format for the tick values in the X axis. It could be a string with the sprintf format or an array where the first parameter is the sprintf format and the second parameter is a modification applied to the value before is passed to the sprintf function, i.e. (\"/1000\", \"+ 100\", etc.)", "default": false, "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis tick format to {_string_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTicks": { "type": [ "integer", "boolean" ], "description": "Approx number of tick lines in the X axis", "default": 5, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis ticks to {_integer_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTicksColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the marker lines across the X axis", "default": "rgb(204, 204, 204)", "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Color the x axis ticks {_color_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTicksLength": { "type": [ "number", "boolean" ], "description": "Length for the marker lines across the X axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis ticks length to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTicksLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the marker lines across the X axis", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis ticks line type to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTicksShow": { "type": "boolean", "description": "Flag to show/hide the marker lines across the X axis", "default": true, "x-cx-category": "X-Axis", "x-cx-nl": "{Show|Hide} the x axis ticks", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTicksTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for the color of the marker lines across the X axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis ticks transparency to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTicksWidth": { "type": [ "number", "boolean" ], "description": "Width for the marker lines across the X axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis ticks width to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTime": { "type": "boolean", "description": "Flag to force date format in X axis", "default": false, "x-cx-category": "X-Axis", "x-cx-nl": "{Force|Do Not Force} date format in X axis", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTitle": { "type": [ "string", "boolean" ], "description": "X axis title on the bottom", "default": false, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis title to {_string_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTitleAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the axis title", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Align the x axis title to the {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTitleBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the axis title", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis title baseline to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTitleColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in axis title", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Color the x axis title {_color_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTitleDynamic": { "type": "boolean", "description": "Set the title for the X axis dynamically as it changes when configured by the user", "default": false, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis title dynamic to {_boolean_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTitleFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in axis title. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the xAxisTitleScaleFontFactor", "default": 8, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis title font size to {_integer_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTitleFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the axis title", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis title font style to {_option_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTitleMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the axis title", "default": 5, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Set the x axis title margin to {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTitleRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the axis title", "default": 0, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Rotate the x axis title {_integer_} degrees", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTitleScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the axis title font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "{Increase|Decrease} the size of the x axis title by a factor of {_float_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTransform": { "type": [ "string", "boolean" ], "description": "Type of transformation for values in X axis", "default": false, "x-cx-options": [ false, "log2", "log10", "-log2", "-log10", "exp2", "exp10", "sqrt", "percentile" ], "x-cx-false-disables": true, "x-cx-category": "X-Axis", "x-cx-nl": "Transform the x axis to {_value_}", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTransformLinearTicks": { "type": "boolean", "description": "Flag to transform the values of the ticks back to linear scale in the X axis", "default": false, "x-cx-category": "X-Axis", "x-cx-nl": "{Transform|Do Not Transform} the values of the ticks back to linear scale in the X axis", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xAxisTransformTicks": { "type": "boolean", "description": "Flag to transform the values of the ticks in the X axis", "default": false, "x-cx-category": "X-Axis", "x-cx-nl": "{Transform|Do Not Transform} the values of the ticks in the X axis", "x-cx-graphtypes": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "ParallelCoordinates", "OptionsWall", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "Tornado", "TimeSeries", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Waterfall", "WordCloud" ] }, "xRotate": { "type": [ "number", "boolean" ], "description": "Starting number of degrees to rotate graph arround the X axis", "default": 45, "x-cx-false-disables": true, "x-cx-category": "3D Attributes", "x-cx-nl": "Set the x rotate to {_float_}", "x-cx-graphtypes": [ "Bar", "Network", "Scatter3D" ] }, "y3DRatio": { "type": [ "number", "boolean" ], "description": "Value between 0 - 1 for adjusting the 3D of the Y Axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "3D Attributes", "x-cx-nl": "Set the y3 d ratio to {_float_}", "x-cx-graphtypes": [ "Bar", "Network", "Scatter3D" ] }, "yAxis": { "type": [ "array", "boolean", "string", "number" ], "description": "Name of the samples, groups or variables to be displayed in the Y axis", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis to {_array_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxis2Rotate": { "type": "boolean", "description": "Flag to rotate 180 degrees the direction of the Y axis on the right", "default": false, "x-cx-category": "Y-Axis", "x-cx-nl": "{Rotate|Do Not Rotate} 180 degrees the direction of the Y axis on the right", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxis2Show": { "type": "boolean", "description": "Flag to show/hide the Y axis on the right", "default": false, "x-cx-category": "Y-Axis", "x-cx-nl": "{Show|Hide} the Y axis", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxis2Title": { "type": [ "string", "boolean" ], "description": "Y axis2 title on the right", "default": false, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis2 title to {_string_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisCeilValue": { "type": [ "number", "boolean" ], "description": "Value to ceil the data in the Y axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis ceil value to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisCurrent": { "type": [ "integer", "boolean" ], "description": "Sample id that is currently displayed in the Y axis. Important when there are more that one series displayed in the graph", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis current to {_integer_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisExact": { "type": "boolean", "description": "Flag to force exact values in Y axis", "default": false, "x-cx-category": "Y-Axis", "x-cx-nl": "{Force|Do Not Force} exact values in Y axis", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisFactorValue": { "type": [ "number", "boolean" ], "description": "Value to factor the data in the Y axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis factor value to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisFloorValue": { "type": [ "number", "boolean" ], "description": "Value to floor the data in the Y axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis floor value to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisGridMajorColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the major grid lines in the Y axis on the left", "default": "rgb(204, 204, 204)", "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Color the y axis grid major {_color_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisGridMajorLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the major grid lines in the Y axis on the left", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis grid major line type to {_option_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisGridMajorShow": { "type": "boolean", "description": "Flag to show/hide the major grid lines in the Y axis", "default": true, "x-cx-category": "Y-Axis", "x-cx-nl": "{Show|Hide} the major grid lines in the Y axis", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisGridMajorTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for the color of the major grid lines in the Y axis on the left", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis grid major transparency to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisGridMajorWidth": { "type": [ "number", "boolean" ], "description": "Width for the major grid lines in the Y axis on the left", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis grid major width to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisGridMinorColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the minor grid lines in the Y axis", "default": "rgb(204, 204, 204)", "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Color the y axis grid minor {_color_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisGridMinorLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the minor grid lines in the Y axis", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis grid minor line type to {_option_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisGridMinorShow": { "type": "boolean", "description": "Flag to show/hide the minor grid lines in the Y axis", "default": true, "x-cx-category": "Y-Axis", "x-cx-nl": "{Show|Hide} the minor grid lines in the Y axis", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisGridMinorTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for the color of the minor grid lines in the Y axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis grid minor transparency to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisGridMinorWidth": { "type": [ "number", "boolean" ], "description": "Width for the minor grid lines in the Y axis", "default": 0.5, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis grid minor width to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisHistogramHeight": { "type": [ "integer", "boolean" ], "description": "Size in pixels for the histogram in the Y axis", "default": 80, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis histogram height to {_integer_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisHistogramShow": { "type": "boolean", "description": "Flag to show/hide the histogram in the Y axis", "default": false, "x-cx-category": "Y-Axis", "x-cx-nl": "{Show|Hide} the y axis histogram", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisLineLeftColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the left line across the Y axis", "default": "rgb(204, 204, 204)", "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Color the y axis line left {_color_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisLineLeftLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the left line across the Y axis", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis line left line type to {_option_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisLineLeftShow": { "type": "boolean", "description": "Flag to show/hide the line in the Y axis", "default": false, "x-cx-category": "Y-Axis", "x-cx-nl": "{Show|Hide} the y axis line left", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisLineLeftTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for the color of the left line across the Y axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis line left transparency to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisLineLeftWidth": { "type": [ "number", "boolean" ], "description": "Width for the left line across the Y axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis line left width to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisLineRightColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the right line across the Y axis", "default": "rgb(204, 204, 204)", "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Color the right line across the y axis{_color_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisLineRightLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the right line across the Y axis", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis line right line type to {_option_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisLineRightShow": { "type": "boolean", "description": "Flag to show/hide the line in the Y axis", "default": false, "x-cx-category": "Y-Axis", "x-cx-nl": "{Show|Hide} the y axis line right", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisLineRightTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for the color of the right line across the Y axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis line right transparency to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisLineRightWidth": { "type": [ "number", "boolean" ], "description": "Width for the right line across the Y axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis line right width to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisLogTicksColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the log tick lines in the Y axis on the left", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Color the y axis log ticks {_color_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisLogTicksLength": { "type": [ "number", "boolean" ], "description": "Length for the log tick lines in the Y axis on the left", "default": 8, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis log ticks length to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisLogTicksLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the log tick lines in the Y axis on the left", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis log ticks line type to {_option_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisLogTicksShow": { "type": "boolean", "description": "Flag to show/hide the log tick lines in the Y axis on the left", "default": false, "x-cx-category": "Y-Axis", "x-cx-nl": "{Show|Hide} the y axis log ticks", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisLogTicksTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for the color of the log tick lines in the Y axis on the left", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis log ticks transparency to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisLogTicksWidth": { "type": [ "number", "boolean" ], "description": "Width for the log tick lines in the Y axis on the left", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis log ticks width to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisMinorTicks": { "type": [ "integer", "boolean" ], "description": "Number of minor ticks between major ticks in the Y axis", "default": 2, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis minor ticks to {_integer_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisRugHeight": { "type": [ "integer", "boolean" ], "description": "Size in pixels for the data rug in the Y axis", "default": 15, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis rug height to {_integer_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisRugPosition": { "type": [ "string", "boolean" ], "description": "Position for the data rug in theY axis", "default": "left", "enum": [ "left", "rigth", "both", false ], "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis rug position to {_option_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisRugShow": { "type": "boolean", "description": "Flag to show/hide a data rug in the Y axis", "default": false, "x-cx-category": "Y-Axis", "x-cx-nl": "{Show|Hide} the y axis rug", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisSetLabels": { "type": [ "array", "boolean", "string", "number" ], "description": "Set the tick labels paired one-to-one with yAxisSetValues in the Y axis", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis set labels to {_array_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisSetMinorValues": { "type": [ "array", "boolean", "string", "number" ], "description": "Set the minor values for the axis in the Y axis", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis set minor values to {_array_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisSetValues": { "type": [ "array", "boolean", "string", "number" ], "description": "Set the values for the axis in the Y axis", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis set values to {_array_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisShow": { "type": "boolean", "description": "Flag to show/hide the Y axis on the left", "default": true, "x-cx-category": "Y-Axis", "x-cx-nl": "{Show|Hide} the Y axis", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTextAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the axis text", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Align the y axis text to the {_option_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTextBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the axis text", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis text baseline to {_option_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in axis text", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Color the y axis text {_color_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTextFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in axis text. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the yAxisTextScaleFontFactor", "default": 8, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis text font size to {_integer_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTextFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the axis text", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis text font style to {_option_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTextMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the axis text", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis text margin to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTextRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the axis text", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Rotate the y axis text {_integer_} degrees", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTextScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the axis text font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "{Increase|Decrease} the size of the y axis text by a factor of {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTickFormat": { "type": [ "string", "array", "boolean", "number" ], "description": "Y axis format for the tick values in the Y axis. It could be a string with the sprintf format or an array where the first parameter is the sprintf format and the second parameter is a modification applied to the value before is passed to the sprintf function, i.e. (\"/1000\", \"+ 100\", etc.)", "default": false, "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis tick format to {_string_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTicks": { "type": [ "integer", "boolean" ], "description": "Approx number of tick lines in the Y axis", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis ticks to {_integer_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTicksColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the marker lines across the Y axis", "default": "rgb(204, 204, 204)", "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Color the y axis ticks {_color_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTicksLength": { "type": [ "number", "boolean" ], "description": "Length for the marker lines across the Y axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis ticks length to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTicksLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the marker lines across the Y axis", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis ticks line type to {_option_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTicksShow": { "type": "boolean", "description": "Flag to show/hide the marker lines across the Y axis", "default": true, "x-cx-category": "Y-Axis", "x-cx-nl": "{Show|Hide} the y axis ticks", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTicksTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for the color of the marker lines across the Y axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis ticks transparency to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTicksWidth": { "type": [ "number", "boolean" ], "description": "Width for the marker lines across the Y axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis ticks width to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTime": { "type": "boolean", "description": "Flag to force date format in Y axis", "default": false, "x-cx-category": "Y-Axis", "x-cx-nl": "{Force|Do Not Force} date format in Y axis", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTitle": { "type": [ "string", "boolean" ], "description": "Y axis title on the left", "default": false, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis title to {_string_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTitleAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the axis title", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Align the y axis title to the {_option_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTitleBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the axis title", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis title baseline to {_option_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTitleColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in axis title", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Color the y axis title {_color_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTitleDynamic": { "type": "boolean", "description": "Set the title for the Y axis dynamically as it changes when configured by the user", "default": false, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis title dynamic to {_boolean_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTitleFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in axis title. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the yAxisTitleScaleFontFactor", "default": 8, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis title font size to {_integer_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTitleFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the axis title", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis title font style to {_option_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTitleMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the axis title", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Set the y axis title margin to {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTitleRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the axis title", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Rotate the y axis title {_integer_} degrees", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTitleScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the axis title font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "{Increase|Decrease} the size of the y axis title by a factor of {_float_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTransform": { "type": [ "string", "boolean" ], "description": "Type of transformation for values in Y axis", "default": false, "x-cx-options": [ false, "log2", "log10", "-log2", "-log10", "exp2", "exp10", "sqrt", "percentile" ], "x-cx-false-disables": true, "x-cx-category": "Y-Axis", "x-cx-nl": "Transform the y axis to {_value_}", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTransformLinearTicks": { "type": "boolean", "description": "Flag to transform the values of the ticks back to linear scale in the Y axis", "default": false, "x-cx-category": "Y-Axis", "x-cx-nl": "{Transform|Do Not Transform} the values of the ticks back to linear scale in the Y axis", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yAxisTransformTicks": { "type": "boolean", "description": "Flag to transform the values of the ticks in the Y axis", "default": false, "x-cx-category": "Y-Axis", "x-cx-nl": "{Transform|Do Not Transform} the values of the ticks in the Y axis", "x-cx-graphtypes": [ "Bin", "Binplot", "CDF", "Contour", "Density", "Distribution", "Hex", "Hexplot", "Histogram", "KaplanMeier", "QQ", "Quantile", "Ridgeline", "Scatter2D", "ScatterBubble2D", "Scatter3D", "Spaghetti", "SPLOM", "Streamgraph", "TimeSeries", "Volcano" ] }, "yRotate": { "type": [ "number", "boolean" ], "description": "Starting number of degrees to rotate graph arround the Y axis", "default": 0, "x-cx-false-disables": true, "x-cx-category": "3D Attributes", "x-cx-nl": "Set the y rotate to {_float_}", "x-cx-graphtypes": [ "Bar", "Network", "Scatter3D" ] }, "yieldingRender": { "type": "boolean", "description": "Flag to keep the page responsive on very large charts: the cold render yields to the browser after data ingestion and paints the recorded objects in short requestAnimationFrame slices instead of one long task. Rendering becomes asynchronous; CanvasXpress.ready and the afterRendering flag signal completion. Default false keeps rendering fully synchronous (identical pixels either way)", "default": false, "x-cx-category": "General", "x-cx-nl": "{Keep|Do Not Keep} the page responsive on very large charts: the cold render yields to the browser after data ingestion and paints the recorded objects in short requestAnimationFrame slices instead of one long task" }, "z3DRatio": { "type": [ "number", "boolean" ], "description": "Value between 0 - 1 for adjusting the 3D of the Z Axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "3D Attributes", "x-cx-nl": "Set the z3 d ratio to {_float_}", "x-cx-graphtypes": [ "Bar", "Network", "Scatter3D" ] }, "zAxis": { "type": [ "array", "boolean", "string", "number" ], "description": "Name of the samples, groups or variables to be displayed in the Z axis", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis to {_array_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxis2Title": { "type": [ "string", "boolean" ], "description": "Z axis2 title", "default": false, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis2 title to {_string_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisCeilValue": { "type": [ "number", "boolean" ], "description": "Value to ceil the data in the Z axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis ceil value to {_float_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisCurrent": { "type": [ "integer", "boolean" ], "description": "Sample id that is currently displayed in the Z axis. Important when there are more that one series displayed in the graph", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis current to {_integer_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisExact": { "type": "boolean", "description": "Flag to force exact values in Z axis", "default": false, "x-cx-category": "Z-Axis", "x-cx-nl": "{Force|Do Not Force} exact values in Z axis", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisFactorValue": { "type": [ "number", "boolean" ], "description": "Value to factor the data in the Z axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis factor value to {_float_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisFloorValue": { "type": [ "number", "boolean" ], "description": "Value to floor the data in the Z axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis floor value to {_float_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisGridMajorColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the major grid lines in the Z axis", "default": "rgb(204, 204, 204)", "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Color the z axis grid major {_color_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisGridMajorLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the major grid lines in the Z axis", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis grid major line type to {_option_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisGridMajorShow": { "type": "boolean", "description": "Flag to show/hide the major grid lines in the Z axis", "default": true, "x-cx-category": "Z-Axis", "x-cx-nl": "{Show|Hide} the major grid lines in the Z axis", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisGridMajorTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for the color of the major grid lines in the Z axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis grid major transparency to {_float_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisGridMajorWidth": { "type": [ "number", "boolean" ], "description": "Width for the major grid lines in the Z axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis grid major width to {_float_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisGridMinorColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the minor grid lines in the Z axis", "default": "rgb(204, 204, 204)", "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Color the z axis grid minor {_color_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisGridMinorLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the minor grid lines in the Z axis", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis grid minor line type to {_option_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisGridMinorShow": { "type": "boolean", "description": "Flag to show/hide the minor grid lines in the Z axis", "default": true, "x-cx-category": "Z-Axis", "x-cx-nl": "{Show|Hide} the minor grid lines in the Z axis", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisGridMinorTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for the color of the minor grid lines in the Z axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis grid minor transparency to {_float_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisGridMinorWidth": { "type": [ "number", "boolean" ], "description": "Width for the minor grid lines in the Z axis", "default": 0.5, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis grid minor width to {_float_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisLogTicksColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the log tick lines in the Z axis", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Color the z axis log ticks {_color_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisLogTicksLength": { "type": [ "number", "boolean" ], "description": "Length for the log tick lines in the Z axis", "default": 8, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis log ticks length to {_float_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisLogTicksLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the log tick lines in the Z axis", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis log ticks line type to {_option_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisLogTicksShow": { "type": "boolean", "description": "Flag to show/hide the log tick lines in the Z axis", "default": false, "x-cx-category": "Z-Axis", "x-cx-nl": "{Show|Hide} the z axis log ticks", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisLogTicksTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for the color of the log tick lines in the Z axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis log ticks transparency to {_float_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisLogTicksWidth": { "type": [ "number", "boolean" ], "description": "Width for the log tick lines in the Z axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis log ticks width to {_float_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisSetLabels": { "type": [ "array", "boolean", "string", "number" ], "description": "Set the tick labels paired one-to-one with zAxisSetValues in the Z axis", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis set labels to {_array_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisSetMinorValues": { "type": [ "array", "boolean", "string", "number" ], "description": "Set the minor values for the axis in the Z axis", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis set minor values to {_array_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisSetValues": { "type": [ "array", "boolean", "string", "number" ], "description": "Set the values for the axis in the Z axis", "default": [], "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis set values to {_array_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisShow": { "type": "boolean", "description": "Flag to show/hide the Z axis", "default": true, "x-cx-category": "Z-Axis", "x-cx-nl": "{Show|Hide} the Z axis", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTextAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the axis text", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Align the z axis text to the {_option_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTextBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the axis text", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis text baseline to {_option_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTextColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in axis text", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Color the z axis text {_color_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTextFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in axis text. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the zAxisTextScaleFontFactor", "default": 8, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis text font size to {_integer_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTextFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the axis text", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis text font style to {_option_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTextMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the axis text", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis text margin to {_float_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTextRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the axis text", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Rotate the z axis text {_integer_} degrees", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTextScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the axis text font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "{Increase|Decrease} the size of the z axis text by a factor of {_float_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTickFormat": { "type": [ "string", "array", "boolean", "number" ], "description": "Z axis format for the tick values in the Z axis. It could be a string with the sprintf format or an array where the first parameter is the sprintf format and the second parameter is a modification applied to the value before is passed to the sprintf function, i.e. (\"/1000\", \"+ 100\", etc.)", "default": false, "x-cx-false-disables": true, "x-cx-scalar-autowrap": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis tick format to {_string_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTicks": { "type": [ "integer", "boolean" ], "description": "Approx number of tick lines in the Z axis", "default": 10, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis ticks to {_integer_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTicksColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the marker lines across the Z axis", "default": "rgb(204, 204, 204)", "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Color the z axis ticks {_color_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTicksLength": { "type": [ "number", "boolean" ], "description": "Length for the marker lines across the Z axis", "default": null, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis ticks length to {_float_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTicksLineType": { "type": [ "string", "boolean" ], "description": "Type of line for the marker lines across the Z axis", "default": "solid", "enum": [ "rect", "solid", "spline", "dotted", "dashed", "dotdash", "longdash", "twodash", false ], "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis ticks line type to {_option_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTicksShow": { "type": "boolean", "description": "Flag to show/hide the marker lines across the Z axis", "default": true, "x-cx-category": "Z-Axis", "x-cx-nl": "{Show|Hide} the z axis ticks", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTicksTransparency": { "type": [ "number", "boolean" ], "description": "Transparency for the color of the marker lines across the Z axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis ticks transparency to {_float_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTicksWidth": { "type": [ "number", "boolean" ], "description": "Width for the marker lines across the Z axis", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis ticks width to {_float_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTime": { "type": "boolean", "description": "Flag to force date format in Z axis", "default": false, "x-cx-category": "Z-Axis", "x-cx-nl": "{Force|Do Not Force} date format in Z axis", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTitle": { "type": [ "string", "boolean" ], "description": "Z axis title", "default": false, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis title to {_string_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTitleAlign": { "type": [ "string", "boolean" ], "description": "Alignment (or position) for the axis title", "default": "center", "enum": [ "left", "center", "right", false ], "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Align the z axis title to the {_option_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTitleBaseline": { "type": [ "string", "boolean" ], "description": "Baseline (or reference line) for the axis title", "default": "middle", "enum": [ "top", "middle", "bottom", false ], "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis title baseline to {_option_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTitleColor": { "type": [ "string", "boolean" ], "format": "cx-color", "description": "Color for the text in axis title", "default": "rgb(0,0,0)", "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Color the z axis title {_color_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTitleDynamic": { "type": "boolean", "description": "Set the title for the Z axis dynamically as it changes when configured by the user", "default": false, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis title dynamic to {_boolean_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTitleFontSize": { "type": [ "integer", "boolean" ], "description": "Font size for the text in axis title. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the zAxisTitleScaleFontFactor", "default": 8, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis title font size to {_integer_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTitleFontStyle": { "type": [ "string", "boolean" ], "description": "Font style for the axis title", "default": "", "enum": [ "", "bold", "italic", "bold italic", false ], "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis title font style to {_option_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTitleMargin": { "type": [ "number", "boolean" ], "description": "Margin to pad or separate the characters in the axis title", "default": 5, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Set the z axis title margin to {_float_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTitleRotate": { "type": [ "integer", "boolean" ], "description": "Rotation in degrees for the axis title", "default": 0, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Rotate the z axis title {_integer_} degrees", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTitleScaleFontFactor": { "type": [ "number", "boolean" ], "description": "Scaling factor used to increase or decrease the axis title font size in the canvas", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "{Increase|Decrease} the size of the z axis title by a factor of {_float_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTransform": { "type": [ "string", "boolean" ], "description": "Type of transformation for values in Z axis", "default": false, "x-cx-options": [ false, "log2", "log10", "-log2", "-log10", "exp2", "exp10", "sqrt", "percentile" ], "x-cx-false-disables": true, "x-cx-category": "Z-Axis", "x-cx-nl": "Transform the z axis to {_value_}", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTransformLinearTicks": { "type": "boolean", "description": "Flag to transform the values of the ticks back to linear scale in the Z axis", "default": false, "x-cx-category": "Z-Axis", "x-cx-nl": "{Transform|Do Not Transform} the values of the ticks back to linear scale in the Z axis", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zAxisTransformTicks": { "type": "boolean", "description": "Flag to transform the values of the ticks in the Z axis", "default": false, "x-cx-category": "Z-Axis", "x-cx-nl": "{Transform|Do Not Transform} the values of the ticks in the Z axis", "x-cx-graphtypes": [ "ScatterBubble2D", "Scatter3D" ] }, "zRotate": { "type": [ "number", "boolean" ], "description": "Starting number of degrees to rotate graph arround the Z axis", "default": 0, "x-cx-false-disables": true, "x-cx-category": "3D Attributes", "x-cx-nl": "Set the z rotate to {_float_}", "x-cx-graphtypes": [ "Bar", "Network", "Scatter3D" ] }, "zoom": { "type": [ "number", "boolean" ], "description": "Zoom factor for the networks. A number greater than zero", "default": 1, "x-cx-false-disables": true, "x-cx-category": "Zooming, Panning and Resizing", "x-cx-nl": "Set the zoom to {_float_}" }, "zoomDisable": { "type": "boolean", "description": "Flag to disable zooming in all plots", "default": false, "x-cx-category": "Zooming, Panning and Resizing", "x-cx-nl": "{Disable|Do Not Disable} zooming in all plots" }, "zoomSamplesDisable": { "type": "boolean", "description": "Flag to disable zooming of samples with mouse wheel in Heatmaps", "default": false, "x-cx-category": "Zooming, Panning and Resizing", "x-cx-nl": "{Disable|Do Not Disable} zooming of samples with mouse wheel in Heatmaps" }, "zoomScale": { "type": "boolean", "description": "Flag to scale nodes and edges in networks with zoom and data points in 3D scatter plots", "default": true, "x-cx-category": "Zooming, Panning and Resizing", "x-cx-nl": "{Scale|Do Not Scale} nodes and edges in networks with zoom and data points in 3D scatter plots" }, "zoomStep": { "type": [ "number", "boolean" ], "description": "Percentage step for zooming networks and genome panel", "default": 0.2, "x-cx-false-disables": true, "x-cx-category": "Zooming, Panning and Resizing", "x-cx-nl": "Set the zoom step to {_float_}" }, "zoomVariablesDisable": { "type": "boolean", "description": "Flag to disable zooming of variables with mouse wheel in Heatmaps", "default": false, "x-cx-category": "Zooming, Panning and Resizing", "x-cx-nl": "{Disable|Do Not Disable} zooming of variables with mouse wheel in Heatmaps" }, "zoomXDisable": { "type": "boolean", "description": "Flag to disable zooming of x axis with mouse wheel in Scatter plots", "default": false, "x-cx-category": "Zooming, Panning and Resizing", "x-cx-nl": "{Disable|Do Not Disable} zooming of x axis with mouse wheel in Scatter plots" }, "zoomYDisable": { "type": "boolean", "description": "Flag to disable zooming of y axis with mouse wheel in Scatter plots", "default": false, "x-cx-category": "Zooming, Panning and Resizing", "x-cx-nl": "{Disable|Do Not Disable} zooming of y axis with mouse wheel in Scatter plots" } }, "x-cx-graphtypes-all": [ "Alluvial", "Area", "AreaLine", "Bar", "BarLine", "Boxplot", "Bin", "Binplot", "Bubble", "Bullet", "Bump", "CDF", "Chord", "Circular", "Cleveland", "Contour", "Correlation", "Density", "Distribution", "Donut", "DotLine", "Dotplot", "Dumbbell", "Fish", "Gantt", "Genome", "Heatmap", "Hex", "Hexplot", "Histogram", "KaplanMeier", "Line", "Lollipop", "Map", "Meter", "Network", "Oncoprint", "OptionsWall", "ParallelCoordinates", "Pareto", "Pie", "QQ", "Quantile", "Radar", "Ribbon", "Ridgeline", "Sankey", "Scatter2D", "Scatter3D", "ScatterBubble2D", "Spaghetti", "SPLOM", "Stacked", "StackedLine", "StackedPercent", "StackedPercentLine", "Streamgraph", "Sunburst", "TagCloud", "TimeSeries", "Tornado", "Tree", "TreeBracket", "Treemap", "Upset", "Violin", "Volcano", "Venn", "Waterfall", "WordCloud" ], "x-cx-graphtype-aliases": { "Alluvial": { "canonical": "Sankey", "source": "render" }, "Bin": { "canonical": "Scatter2D", "source": "render" }, "Binplot": { "canonical": "Scatter2D", "source": "render" }, "Bubble": { "canonical": "Circular", "source": "render" }, "Bullet": { "canonical": "Bar", "source": "render" }, "Bump": { "canonical": "Scatter2D", "source": "render" }, "CDF": { "canonical": "Scatter2D", "source": "render" }, "Chord": { "canonical": "Circular", "source": "render" }, "Cleveland": { "canonical": "Dotplot", "source": "render" }, "Density": { "canonical": "Scatter2D", "source": "render" }, "Distribution": { "canonical": "Scatter2D", "source": "render" }, "Donut": { "canonical": "Circular", "source": "render" }, "Dumbbell": { "canonical": "Dotplot", "source": "render" }, "Hex": { "canonical": "Scatter2D", "source": "render" }, "Hexplot": { "canonical": "Scatter2D", "source": "render" }, "Histogram": { "canonical": "Scatter2D", "source": "render" }, "KaplanMeier": { "canonical": "Scatter2D", "source": "render" }, "Lollipop": { "canonical": "Bar", "source": "render" }, "Oncoprint": { "canonical": "Heatmap", "source": "render" }, "Pareto": { "canonical": "BarLine", "source": "render" }, "QQ": { "canonical": "Scatter2D", "source": "render" }, "Quantile": { "canonical": "Scatter2D", "source": "render" }, "Radar": { "canonical": "Circular", "source": "render" }, "Ribbon": { "canonical": "Sankey", "source": "render" }, "Ridgeline": { "canonical": "Scatter2D", "source": "render" }, "Spaghetti": { "canonical": "Scatter2D", "source": "render" }, "SPLOM": { "canonical": "Scatter2D", "source": "render" }, "Streamgraph": { "canonical": "Scatter2D", "source": "render" }, "Sunburst": { "canonical": "Circular", "source": "render" }, "Tornado": { "canonical": "Stacked", "source": "render" }, "Upset": { "canonical": "Heatmap", "source": "render" }, "Violin": { "canonical": "Boxplot", "source": "render" }, "Volcano": { "canonical": "Scatter2D", "source": "render" }, "Waterfall": { "canonical": "Bar", "source": "render" }, "WordCloud": { "canonical": "TagCloud", "source": "render" }, "TreeBracket": { "canonical": "Tree", "source": "supplement" }, "TimeSeries": { "canonical": "Scatter2D", "source": "supplement" }, "Contour": { "canonical": "Scatter2D", "source": "supplement" } } }