summary | <span>Control Parameters</span> Application Constants The default.constants.js file is located in the apq-c3-custom/js folder within the web app directory of the root install directory of your Apliqo Application server.This file stores default constants for the Apliqo UX application. The 2023.05 version includes the following new application constants: Advanced Options Version 2023.05 includes the following new advanced options to control the features and behavior of Widgets in UX applications: Card Config "showSummary": Show selected cell summary in the widget header Process "htmlSnippetEnabled": Set to Yes to enable htmlSnippet button in the widget header Toolbar "exportAsDBRWSliceButtonEnabled": Enable export to excel as DBRW slice"sandboxEnabled": Enable sandbox functionality Table Config "exportFormulasAsText": Export to excel static calculated value instead of formula Chart Options: Chart "type": select chart type"alignTicks": align ticks on multi axis chart"showAxes": configure whether to show the axes initially"inverted": invert chart axis"backgroundColor": background color or gradient for the outer chart area"plotBackgroundColor": chart plot background color"margin": chart plot margin. e.g 0,0,0,0 | i.e. top,left,bottom,right"className": chart Custom CSS Class Name, allowing unique CSS styling for each chart"zoomType": Decides in what dimensions the user can zoom by dragging the mouse. Can be one of x, y or xy Chart Options: Legend "enabled": enable or disable the legend"align": horizontal alignment of the legend box within the chart area"verticalAlign": vertical alignment of the legend box"layout": layout of the legend items"reversed": select whether to reverse the order of the legend items compared to the order of the series or points as defined in the configuration object"rtl": decide whether to show the symbol on the right side of the text rather than the left side"floating": when the legend is floating, the plot area ignores it and is allowed to be placed below it"backgroundColor": background color of the legend"borderColor": color of the drawn border around the legend"borderWidth": width of the drawn border around the legend"borderRadius": border corner radius of the legend"symbolWidth": pixel width of the legend item symbol. When the squareSymbol option is set, this defaults to the symbolHeight, otherwise 16"symbolHeight": pixel height of the symbol for series types that use a rectangle in the legend. Defaults to the font size of legend items"symbolPadding": pixel padding between the legend item symbol and the legend item text"itemWidth": width for each legend item. By default the items are laid out successively"itemMarginTop": pixel top margin for each legend item"itemMarginBottom": pixel bottom margin for each legend item"padding": inner padding of the legend box"className": CSS class name to apply to the legend group"valueDecimals": For a color axis with data classes, how many decimals to render in the legend. The default preserves the decimals of the range numbers"width": width of the legend box. If a number is set, it translates to pixels"x": x offset of the legend relative to its horizontal alignment"y": vertical offset of the legend relative to it's vertical alignment "itemStyle" / "fontSize": CSS styles for each legend item in font size "itemStyle" / "fontWeight": CSS styles for each legend item in font weight "itemStyle" / "color": CSS styles for each legend item text color "itemStyle" / "textOverflow": CSS styles for each legend item text overflow"itemHoverStyle" / "color": CSS styles for each legend item in hover mode Chart Options: Tooltip "enabled": enable or disable the tooltip"shared": when the tooltip is shared, the entire plot area will capture mouse movement or touch event"split": split the tooltip into one label per series, with the header close to the axis. This is recommended over shared tooltips for charts with multiple line series, generally making them easier to read"followPointer": choose whether the tooltip should follow the mouse as it moves across columns"animation": enable or disable animation of the tooltip"backgroundColor": background color or gradient for the tooltip"borderColor": color of the tooltip border"borderRadius": radius of the rounded border corners"borderWidth": pixel width of the tooltip border"className": CSS class name to apply to the tooltip's container div, allowing unique CSS styling for each chart "valueDecimals": how many decimals to show in each series' y value. This is overridable in each series' tooltip options object"valuePrefix": string to prepend to each series' y value. Overridable in each series' tooltip options object"valueSuffix": string to append to each series' y value. Overridable in each series' tooltip options object"xDateFormat": format for the date in the tooltip header if the X axis is a datetime axis. e.g '%Y-%m-%d"style" / "fontSize": CSS styles for each tooltip item in font size"style" / "color": CSS styles for each tooltip item text color"style" / "cursor": CSS styles for each tooltip item cursor"style" / "whiteSpace": CSS styles for each tooltip item text white-space Chart Options: Plot Options / Series "animation": enable or disable the initial animation when a series is displayed"className": additional class name to apply to the series' graphical elements"clip": disable this option to allow series rendering in the whole plotting area"color": main color of the series"fillColor": fill color or gradient for the area. When null, the series' color is used with the series' fillOpacity"fillOpacity": fill opacity for the area. When you set an explicit fillColor, the fillOpacity is not applied "stacking": choose whether to stack the values of each series on top of each other"cursor": you can set the cursor to 'pointer' if you have click events attached to the series"dashStyle": name of the dash style to use for the graph, or for some series types the outline of each shape"linecap": line cap used for line ends and line joins on the graph"lineWidth": pixel width of the graph line"negativeColor": color for the parts of the graph or points that are below the threshold"pointInterval": no x values are given for the points in a series, pointInterval defines the interval of the x values"pointIntervalUnit": on datetime series, this allows for setting the pointInterval to irregular time units, day, month and year"pointPlacement": in a column chart, when pointPlacement is 'on', the point will not create any padding of the X axis"pointStart": if no x values are given for the points in a series, pointStart defines on what value to start Chart Options: Series "type": select type: line, spline, area, areaspline, bar, column"color": define series color"dashStyle": dash style. e.g | dot | dash | solid"lineWidth": pixel width of the graph line"cursor": define cursor style"xAxis": when using dual or multiple x axes, this number defines which xAxis the particular series is connected to"yAxis": when using dual or multiple y axes, this number defines which yAxis the particular series is connected to"showInLegend": choose whether to display this particular series or series type in the legend"showPercentage": specify whether you wish to see % formatting"dataLabels" / "enabled": display data value as labels in the chart"dataLabels" / "format": format data label value {point.y:,.0f}"marker" / "enabled": display marker"marker" / "symbol": select marker symbol: square, circle, triangle"marker" / "fillColor": fill color of the point marker"marker" / "radius": radius of the point marker Chart Options: yAxis / xAxis "title""enabled": enable /disable axis title, showing next to the axis line"text": yAxis Name"style" / "color": set title color"style" / "align": alignment of the title relative to the axis values. Possible values are low, middle or high."labels""enabled": enable or disable the axis labels"color": set label color"align": what part of the string the given position is anchored to"distance": label's pixel distance from the perimeter of the plot area"format": labels format e.g. {point.y:,.0f}"padding": pixel padding for axis labels, to ensure white space between them"rotation": rotation of the labels in degrees. When undefined, the autoRotation option takes precedence"step": show only every n'th label on the axis, set the step to n. Setting the step to 2 shows every other label"x": x position offset of all labels relative to the tick positions on the axis. Defaults to -15 for left axis, 15 for right axis"y": y position offset of all labels relative to the tick positions on the axis"crosshair""className": class name for the crosshair, especially as a hook for styling"color": color of the crosshair. Defaults to #cccccc for numeric and datetime axes"dashStyle": dash style for the crosshair"snap": choose whether the crosshair should snap to the point or follow the pointer independent of points"width": pixel width of the crosshair. Defaults to 1 for numeric or datetime axes, and for one category width for category axe"type": type of axis. Can be one of linear, logarithmic, datetime, category or treegrid."alignTicks": when using multiple axis, the ticks of two or more opposite axes will automatically be aligned"allowDecimals": choose whether to allow decimals in this axis' ticks"visible": choose whether axis, including axis title, line, ticks and labels, should be visible"reversed": reverse the axis so that the highest number is closest to the origin"zoomEnabled": choose whether to zoom axis. If chart.zoomType is set, the option allows to disable zooming on an individual axis"gridLineColor": color of the grid lines extending the ticks across the plot area"gridLineDashStyle": dash or dot style of the grid lines"gridLineWidth": width of the grid lines extending the ticks across the plot area"alternateGridColor": when using an alternate grid color, a band is painted across the plot area between every other grid line"tickInterval": interval of the tick marks in axis units"tickAmount": amount of ticks to draw on the axis. This option overrides the tickPixelInterval option"tickmarkPlacement": for categorized axes only. If on the tick mark is placed in the center of the category, if between the tick mark is placed between categories"floor": lowest allowed value for automatically computed axis extremes"min": minimum value of the axis. If null the min value is automatically calculated"max": maximum value of the axis. If null the max value is automatically calculated"softMin": soft minimum for the axis. If the series data minimum is greater than this, the axis will stay at this minimum, but if the series data minimum is lower, the axis will flex to show all"softMax": soft maximum for the axis. If the series data maximum is less than this, the axis will stay at this maximum, but if the series data maximum is higher, the axis will flex to show all"angle": in a polar chart, this is the angle of the Y axis in degrees, where 0 is up and 90 is right"className": class name that opens for styling the axis by CSS Rest API Paths The settings.json file is located in the WEB-INF/config folder within the web app directory of the root install directory of your Apliqo Application server. This file stores control parameters used by the Apliqo UX application. The 2023.05 version includes an update to the allowedRestPaths array: allowedRestPaths": [ { "path": "/ExecuteProcessWithReturn", "method": "POST" }, { "path": "/Users.*", "method": "Get" }, { "path": "/Groups.*", "method": "Get" }, { "path": "/Users.*", "method": "PATCH" }, { "path": "/Cubes(.*)", "method": "GET" }, { "path": "/Cubes(.*)", "method": "POST" }, { "path": "/Cubes(.*)", "method": "PATCH" }, { "path": "/Cubes(.*)", "method": "DELETE" } , { "path": "/Dimensions(.*)", "method": "GET" }, { "path": "/Dimensions(.*)", "method": "PUT" }, { "path": "/Dimensions(.*)", "method": "POST" }, { "path": "/Dimensions.*", "method": "PATCH" }, { "path": "/Dimensions(.*)", "method": "DELETE" }, { "path": "/Cellsets(.*)", "method": "POST" }, { "path": "/Cellsets(.*)", "method": "DELETE" }, { "path": "/\\$metadata.*", "method": "GET" }, { "path": "/Threads.*", "method": "GET" }, { "path": "/Threads.*", "method": "PATCH" }, { "path": "/Threads(.*)", "method": "POST" }, { "path": "/ExecuteMDX(.*)", "method": "POST" }, { "path": "/ExecuteMDXSetExpression(.*)", "method": "POST" }, { "path": "/ExecuteMDXSetExpression(.*)", "method": "GET" }, { "path": "/Annotations.*", "method": "GET" }, { "path": "/Annotations(.*)", "method": "DELETE" }, { "path": "/ErrorLogFiles(.*)", "method": "GET" } ], |
---|
page | {"name":"page","children":[{"premium":true,"id":"3ZmqSpi4RSKNk3-NWEFGz","params":{"background":"#ffffff","padding":0,"gap":30},"children":[{"id":"3kiD1f9YQhAtZpSi22I6Q","name":"row","children":[{"id":"Kb5u2FrjK6elJ10PP4eY3","name":"column","children":[{"name":"divider","params":{"templateId":"solid icon 1","color":"#e4e4e4","alignment":"center","fontSize":24,"fontColor":"#818181","height":2,"borderStyle":"solid","icon":"screwdriver-wrench","text":"<span>Control Parameters</span>"},"children":[],"id":"CDUqDmiRqUx7nnUePw9fg"}],"params":{"borderRadius":{"all":0,"btl":0,"bbl":0,"btr":0,"bbr":0,"isIndividualCorners":false},"padding":0,"gap":0,"verticalAlignment":"top"}},{"id":"cYux-iUjMMasS-0r6ev-F","name":"column","children":[],"params":{"borderRadius":{"all":0,"btl":0,"bbl":0,"btr":0,"bbr":0,"isIndividualCorners":false},"padding":0,"gap":20,"verticalAlignment":"top"}},{"id":"lNdd25ZHY2PTW6PrnoOJJ","name":"column","children":[],"params":{"borderRadius":{"all":0,"btl":0,"bbl":0,"btr":0,"bbr":0,"isIndividualCorners":false},"padding":0,"gap":20,"verticalAlignment":"top"}},{"id":"DRgeEpyV1t3MvdAB8WBEO","name":"column","children":[],"params":{"borderRadius":{"all":0,"btl":0,"bbl":0,"btr":0,"bbr":0,"isIndividualCorners":false},"padding":0,"gap":20,"verticalAlignment":"top"}},{"id":"-9MUAE3g03S1tz0iiJTLW","name":"column","children":[],"params":{"borderRadius":{"all":0,"btl":0,"bbl":0,"btr":0,"bbr":0,"isIndividualCorners":false},"padding":0,"gap":20,"verticalAlignment":"top"}},{"id":"bhcR4UUFhSkY-cxmXw1jY","name":"column","children":[],"params":{"borderRadius":{"all":0,"btl":0,"bbl":0,"btr":0,"bbr":0,"isIndividualCorners":false},"padding":0,"gap":20,"verticalAlignment":"top"}}],"params":{"layout":[1],"gap":10,"minHeight":50,"padding":10,"borderRadius":0}},{"id":"Yg4ido6hmYOp-EBzPsNXm","name":"row","children":[{"id":"YN8BBUw5OJ7x9xZ1GVREY","name":"column","children":[{"name":"card","params":{"borderRadius":{"all":0,"isIndividualCorners":true,"bbl":0,"bbr":0,"btl":15,"btr":15},"background":"#221a4d1a","boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}],"hover":"none","isMediaFullSize":false,"image":{"value":"https://images.unsplash.com/photo-1578577133030-78394054ee83?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMzg3MzF8MHwxfHNlYXJjaHwxNjJ8fGdyYWRpZW50fGVufDB8MHwxfHwxNjYzMjY2ODk0&ixlib=rb-1.2.1&q=80&w=1080","target":"_blank","type":"link"},"imagePosition":"top center","backgroundSize":"cover"},"children":[{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","children":[{"text":"Application Constants","color":"#ffffff","fontFamily":"Montserrat, sans-serif","fontWeight":700,"fontSize":22}],"align":"left"}]}]},"children":[],"id":"tUCZ-plfU5sjwv6lBS7n4"}],"id":"p7sq-oXcTX3YA4WNRdb5J"},{"name":"card","params":{"gap":10,"padding":24,"borderRadius":{"all":0,"isIndividualCorners":false,"bbl":0,"bbr":0,"btl":0,"btr":0},"background":"#ffffff","boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}],"hover":"none","isMediaFullSize":true},"children":[{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","children":[{"type":"paragraph","align":"left","children":[{"text":"The default.constants.js file is located in the apq-c3-custom/js folder within the web app directory of the root install directory of your Apliqo Application server.","fontSize":18,"color":"#202022","fontFamily":"Montserrat, sans-serif"}]},{"type":"paragraph","align":"left","children":[{"text":"This file stores default constants for the Apliqo UX application. The 2023.05 version includes the following new application constants: ","fontSize":18,"color":"#202022","fontFamily":"Montserrat, sans-serif"}]}]}]}]},"children":[],"id":"wk3xqyiLFSz3uwYD0I0xQ"}],"id":"iWJxBg081Md3l4cW4bJp6"},{"name":"card","params":{"gap":10,"padding":24,"borderRadius":{"all":0,"isIndividualCorners":false,"bbl":0,"bbr":0,"btl":0,"btr":0},"background":"#ffffff","boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}],"hover":"none","isMediaFullSize":true},"children":[{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","children":[{"text":"","fontFamily":"Montserrat, sans-serif","color":"#202022","fontSize":20}],"align":"left"}]}]},"children":[],"id":"lesF98GjH522jLmtsqc3-"},{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","children":[{"text":"","fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","color":"#818181"}],"align":"left"}]}]},"children":[],"id":"QwD825XI1QxhMeLGOahg1"}],"id":"qSWEfskpiAaQH9ZYCWIaA"}],"params":{"borderRadius":{"all":0,"btl":0,"bbl":0,"btr":0,"bbr":0,"isIndividualCorners":false},"padding":0,"gap":0,"verticalAlignment":"top"}},{"id":"E4NmrmfSyvWuWZQNdJ-oi","name":"column","children":[],"params":{"borderRadius":{"all":0,"btl":0,"bbl":0,"btr":0,"bbr":0,"isIndividualCorners":false},"padding":0,"gap":20,"verticalAlignment":"top"}},{"id":"EEWLE3oDnxjS_dDP7aM_u","name":"column","children":[],"params":{"borderRadius":{"all":0,"btl":0,"bbl":0,"btr":0,"bbr":0,"isIndividualCorners":false},"padding":0,"gap":20,"verticalAlignment":"top"}},{"id":"Y7uP3JZWWkhivg6dONUjC","name":"column","children":[],"params":{"borderRadius":{"all":0,"btl":0,"bbl":0,"btr":0,"bbr":0,"isIndividualCorners":false},"padding":0,"gap":20,"verticalAlignment":"top"}},{"id":"6eY5PyQW1ACrlwZ53O8dD","name":"column","children":[],"params":{"borderRadius":{"all":0,"btl":0,"bbl":0,"btr":0,"bbr":0,"isIndividualCorners":false},"padding":0,"gap":20,"verticalAlignment":"top"}},{"id":"F9r00cUhRUK6aNF4dW1YG","name":"column","children":[],"params":{"borderRadius":{"all":0,"btl":0,"bbl":0,"btr":0,"bbr":0,"isIndividualCorners":false},"padding":0,"gap":20,"verticalAlignment":"top"}}],"params":{"layout":[1],"gap":10,"minHeight":200,"padding":10,"borderRadius":0}},{"id":"0U4goXZa426ODXN7YqagS","name":"row","children":[{"id":"zSnxbQ3JB0_XXsCm9GgO_","name":"column","children":[{"name":"card","params":{"gap":0,"borderRadius":{"all":0,"isIndividualCorners":true,"bbl":0,"bbr":0,"btl":15,"btr":15},"background":"#221a4d1a","boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}],"hover":"none","isMediaFullSize":false,"image":{"value":"https://images.unsplash.com/photo-1578577133030-78394054ee83?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMzg3MzF8MHwxfHNlYXJjaHwxNjJ8fGdyYWRpZW50fGVufDB8MHwxfHwxNjYzMjY2ODk0&ixlib=rb-1.2.1&q=80&w=1080","target":"_blank","type":"link"},"imagePosition":"top center"},"children":[{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","children":[{"text":"Advanced Options","color":"#ffffff","fontFamily":"Montserrat, sans-serif","fontWeight":700,"fontSize":22}],"align":"left"}]}]},"children":[],"id":"9Ms_tKZ2hW53k0oMIdD_m"}],"id":"Nn2YiWH-Z-0v9D_0X9u3w"},{"name":"card","params":{"gap":10,"padding":24,"borderRadius":{"all":0,"isIndividualCorners":false,"bbl":0,"bbr":0,"btl":0,"btr":0},"background":"#ffffff","boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}],"hover":"none","isMediaFullSize":true},"children":[{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","children":[{"text":"Version 2023.05 includes the following new advanced options to control the features and behavior of Widgets in UX applications:","fontFamily":"Montserrat, sans-serif","color":"#202022","fontSize":18}],"align":"left"}]}]},"children":[],"id":"MmAgcYU7tV3E57jqo7cHL"}],"id":"aRlUqxhy-2CUBWqHej3pU"},{"name":"card","params":{"gap":10,"padding":24,"borderRadius":{"all":0,"isIndividualCorners":false,"bbl":0,"bbr":0,"btl":0,"btr":0},"background":"#ffffff","boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}],"hover":"none","isMediaFullSize":true},"children":[{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","children":[{"text":"Card Config","fontFamily":"Montserrat, sans-serif","color":"#da5218","fontSize":18,"fontWeight":700}],"align":"left"}]}]},"children":[],"id":"O-tJRpcd5WaIjTjQn0tUd"},{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","children":[{"text":"\"showSummary\"","fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": Show selected cell summary in the widget header","color":"#202022"}],"align":"left"}]}]},"children":[],"id":"b6N2GdaMQa43e_Fj1shDJ"},{"name":"spacer","params":{"space":10},"children":[],"id":"QoNq09hY6oFaAaaRWj87o"},{"name":"image","params":{"templateId":"full-width","alignment":"center","position":"bottom center","borderRadius":{"all":20,"bbl":0,"bbr":0,"btl":0,"btr":0,"isIndividualCorners":false},"width":608,"height":400,"image":{"value":"att2455175181","target":"_blank","type":"attachment"},"boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}]},"children":[],"id":"UCI9hIZAayieqSbcNukRG"}],"id":"gx89uXQFLJVU43wA3Vtyo"},{"name":"card","params":{"gap":10,"padding":24,"borderRadius":{"all":0,"isIndividualCorners":false,"bbl":0,"bbr":0,"btl":0,"btr":0},"background":"#ffffff","boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}],"hover":"none","isMediaFullSize":true},"children":[{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","children":[{"text":"Process ","fontFamily":"Montserrat, sans-serif","color":"#da5218","fontSize":18,"fontWeight":700}],"align":"left"}]}]},"children":[],"id":"PqQ5lLyF_d1QlmRorI_RF"},{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","children":[{"text":"\"htmlSnippetEnabled\"","fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": Set to Yes to enable htmlSnippet button in the widget header","color":"#202022"}],"align":"left"}]}]},"children":[],"id":"_vcte7unWfgqNFPaw1xwl"},{"name":"spacer","params":{"space":10},"children":[],"id":"oA_FDnjAsGEvfagKjksJ2"},{"name":"image","params":{"templateId":"full-width","alignment":"center","position":"bottom center","borderRadius":{"all":20,"bbl":0,"bbr":0,"btl":0,"btr":0,"isIndividualCorners":false},"width":608,"height":250,"image":{"value":"att2459402247","target":"_blank","type":"attachment"},"boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}]},"children":[],"id":"iqmLPta8247JQmMrpJm9P"}],"id":"yvQZAZqA7epIelJLde9su"},{"name":"card","params":{"gap":10,"padding":24,"borderRadius":{"all":0,"isIndividualCorners":false,"bbl":0,"bbr":0,"btl":0,"btr":0},"background":"#ffffff","boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}],"hover":"none","isMediaFullSize":true},"children":[{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","children":[{"text":"Toolbar","fontFamily":"Montserrat, sans-serif","color":"#da5218","fontSize":18,"fontWeight":700}],"align":"left"}]}]},"children":[],"id":"5zFTN5TH2TNF9yEFcqp6V"},{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","children":[{"text":"\"exportAsDBRWSliceButtonEnabled\"","fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": Enable export to excel as DBRW slice","color":"#202022"}],"align":"left"},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"sandboxEnabled\":","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" Enable sandbox functionality","color":"#202022"}]}]}]},"children":[],"id":"quAMO2qaq8Br2nCRFEAK4"},{"name":"spacer","params":{"space":10},"children":[],"id":"oPhO-7pWoGaNApdTnU7iA"},{"name":"image","params":{"templateId":"full-width","alignment":"center","position":"top center","borderRadius":{"all":20,"bbl":0,"bbr":0,"btl":0,"btr":0,"isIndividualCorners":false},"width":608,"height":600,"image":{"value":"att2456092684","target":"_blank","type":"attachment"},"boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}]},"children":[],"id":"og4ZnXuo-OEPelQYUDZWq"}],"id":"FH9JvkipqAdWFiSvv5zEI"},{"name":"card","params":{"gap":10,"padding":24,"borderRadius":{"all":0,"isIndividualCorners":false,"bbl":0,"bbr":0,"btl":0,"btr":0},"background":"#ffffff","boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}],"hover":"none","isMediaFullSize":true},"children":[{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","children":[{"text":"Table Config","fontFamily":"Montserrat, sans-serif","color":"#da5218","fontSize":18,"fontWeight":700}],"align":"left"}]}]},"children":[],"id":"yP4-1NR_msCJIgMrECtBz"},{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"exportFormulasAsText\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": Export to excel static calculated value instead of formula","color":"#202022"}]}]}]},"children":[],"id":"GpkMnC9LCbgsG5P6K3A9S"},{"name":"spacer","params":{"space":10},"children":[],"id":"xbmuNilHBODjowJQuNpFh"},{"name":"image","params":{"templateId":"full-width","alignment":"center","position":"top center","borderRadius":{"all":20,"bbl":0,"bbr":0,"btl":0,"btr":0,"isIndividualCorners":false},"width":608,"height":600,"image":{"value":"att2456158217","target":"_blank","type":"attachment"},"boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}]},"children":[],"id":"jKcGSyPsJGS-JvhESCPV9"}],"id":"7gCD-ik_30TAVJrZWP43e"},{"name":"card","params":{"gap":10,"padding":24,"borderRadius":{"all":0,"isIndividualCorners":false,"bbl":0,"bbr":0,"btl":0,"btr":0},"background":"#ffffff","boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}],"hover":"none","isMediaFullSize":true},"children":[{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","children":[{"text":"Chart Options: Chart ","fontFamily":"Montserrat, sans-serif","color":"#da5218","fontSize":18,"fontWeight":700}],"align":"left"}]}]},"children":[],"id":"OtRm0EIUMkEHCwvGV-zoO"},{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"type\": ","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"select chart type","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"alignTicks\":","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" align ticks on multi axis chart","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"showAxes\":","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" configure whether to show the axes initially","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"inverted\":","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" invert chart axis","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"backgroundColor\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": background color or gradient for the outer chart area","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"plotBackgroundColor\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": chart plot background color","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"margin\": ","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"chart plot margin. e.g 0,0,0,0 | i.e. top,left,bottom,right","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"className\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": chart Custom CSS Class Name, allowing unique CSS styling for each chart","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"zoomType\":","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" Decides in what dimensions the user can zoom by dragging the mouse. Can be one of x, y or xy","color":"#202022"}]}]}]},"children":[],"id":"dS7Ccol8mSfrW8sbuBlM_"},{"name":"spacer","params":{"space":10},"children":[],"id":"u2-dEYkhjkqkxy63Lgmob"},{"name":"image","params":{"templateId":"full-width","alignment":"center","position":"top center","borderRadius":{"all":20,"bbl":0,"bbr":0,"btl":0,"btr":0,"isIndividualCorners":false},"width":608,"height":500,"image":{"value":"att2455404567","target":"_blank","type":"attachment"},"boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}]},"children":[],"id":"6hnNZqjO73jJDdDaGGZxp"}],"id":"UFioQ6eCciuyQbtSouu3x"},{"name":"card","params":{"gap":10,"padding":24,"borderRadius":{"all":0,"isIndividualCorners":false,"bbl":0,"bbr":0,"btl":0,"btr":0},"background":"#ffffff","boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}],"hover":"none","isMediaFullSize":true},"children":[{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","children":[{"text":"Chart Options: Legend","fontFamily":"Montserrat, sans-serif","color":"#da5218","fontSize":18,"fontWeight":700}],"align":"left"}]}]},"children":[],"id":"xlG5UbQ5r7LXmrHjcAWhF"},{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"enabled\":","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" enable or disable the legend","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"align\":","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" horizontal alignment of the legend box within the chart area","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"verticalAlign\":","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" vertical alignment of the legend box","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"layout\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": layout of the legend items","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"reversed\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": select whether to reverse the order of the legend items compared to the order of the series or points as defined in the configuration object","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"rtl\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": decide whether to show the symbol on the right side of the text rather than the left side","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"floating\":","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" when the legend is floating, the plot area ignores it and is allowed to be placed below it","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"backgroundColor\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": background color of the legend","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"borderColor\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": color of the drawn border around the legend","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"borderWidth\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": width of the drawn border around the legend","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"borderRadius\":","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" border corner radius of the legend","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"symbolWidth\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": pixel width of the legend item symbol. When the squareSymbol option is set, this defaults to the symbolHeight, otherwise 16","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"symbolHeight\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": pixel height of the symbol for series types that use a rectangle in the legend. Defaults to the font size of legend items","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"symbolPadding\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": pixel padding between the legend item symbol and the legend item text","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"itemWidth\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": width for each legend item. By default the items are laid out successively","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"itemMarginTop\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": pixel top margin for each legend item","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"itemMarginBottom\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": pixel bottom margin for each legend item","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"padding\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": inner padding of the legend box","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"className\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": CSS class name to apply to the legend group","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"valueDecimals\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": For a color axis with data classes, how many decimals to render in the legend. The default preserves the decimals of the range numbers","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"width\":","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" width of the legend box. If a number is set, it translates to pixels","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"x\":","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" x offset of the legend relative to its horizontal alignment","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"y\":","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" vertical offset of the legend relative to it's vertical alignment","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"itemStyle\" / \"fontSize\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": CSS styles for each legend item in font size","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"itemStyle\" / \"fontWeight\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": CSS styles for each legend item in font weight","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"itemStyle\" / \"color\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": CSS styles for each legend item text color","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"itemStyle\" / \"textOverflow\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": CSS styles for each legend item text overflow","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"itemHoverStyle\" / \"color\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": CSS styles for each legend item in hover mode","color":"#202022"}]}]}]},"children":[],"id":"89BwxnGV7mHtIJ9FiTFvo"},{"name":"spacer","params":{"space":10},"children":[],"id":"irtMlvoUlshzrK3R3Oxrd"},{"name":"image","params":{"templateId":"full-width","alignment":"center","position":"top center","borderRadius":{"all":20,"bbl":0,"bbr":0,"btl":0,"btr":0,"isIndividualCorners":false},"width":608,"height":730,"image":{"value":"att2454814755","target":"_blank","type":"attachment"},"boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}]},"children":[],"id":"6UXoyhRXh7KoMyP5nhYBv"}],"id":"QizRQnV8Y0XSiaafkLFNy"},{"name":"card","params":{"gap":10,"padding":24,"borderRadius":{"all":0,"isIndividualCorners":false,"bbl":0,"bbr":0,"btl":0,"btr":0},"background":"#ffffff","boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}],"hover":"none","isMediaFullSize":true},"children":[{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","children":[{"text":"Chart Options: Tooltip","fontFamily":"Montserrat, sans-serif","color":"#da5218","fontSize":18,"fontWeight":700}],"align":"left"}]}]},"children":[],"id":"8CqrgKVO4Y2XlEXVT0ZTz"},{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"enabled\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": enable or disable the tooltip","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"shared\":","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" when the tooltip is shared, the entire plot area will capture mouse movement or touch event","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"split\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": split the tooltip into one label per series, with the header close to the axis. This is recommended over shared tooltips for charts with multiple line series, generally making them easier to read","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"followPointer\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": choose whether the tooltip should follow the mouse as it moves across columns","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"animation\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": enable or disable animation of the tooltip","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"backgroundColor\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": background color or gradient for the tooltip","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"borderColor\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": color of the tooltip border","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"borderRadius\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": radius of the rounded border corners","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"borderWidth\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": pixel width of the tooltip border","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"className\":","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" CSS class name to apply to the tooltip's container div, allowing unique CSS styling for each chart \"valueDecimals\": how many decimals to show in each series' y value. This is overridable in each series' tooltip options object","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"valuePrefix\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": string to prepend to each series' y value. Overridable in each series' tooltip options object","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"valueSuffix\":","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" string to append to each series' y value. Overridable in each series' tooltip options object","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"xDateFormat\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": format for the date in the tooltip header if the X axis is a datetime axis. e.g '%Y-%m-%d","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"style\" / \"fontSize\":","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" CSS styles for each tooltip item in font size","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"style\" / \"color\":","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" CSS styles for each tooltip item text color","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"style\" / \"cursor\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": CSS styles for each tooltip item cursor","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"style\" / \"whiteSpace\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": CSS styles for each tooltip item text white-space","color":"#202022"}]}]}]},"children":[],"id":"l99PmWLhBt3bWPHc-Mfcb"},{"name":"spacer","params":{"space":10},"children":[],"id":"KVjD1Z9iD-sGfs8fgQ98v"},{"name":"image","params":{"templateId":"full-width","alignment":"center","position":"top center","borderRadius":{"all":20,"bbl":0,"bbr":0,"btl":0,"btr":0,"isIndividualCorners":false},"width":608,"height":730,"image":{"value":"att2454945840","target":"_blank","type":"attachment"},"boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}]},"children":[],"id":"7e2eHhs8Q6EuG7Jf8KfLX"}],"id":"J_T2jghR2x0FBfZzL4huc"},{"name":"card","params":{"gap":10,"padding":24,"borderRadius":{"all":0,"isIndividualCorners":false,"bbl":0,"bbr":0,"btl":0,"btr":0},"background":"#ffffff","boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}],"hover":"none","isMediaFullSize":true},"children":[{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","children":[{"text":"Chart Options: Plot Options / Series","fontFamily":"Montserrat, sans-serif","color":"#da5218","fontSize":18,"fontWeight":700}],"align":"left"}]}]},"children":[],"id":"ncgMyWA5N5rBQZ5IebhYZ"},{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"animation\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": enable or disable the initial animation when a series is displayed","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"className\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": additional class name to apply to the series' graphical elements","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"clip\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": disable this option to allow series rendering in the whole plotting area","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"color\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": main color of the series","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"fillColor\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": fill color or gradient for the area. When null, the series' color is used with the series' fillOpacity","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"fillOpacity\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": fill opacity for the area. When you set an explicit fillColor, the fillOpacity is not applied ","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"stacking\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": choose whether to stack the values of each series on top of each other","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"cursor\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": you can set the cursor to 'pointer' if you have click events attached to the series","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"dashStyle\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": name of the dash style to use for the graph, or for some series types the outline of each shape","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"linecap\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": line cap used for line ends and line joins on the graph","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"lineWidth\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": pixel width of the graph line","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"negativeColor\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": color for the parts of the graph or points that are below the threshold","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"pointInterval\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": no x values are given for the points in a series, pointInterval defines the interval of the x values","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"pointIntervalUnit\":","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" on datetime series, this allows for setting the pointInterval to irregular time units, day, month and year","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"pointPlacement\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": in a column chart, when pointPlacement is 'on', the point will not create any padding of the X axis","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"pointStart\":","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" if no x values are given for the points in a series, pointStart defines on what value to start","color":"#202022"}]}]}]},"children":[],"id":"2ClVbFxzz1mQXrZE0Rg6M"},{"name":"spacer","params":{"space":10},"children":[],"id":"Uz2HDh2QMUxQ7TYMS6ohU"},{"name":"image","params":{"templateId":"full-width","alignment":"center","position":"top center","borderRadius":{"all":20,"bbl":0,"bbr":0,"btl":0,"btr":0,"isIndividualCorners":false},"width":608,"height":730,"image":{"value":"att2456682521","target":"_blank","type":"attachment"},"boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}]},"children":[],"id":"jVVh4u82708Bb0DoQPR9U"}],"id":"JqCXgk68fVTj3R75tgKJh"},{"name":"card","params":{"gap":10,"padding":24,"borderRadius":{"all":0,"isIndividualCorners":false,"bbl":0,"bbr":0,"btl":0,"btr":0},"background":"#ffffff","boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}],"hover":"none","isMediaFullSize":true},"children":[{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","children":[{"text":"Chart Options: Series","fontFamily":"Montserrat, sans-serif","color":"#da5218","fontSize":18,"fontWeight":700}],"align":"left"}]}]},"children":[],"id":"XJqKtqmi4tniPiSKOGuGV"},{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"type\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": select type: line, spline, area, areaspline, bar, column","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"color\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": define series color","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"dashStyle\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": dash style. e.g | dot | dash | solid","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"lineWidth\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": pixel width of the graph line","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"cursor\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": define cursor style","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"xAxis\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": when using dual or multiple x axes, this number defines which xAxis the particular series is connected to","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"yAxis\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": when using dual or multiple y axes, this number defines which yAxis the particular series is connected to","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"showInLegend\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": choose whether to display this particular series or series type in the legend","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"showPercentage\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": specify whether you wish to see % formatting","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"dataLabels\" / \"enabled\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": display data value as labels in the chart","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"dataLabels\" / \"format\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": format data label value {point.y:,.0f}","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"marker\" / \"enabled\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": display marker","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"marker\" / \"symbol\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": select marker symbol: square, circle, triangle","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"marker\" / \"fillColor\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": fill color of the point marker","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"marker\" / \"radius\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": radius of the point marker","color":"#202022"}]}]}]},"children":[],"id":"W-g_4rSAEj49fuvmgsX43"},{"name":"spacer","params":{"space":10},"children":[],"id":"x4iOwrmJwz5v9-llpTnkf"},{"name":"image","params":{"templateId":"full-width","alignment":"center","position":"top center","borderRadius":{"all":20,"bbl":0,"bbr":0,"btl":0,"btr":0,"isIndividualCorners":false},"width":900,"height":250,"image":{"value":"att2454945850","target":"_blank","type":"attachment"},"boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}]},"children":[],"id":"W4lvFggNqMh1utgdiiZBo"}],"id":"xCDfjdOBmar68D_A2_IFm"},{"name":"card","params":{"gap":10,"padding":24,"borderRadius":{"all":0,"isIndividualCorners":false,"bbl":0,"bbr":0,"btl":0,"btr":0},"background":"#ffffff","boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}],"hover":"none","isMediaFullSize":true},"children":[{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","children":[{"text":"Chart Options: yAxis / xAxis","fontFamily":"Montserrat, sans-serif","color":"#da5218","fontSize":18,"fontWeight":700}],"align":"left"}]}]},"children":[],"id":"sHYePV2zEQ3el9Hz0AzDZ"},{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","fontWeight":700,"underline":true,"text":"title","color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","fontWeight":700,"text":"\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"enabled\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": enable /disable axis title, showing next to the axis line","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"text\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": yAxis Name","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"style\" / \"color\": ","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"set title color","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"style\" / \"align\": ","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"alignment of the title relative to the axis values. Possible values are low, middle or high.","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","fontWeight":700,"underline":true,"text":"labels","color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","fontWeight":700,"text":"\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"enabled\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": enable or disable the axis labels","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"color\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": set label color","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"align\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": what part of the string the given position is anchored to","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"","color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"distance\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": label's pixel distance from the perimeter of the plot area","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"format\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": labels format e.g. {point.y:,.0f}","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"padding\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": pixel padding for axis labels, to ensure white space between them","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"rotation\":","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" rotation of the labels in degrees. When undefined, the autoRotation option takes precedence","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"step\":","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" show only every n'th label on the axis, set the step to n. Setting the step to 2 shows every other label","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"x\":","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" x position offset of all labels relative to the tick positions on the axis. Defaults to -15 for left axis, 15 for right axis","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"y\": ","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"y position offset of all labels relative to the tick positions on the axis","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"crosshair","underline":true,"fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"","fontWeight":700,"color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"className\":","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" class name for the crosshair, especially as a hook for styling","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"color\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": color of the crosshair. Defaults to #cccccc for numeric and datetime axes","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"dashStyle\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": dash style for the crosshair","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"snap\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": choose whether the crosshair should snap to the point or follow the pointer independent of points","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"width\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": pixel width of the crosshair. Defaults to 1 for numeric or datetime axes, and for one category width for category axe","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"type\":","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" type of axis. Can be one of linear, logarithmic, datetime, category or treegrid.","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"alignTicks","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\": when using multiple axis, the ticks of two or more opposite axes will automatically be aligned","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"allowDecimals\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": choose whether to allow decimals in this axis' ticks","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"visible\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": choose whether axis, including axis title, line, ticks and labels, should be visible","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"reversed\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": reverse the axis so that the highest number is closest to the origin","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"zoomEnabled\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": choose whether to zoom axis. If chart.zoomType is set, the option allows to disable zooming on an individual axis","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"gridLineColor\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": color of the grid lines extending the ticks across the plot area","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"gridLineDashStyle\":","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" dash or dot style of the grid lines","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"gridLineWidth\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": width of the grid lines extending the ticks across the plot area","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"alternateGridColor\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": when using an alternate grid color, a band is painted across the plot area between every other grid line","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"tickInterval\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": interval of the tick marks in axis units","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"tickAmount\": ","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"amount of ticks to draw on the axis. This option overrides the tickPixelInterval option","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"tickmarkPlacement\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": for categorized axes only. If on the tick mark is placed in the center of the category, if between the tick mark is placed between categories","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"floor\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": lowest allowed value for automatically computed axis extremes","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"min\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": minimum value of the axis. If null the min value is automatically calculated","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"max\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": maximum value of the axis. If null the max value is automatically calculated","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"softMin\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": soft minimum for the axis. If the series data minimum is greater than this, the axis will stay at this minimum, but if the series data minimum is lower, the axis will flex to show all","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"softMax\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": soft maximum for the axis. If the series data maximum is less than this, the axis will stay at this maximum, but if the series data maximum is higher, the axis will flex to show all","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"angle\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": in a polar chart, this is the angle of the Y axis in degrees, where 0 is up and 90 is right","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":"\"className\"","fontWeight":700,"color":"#202022"},{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":": class name that opens for styling the axis by CSS","color":"#202022"}]}]}]},"children":[],"id":"5Iy0Dqeuyfe8LcU2xY0Rz"},{"name":"spacer","params":{"space":10},"children":[],"id":"KT-HpJ7yb_sOU2ZnS8pS5"},{"name":"image","params":{"templateId":"full-width","alignment":"center","position":"top center","borderRadius":{"all":20,"bbl":0,"bbr":0,"btl":0,"btr":0,"isIndividualCorners":false},"width":900,"height":300,"image":{"value":"att2456715270","target":"_blank","type":"attachment"},"boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}]},"children":[],"id":"fZmuTNwKmXV2nMpEY8uVa"}],"id":"1bB7I1-zwqTxEuDCvNAnb"}],"params":{"borderRadius":{"all":0,"btl":0,"bbl":0,"btr":0,"bbr":0,"isIndividualCorners":false},"padding":0,"gap":0,"verticalAlignment":"top"}},{"id":"Ku5D43Vqk6U4yVAClKELE","name":"column","children":[],"params":{"borderRadius":{"all":0,"btl":0,"bbl":0,"btr":0,"bbr":0,"isIndividualCorners":false},"padding":0,"gap":20,"verticalAlignment":"top"}},{"id":"CZJxPCugMLyRLtgzt7r2N","name":"column","children":[],"params":{"borderRadius":{"all":0,"btl":0,"bbl":0,"btr":0,"bbr":0,"isIndividualCorners":false},"padding":0,"gap":20,"verticalAlignment":"top"}},{"id":"pMgoMP3_R7F2KSRq2Q8Dc","name":"column","children":[],"params":{"borderRadius":{"all":0,"btl":0,"bbl":0,"btr":0,"bbr":0,"isIndividualCorners":false},"padding":0,"gap":20,"verticalAlignment":"top"}},{"id":"5ORBJHX2LSGgfzh9zG4cQ","name":"column","children":[],"params":{"borderRadius":{"all":0,"btl":0,"bbl":0,"btr":0,"bbr":0,"isIndividualCorners":false},"padding":0,"gap":20,"verticalAlignment":"top"}},{"id":"qJzzzqrYbDV7iIiH47eaM","name":"column","children":[],"params":{"borderRadius":{"all":0,"btl":0,"bbl":0,"btr":0,"bbr":0,"isIndividualCorners":false},"padding":0,"gap":20,"verticalAlignment":"top"}}],"params":{"layout":[1],"gap":10,"minHeight":250,"padding":10,"borderRadius":0}},{"id":"RCm7U6-92Z7iXOlpVMb8t","name":"row","children":[{"id":"ZQ6_F0fMJzYsQvV8pE7nk","name":"column","children":[{"name":"card","params":{"gap":10,"borderRadius":{"all":0,"isIndividualCorners":true,"bbl":0,"bbr":0,"btl":15,"btr":15},"background":"#221a4d1a","boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}],"hover":"none","isMediaFullSize":false,"image":{"value":"https://images.unsplash.com/photo-1578577133030-78394054ee83?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMzg3MzF8MHwxfHNlYXJjaHwxNjJ8fGdyYWRpZW50fGVufDB8MHwxfHwxNjYzMjY2ODk0&ixlib=rb-1.2.1&q=80&w=1080","target":"_blank","type":"link"},"imagePosition":"top center"},"children":[{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","children":[{"text":"Rest API Paths","color":"#ffffff","fontFamily":"Montserrat, sans-serif","fontWeight":700,"fontSize":22}],"align":"left"}]}]},"children":[],"id":"Gi-jFQ8thHltXqoRfG5tz"}],"id":"Pb42sfDlPtUh5Sd4zgh10"},{"name":"card","params":{"gap":10,"padding":24,"borderRadius":{"all":0,"isIndividualCorners":false,"bbl":0,"bbr":0,"btl":0,"btr":0},"background":"#ffffff","boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}],"hover":"none","isMediaFullSize":true},"children":[{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","children":[{"text":"The settings.json file is located in the WEB-INF/config folder within the web app directory of the root install directory of your Apliqo Application server. This file stores control parameters used by the Apliqo UX application. ","fontFamily":"Montserrat, sans-serif","color":"#202022","fontSize":18}],"align":"left"},{"type":"paragraph","align":"left","children":[{"fontFamily":"Montserrat, sans-serif","color":"#202022","text":"The 2023.05 version includes an update to the allowedRestPaths array:","fontSize":18}]}]}]},"children":[],"id":"VR4La06R_lrhWNfLQcMEO"}],"id":"Zh1gQ-MSD0NONejtBlw_I"},{"name":"card","params":{"gap":10,"padding":24,"borderRadius":{"all":0,"isIndividualCorners":false,"bbl":0,"bbr":0,"btl":0,"btr":0},"background":"#ffffff","boxShadows":[{"y":0,"blur":6,"spread":-1,"color":"#00000019"},{"y":2,"blur":4,"spread":-2,"color":"#00000019"}],"hover":"none","isMediaFullSize":true},"children":[{"name":"text","params":{"value":[{"type":"paragraph","children":[{"type":"paragraph","children":[{"text":"allowedRestPaths\": [","fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","color":"#202022"}],"align":"left"},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" {","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"path\": \"/ExecuteProcessWithReturn\",","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"method\": \"POST\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" },","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" {","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"path\": \"/Users.*\",","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"method\": \"Get\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" },","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" {","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"path\": \"/Groups.*\",","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"method\": \"Get\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" },","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" {","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"path\": \"/Users.*\",","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"method\": \"PATCH\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" },","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" {","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"path\": \"/Cubes(.*)\",","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"method\": \"GET\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" },","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" {","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"path\": \"/Cubes(.*)\",","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"method\": \"POST\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" },","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" {","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"path\": \"/Cubes(.*)\",","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"method\": \"PATCH\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" },","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" {","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"path\": \"/Cubes(.*)\",","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"method\": \"DELETE\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" } ,","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" {","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"path\": \"/Dimensions(.*)\",","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"method\": \"GET\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" },","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" {","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"path\": \"/Dimensions(.*)\",","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"method\": \"PUT\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" },","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" {","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"path\": \"/Dimensions(.*)\",","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"method\": \"POST\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" },","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" {","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"path\": \"/Dimensions.*\",","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"method\": \"PATCH\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" },","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" {","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"path\": \"/Dimensions(.*)\",","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"method\": \"DELETE\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" },","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" {","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"path\": \"/Cellsets(.*)\",","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"method\": \"POST\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" },","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" {","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"path\": \"/Cellsets(.*)\",","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"method\": \"DELETE\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" },","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" {","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"path\": \"/\\\\$metadata.*\",","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"method\": \"GET\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" },","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" {","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"path\": \"/Threads.*\",","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"method\": \"GET\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" },","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" {","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"path\": \"/Threads.*\",","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"method\": \"PATCH\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" },","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" {","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"path\": \"/Threads(.*)\",","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"method\": \"POST\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" },","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" {","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"path\": \"/ExecuteMDX(.*)\",","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"method\": \"POST\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" },","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" {","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"path\": \"/ExecuteMDXSetExpression(.*)\",","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"method\": \"POST\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" },","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" {","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"path\": \"/ExecuteMDXSetExpression(.*)\",","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"method\": \"GET\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" },","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" {","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"path\": \"/Annotations.*\",","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"method\": \"GET\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" },","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" {","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"path\": \"/Annotations(.*)\",","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"method\": \"DELETE\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" },","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" {","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"path\": \"/ErrorLogFiles(.*)\",","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" \"method\": \"GET\"","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" }","color":"#202022"}]},{"type":"paragraph","align":"left","children":[{"fontSize":14,"lineHeight":"22px","fontFamily":"Open Sans, sans-serif","text":" ],","color":"#202022"}]}]}]},"children":[],"id":"VcSZl6-QPb14aSERiVtAX"}],"id":"eF2_SO6NhVKB4s8zxTe1P"}],"params":{"borderRadius":{"all":0,"btl":0,"bbl":0,"btr":0,"bbr":0,"isIndividualCorners":false},"padding":0,"gap":0,"verticalAlignment":"top"}},{"id":"wag3JVTzUIYnQZEvDQRjt","name":"column","children":[],"params":{"borderRadius":{"all":0,"btl":0,"bbl":0,"btr":0,"bbr":0,"isIndividualCorners":false},"padding":0,"gap":20,"verticalAlignment":"top"}},{"id":"oY-6VwN2oIE9hS3zTo6UR","name":"column","children":[],"params":{"borderRadius":{"all":0,"btl":0,"bbl":0,"btr":0,"bbr":0,"isIndividualCorners":false},"padding":0,"gap":20,"verticalAlignment":"top"}},{"id":"ctcSTJ4fyOxftk6GSd7vy","name":"column","children":[],"params":{"borderRadius":{"all":0,"btl":0,"bbl":0,"btr":0,"bbr":0,"isIndividualCorners":false},"padding":0,"gap":20,"verticalAlignment":"top"}},{"id":"hNW71XR7_LYY5arK4bZFe","name":"column","children":[],"params":{"borderRadius":{"all":0,"btl":0,"bbl":0,"btr":0,"bbr":0,"isIndividualCorners":false},"padding":0,"gap":20,"verticalAlignment":"top"}},{"id":"sD9Y6aR5E4jrOcCv80Lgt","name":"column","children":[],"params":{"borderRadius":{"all":0,"btl":0,"bbl":0,"btr":0,"bbr":0,"isIndividualCorners":false},"padding":0,"gap":20,"verticalAlignment":"top"}}],"params":{"layout":[1],"gap":10,"minHeight":200,"padding":10,"borderRadius":0}}],"name":"section"}],"id":"r2qGOJAT8kTpt5BlRtenk"} |
---|
|