From 0f9c10367896c3916b99c3d53a5453cc3fb0ad3b Mon Sep 17 00:00:00 2001 From: fdai Date: Thu, 26 Dec 2019 11:30:57 -0800 Subject: [PATCH 1/5] add angular support for jetty --- bin/common.sh | 8 + bin/zeppelin-daemon.sh | 1 + bin/zeppelin.sh | 1 + .../Presto/Presto Usage_2EVEG73VW.zpln | 30011 ++++++++++++++++ zeppelin-distribution/pom.xml | 6 + .../src/assemble/distribution.xml | 1 + .../zeppelin/conf/ZeppelinConfiguration.java | 11 + .../zeppelin/server/ZeppelinServer.java | 91 +- .../zeppelin/rest/AbstractTestRestApi.java | 3 + zeppelin-web-angular/pom.xml | 2 +- 10 files changed, 30091 insertions(+), 44 deletions(-) create mode 100644 git_notebook/Presto/Presto Usage_2EVEG73VW.zpln diff --git a/bin/common.sh b/bin/common.sh index 0ebae660907..74a02838c99 100644 --- a/bin/common.sh +++ b/bin/common.sh @@ -48,6 +48,14 @@ if [[ -z "${ZEPPELIN_WAR}" ]]; then fi fi +if [[ -z "${ZEPPELIN_ANGULAR_WAR}" ]]; then + if [[ -d "${ZEPPELIN_HOME}/zeppelin-web/dist" ]]; then + export ZEPPELIN_ANGULAR_WAR="${ZEPPELIN_HOME}/zeppelin-web-angular/dist" + else + export ZEPPELIN_ANGULAR_WAR=$(find -L "${ZEPPELIN_HOME}" -name "zeppelin-web-angular*.war") + fi +fi + if [[ -f "${ZEPPELIN_CONF_DIR}/zeppelin-env.sh" ]]; then . "${ZEPPELIN_CONF_DIR}/zeppelin-env.sh" fi diff --git a/bin/zeppelin-daemon.sh b/bin/zeppelin-daemon.sh index e8988497513..0ce9808e2d8 100755 --- a/bin/zeppelin-daemon.sh +++ b/bin/zeppelin-daemon.sh @@ -81,6 +81,7 @@ addJarInDir "${ZEPPELIN_HOME}/zeppelin-interpreter/target/lib" addJarInDir "${ZEPPELIN_HOME}/zeppelin-zengine/target/lib" addJarInDir "${ZEPPELIN_HOME}/zeppelin-server/target/lib" addJarInDir "${ZEPPELIN_HOME}/zeppelin-web/target/lib" +addJarInDir "${ZEPPELIN_HOME}/zeppelin-web-angular/target/lib" CLASSPATH+=":${ZEPPELIN_CLASSPATH}" diff --git a/bin/zeppelin.sh b/bin/zeppelin.sh index a13f9db977d..5509e4f2f54 100755 --- a/bin/zeppelin.sh +++ b/bin/zeppelin.sh @@ -70,6 +70,7 @@ addJarInDir "${ZEPPELIN_HOME}/zeppelin-interpreter/target/lib" addJarInDir "${ZEPPELIN_HOME}/zeppelin-zengine/target/lib" addJarInDir "${ZEPPELIN_HOME}/zeppelin-server/target/lib" addJarInDir "${ZEPPELIN_HOME}/zeppelin-web/target/lib" +addJarInDir "${ZEPPELIN_HOME}/zeppelin-web-angular/target/lib" ZEPPELIN_CLASSPATH="$CLASSPATH:$ZEPPELIN_CLASSPATH" diff --git a/git_notebook/Presto/Presto Usage_2EVEG73VW.zpln b/git_notebook/Presto/Presto Usage_2EVEG73VW.zpln new file mode 100644 index 00000000000..4f4500a9fd4 --- /dev/null +++ b/git_notebook/Presto/Presto Usage_2EVEG73VW.zpln @@ -0,0 +1,30011 @@ +{ + "paragraphs": [ + { + "title": "Count of Unique Presto Users by Day", + "text": "%jdbc(presto)\nSELECT format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027) as date, count(distinct user_) AS total\nFROM datapipeline.logs_presto_query_completion\nWHERE query_state !\u003d \u0027FAILED\u0027\nAND position(\u0027verifier\u0027 in source) \u003d 0\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027720\u0027 day, \u0027%Y%m%d%H\u0027)\nGROUP BY 1\nORDER BY 1", + "user": "fdai", + "dateUpdated": "2019-12-25 23:46:09.156", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": false + }, + "editorMode": "ace/mode/sql", + "colWidth": 6.0, + "editorHide": false, + "fontSize": 9.0, + "title": false, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "date", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 244.0, + "lineWithFocus": false, + "values": [ + { + "index": 1.0, + "name": "total", + "aggr": "sum" + } + ], + "mode": "stackedAreaChart", + "groups": [], + "forceY": true, + "scatter": { + "xAxis": { + "index": 0.0, + "name": "date", + "aggr": "sum" + }, + "yAxis": { + "index": 1.0, + "name": "total", + "aggr": "sum" + } + }, + "setting": { + "stackedAreaChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default", + "style": "stack" + }, + "zeppelin-highcharts-columnrange": { + "yAxis": { + "name": "date", + "index": 0.0, + "aggr": "sum" + }, + "xAxis": { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + }, + "zeppelin-highcharts-bubble": { + "xAxis": { + "name": "date", + "index": 0.0, + "aggr": "sum" + }, + "yAxis": { + "name": "total", + "index": 1.0, + "aggr": "sum" + }, + "category": { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + }, + "multiBarChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + }, + "ultimate-heatmap-chart": { + "chartChanged": true, + "parameterChanged": false, + "panel": { + "columnPanelOpened": true, + "parameterPanelOpened": false + }, + "spec": { + "charts": { + "heatmap": { + "transform": { + "method": "array:2-key" + }, + "sharedAxis": false, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "minAxisCount": 1.0, + "description": "categorical", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "key", + "minAxisCount": 1.0, + "description": "categorical", + "name": "yAxis" + }, + "zAxis": { + "dimension": "single", + "axisType": "aggregator", + "minAxisCount": 1.0, + "description": "numeric", + "name": "zAxis" + } + }, + "parameter": { + "plotBorderWidth": { + "valueType": "int", + "defaultValue": 1.0, + "description": "border width of plot", + "name": "plotBorderWidth" + }, + "seriesBorderWidth": { + "valueType": "int", + "defaultValue": 1.0, + "description": "border width of series", + "name": "seriesBorderWidth" + }, + "yAxisGridLineWidth": { + "valueType": "int", + "defaultValue": 1.0, + "description": "width of yAxis grid line", + "name": "yAxisGridLineWidth" + }, + "colorAxisStops": { + "valueType": "JSON", + "defaultValue": "", + "description": "colorAxis.stops", + "widget": "textarea", + "name": "colorAxisStops" + }, + "useColorAxisMax": { + "valueType": "boolean", + "defaultValue": false, + "description": "use colorAxis.max", + "widget": "checkbox", + "name": "useColorAxisMax" + }, + "colorAxisMaxValue": { + "valueType": "int", + "defaultValue": 1.0, + "description": "colorAxis.max", + "name": "colorAxisMaxValue" + }, + "useColorAxisMin": { + "valueType": "boolean", + "defaultValue": false, + "description": "use colorAxis.min", + "widget": "checkbox", + "name": "useColorAxisMin" + }, + "colorAxisMinValue": { + "valueType": "int", + "defaultValue": 0.0, + "description": "colorAxis.min", + "name": "colorAxisMinValue" + }, + "colorAxisMaxColor": { + "valueType": "string", + "defaultValue": "#7cb5ec", + "description": "max color of color axis", + "name": "colorAxisMaxColor" + }, + "colorAxisMinColor": { + "valueType": "string", + "defaultValue": "#FFFFFF", + "description": "min color of color axis", + "name": "colorAxisMinColor" + }, + "seriesBorderColor": { + "valueType": "string", + "defaultValue": "rgb(124, 181, 236)", + "description": "border color of series", + "name": "seriesBorderColor" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": -45.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showDataLabel": { + "valueType": "boolean", + "defaultValue": true, + "description": "show data label", + "widget": "checkbox", + "name": "showDataLabel" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "vertical", + "horizontal" + ], + "name": "legendLayout" + }, + "legendAlign": { + "valueType": "string", + "defaultValue": "center", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "center", + "right", + "left" + ], + "name": "legendAlign" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "zAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of zAxis", + "name": "zAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + } + }, + "initialized": false, + "version": { + "axis": "{\"heatmap\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"categorical\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"categorical\",\"name\":\"yAxis\"},{\"dimension\":\"single\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"description\":\"numeric\",\"name\":\"zAxis\"}]}", + "parameter": "{\"heatmap\":[{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"border width of plot\",\"name\":\"plotBorderWidth\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"border width of series\",\"name\":\"seriesBorderWidth\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"width of yAxis grid line\",\"name\":\"yAxisGridLineWidth\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"colorAxis.stops\",\"widget\":\"textarea\",\"name\":\"colorAxisStops\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use colorAxis.max\",\"widget\":\"checkbox\",\"name\":\"useColorAxisMax\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"colorAxis.max\",\"name\":\"colorAxisMaxValue\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use colorAxis.min\",\"widget\":\"checkbox\",\"name\":\"useColorAxisMin\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"colorAxis.min\",\"name\":\"colorAxisMinValue\"},{\"valueType\":\"string\",\"defaultValue\":\"#7cb5ec\",\"description\":\"max color of color axis\",\"name\":\"colorAxisMaxColor\"},{\"valueType\":\"string\",\"defaultValue\":\"#FFFFFF\",\"description\":\"min color of color axis\",\"name\":\"colorAxisMinColor\"},{\"valueType\":\"string\",\"defaultValue\":\"rgb(124, 181, 236)\",\"description\":\"border color of series\",\"name\":\"seriesBorderColor\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":-45,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show data label\",\"widget\":\"checkbox\",\"name\":\"showDataLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"vertical\",\"horizontal\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"center\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"center\",\"right\",\"left\"],\"name\":\"legendAlign\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of zAxis\",\"name\":\"zAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" + } + }, + "chart": { + "current": "heatmap", + "available": [ + "heatmap" + ] + }, + "axis": { + "heatmap": { + "xAxis": [], + "yAxis": [] + } + }, + "sharedAxis": {}, + "axisSpecs": { + "heatmap": [ + { + "dimension": "multiple", + "axisType": "key", + "minAxisCount": 1.0, + "description": "categorical", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "key", + "minAxisCount": 1.0, + "description": "categorical", + "name": "yAxis" + }, + { + "dimension": "single", + "axisType": "aggregator", + "minAxisCount": 1.0, + "description": "numeric", + "name": "zAxis" + } + ] + }, + "parameter": { + "heatmap": { + "plotBorderWidth": 1.0, + "seriesBorderWidth": 1.0, + "yAxisGridLineWidth": 1.0, + "colorAxisStops": "", + "useColorAxisMax": false, + "colorAxisMaxValue": 1.0, + "useColorAxisMin": false, + "colorAxisMinValue": 0.0, + "colorAxisMaxColor": "#7cb5ec", + "colorAxisMinColor": "#FFFFFF", + "seriesBorderColor": "rgb(124, 181, 236)", + "floatingLegend": "default", + "rotateXAxisLabel": -45.0, + "rotateYAxisLabel": 0.0, + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showDataLabel": true, + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "legendAlign": "center", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "zAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + } + }, + "paramSpecs": { + "heatmap": [ + { + "valueType": "int", + "defaultValue": 1.0, + "description": "border width of plot", + "name": "plotBorderWidth" + }, + { + "valueType": "int", + "defaultValue": 1.0, + "description": "border width of series", + "name": "seriesBorderWidth" + }, + { + "valueType": "int", + "defaultValue": 1.0, + "description": "width of yAxis grid line", + "name": "yAxisGridLineWidth" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "colorAxis.stops", + "widget": "textarea", + "name": "colorAxisStops" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use colorAxis.max", + "widget": "checkbox", + "name": "useColorAxisMax" + }, + { + "valueType": "int", + "defaultValue": 1.0, + "description": "colorAxis.max", + "name": "colorAxisMaxValue" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use colorAxis.min", + "widget": "checkbox", + "name": "useColorAxisMin" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "colorAxis.min", + "name": "colorAxisMinValue" + }, + { + "valueType": "string", + "defaultValue": "#7cb5ec", + "description": "max color of color axis", + "name": "colorAxisMaxColor" + }, + { + "valueType": "string", + "defaultValue": "#FFFFFF", + "description": "min color of color axis", + "name": "colorAxisMinColor" + }, + { + "valueType": "string", + "defaultValue": "rgb(124, 181, 236)", + "description": "border color of series", + "name": "seriesBorderColor" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": -45.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show data label", + "widget": "checkbox", + "name": "showDataLabel" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "vertical", + "horizontal" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "center", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "center", + "right", + "left" + ], + "name": "legendAlign" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of zAxis", + "name": "zAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ] + } + }, + "ultimate-scatter-chart": { + "chartChanged": true, + "parameterChanged": false, + "panel": { + "columnPanelOpened": true, + "parameterPanelOpened": false + }, + "spec": { + "charts": { + "scatter": { + "transform": { + "method": "array" + }, + "sharedAxis": false, + "axis": { + "xAxis": { + "dimension": "single", + "axisType": "key", + "minAxisCount": 1.0, + "description": "serial", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "description": "serial", + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "usePredefinedColorSet": { + "valueType": "boolean", + "defaultValue": true, + "description": "use predefined color set", + "widget": "checkbox", + "name": "usePredefinedColorSet" + }, + "markerRadius": { + "valueType": "int", + "defaultValue": 3.0, + "description": "radius size of markers", + "name": "markerRadius" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "xy", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + }, + "bubble": { + "transform": { + "method": "array:2-key" + }, + "sharedAxis": false, + "axis": { + "xAxis": { + "dimension": "single", + "axisType": "key", + "minAxisCount": 1.0, + "description": "serial", + "name": "xAxis" + }, + "yAxis": { + "dimension": "single", + "axisType": "key", + "minAxisCount": 1.0, + "description": "serial", + "name": "yAxis" + }, + "zAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "zAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "minBubbleSize": { + "valueType": "int", + "defaultValue": 3.0, + "description": "minimum size of bubble", + "name": "minBubbleSize" + }, + "maxBubbleSize": { + "valueType": "int", + "defaultValue": 50.0, + "description": "maximum size of bubble", + "name": "maxBubbleSize" + }, + "plotBorderWidth": { + "valueType": "int", + "defaultValue": 1.0, + "description": "border width of plot", + "name": "plotBorderWidth" + }, + "xGridLineWidth": { + "valueType": "int", + "defaultValue": 1.0, + "description": "grid line width of X axis", + "name": "xGridLineWidth" + }, + "yGridLineWidth": { + "valueType": "int", + "defaultValue": 1.0, + "description": "grid line width of Y axis", + "name": "yGridLineWidth" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "xy", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "zAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of zAxis", + "name": "zAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + } + }, + "initialized": false, + "version": { + "axis": "{\"scatter\":[{\"dimension\":\"single\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"serial\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"description\":\"serial\",\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"bubble\":[{\"dimension\":\"single\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"serial\",\"name\":\"xAxis\"},{\"dimension\":\"single\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"serial\",\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"zAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}]}", + "parameter": "{\"scatter\":[{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"use predefined color set\",\"widget\":\"checkbox\",\"name\":\"usePredefinedColorSet\"},{\"valueType\":\"int\",\"defaultValue\":3,\"description\":\"radius size of markers\",\"name\":\"markerRadius\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"xy\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"bubble\":[{\"valueType\":\"int\",\"defaultValue\":3,\"description\":\"minimum size of bubble\",\"name\":\"minBubbleSize\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"maximum size of bubble\",\"name\":\"maxBubbleSize\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"border width of plot\",\"name\":\"plotBorderWidth\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"grid line width of X axis\",\"name\":\"xGridLineWidth\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"grid line width of Y axis\",\"name\":\"yGridLineWidth\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"xy\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of zAxis\",\"name\":\"zAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" + } + }, + "chart": { + "current": "scatter", + "available": [ + "scatter", + "bubble" + ] + }, + "axis": { + "scatter": { + "yAxis": [], + "category": [] + }, + "bubble": { + "zAxis": [], + "category": [] + } + }, + "sharedAxis": {}, + "axisSpecs": { + "scatter": [ + { + "dimension": "single", + "axisType": "key", + "minAxisCount": 1.0, + "description": "serial", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "description": "serial", + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "bubble": [ + { + "dimension": "single", + "axisType": "key", + "minAxisCount": 1.0, + "description": "serial", + "name": "xAxis" + }, + { + "dimension": "single", + "axisType": "key", + "minAxisCount": 1.0, + "description": "serial", + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "zAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ] + }, + "parameter": { + "scatter": { + "usePredefinedColorSet": true, + "markerRadius": 3.0, + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "xy", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + }, + "bubble": { + "minBubbleSize": 3.0, + "maxBubbleSize": 50.0, + "plotBorderWidth": 1.0, + "xGridLineWidth": 1.0, + "yGridLineWidth": 1.0, + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "xy", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "zAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + } + }, + "paramSpecs": { + "scatter": [ + { + "valueType": "boolean", + "defaultValue": true, + "description": "use predefined color set", + "widget": "checkbox", + "name": "usePredefinedColorSet" + }, + { + "valueType": "int", + "defaultValue": 3.0, + "description": "radius size of markers", + "name": "markerRadius" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "xy", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ], + "bubble": [ + { + "valueType": "int", + "defaultValue": 3.0, + "description": "minimum size of bubble", + "name": "minBubbleSize" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "maximum size of bubble", + "name": "maxBubbleSize" + }, + { + "valueType": "int", + "defaultValue": 1.0, + "description": "border width of plot", + "name": "plotBorderWidth" + }, + { + "valueType": "int", + "defaultValue": 1.0, + "description": "grid line width of X axis", + "name": "xGridLineWidth" + }, + { + "valueType": "int", + "defaultValue": 1.0, + "description": "grid line width of Y axis", + "name": "yGridLineWidth" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "xy", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of zAxis", + "name": "zAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ] + } + }, + "ultimate-column-chart": { + "chartChanged": true, + "parameterChanged": false, + "panel": { + "columnPanelOpened": true, + "parameterPanelOpened": false + }, + "spec": { + "charts": { + "column": { + "transform": { + "method": "array" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelRotation": { + "valueType": "int", + "defaultValue": -90.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + }, + "stacked": { + "transform": { + "method": "array" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelRotation": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + }, + "percent": { + "transform": { + "method": "array" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelRotation": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + "tooltipPercentagePrecision": { + "valueType": "string", + "defaultValue": ".2f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPercentagePrecision" + } + } + }, + "drill-down": { + "transform": { + "method": "drill-down" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": -45.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelRotation": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "none", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + } + }, + "initialized": false, + "version": { + "axis": "{\"column\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"stacked\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"percent\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"drill-down\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}]}", + "parameter": "{\"column\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":-90,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"stacked\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"percent\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\".2f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPercentagePrecision\"}],\"drill-down\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":-45,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" + } + }, + "chart": { + "current": "column", + "available": [ + "column", + "stacked", + "percent", + "drill-down" + ] + }, + "axis": { + "column": { + "xAxis": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "category": [] + }, + "stacked": { + "xAxis": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "category": [] + }, + "percent": { + "xAxis": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "category": [] + }, + "drill-down": { + "xAxis": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "category": [] + } + }, + "sharedAxis": { + "xAxis": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "category": [] + }, + "axisSpecs": { + "column": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "stacked": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "percent": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "drill-down": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ] + }, + "parameter": { + "column": { + "inverted": false, + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelRotation": -90.0, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "x", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + }, + "stacked": { + "inverted": false, + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelRotation": 0.0, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "x", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + }, + "percent": { + "inverted": false, + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelRotation": 0.0, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "x", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "", + "tooltipPercentagePrecision": ".2f" + }, + "drill-down": { + "inverted": false, + "floatingLegend": "default", + "rotateXAxisLabel": -45.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelRotation": 0.0, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "none", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + } + }, + "paramSpecs": { + "column": [ + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "int", + "defaultValue": -90.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ], + "stacked": [ + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ], + "percent": [ + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + { + "valueType": "string", + "defaultValue": ".2f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPercentagePrecision" + } + ], + "drill-down": [ + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": -45.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ] + } + }, + "ultimate-area-chart": { + "chartChanged": true, + "parameterChanged": false, + "panel": { + "columnPanelOpened": true, + "parameterPanelOpened": false + }, + "spec": { + "charts": { + "area": { + "transform": { + "method": "object" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "graphLineThickness": { + "valueType": "int", + "defaultValue": 1.0, + "description": "thickness for graph line", + "name": "graphLineThickness" + }, + "graphLineAlpha": { + "valueType": "int", + "defaultValue": 0.5, + "description": "alpha for graph line", + "name": "graphLineAlpha" + }, + "graphFillAlpha": { + "valueType": "int", + "defaultValue": 0.4, + "description": "alpha for graph area", + "name": "graphFillAlpha" + }, + "balloonType": { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + "hideBulletsCount": { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + "yAxisValueFormat": { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + "yAxisValuePrecision": { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + "yAxisValueInside": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + "showXAxisScroll": { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + "showYAxisScroll": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + "chartMarginLeft": { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + "chartMarginRight": { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendValueText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + "legendValueWidth": { + "valueType": "int", + "defaultValue": 50.0, + "description": "value width of legends", + "name": "legendValueWidth" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "bulletType": { + "valueType": "string", + "defaultValue": "none", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "none", + "round", + "round-white" + ], + "name": "bulletType" + }, + "balloonText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + "yAxisGuides": { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + "trendLines": { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "logarithmicYAxis": { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "graphType": { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "line", + "smoothedLine" + ], + "name": "graphType" + }, + "dateFormat": { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + } + } + }, + "stacked": { + "transform": { + "method": "object" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "graphLineThickness": { + "valueType": "int", + "defaultValue": 1.0, + "description": "thickness for graph line", + "name": "graphLineThickness" + }, + "graphLineAlpha": { + "valueType": "int", + "defaultValue": 0.4, + "description": "alpha for graph line", + "name": "graphLineAlpha" + }, + "graphFillAlpha": { + "valueType": "int", + "defaultValue": 0.5, + "description": "alpha for graph area", + "name": "graphFillAlpha" + }, + "balloonType": { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + "hideBulletsCount": { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + "yAxisValueFormat": { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + "yAxisValuePrecision": { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + "yAxisValueInside": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + "showXAxisScroll": { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + "showYAxisScroll": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + "chartMarginLeft": { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + "chartMarginRight": { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendValueText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + "legendValueWidth": { + "valueType": "int", + "defaultValue": 50.0, + "description": "value width of legends", + "name": "legendValueWidth" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "bulletType": { + "valueType": "string", + "defaultValue": "none", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "none", + "round", + "round-white" + ], + "name": "bulletType" + }, + "balloonText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + "yAxisGuides": { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + "trendLines": { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "logarithmicYAxis": { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "graphType": { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "line", + "smoothedLine" + ], + "name": "graphType" + }, + "dateFormat": { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + } + } + }, + "percent": { + "transform": { + "method": "object" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "graphLineThickness": { + "valueType": "int", + "defaultValue": 1.0, + "description": "thickness for graph line", + "name": "graphLineThickness" + }, + "graphLineAlpha": { + "valueType": "int", + "defaultValue": 0.4, + "description": "alpha for graph line", + "name": "graphLineAlpha" + }, + "graphFillAlpha": { + "valueType": "int", + "defaultValue": 0.5, + "description": "alpha for graph area", + "name": "graphFillAlpha" + }, + "balloonType": { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + "hideBulletsCount": { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + "yAxisValueFormat": { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + "yAxisValuePrecision": { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + "yAxisValueInside": { + "valueType": "boolean", + "defaultValue": false, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + "showXAxisScroll": { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + "showYAxisScroll": { + "valueType": "boolean", + "defaultValue": false, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + "chartMarginLeft": { + "valueType": "int", + "defaultValue": 55.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + "chartMarginRight": { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendValueText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + "legendValueWidth": { + "valueType": "int", + "defaultValue": 100.0, + "description": "value width of legends", + "name": "legendValueWidth" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "bulletType": { + "valueType": "string", + "defaultValue": "none", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "none", + "round", + "round-white" + ], + "name": "bulletType" + }, + "balloonText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + "yAxisGuides": { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + "trendLines": { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "logarithmicYAxis": { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "graphType": { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "line", + "smoothedLine" + ], + "name": "graphType" + }, + "dateFormat": { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + } + } + }, + "no-group": { + "transform": { + "method": "raw" + }, + "axis": { + "xAxis": { + "dimension": "single", + "axisType": "unique", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "value", + "minAxisCount": 1.0, + "name": "yAxis" + } + }, + "parameter": { + "graphLineThickness": { + "valueType": "int", + "defaultValue": 1.0, + "description": "thickness for graph line", + "name": "graphLineThickness" + }, + "graphLineAlpha": { + "valueType": "int", + "defaultValue": 0.5, + "description": "alpha for graph line", + "name": "graphLineAlpha" + }, + "graphFillAlpha": { + "valueType": "int", + "defaultValue": 0.4, + "description": "alpha for graph area", + "name": "graphFillAlpha" + }, + "balloonType": { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + "hideBulletsCount": { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + "yAxisValueFormat": { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + "yAxisValuePrecision": { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + "yAxisValueInside": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + "showXAxisScroll": { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + "showYAxisScroll": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + "chartMarginLeft": { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + "chartMarginRight": { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendValueText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + "legendValueWidth": { + "valueType": "int", + "defaultValue": 50.0, + "description": "value width of legends", + "name": "legendValueWidth" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "bulletType": { + "valueType": "string", + "defaultValue": "none", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "none", + "round", + "round-white" + ], + "name": "bulletType" + }, + "balloonText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + "yAxisGuides": { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + "trendLines": { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "logarithmicYAxis": { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "graphType": { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "line", + "smoothedLine" + ], + "name": "graphType" + }, + "dateFormat": { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + }, + "areaType": { + "valueType": "string", + "defaultValue": "area", + "description": "type of area chart", + "widget": "option", + "optionValues": [ + "area", + "stacked", + "perecnt" + ], + "name": "areaType" + } + } + } + }, + "initialized": false, + "version": { + "axis": "{\"area\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"stacked\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"percent\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"no-group\":[{\"dimension\":\"single\",\"axisType\":\"unique\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"value\",\"minAxisCount\":1,\"name\":\"yAxis\"}]}", + "parameter": "{\"area\":[{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"thickness for graph line\",\"name\":\"graphLineThickness\"},{\"valueType\":\"int\",\"defaultValue\":0.5,\"description\":\"alpha for graph line\",\"name\":\"graphLineAlpha\"},{\"valueType\":\"int\",\"defaultValue\":0.4,\"description\":\"alpha for graph area\",\"name\":\"graphFillAlpha\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"value width of legends\",\"name\":\"legendValueWidth\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"none\",\"round\",\"round-white\"],\"name\":\"bulletType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"line\",\"smoothedLine\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"}],\"stacked\":[{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"thickness for graph line\",\"name\":\"graphLineThickness\"},{\"valueType\":\"int\",\"defaultValue\":0.4,\"description\":\"alpha for graph line\",\"name\":\"graphLineAlpha\"},{\"valueType\":\"int\",\"defaultValue\":0.5,\"description\":\"alpha for graph area\",\"name\":\"graphFillAlpha\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"value width of legends\",\"name\":\"legendValueWidth\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"none\",\"round\",\"round-white\"],\"name\":\"bulletType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"line\",\"smoothedLine\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"}],\"percent\":[{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"thickness for graph line\",\"name\":\"graphLineThickness\"},{\"valueType\":\"int\",\"defaultValue\":0.4,\"description\":\"alpha for graph line\",\"name\":\"graphLineAlpha\"},{\"valueType\":\"int\",\"defaultValue\":0.5,\"description\":\"alpha for graph area\",\"name\":\"graphFillAlpha\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":55,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"int\",\"defaultValue\":100,\"description\":\"value width of legends\",\"name\":\"legendValueWidth\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"none\",\"round\",\"round-white\"],\"name\":\"bulletType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"line\",\"smoothedLine\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"}],\"no-group\":[{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"thickness for graph line\",\"name\":\"graphLineThickness\"},{\"valueType\":\"int\",\"defaultValue\":0.5,\"description\":\"alpha for graph line\",\"name\":\"graphLineAlpha\"},{\"valueType\":\"int\",\"defaultValue\":0.4,\"description\":\"alpha for graph area\",\"name\":\"graphFillAlpha\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"value width of legends\",\"name\":\"legendValueWidth\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"none\",\"round\",\"round-white\"],\"name\":\"bulletType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"line\",\"smoothedLine\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"area\",\"description\":\"type of area chart\",\"widget\":\"option\",\"optionValues\":[\"area\",\"stacked\",\"perecnt\"],\"name\":\"areaType\"}]}" + } + }, + "chart": { + "current": "no-group", + "available": [ + "area", + "stacked", + "percent", + "no-group" + ] + }, + "axis": { + "area": { + "xAxis": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "category": [] + }, + "stacked": { + "xAxis": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "category": [] + }, + "percent": { + "xAxis": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "category": [] + }, + "no-group": { + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "xAxis": { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + } + }, + "sharedAxis": { + "xAxis": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "category": [] + }, + "axisSpecs": { + "area": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "stacked": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "percent": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "no-group": [ + { + "dimension": "single", + "axisType": "unique", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "value", + "minAxisCount": 1.0, + "name": "yAxis" + } + ] + }, + "parameter": { + "area": { + "graphLineThickness": 1.0, + "graphLineAlpha": 0.5, + "graphFillAlpha": 0.4, + "balloonType": "simple", + "hideBulletsCount": 50.0, + "yAxisValueFormat": "none", + "yAxisValuePrecision": 2.0, + "yAxisValueInside": true, + "showXAxisScroll": false, + "showYAxisScroll": true, + "chartMarginLeft": 15.0, + "chartMarginRight": 15.0, + "showLegend": true, + "legendValueText": "", + "legendPosition": "bottom", + "legendValueWidth": 50.0, + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "bulletType": "none", + "balloonText": "", + "yAxisGuides": "", + "trendLines": "", + "mainTitle": "", + "subTitle": "", + "xAxisName": "", + "yAxisName": "", + "xAxisUnit": "", + "yAxisUnit": "", + "logarithmicYAxis": false, + "inverted": false, + "graphType": "line", + "dateFormat": "" + }, + "stacked": { + "graphLineThickness": 1.0, + "graphLineAlpha": 0.4, + "graphFillAlpha": 0.5, + "balloonType": "simple", + "hideBulletsCount": 50.0, + "yAxisValueFormat": "none", + "yAxisValuePrecision": 2.0, + "yAxisValueInside": true, + "showXAxisScroll": false, + "showYAxisScroll": true, + "chartMarginLeft": 15.0, + "chartMarginRight": 15.0, + "showLegend": true, + "legendValueText": "", + "legendPosition": "bottom", + "legendValueWidth": 50.0, + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "bulletType": "none", + "balloonText": "", + "yAxisGuides": "", + "trendLines": "", + "mainTitle": "", + "subTitle": "", + "xAxisName": "", + "yAxisName": "", + "xAxisUnit": "", + "yAxisUnit": "", + "logarithmicYAxis": false, + "inverted": false, + "graphType": "line", + "dateFormat": "" + }, + "percent": { + "graphLineThickness": 1.0, + "graphLineAlpha": 0.4, + "graphFillAlpha": 0.5, + "balloonType": "simple", + "hideBulletsCount": 50.0, + "yAxisValueFormat": "none", + "yAxisValuePrecision": 2.0, + "yAxisValueInside": false, + "showXAxisScroll": false, + "showYAxisScroll": false, + "chartMarginLeft": 55.0, + "chartMarginRight": 15.0, + "showLegend": true, + "legendValueText": "", + "legendPosition": "bottom", + "legendValueWidth": 100.0, + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "bulletType": "none", + "balloonText": "", + "yAxisGuides": "", + "trendLines": "", + "mainTitle": "", + "subTitle": "", + "xAxisName": "", + "yAxisName": "", + "xAxisUnit": "", + "yAxisUnit": "", + "logarithmicYAxis": false, + "inverted": false, + "graphType": "line", + "dateFormat": "" + }, + "no-group": { + "graphLineThickness": 1.0, + "graphLineAlpha": 0.5, + "graphFillAlpha": 0.4, + "balloonType": "simple", + "hideBulletsCount": 50.0, + "yAxisValueFormat": "none", + "yAxisValuePrecision": 2.0, + "yAxisValueInside": true, + "showXAxisScroll": false, + "showYAxisScroll": true, + "chartMarginLeft": 15.0, + "chartMarginRight": 15.0, + "showLegend": true, + "legendValueText": "", + "legendPosition": "bottom", + "legendValueWidth": 50.0, + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "bulletType": "none", + "balloonText": "", + "yAxisGuides": "", + "trendLines": "", + "mainTitle": "", + "subTitle": "", + "xAxisName": "", + "yAxisName": "", + "xAxisUnit": "", + "yAxisUnit": "", + "logarithmicYAxis": false, + "inverted": false, + "graphType": "line", + "dateFormat": "", + "areaType": "area" + } + }, + "paramSpecs": { + "area": [ + { + "valueType": "int", + "defaultValue": 1.0, + "description": "thickness for graph line", + "name": "graphLineThickness" + }, + { + "valueType": "int", + "defaultValue": 0.5, + "description": "alpha for graph line", + "name": "graphLineAlpha" + }, + { + "valueType": "int", + "defaultValue": 0.4, + "description": "alpha for graph area", + "name": "graphFillAlpha" + }, + { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "value width of legends", + "name": "legendValueWidth" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "none", + "round", + "round-white" + ], + "name": "bulletType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "line", + "smoothedLine" + ], + "name": "graphType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + } + ], + "stacked": [ + { + "valueType": "int", + "defaultValue": 1.0, + "description": "thickness for graph line", + "name": "graphLineThickness" + }, + { + "valueType": "int", + "defaultValue": 0.4, + "description": "alpha for graph line", + "name": "graphLineAlpha" + }, + { + "valueType": "int", + "defaultValue": 0.5, + "description": "alpha for graph area", + "name": "graphFillAlpha" + }, + { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "value width of legends", + "name": "legendValueWidth" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "none", + "round", + "round-white" + ], + "name": "bulletType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "line", + "smoothedLine" + ], + "name": "graphType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + } + ], + "percent": [ + { + "valueType": "int", + "defaultValue": 1.0, + "description": "thickness for graph line", + "name": "graphLineThickness" + }, + { + "valueType": "int", + "defaultValue": 0.4, + "description": "alpha for graph line", + "name": "graphLineAlpha" + }, + { + "valueType": "int", + "defaultValue": 0.5, + "description": "alpha for graph area", + "name": "graphFillAlpha" + }, + { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + { + "valueType": "int", + "defaultValue": 55.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + { + "valueType": "int", + "defaultValue": 100.0, + "description": "value width of legends", + "name": "legendValueWidth" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "none", + "round", + "round-white" + ], + "name": "bulletType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "line", + "smoothedLine" + ], + "name": "graphType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + } + ], + "no-group": [ + { + "valueType": "int", + "defaultValue": 1.0, + "description": "thickness for graph line", + "name": "graphLineThickness" + }, + { + "valueType": "int", + "defaultValue": 0.5, + "description": "alpha for graph line", + "name": "graphLineAlpha" + }, + { + "valueType": "int", + "defaultValue": 0.4, + "description": "alpha for graph area", + "name": "graphFillAlpha" + }, + { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "value width of legends", + "name": "legendValueWidth" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "none", + "round", + "round-white" + ], + "name": "bulletType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "line", + "smoothedLine" + ], + "name": "graphType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + }, + { + "valueType": "string", + "defaultValue": "area", + "description": "type of area chart", + "widget": "option", + "optionValues": [ + "area", + "stacked", + "perecnt" + ], + "name": "areaType" + } + ] + } + }, + "ultimate-line-chart": { + "chartChanged": false, + "parameterChanged": false, + "panel": { + "columnPanelOpened": true, + "parameterPanelOpened": true + }, + "spec": { + "charts": { + "line": { + "transform": { + "method": "object" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "bulletType": { + "valueType": "string", + "defaultValue": "round", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "round", + "round-white", + "none" + ], + "name": "bulletType" + }, + "bulletSize": { + "valueType": "int", + "defaultValue": 5.0, + "description": "size of bullets", + "name": "bulletSize" + }, + "hideBulletsCount": { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + "yAxisValueFormat": { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + "yAxisValuePrecision": { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + "yAxisValueInside": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + "showXAxisScroll": { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + "showYAxisScroll": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + "chartMarginLeft": { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + "chartMarginRight": { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendValueText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "balloonText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + "balloonType": { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + "yAxisGuides": { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + "trendLines": { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "logarithmicYAxis": { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "graphType": { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "line", + "smoothedLine" + ], + "name": "graphType" + }, + "dateFormat": { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + } + } + }, + "dashed": { + "transform": { + "method": "object" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "bulletType": { + "valueType": "string", + "defaultValue": "none", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "none", + "round", + "round-white" + ], + "name": "bulletType" + }, + "bulletSize": { + "valueType": "int", + "defaultValue": 5.0, + "description": "size of bullets", + "name": "bulletSize" + }, + "hideBulletsCount": { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + "yAxisValueFormat": { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + "yAxisValuePrecision": { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + "yAxisValueInside": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + "showXAxisScroll": { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + "showYAxisScroll": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + "chartMarginLeft": { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + "chartMarginRight": { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendValueText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "balloonText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + "balloonType": { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + "yAxisGuides": { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + "trendLines": { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "logarithmicYAxis": { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "graphType": { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "smoothedLine", + "line" + ], + "name": "graphType" + }, + "dateFormat": { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + }, + "dashLength": { + "valueType": "int", + "defaultValue": 5.0, + "description": "the length of dash", + "name": "dashLength" + } + } + }, + "step": { + "transform": { + "method": "object" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "bulletSize": { + "valueType": "int", + "defaultValue": 5.0, + "description": "size of bullets", + "name": "bulletSize" + }, + "hideBulletsCount": { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + "yAxisValueFormat": { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + "yAxisValuePrecision": { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + "yAxisValueInside": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + "showXAxisScroll": { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + "showYAxisScroll": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + "chartMarginLeft": { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + "chartMarginRight": { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendValueText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "balloonText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + "balloonType": { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + "yAxisGuides": { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + "trendLines": { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "logarithmicYAxis": { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "dateFormat": { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + }, + "dashLength": { + "valueType": "int", + "defaultValue": 0.0, + "description": "the length of dash", + "name": "dashLength" + }, + "noStepRisers": { + "valueType": "boolean", + "defaultValue": false, + "description": "no risers in step line", + "widget": "checkbox", + "name": "noStepRisers" + } + } + }, + "no-group": { + "transform": { + "method": "raw" + }, + "axis": { + "xAxis": { + "dimension": "single", + "axisType": "unique", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "value", + "minAxisCount": 1.0, + "name": "yAxis" + } + }, + "parameter": { + "bulletType": { + "valueType": "string", + "defaultValue": "round", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "round", + "round-white", + "none" + ], + "name": "bulletType" + }, + "bulletSize": { + "valueType": "int", + "defaultValue": 5.0, + "description": "size of bullets", + "name": "bulletSize" + }, + "hideBulletsCount": { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + "yAxisValueFormat": { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + "yAxisValuePrecision": { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + "yAxisValueInside": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + "showXAxisScroll": { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + "showYAxisScroll": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + "chartMarginLeft": { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + "chartMarginRight": { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendValueText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "balloonText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + "balloonType": { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + "yAxisGuides": { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + "trendLines": { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "logarithmicYAxis": { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "graphType": { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "line", + "smoothedLine" + ], + "name": "graphType" + }, + "dateFormat": { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + } + } + } + }, + "initialized": false, + "version": { + "axis": "{\"line\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"dashed\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"step\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"no-group\":[{\"dimension\":\"single\",\"axisType\":\"unique\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"value\",\"minAxisCount\":1,\"name\":\"yAxis\"}]}", + "parameter": "{\"line\":[{\"valueType\":\"string\",\"defaultValue\":\"round\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"round\",\"round-white\",\"none\"],\"name\":\"bulletType\"},{\"valueType\":\"int\",\"defaultValue\":5,\"description\":\"size of bullets\",\"name\":\"bulletSize\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"line\",\"smoothedLine\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"}],\"dashed\":[{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"none\",\"round\",\"round-white\"],\"name\":\"bulletType\"},{\"valueType\":\"int\",\"defaultValue\":5,\"description\":\"size of bullets\",\"name\":\"bulletSize\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"smoothedLine\",\"line\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"},{\"valueType\":\"int\",\"defaultValue\":5,\"description\":\"the length of dash\",\"name\":\"dashLength\"}],\"step\":[{\"valueType\":\"int\",\"defaultValue\":5,\"description\":\"size of bullets\",\"name\":\"bulletSize\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"the length of dash\",\"name\":\"dashLength\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"no risers in step line\",\"widget\":\"checkbox\",\"name\":\"noStepRisers\"}],\"no-group\":[{\"valueType\":\"string\",\"defaultValue\":\"round\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"round\",\"round-white\",\"none\"],\"name\":\"bulletType\"},{\"valueType\":\"int\",\"defaultValue\":5,\"description\":\"size of bullets\",\"name\":\"bulletSize\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"line\",\"smoothedLine\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"}]}" + } + }, + "chart": { + "current": "step", + "available": [ + "line", + "dashed", + "step", + "no-group" + ] + }, + "axis": { + "line": { + "xAxis": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "category": [] + }, + "dashed": { + "xAxis": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "category": [] + }, + "step": { + "xAxis": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "category": [] + }, + "no-group": { + "yAxis": [] + } + }, + "sharedAxis": { + "xAxis": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "category": [] + }, + "axisSpecs": { + "line": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "dashed": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "step": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "no-group": [ + { + "dimension": "single", + "axisType": "unique", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "value", + "minAxisCount": 1.0, + "name": "yAxis" + } + ] + }, + "parameter": { + "line": { + "bulletType": "round", + "bulletSize": 5.0, + "hideBulletsCount": 50.0, + "yAxisValueFormat": "none", + "yAxisValuePrecision": 2.0, + "yAxisValueInside": true, + "showXAxisScroll": false, + "showYAxisScroll": true, + "chartMarginLeft": 15.0, + "chartMarginRight": 15.0, + "showLegend": true, + "legendValueText": "", + "legendPosition": "bottom", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "balloonText": "", + "balloonType": "simple", + "yAxisGuides": "", + "trendLines": "", + "mainTitle": "", + "subTitle": "", + "xAxisName": "", + "yAxisName": "", + "xAxisUnit": "", + "yAxisUnit": "", + "logarithmicYAxis": false, + "inverted": false, + "graphType": "line", + "dateFormat": "" + }, + "dashed": { + "bulletType": "none", + "bulletSize": 5.0, + "hideBulletsCount": 50.0, + "yAxisValueFormat": "none", + "yAxisValuePrecision": 2.0, + "yAxisValueInside": true, + "showXAxisScroll": false, + "showYAxisScroll": true, + "chartMarginLeft": 15.0, + "chartMarginRight": 15.0, + "showLegend": true, + "legendValueText": "", + "legendPosition": "bottom", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "balloonText": "", + "balloonType": "simple", + "yAxisGuides": "", + "trendLines": "", + "mainTitle": "", + "subTitle": "", + "xAxisName": "", + "yAxisName": "", + "xAxisUnit": "", + "yAxisUnit": "", + "logarithmicYAxis": false, + "inverted": false, + "graphType": "line", + "dateFormat": "", + "dashLength": 5.0 + }, + "step": { + "bulletSize": 5.0, + "hideBulletsCount": 50.0, + "yAxisValueFormat": "none", + "yAxisValuePrecision": 2.0, + "yAxisValueInside": true, + "showXAxisScroll": false, + "showYAxisScroll": true, + "chartMarginLeft": 15.0, + "chartMarginRight": 15.0, + "showLegend": true, + "legendValueText": "", + "legendPosition": "bottom", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "balloonText": "", + "balloonType": "simple", + "yAxisGuides": "", + "trendLines": "", + "mainTitle": "", + "subTitle": "", + "xAxisName": "", + "yAxisName": "", + "xAxisUnit": "", + "yAxisUnit": "", + "logarithmicYAxis": false, + "inverted": false, + "dateFormat": "", + "dashLength": 0.0, + "noStepRisers": false + }, + "no-group": { + "bulletType": "round", + "bulletSize": 5.0, + "hideBulletsCount": 50.0, + "yAxisValueFormat": "none", + "yAxisValuePrecision": 2.0, + "yAxisValueInside": true, + "showXAxisScroll": false, + "showYAxisScroll": true, + "chartMarginLeft": 15.0, + "chartMarginRight": 15.0, + "showLegend": true, + "legendValueText": "", + "legendPosition": "bottom", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "balloonText": "", + "balloonType": "simple", + "yAxisGuides": "", + "trendLines": "", + "mainTitle": "", + "subTitle": "", + "xAxisName": "", + "yAxisName": "", + "xAxisUnit": "", + "yAxisUnit": "", + "logarithmicYAxis": false, + "inverted": false, + "graphType": "line", + "dateFormat": "" + } + }, + "paramSpecs": { + "line": [ + { + "valueType": "string", + "defaultValue": "round", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "round", + "round-white", + "none" + ], + "name": "bulletType" + }, + { + "valueType": "int", + "defaultValue": 5.0, + "description": "size of bullets", + "name": "bulletSize" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "line", + "smoothedLine" + ], + "name": "graphType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + } + ], + "dashed": [ + { + "valueType": "string", + "defaultValue": "none", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "none", + "round", + "round-white" + ], + "name": "bulletType" + }, + { + "valueType": "int", + "defaultValue": 5.0, + "description": "size of bullets", + "name": "bulletSize" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "smoothedLine", + "line" + ], + "name": "graphType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + }, + { + "valueType": "int", + "defaultValue": 5.0, + "description": "the length of dash", + "name": "dashLength" + } + ], + "step": [ + { + "valueType": "int", + "defaultValue": 5.0, + "description": "size of bullets", + "name": "bulletSize" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "the length of dash", + "name": "dashLength" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "no risers in step line", + "widget": "checkbox", + "name": "noStepRisers" + } + ], + "no-group": [ + { + "valueType": "string", + "defaultValue": "round", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "round", + "round-white", + "none" + ], + "name": "bulletType" + }, + { + "valueType": "int", + "defaultValue": 5.0, + "description": "size of bullets", + "name": "bulletSize" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "line", + "smoothedLine" + ], + "name": "graphType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + } + ] + } + }, + "ultimate-column-chart-negative-values": { + "chartChanged": true, + "parameterChanged": false, + "panel": { + "columnPanelOpened": true, + "parameterPanelOpened": false + }, + "spec": { + "charts": { + "column": { + "transform": { + "method": "array" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelRotation": { + "valueType": "int", + "defaultValue": -90.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + }, + "stacked": { + "transform": { + "method": "array" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelRotation": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + }, + "percent": { + "transform": { + "method": "array" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelRotation": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + "tooltipPercentagePrecision": { + "valueType": "string", + "defaultValue": ".2f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPercentagePrecision" + } + } + }, + "drill-down": { + "transform": { + "method": "drill-down" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": -45.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelRotation": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "none", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + } + }, + "initialized": false, + "version": { + "axis": "{\"column\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"stacked\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"percent\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"drill-down\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}]}", + "parameter": "{\"column\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":-90,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"stacked\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"percent\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\".2f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPercentagePrecision\"}],\"drill-down\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":-45,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" + } + }, + "chart": { + "current": "column", + "available": [ + "column", + "stacked", + "percent", + "drill-down" + ] + }, + "axis": { + "column": { + "xAxis": [], + "yAxis": [], + "category": [] + }, + "stacked": { + "xAxis": [], + "yAxis": [], + "category": [] + }, + "percent": { + "xAxis": [], + "yAxis": [], + "category": [] + }, + "drill-down": { + "xAxis": [], + "yAxis": [], + "category": [] + } + }, + "sharedAxis": { + "xAxis": [], + "yAxis": [], + "category": [] + }, + "axisSpecs": { + "column": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "stacked": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "percent": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "drill-down": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ] + }, + "parameter": { + "column": { + "inverted": false, + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelRotation": -90.0, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "x", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + }, + "stacked": { + "inverted": false, + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelRotation": 0.0, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "x", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + }, + "percent": { + "inverted": false, + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelRotation": 0.0, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "x", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "", + "tooltipPercentagePrecision": ".2f" + }, + "drill-down": { + "inverted": false, + "floatingLegend": "default", + "rotateXAxisLabel": -45.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelRotation": 0.0, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "none", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + } + }, + "paramSpecs": { + "column": [ + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "int", + "defaultValue": -90.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ], + "stacked": [ + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ], + "percent": [ + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + { + "valueType": "string", + "defaultValue": ".2f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPercentagePrecision" + } + ], + "drill-down": [ + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": -45.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ] + } + }, + "lineChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + }, + "table": { + "tableGridState": {}, + "tableColumnTypeState": { + "names": { + "date": "string", + "total": "string" + }, + "updated": false + }, + "tableOptionSpecHash": "[{\"name\":\"useFilter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable filter for columns\"},{\"name\":\"showPagination\",\"valueType\":\"boolean\",\"defaultValue\":true,\"widget\":\"checkbox\",\"description\":\"Enable pagination for better navigation\"},{\"name\":\"showAggregationFooter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable a footer for displaying aggregated values\"}]", + "tableOptionValue": { + "useFilter": false, + "showPagination": true, + "showAggregationFooter": false + }, + "updated": false, + "initialized": false + }, + "ultimate-dual-column-chart": { + "chartChanged": true, + "parameterChanged": false, + "panel": { + "columnPanelOpened": true, + "parameterPanelOpened": false + }, + "spec": { + "charts": { + "column": { + "transform": { + "method": "array" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "yAxisRight": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxisRight" + } + }, + "parameter": { + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelRotation": { + "valueType": "int", + "defaultValue": -90.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + } + }, + "initialized": false, + "version": { + "axis": "{\"column\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxisRight\"}]}", + "parameter": "{\"column\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":-90,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" + } + }, + "chart": { + "current": "column", + "available": [ + "column" + ] + }, + "axis": { + "column": { + "xAxis": [], + "yAxis": [], + "yAxisRight": [] + } + }, + "sharedAxis": { + "xAxis": [], + "yAxis": [], + "yAxisRight": [] + }, + "axisSpecs": { + "column": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxisRight" + } + ] + }, + "parameter": { + "column": { + "inverted": false, + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelRotation": -90.0, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "x", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + } + }, + "paramSpecs": { + "column": [ + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "int", + "defaultValue": -90.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ] + } + } + }, + "commonSetting": {} + }, + "helium": {} + } + ], + "enabled": true, + "presto": "presto", + "runOnSelectionChange": true, + "checkEmpty": true + }, + "settings": { + "params": {}, + "forms": {} + }, + "results": { + "code": "SUCCESS", + "msg": [ + { + "type": "TABLE", + "data": "date\ttotal\n2018-01-05\t86\n2018-01-06\t65\n2018-01-07\t59\n2018-01-08\t112\n2018-01-09\t127\n2018-01-10\t132\n2018-01-11\t147\n2018-01-12\t144\n2018-01-13\t78\n2018-01-14\t62\n2018-01-15\t69\n2018-01-16\t123\n2018-01-17\t129\n2018-01-18\t124\n2018-01-19\t125\n2018-01-20\t77\n2018-01-21\t67\n2018-01-22\t131\n2018-01-23\t144\n2018-01-24\t146\n2018-01-25\t134\n2018-01-26\t138\n2018-01-27\t89\n2018-01-28\t65\n2018-01-29\t140\n2018-01-30\t141\n2018-01-31\t153\n2018-02-01\t145\n2018-02-02\t144\n2018-02-03\t81\n2018-02-04\t70\n2018-02-05\t127\n2018-02-06\t136\n2018-02-07\t127\n2018-02-08\t139\n2018-02-09\t135\n2018-02-10\t85\n2018-02-11\t67\n2018-02-12\t137\n2018-02-13\t145\n2018-02-14\t151\n2018-02-15\t149\n2018-02-16\t132\n2018-02-17\t78\n2018-02-18\t66\n2018-02-19\t83\n2018-02-20\t136\n2018-02-21\t152\n2018-02-22\t154\n2018-02-23\t155\n2018-02-24\t90\n2018-02-25\t70\n2018-02-26\t143\n2018-02-27\t146\n2018-02-28\t158\n2018-03-01\t149\n2018-03-02\t144\n2018-03-03\t77\n2018-03-04\t66\n2018-03-05\t154\n2018-03-06\t166\n2018-03-07\t150\n2018-03-08\t161\n2018-03-09\t144\n2018-03-10\t82\n2018-03-11\t76\n2018-03-12\t146\n2018-03-13\t151\n2018-03-14\t134\n2018-03-15\t126\n2018-03-16\t143\n2018-03-17\t74\n2018-03-18\t71\n2018-03-19\t148\n2018-03-20\t148\n2018-03-21\t147\n2018-03-22\t159\n2018-03-23\t135\n2018-03-24\t77\n2018-03-25\t68\n2018-03-26\t123\n2018-03-27\t146\n2018-03-28\t150\n2018-03-29\t147\n2018-03-30\t133\n2018-03-31\t74\n2018-04-01\t70\n2018-04-02\t138\n2018-04-03\t161\n2018-04-04\t148\n2018-04-05\t148\n2018-04-06\t144\n2018-04-07\t87\n2018-04-08\t81\n2018-04-09\t138\n2018-04-10\t147\n2018-04-11\t160\n2018-04-12\t149\n2018-04-13\t147\n2018-04-14\t88\n2018-04-15\t68\n2018-04-16\t136\n2018-04-17\t144\n2018-04-18\t102\n2018-04-19\t128\n2018-04-20\t146\n2018-04-21\t86\n2018-04-22\t79\n2018-04-23\t150\n2018-04-24\t155\n2018-04-25\t159\n2018-04-26\t151\n2018-04-27\t169\n2018-04-28\t90\n2018-04-29\t83\n2018-04-30\t146\n2018-05-01\t161\n2018-05-02\t145\n2018-05-03\t143\n2018-05-04\t153\n2018-05-05\t93\n2018-05-06\t82\n2018-05-07\t144\n2018-05-08\t162\n2018-05-09\t145\n2018-05-10\t159\n2018-05-11\t157\n2018-05-12\t88\n2018-05-13\t84\n2018-05-14\t142\n2018-05-15\t165\n2018-05-16\t171\n2018-05-17\t141\n2018-05-18\t151\n2018-05-19\t95\n2018-05-20\t88\n2018-05-21\t155\n2018-05-22\t171\n2018-05-23\t152\n2018-05-24\t158\n2018-05-25\t140\n2018-05-26\t95\n2018-05-27\t87\n2018-05-28\t96\n2018-05-29\t153\n2018-05-30\t166\n2018-05-31\t160\n2018-06-01\t157\n2018-06-02\t90\n2018-06-03\t83\n2018-06-04\t153\n2018-06-05\t166\n2018-06-06\t147\n2018-06-07\t163\n2018-06-08\t147\n2018-06-09\t96\n2018-06-10\t84\n2018-06-11\t164\n2018-06-12\t157\n2018-06-13\t155\n2018-06-14\t161\n2018-06-15\t144\n2018-06-16\t99\n2018-06-17\t81\n2018-06-18\t144\n2018-06-19\t172\n2018-06-20\t169\n2018-06-21\t169\n2018-06-22\t153\n2018-06-23\t97\n2018-06-24\t84\n2018-06-25\t166\n2018-06-26\t165\n2018-06-27\t167\n2018-06-28\t164\n2018-06-29\t159\n2018-06-30\t99\n2018-07-01\t89\n2018-07-02\t178\n2018-07-03\t168\n2018-07-04\t113\n2018-07-05\t154\n2018-07-06\t178\n2018-07-07\t100\n2018-07-08\t88\n2018-07-09\t170\n2018-07-10\t200\n2018-07-11\t196\n2018-07-12\t190\n2018-07-13\t171\n2018-07-14\t105\n2018-07-15\t95\n2018-07-16\t178\n2018-07-17\t190\n2018-07-18\t201\n2018-07-19\t186\n2018-07-20\t197\n2018-07-21\t116\n2018-07-22\t97\n2018-07-23\t189\n2018-07-24\t201\n2018-07-25\t181\n2018-07-26\t183\n2018-07-27\t175\n2018-07-28\t104\n2018-07-29\t96\n2018-07-30\t162\n2018-07-31\t118\n2018-08-01\t118\n2018-08-02\t115\n2018-08-03\t122\n2018-08-04\t101\n2018-08-05\t91\n2018-08-06\t185\n2018-08-07\t189\n2018-08-08\t189\n2018-08-09\t198\n2018-08-10\t192\n2018-08-11\t111\n2018-08-12\t107\n2018-08-13\t187\n2018-08-14\t206\n2018-08-15\t197\n2018-08-16\t190\n2018-08-17\t188\n2018-08-18\t116\n2018-08-19\t104\n2018-08-20\t188\n2018-08-21\t202\n2018-08-22\t197\n2018-08-23\t199\n2018-08-24\t193\n2018-08-25\t118\n2018-08-26\t103\n2018-08-27\t185\n2018-08-28\t199\n2018-08-29\t193\n2018-08-30\t191\n2018-08-31\t189\n2018-09-01\t126\n2018-09-02\t94\n2018-09-03\t114\n2018-09-04\t200\n2018-09-05\t194\n2018-09-06\t187\n2018-09-07\t173\n2018-09-08\t113\n2018-09-09\t93\n2018-09-10\t194\n2018-09-11\t188\n2018-09-12\t196\n2018-09-13\t183\n2018-09-14\t187\n2018-09-15\t105\n2018-09-16\t106\n2018-09-17\t195\n2018-09-18\t217\n2018-09-19\t187\n2018-09-20\t183\n2018-09-21\t180\n2018-09-22\t112\n2018-09-23\t107\n2018-09-24\t187\n2018-09-25\t209\n2018-09-26\t208\n2018-09-27\t194\n2018-09-28\t196\n2018-09-29\t122\n2018-09-30\t111\n2018-10-01\t182\n2018-10-02\t204\n2018-10-03\t216\n2018-10-04\t191\n2018-10-05\t180\n2018-10-06\t109\n2018-10-07\t109\n2018-10-08\t201\n2018-10-09\t212\n2018-10-10\t220\n2018-10-11\t198\n2018-10-12\t189\n2018-10-13\t102\n2018-10-14\t110\n2018-10-15\t201\n2018-10-16\t209\n2018-10-17\t225\n2018-10-18\t194\n2018-10-19\t191\n2018-10-20\t120\n2018-10-21\t101\n2018-10-22\t203\n2018-10-23\t202\n2018-10-24\t180\n2018-10-25\t183\n2018-10-26\t187\n2018-10-27\t109\n2018-10-28\t107\n2018-10-29\t211\n2018-10-30\t206\n2018-10-31\t207\n2018-11-01\t220\n2018-11-02\t207\n2018-11-03\t124\n2018-11-04\t116\n2018-11-05\t208\n2018-11-06\t229\n2018-11-07\t227\n2018-11-08\t208\n2018-11-09\t193\n2018-11-10\t128\n2018-11-11\t96\n2018-11-12\t181\n2018-11-13\t204\n2018-11-14\t205\n2018-11-15\t196\n2018-11-16\t186\n2018-11-17\t106\n2018-11-18\t91\n2018-11-19\t181\n2018-11-20\t190\n2018-11-21\t169\n2018-11-22\t103\n2018-11-23\t94\n2018-11-24\t89\n2018-11-25\t85\n2018-11-26\t157\n2018-11-27\t179\n2018-11-28\t183\n2018-11-29\t187\n2018-11-30\t181\n2018-12-01\t112\n2018-12-02\t94\n2018-12-03\t187\n2018-12-04\t183\n2018-12-05\t184\n2018-12-06\t187\n2018-12-07\t167\n2018-12-08\t98\n2018-12-09\t86\n2018-12-10\t188\n2018-12-11\t187\n2018-12-12\t188\n2018-12-13\t147\n2018-12-14\t147\n2018-12-15\t66\n2018-12-16\t55\n2018-12-17\t139\n2018-12-18\t164\n2018-12-19\t159\n2018-12-20\t132\n2018-12-21\t111\n2018-12-22\t64\n2018-12-23\t50\n2018-12-24\t57\n2018-12-25\t51\n2018-12-26\t66\n2018-12-27\t71\n2018-12-28\t76\n2018-12-29\t51\n2018-12-30\t47\n2018-12-31\t52\n2019-01-01\t50\n2019-01-02\t119\n2019-01-03\t129\n2019-01-04\t147\n2019-01-05\t74\n2019-01-06\t55\n2019-01-07\t139\n2019-01-08\t174\n2019-01-09\t174\n2019-01-10\t147\n2019-01-11\t164\n2019-01-12\t84\n2019-01-13\t62\n2019-01-14\t142\n2019-01-15\t170\n2019-01-16\t177\n2019-01-17\t187\n2019-01-18\t161\n2019-01-19\t78\n2019-01-20\t59\n2019-01-21\t82\n2019-01-22\t152\n2019-01-23\t181\n2019-01-24\t185\n2019-01-25\t174\n2019-01-26\t93\n2019-01-27\t62\n2019-01-28\t191\n2019-01-29\t196\n2019-01-30\t167\n2019-01-31\t173\n2019-02-01\t172\n2019-02-02\t87\n2019-02-03\t62\n2019-02-04\t170\n2019-02-05\t170\n2019-02-06\t168\n2019-02-07\t174\n2019-02-08\t155\n2019-02-09\t82\n2019-02-10\t63\n2019-02-11\t171\n2019-02-12\t176\n2019-02-13\t186\n2019-02-14\t178\n2019-02-15\t177\n2019-02-16\t106\n2019-02-17\t78\n2019-02-18\t105\n2019-02-19\t177\n2019-02-20\t195\n2019-02-21\t185\n2019-02-22\t177\n2019-02-23\t107\n2019-02-24\t94\n2019-02-25\t181\n2019-02-26\t198\n2019-02-27\t203\n2019-02-28\t203\n2019-03-01\t192\n2019-03-02\t110\n2019-03-03\t86\n2019-03-04\t194\n2019-03-05\t188\n2019-03-06\t198\n2019-03-07\t202\n2019-03-08\t169\n2019-03-09\t108\n2019-03-10\t88\n2019-03-11\t189\n2019-03-12\t176\n2019-03-13\t204\n2019-03-14\t187\n2019-03-15\t185\n2019-03-16\t96\n2019-03-17\t83\n2019-03-18\t200\n2019-03-19\t196\n2019-03-20\t201\n2019-03-21\t183\n2019-03-22\t180\n2019-03-23\t93\n2019-03-24\t89\n2019-03-25\t190\n2019-03-26\t206\n2019-03-27\t214\n2019-03-28\t193\n2019-03-29\t181\n2019-03-30\t91\n2019-03-31\t86\n2019-04-01\t181\n2019-04-02\t190\n2019-04-03\t176\n2019-04-04\t183\n2019-04-05\t180\n2019-04-06\t95\n2019-04-07\t89\n2019-04-08\t168\n2019-04-09\t176\n2019-04-10\t179\n2019-04-11\t190\n2019-04-12\t174\n2019-04-13\t89\n2019-04-14\t84\n2019-04-15\t172\n2019-04-16\t180\n2019-04-17\t188\n2019-04-18\t181\n2019-04-19\t160\n2019-04-20\t91\n2019-04-21\t88\n2019-04-22\t173\n2019-04-23\t188\n2019-04-24\t186\n2019-04-25\t175\n2019-04-26\t177\n2019-04-27\t100\n2019-04-28\t80\n2019-04-29\t185\n2019-04-30\t201\n2019-05-01\t182\n2019-05-02\t202\n2019-05-03\t200\n2019-05-04\t96\n2019-05-05\t86\n2019-05-06\t185\n2019-05-07\t205\n2019-05-08\t197\n2019-05-09\t191\n2019-05-10\t167\n2019-05-11\t71\n2019-05-12\t60\n2019-05-13\t177\n2019-05-14\t176\n2019-05-15\t191\n2019-05-16\t180\n2019-05-17\t159\n2019-05-18\t80\n2019-05-19\t61\n2019-05-20\t180\n2019-05-21\t189\n2019-05-22\t193\n2019-05-23\t186\n2019-05-24\t169\n2019-05-25\t68\n2019-05-26\t62\n2019-05-27\t79\n2019-05-28\t187\n2019-05-29\t183\n2019-05-30\t171\n2019-05-31\t168\n2019-06-01\t75\n2019-06-02\t58\n2019-06-03\t187\n2019-06-04\t182\n2019-06-05\t188\n2019-06-06\t171\n2019-06-07\t176\n2019-06-08\t77\n2019-06-09\t64\n2019-06-10\t190\n2019-06-11\t198\n2019-06-12\t207\n2019-06-13\t205\n2019-06-14\t195\n2019-06-15\t97\n2019-06-16\t95\n2019-06-17\t205\n2019-06-18\t243\n2019-06-19\t227\n2019-06-20\t225\n2019-06-21\t208\n2019-06-22\t94\n2019-06-23\t85\n2019-06-24\t212\n2019-06-25\t228\n2019-06-26\t204\n2019-06-27\t207\n2019-06-28\t196\n2019-06-29\t93\n2019-06-30\t93\n2019-07-01\t206\n2019-07-02\t204\n2019-07-03\t183\n2019-07-04\t111\n2019-07-05\t133\n2019-07-06\t96\n2019-07-07\t86\n2019-07-08\t208\n2019-07-09\t230\n2019-07-10\t227\n2019-07-11\t219\n2019-07-12\t200\n2019-07-13\t102\n2019-07-14\t91\n2019-07-15\t218\n2019-07-16\t242\n2019-07-17\t232\n2019-07-18\t225\n2019-07-19\t203\n2019-07-20\t92\n2019-07-21\t91\n2019-07-22\t206\n2019-07-23\t244\n2019-07-24\t214\n2019-07-25\t221\n2019-07-26\t213\n2019-07-27\t95\n2019-07-28\t86\n2019-07-29\t230\n2019-07-30\t221\n2019-07-31\t235\n2019-08-01\t243\n2019-08-02\t235\n2019-08-03\t96\n2019-08-04\t101\n2019-08-05\t220\n2019-08-06\t246\n2019-08-07\t240\n2019-08-08\t241\n2019-08-09\t224\n2019-08-10\t121\n2019-08-11\t100\n2019-08-12\t222\n2019-08-13\t252\n2019-08-14\t232\n2019-08-15\t230\n2019-08-16\t222\n2019-08-17\t111\n2019-08-18\t104\n2019-08-19\t229\n2019-08-20\t260\n2019-08-21\t262\n2019-08-22\t269\n2019-08-23\t223\n2019-08-24\t109\n2019-08-25\t107\n2019-08-26\t223\n2019-08-27\t222\n2019-08-28\t243\n2019-08-29\t218\n2019-08-30\t202\n2019-08-31\t104\n2019-09-01\t90\n2019-09-02\t124\n2019-09-03\t215\n2019-09-04\t215\n2019-09-05\t225\n2019-09-06\t227\n2019-09-07\t109\n2019-09-08\t100\n2019-09-09\t252\n2019-09-10\t239\n2019-09-11\t241\n2019-09-12\t222\n2019-09-13\t215\n2019-09-14\t95\n2019-09-15\t90\n2019-09-16\t206\n2019-09-17\t235\n2019-09-18\t219\n2019-09-19\t211\n2019-09-20\t197\n2019-09-21\t94\n2019-09-22\t91\n2019-09-23\t208\n2019-09-24\t213\n2019-09-25\t221\n2019-09-26\t205\n2019-09-27\t178\n2019-09-28\t87\n2019-09-29\t77\n2019-09-30\t204\n2019-10-01\t210\n2019-10-02\t219\n2019-10-03\t217\n2019-10-04\t213\n2019-10-05\t98\n2019-10-06\t80\n2019-10-07\t220\n2019-10-08\t209\n2019-10-09\t202\n2019-10-10\t211\n2019-10-11\t200\n2019-10-12\t86\n2019-10-13\t88\n2019-10-14\t194\n2019-10-15\t228\n2019-10-16\t208\n2019-10-17\t198\n2019-10-18\t191\n2019-10-19\t99\n2019-10-20\t92\n2019-10-21\t211\n2019-10-22\t214\n2019-10-23\t226\n2019-10-24\t214\n2019-10-25\t207\n2019-10-26\t102\n2019-10-27\t93\n2019-10-28\t203\n2019-10-29\t222\n2019-10-30\t187\n2019-10-31\t203\n2019-11-01\t187\n2019-11-02\t95\n2019-11-03\t91\n2019-11-04\t195\n2019-11-05\t223\n2019-11-06\t220\n2019-11-07\t214\n2019-11-08\t213\n2019-11-09\t115\n2019-11-10\t93\n2019-11-11\t190\n2019-11-12\t211\n2019-11-13\t215\n2019-11-14\t207\n2019-11-15\t200\n2019-11-16\t104\n2019-11-17\t93\n2019-11-18\t202\n2019-11-19\t211\n2019-11-20\t208\n2019-11-21\t218\n2019-11-22\t197\n2019-11-23\t101\n2019-11-24\t90\n2019-11-25\t206\n2019-11-26\t175\n2019-11-27\t176\n2019-11-28\t118\n2019-11-29\t99\n2019-11-30\t76\n2019-12-01\t85\n2019-12-02\t166\n2019-12-03\t191\n2019-12-04\t210\n2019-12-05\t217\n2019-12-06\t201\n2019-12-07\t115\n2019-12-08\t106\n2019-12-09\t204\n2019-12-10\t228\n2019-12-11\t229\n2019-12-12\t242\n2019-12-13\t209\n2019-12-14\t127\n2019-12-15\t116\n2019-12-16\t219\n2019-12-17\t220\n2019-12-18\t222\n2019-12-19\t200\n2019-12-20\t178\n2019-12-21\t112\n2019-12-22\t113\n2019-12-23\t142\n2019-12-24\t120\n2019-12-25\t107\n2019-12-26\t87\n" + } + ] + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314576_-1065906616", + "id": "20160401-234907_610321113", + "dateCreated": "2019-12-25 23:45:14.576", + "dateStarted": "2019-12-25 23:46:09.227", + "dateFinished": "2019-12-25 23:49:15.606", + "status": "FINISHED" + }, + { + "title": "Count of Unique Presto Users by Day", + "text": "%jdbc(presto)\nSELECT datehour, environment, user_, query\nFROM datapipeline.logs_presto_query_completion\nWHERE datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u00275\u0027 day, \u0027%Y%m%d%H\u0027)\n\nORDER BY datehour desc limit 10", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.578", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": false + }, + "editorMode": "ace/mode/sql", + "colWidth": 6.0, + "editorHide": false, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [], + "optionOpen": false, + "height": 244.0, + "lineWithFocus": false, + "values": [], + "mode": "table", + "groups": [], + "forceY": true, + "scatter": { + "xAxis": { + "index": 0.0, + "name": "date", + "aggr": "sum" + }, + "yAxis": { + "index": 1.0, + "name": "total", + "aggr": "sum" + } + }, + "setting": { + "stackedAreaChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default", + "style": "stack" + }, + "zeppelin-highcharts-columnrange": { + "yAxis": { + "name": "date", + "index": 0.0, + "aggr": "sum" + }, + "xAxis": { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + }, + "zeppelin-highcharts-bubble": { + "xAxis": { + "name": "date", + "index": 0.0, + "aggr": "sum" + }, + "yAxis": { + "name": "total", + "index": 1.0, + "aggr": "sum" + }, + "category": { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + }, + "multiBarChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + }, + "ultimate-heatmap-chart": { + "chartChanged": true, + "parameterChanged": false, + "panel": { + "columnPanelOpened": true, + "parameterPanelOpened": false + }, + "spec": { + "charts": { + "heatmap": { + "transform": { + "method": "array:2-key" + }, + "sharedAxis": false, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "minAxisCount": 1.0, + "description": "categorical", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "key", + "minAxisCount": 1.0, + "description": "categorical", + "name": "yAxis" + }, + "zAxis": { + "dimension": "single", + "axisType": "aggregator", + "minAxisCount": 1.0, + "description": "numeric", + "name": "zAxis" + } + }, + "parameter": { + "plotBorderWidth": { + "valueType": "int", + "defaultValue": 1.0, + "description": "border width of plot", + "name": "plotBorderWidth" + }, + "seriesBorderWidth": { + "valueType": "int", + "defaultValue": 1.0, + "description": "border width of series", + "name": "seriesBorderWidth" + }, + "yAxisGridLineWidth": { + "valueType": "int", + "defaultValue": 1.0, + "description": "width of yAxis grid line", + "name": "yAxisGridLineWidth" + }, + "colorAxisStops": { + "valueType": "JSON", + "defaultValue": "", + "description": "colorAxis.stops", + "widget": "textarea", + "name": "colorAxisStops" + }, + "useColorAxisMax": { + "valueType": "boolean", + "defaultValue": false, + "description": "use colorAxis.max", + "widget": "checkbox", + "name": "useColorAxisMax" + }, + "colorAxisMaxValue": { + "valueType": "int", + "defaultValue": 1.0, + "description": "colorAxis.max", + "name": "colorAxisMaxValue" + }, + "useColorAxisMin": { + "valueType": "boolean", + "defaultValue": false, + "description": "use colorAxis.min", + "widget": "checkbox", + "name": "useColorAxisMin" + }, + "colorAxisMinValue": { + "valueType": "int", + "defaultValue": 0.0, + "description": "colorAxis.min", + "name": "colorAxisMinValue" + }, + "colorAxisMaxColor": { + "valueType": "string", + "defaultValue": "#7cb5ec", + "description": "max color of color axis", + "name": "colorAxisMaxColor" + }, + "colorAxisMinColor": { + "valueType": "string", + "defaultValue": "#FFFFFF", + "description": "min color of color axis", + "name": "colorAxisMinColor" + }, + "seriesBorderColor": { + "valueType": "string", + "defaultValue": "rgb(124, 181, 236)", + "description": "border color of series", + "name": "seriesBorderColor" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": -45.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showDataLabel": { + "valueType": "boolean", + "defaultValue": true, + "description": "show data label", + "widget": "checkbox", + "name": "showDataLabel" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "vertical", + "horizontal" + ], + "name": "legendLayout" + }, + "legendAlign": { + "valueType": "string", + "defaultValue": "center", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "center", + "right", + "left" + ], + "name": "legendAlign" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "zAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of zAxis", + "name": "zAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + } + }, + "initialized": false, + "version": { + "axis": "{\"heatmap\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"categorical\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"categorical\",\"name\":\"yAxis\"},{\"dimension\":\"single\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"description\":\"numeric\",\"name\":\"zAxis\"}]}", + "parameter": "{\"heatmap\":[{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"border width of plot\",\"name\":\"plotBorderWidth\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"border width of series\",\"name\":\"seriesBorderWidth\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"width of yAxis grid line\",\"name\":\"yAxisGridLineWidth\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"colorAxis.stops\",\"widget\":\"textarea\",\"name\":\"colorAxisStops\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use colorAxis.max\",\"widget\":\"checkbox\",\"name\":\"useColorAxisMax\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"colorAxis.max\",\"name\":\"colorAxisMaxValue\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use colorAxis.min\",\"widget\":\"checkbox\",\"name\":\"useColorAxisMin\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"colorAxis.min\",\"name\":\"colorAxisMinValue\"},{\"valueType\":\"string\",\"defaultValue\":\"#7cb5ec\",\"description\":\"max color of color axis\",\"name\":\"colorAxisMaxColor\"},{\"valueType\":\"string\",\"defaultValue\":\"#FFFFFF\",\"description\":\"min color of color axis\",\"name\":\"colorAxisMinColor\"},{\"valueType\":\"string\",\"defaultValue\":\"rgb(124, 181, 236)\",\"description\":\"border color of series\",\"name\":\"seriesBorderColor\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":-45,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show data label\",\"widget\":\"checkbox\",\"name\":\"showDataLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"vertical\",\"horizontal\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"center\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"center\",\"right\",\"left\"],\"name\":\"legendAlign\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of zAxis\",\"name\":\"zAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" + } + }, + "chart": { + "current": "heatmap", + "available": [ + "heatmap" + ] + }, + "axis": { + "heatmap": { + "xAxis": [], + "yAxis": [] + } + }, + "sharedAxis": {}, + "axisSpecs": { + "heatmap": [ + { + "dimension": "multiple", + "axisType": "key", + "minAxisCount": 1.0, + "description": "categorical", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "key", + "minAxisCount": 1.0, + "description": "categorical", + "name": "yAxis" + }, + { + "dimension": "single", + "axisType": "aggregator", + "minAxisCount": 1.0, + "description": "numeric", + "name": "zAxis" + } + ] + }, + "parameter": { + "heatmap": { + "plotBorderWidth": 1.0, + "seriesBorderWidth": 1.0, + "yAxisGridLineWidth": 1.0, + "colorAxisStops": "", + "useColorAxisMax": false, + "colorAxisMaxValue": 1.0, + "useColorAxisMin": false, + "colorAxisMinValue": 0.0, + "colorAxisMaxColor": "#7cb5ec", + "colorAxisMinColor": "#FFFFFF", + "seriesBorderColor": "rgb(124, 181, 236)", + "floatingLegend": "default", + "rotateXAxisLabel": -45.0, + "rotateYAxisLabel": 0.0, + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showDataLabel": true, + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "legendAlign": "center", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "zAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + } + }, + "paramSpecs": { + "heatmap": [ + { + "valueType": "int", + "defaultValue": 1.0, + "description": "border width of plot", + "name": "plotBorderWidth" + }, + { + "valueType": "int", + "defaultValue": 1.0, + "description": "border width of series", + "name": "seriesBorderWidth" + }, + { + "valueType": "int", + "defaultValue": 1.0, + "description": "width of yAxis grid line", + "name": "yAxisGridLineWidth" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "colorAxis.stops", + "widget": "textarea", + "name": "colorAxisStops" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use colorAxis.max", + "widget": "checkbox", + "name": "useColorAxisMax" + }, + { + "valueType": "int", + "defaultValue": 1.0, + "description": "colorAxis.max", + "name": "colorAxisMaxValue" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use colorAxis.min", + "widget": "checkbox", + "name": "useColorAxisMin" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "colorAxis.min", + "name": "colorAxisMinValue" + }, + { + "valueType": "string", + "defaultValue": "#7cb5ec", + "description": "max color of color axis", + "name": "colorAxisMaxColor" + }, + { + "valueType": "string", + "defaultValue": "#FFFFFF", + "description": "min color of color axis", + "name": "colorAxisMinColor" + }, + { + "valueType": "string", + "defaultValue": "rgb(124, 181, 236)", + "description": "border color of series", + "name": "seriesBorderColor" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": -45.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show data label", + "widget": "checkbox", + "name": "showDataLabel" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "vertical", + "horizontal" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "center", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "center", + "right", + "left" + ], + "name": "legendAlign" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of zAxis", + "name": "zAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ] + } + }, + "ultimate-scatter-chart": { + "chartChanged": true, + "parameterChanged": false, + "panel": { + "columnPanelOpened": true, + "parameterPanelOpened": false + }, + "spec": { + "charts": { + "scatter": { + "transform": { + "method": "array" + }, + "sharedAxis": false, + "axis": { + "xAxis": { + "dimension": "single", + "axisType": "key", + "minAxisCount": 1.0, + "description": "serial", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "description": "serial", + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "usePredefinedColorSet": { + "valueType": "boolean", + "defaultValue": true, + "description": "use predefined color set", + "widget": "checkbox", + "name": "usePredefinedColorSet" + }, + "markerRadius": { + "valueType": "int", + "defaultValue": 3.0, + "description": "radius size of markers", + "name": "markerRadius" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "xy", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + }, + "bubble": { + "transform": { + "method": "array:2-key" + }, + "sharedAxis": false, + "axis": { + "xAxis": { + "dimension": "single", + "axisType": "key", + "minAxisCount": 1.0, + "description": "serial", + "name": "xAxis" + }, + "yAxis": { + "dimension": "single", + "axisType": "key", + "minAxisCount": 1.0, + "description": "serial", + "name": "yAxis" + }, + "zAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "zAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "minBubbleSize": { + "valueType": "int", + "defaultValue": 3.0, + "description": "minimum size of bubble", + "name": "minBubbleSize" + }, + "maxBubbleSize": { + "valueType": "int", + "defaultValue": 50.0, + "description": "maximum size of bubble", + "name": "maxBubbleSize" + }, + "plotBorderWidth": { + "valueType": "int", + "defaultValue": 1.0, + "description": "border width of plot", + "name": "plotBorderWidth" + }, + "xGridLineWidth": { + "valueType": "int", + "defaultValue": 1.0, + "description": "grid line width of X axis", + "name": "xGridLineWidth" + }, + "yGridLineWidth": { + "valueType": "int", + "defaultValue": 1.0, + "description": "grid line width of Y axis", + "name": "yGridLineWidth" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "xy", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "zAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of zAxis", + "name": "zAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + } + }, + "initialized": false, + "version": { + "axis": "{\"scatter\":[{\"dimension\":\"single\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"serial\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"description\":\"serial\",\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"bubble\":[{\"dimension\":\"single\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"serial\",\"name\":\"xAxis\"},{\"dimension\":\"single\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"serial\",\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"zAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}]}", + "parameter": "{\"scatter\":[{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"use predefined color set\",\"widget\":\"checkbox\",\"name\":\"usePredefinedColorSet\"},{\"valueType\":\"int\",\"defaultValue\":3,\"description\":\"radius size of markers\",\"name\":\"markerRadius\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"xy\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"bubble\":[{\"valueType\":\"int\",\"defaultValue\":3,\"description\":\"minimum size of bubble\",\"name\":\"minBubbleSize\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"maximum size of bubble\",\"name\":\"maxBubbleSize\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"border width of plot\",\"name\":\"plotBorderWidth\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"grid line width of X axis\",\"name\":\"xGridLineWidth\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"grid line width of Y axis\",\"name\":\"yGridLineWidth\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"xy\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of zAxis\",\"name\":\"zAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" + } + }, + "chart": { + "current": "scatter", + "available": [ + "scatter", + "bubble" + ] + }, + "axis": { + "scatter": { + "yAxis": [], + "category": [] + }, + "bubble": { + "zAxis": [], + "category": [] + } + }, + "sharedAxis": {}, + "axisSpecs": { + "scatter": [ + { + "dimension": "single", + "axisType": "key", + "minAxisCount": 1.0, + "description": "serial", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "description": "serial", + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "bubble": [ + { + "dimension": "single", + "axisType": "key", + "minAxisCount": 1.0, + "description": "serial", + "name": "xAxis" + }, + { + "dimension": "single", + "axisType": "key", + "minAxisCount": 1.0, + "description": "serial", + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "zAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ] + }, + "parameter": { + "scatter": { + "usePredefinedColorSet": true, + "markerRadius": 3.0, + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "xy", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + }, + "bubble": { + "minBubbleSize": 3.0, + "maxBubbleSize": 50.0, + "plotBorderWidth": 1.0, + "xGridLineWidth": 1.0, + "yGridLineWidth": 1.0, + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "xy", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "zAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + } + }, + "paramSpecs": { + "scatter": [ + { + "valueType": "boolean", + "defaultValue": true, + "description": "use predefined color set", + "widget": "checkbox", + "name": "usePredefinedColorSet" + }, + { + "valueType": "int", + "defaultValue": 3.0, + "description": "radius size of markers", + "name": "markerRadius" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "xy", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ], + "bubble": [ + { + "valueType": "int", + "defaultValue": 3.0, + "description": "minimum size of bubble", + "name": "minBubbleSize" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "maximum size of bubble", + "name": "maxBubbleSize" + }, + { + "valueType": "int", + "defaultValue": 1.0, + "description": "border width of plot", + "name": "plotBorderWidth" + }, + { + "valueType": "int", + "defaultValue": 1.0, + "description": "grid line width of X axis", + "name": "xGridLineWidth" + }, + { + "valueType": "int", + "defaultValue": 1.0, + "description": "grid line width of Y axis", + "name": "yGridLineWidth" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "xy", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of zAxis", + "name": "zAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ] + } + }, + "ultimate-column-chart": { + "chartChanged": true, + "parameterChanged": false, + "panel": { + "columnPanelOpened": true, + "parameterPanelOpened": false + }, + "spec": { + "charts": { + "column": { + "transform": { + "method": "array" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelRotation": { + "valueType": "int", + "defaultValue": -90.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + }, + "stacked": { + "transform": { + "method": "array" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelRotation": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + }, + "percent": { + "transform": { + "method": "array" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelRotation": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + "tooltipPercentagePrecision": { + "valueType": "string", + "defaultValue": ".2f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPercentagePrecision" + } + } + }, + "drill-down": { + "transform": { + "method": "drill-down" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": -45.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelRotation": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "none", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + } + }, + "initialized": false, + "version": { + "axis": "{\"column\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"stacked\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"percent\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"drill-down\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}]}", + "parameter": "{\"column\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":-90,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"stacked\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"percent\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\".2f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPercentagePrecision\"}],\"drill-down\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":-45,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" + } + }, + "chart": { + "current": "column", + "available": [ + "column", + "stacked", + "percent", + "drill-down" + ] + }, + "axis": { + "column": { + "xAxis": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "category": [] + }, + "stacked": { + "xAxis": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "category": [] + }, + "percent": { + "xAxis": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "category": [] + }, + "drill-down": { + "xAxis": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "category": [] + } + }, + "sharedAxis": { + "xAxis": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "category": [] + }, + "axisSpecs": { + "column": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "stacked": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "percent": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "drill-down": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ] + }, + "parameter": { + "column": { + "inverted": false, + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelRotation": -90.0, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "x", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + }, + "stacked": { + "inverted": false, + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelRotation": 0.0, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "x", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + }, + "percent": { + "inverted": false, + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelRotation": 0.0, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "x", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "", + "tooltipPercentagePrecision": ".2f" + }, + "drill-down": { + "inverted": false, + "floatingLegend": "default", + "rotateXAxisLabel": -45.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelRotation": 0.0, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "none", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + } + }, + "paramSpecs": { + "column": [ + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "int", + "defaultValue": -90.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ], + "stacked": [ + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ], + "percent": [ + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + { + "valueType": "string", + "defaultValue": ".2f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPercentagePrecision" + } + ], + "drill-down": [ + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": -45.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ] + } + }, + "ultimate-area-chart": { + "chartChanged": true, + "parameterChanged": false, + "panel": { + "columnPanelOpened": true, + "parameterPanelOpened": false + }, + "spec": { + "charts": { + "area": { + "transform": { + "method": "object" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "graphLineThickness": { + "valueType": "int", + "defaultValue": 1.0, + "description": "thickness for graph line", + "name": "graphLineThickness" + }, + "graphLineAlpha": { + "valueType": "int", + "defaultValue": 0.5, + "description": "alpha for graph line", + "name": "graphLineAlpha" + }, + "graphFillAlpha": { + "valueType": "int", + "defaultValue": 0.4, + "description": "alpha for graph area", + "name": "graphFillAlpha" + }, + "balloonType": { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + "hideBulletsCount": { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + "yAxisValueFormat": { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + "yAxisValuePrecision": { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + "yAxisValueInside": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + "showXAxisScroll": { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + "showYAxisScroll": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + "chartMarginLeft": { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + "chartMarginRight": { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendValueText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + "legendValueWidth": { + "valueType": "int", + "defaultValue": 50.0, + "description": "value width of legends", + "name": "legendValueWidth" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "bulletType": { + "valueType": "string", + "defaultValue": "none", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "none", + "round", + "round-white" + ], + "name": "bulletType" + }, + "balloonText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + "yAxisGuides": { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + "trendLines": { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "logarithmicYAxis": { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "graphType": { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "line", + "smoothedLine" + ], + "name": "graphType" + }, + "dateFormat": { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + } + } + }, + "stacked": { + "transform": { + "method": "object" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "graphLineThickness": { + "valueType": "int", + "defaultValue": 1.0, + "description": "thickness for graph line", + "name": "graphLineThickness" + }, + "graphLineAlpha": { + "valueType": "int", + "defaultValue": 0.4, + "description": "alpha for graph line", + "name": "graphLineAlpha" + }, + "graphFillAlpha": { + "valueType": "int", + "defaultValue": 0.5, + "description": "alpha for graph area", + "name": "graphFillAlpha" + }, + "balloonType": { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + "hideBulletsCount": { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + "yAxisValueFormat": { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + "yAxisValuePrecision": { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + "yAxisValueInside": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + "showXAxisScroll": { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + "showYAxisScroll": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + "chartMarginLeft": { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + "chartMarginRight": { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendValueText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + "legendValueWidth": { + "valueType": "int", + "defaultValue": 50.0, + "description": "value width of legends", + "name": "legendValueWidth" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "bulletType": { + "valueType": "string", + "defaultValue": "none", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "none", + "round", + "round-white" + ], + "name": "bulletType" + }, + "balloonText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + "yAxisGuides": { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + "trendLines": { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "logarithmicYAxis": { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "graphType": { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "line", + "smoothedLine" + ], + "name": "graphType" + }, + "dateFormat": { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + } + } + }, + "percent": { + "transform": { + "method": "object" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "graphLineThickness": { + "valueType": "int", + "defaultValue": 1.0, + "description": "thickness for graph line", + "name": "graphLineThickness" + }, + "graphLineAlpha": { + "valueType": "int", + "defaultValue": 0.4, + "description": "alpha for graph line", + "name": "graphLineAlpha" + }, + "graphFillAlpha": { + "valueType": "int", + "defaultValue": 0.5, + "description": "alpha for graph area", + "name": "graphFillAlpha" + }, + "balloonType": { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + "hideBulletsCount": { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + "yAxisValueFormat": { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + "yAxisValuePrecision": { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + "yAxisValueInside": { + "valueType": "boolean", + "defaultValue": false, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + "showXAxisScroll": { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + "showYAxisScroll": { + "valueType": "boolean", + "defaultValue": false, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + "chartMarginLeft": { + "valueType": "int", + "defaultValue": 55.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + "chartMarginRight": { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendValueText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + "legendValueWidth": { + "valueType": "int", + "defaultValue": 100.0, + "description": "value width of legends", + "name": "legendValueWidth" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "bulletType": { + "valueType": "string", + "defaultValue": "none", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "none", + "round", + "round-white" + ], + "name": "bulletType" + }, + "balloonText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + "yAxisGuides": { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + "trendLines": { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "logarithmicYAxis": { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "graphType": { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "line", + "smoothedLine" + ], + "name": "graphType" + }, + "dateFormat": { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + } + } + }, + "no-group": { + "transform": { + "method": "raw" + }, + "axis": { + "xAxis": { + "dimension": "single", + "axisType": "unique", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "value", + "minAxisCount": 1.0, + "name": "yAxis" + } + }, + "parameter": { + "graphLineThickness": { + "valueType": "int", + "defaultValue": 1.0, + "description": "thickness for graph line", + "name": "graphLineThickness" + }, + "graphLineAlpha": { + "valueType": "int", + "defaultValue": 0.5, + "description": "alpha for graph line", + "name": "graphLineAlpha" + }, + "graphFillAlpha": { + "valueType": "int", + "defaultValue": 0.4, + "description": "alpha for graph area", + "name": "graphFillAlpha" + }, + "balloonType": { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + "hideBulletsCount": { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + "yAxisValueFormat": { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + "yAxisValuePrecision": { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + "yAxisValueInside": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + "showXAxisScroll": { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + "showYAxisScroll": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + "chartMarginLeft": { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + "chartMarginRight": { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendValueText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + "legendValueWidth": { + "valueType": "int", + "defaultValue": 50.0, + "description": "value width of legends", + "name": "legendValueWidth" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "bulletType": { + "valueType": "string", + "defaultValue": "none", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "none", + "round", + "round-white" + ], + "name": "bulletType" + }, + "balloonText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + "yAxisGuides": { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + "trendLines": { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "logarithmicYAxis": { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "graphType": { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "line", + "smoothedLine" + ], + "name": "graphType" + }, + "dateFormat": { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + }, + "areaType": { + "valueType": "string", + "defaultValue": "area", + "description": "type of area chart", + "widget": "option", + "optionValues": [ + "area", + "stacked", + "perecnt" + ], + "name": "areaType" + } + } + } + }, + "initialized": false, + "version": { + "axis": "{\"area\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"stacked\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"percent\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"no-group\":[{\"dimension\":\"single\",\"axisType\":\"unique\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"value\",\"minAxisCount\":1,\"name\":\"yAxis\"}]}", + "parameter": "{\"area\":[{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"thickness for graph line\",\"name\":\"graphLineThickness\"},{\"valueType\":\"int\",\"defaultValue\":0.5,\"description\":\"alpha for graph line\",\"name\":\"graphLineAlpha\"},{\"valueType\":\"int\",\"defaultValue\":0.4,\"description\":\"alpha for graph area\",\"name\":\"graphFillAlpha\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"value width of legends\",\"name\":\"legendValueWidth\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"none\",\"round\",\"round-white\"],\"name\":\"bulletType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"line\",\"smoothedLine\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"}],\"stacked\":[{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"thickness for graph line\",\"name\":\"graphLineThickness\"},{\"valueType\":\"int\",\"defaultValue\":0.4,\"description\":\"alpha for graph line\",\"name\":\"graphLineAlpha\"},{\"valueType\":\"int\",\"defaultValue\":0.5,\"description\":\"alpha for graph area\",\"name\":\"graphFillAlpha\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"value width of legends\",\"name\":\"legendValueWidth\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"none\",\"round\",\"round-white\"],\"name\":\"bulletType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"line\",\"smoothedLine\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"}],\"percent\":[{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"thickness for graph line\",\"name\":\"graphLineThickness\"},{\"valueType\":\"int\",\"defaultValue\":0.4,\"description\":\"alpha for graph line\",\"name\":\"graphLineAlpha\"},{\"valueType\":\"int\",\"defaultValue\":0.5,\"description\":\"alpha for graph area\",\"name\":\"graphFillAlpha\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":55,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"int\",\"defaultValue\":100,\"description\":\"value width of legends\",\"name\":\"legendValueWidth\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"none\",\"round\",\"round-white\"],\"name\":\"bulletType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"line\",\"smoothedLine\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"}],\"no-group\":[{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"thickness for graph line\",\"name\":\"graphLineThickness\"},{\"valueType\":\"int\",\"defaultValue\":0.5,\"description\":\"alpha for graph line\",\"name\":\"graphLineAlpha\"},{\"valueType\":\"int\",\"defaultValue\":0.4,\"description\":\"alpha for graph area\",\"name\":\"graphFillAlpha\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"value width of legends\",\"name\":\"legendValueWidth\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"none\",\"round\",\"round-white\"],\"name\":\"bulletType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"line\",\"smoothedLine\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"area\",\"description\":\"type of area chart\",\"widget\":\"option\",\"optionValues\":[\"area\",\"stacked\",\"perecnt\"],\"name\":\"areaType\"}]}" + } + }, + "chart": { + "current": "no-group", + "available": [ + "area", + "stacked", + "percent", + "no-group" + ] + }, + "axis": { + "area": { + "xAxis": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "category": [] + }, + "stacked": { + "xAxis": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "category": [] + }, + "percent": { + "xAxis": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "category": [] + }, + "no-group": { + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "xAxis": { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + } + }, + "sharedAxis": { + "xAxis": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "category": [] + }, + "axisSpecs": { + "area": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "stacked": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "percent": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "no-group": [ + { + "dimension": "single", + "axisType": "unique", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "value", + "minAxisCount": 1.0, + "name": "yAxis" + } + ] + }, + "parameter": { + "area": { + "graphLineThickness": 1.0, + "graphLineAlpha": 0.5, + "graphFillAlpha": 0.4, + "balloonType": "simple", + "hideBulletsCount": 50.0, + "yAxisValueFormat": "none", + "yAxisValuePrecision": 2.0, + "yAxisValueInside": true, + "showXAxisScroll": false, + "showYAxisScroll": true, + "chartMarginLeft": 15.0, + "chartMarginRight": 15.0, + "showLegend": true, + "legendValueText": "", + "legendPosition": "bottom", + "legendValueWidth": 50.0, + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "bulletType": "none", + "balloonText": "", + "yAxisGuides": "", + "trendLines": "", + "mainTitle": "", + "subTitle": "", + "xAxisName": "", + "yAxisName": "", + "xAxisUnit": "", + "yAxisUnit": "", + "logarithmicYAxis": false, + "inverted": false, + "graphType": "line", + "dateFormat": "" + }, + "stacked": { + "graphLineThickness": 1.0, + "graphLineAlpha": 0.4, + "graphFillAlpha": 0.5, + "balloonType": "simple", + "hideBulletsCount": 50.0, + "yAxisValueFormat": "none", + "yAxisValuePrecision": 2.0, + "yAxisValueInside": true, + "showXAxisScroll": false, + "showYAxisScroll": true, + "chartMarginLeft": 15.0, + "chartMarginRight": 15.0, + "showLegend": true, + "legendValueText": "", + "legendPosition": "bottom", + "legendValueWidth": 50.0, + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "bulletType": "none", + "balloonText": "", + "yAxisGuides": "", + "trendLines": "", + "mainTitle": "", + "subTitle": "", + "xAxisName": "", + "yAxisName": "", + "xAxisUnit": "", + "yAxisUnit": "", + "logarithmicYAxis": false, + "inverted": false, + "graphType": "line", + "dateFormat": "" + }, + "percent": { + "graphLineThickness": 1.0, + "graphLineAlpha": 0.4, + "graphFillAlpha": 0.5, + "balloonType": "simple", + "hideBulletsCount": 50.0, + "yAxisValueFormat": "none", + "yAxisValuePrecision": 2.0, + "yAxisValueInside": false, + "showXAxisScroll": false, + "showYAxisScroll": false, + "chartMarginLeft": 55.0, + "chartMarginRight": 15.0, + "showLegend": true, + "legendValueText": "", + "legendPosition": "bottom", + "legendValueWidth": 100.0, + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "bulletType": "none", + "balloonText": "", + "yAxisGuides": "", + "trendLines": "", + "mainTitle": "", + "subTitle": "", + "xAxisName": "", + "yAxisName": "", + "xAxisUnit": "", + "yAxisUnit": "", + "logarithmicYAxis": false, + "inverted": false, + "graphType": "line", + "dateFormat": "" + }, + "no-group": { + "graphLineThickness": 1.0, + "graphLineAlpha": 0.5, + "graphFillAlpha": 0.4, + "balloonType": "simple", + "hideBulletsCount": 50.0, + "yAxisValueFormat": "none", + "yAxisValuePrecision": 2.0, + "yAxisValueInside": true, + "showXAxisScroll": false, + "showYAxisScroll": true, + "chartMarginLeft": 15.0, + "chartMarginRight": 15.0, + "showLegend": true, + "legendValueText": "", + "legendPosition": "bottom", + "legendValueWidth": 50.0, + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "bulletType": "none", + "balloonText": "", + "yAxisGuides": "", + "trendLines": "", + "mainTitle": "", + "subTitle": "", + "xAxisName": "", + "yAxisName": "", + "xAxisUnit": "", + "yAxisUnit": "", + "logarithmicYAxis": false, + "inverted": false, + "graphType": "line", + "dateFormat": "", + "areaType": "area" + } + }, + "paramSpecs": { + "area": [ + { + "valueType": "int", + "defaultValue": 1.0, + "description": "thickness for graph line", + "name": "graphLineThickness" + }, + { + "valueType": "int", + "defaultValue": 0.5, + "description": "alpha for graph line", + "name": "graphLineAlpha" + }, + { + "valueType": "int", + "defaultValue": 0.4, + "description": "alpha for graph area", + "name": "graphFillAlpha" + }, + { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "value width of legends", + "name": "legendValueWidth" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "none", + "round", + "round-white" + ], + "name": "bulletType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "line", + "smoothedLine" + ], + "name": "graphType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + } + ], + "stacked": [ + { + "valueType": "int", + "defaultValue": 1.0, + "description": "thickness for graph line", + "name": "graphLineThickness" + }, + { + "valueType": "int", + "defaultValue": 0.4, + "description": "alpha for graph line", + "name": "graphLineAlpha" + }, + { + "valueType": "int", + "defaultValue": 0.5, + "description": "alpha for graph area", + "name": "graphFillAlpha" + }, + { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "value width of legends", + "name": "legendValueWidth" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "none", + "round", + "round-white" + ], + "name": "bulletType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "line", + "smoothedLine" + ], + "name": "graphType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + } + ], + "percent": [ + { + "valueType": "int", + "defaultValue": 1.0, + "description": "thickness for graph line", + "name": "graphLineThickness" + }, + { + "valueType": "int", + "defaultValue": 0.4, + "description": "alpha for graph line", + "name": "graphLineAlpha" + }, + { + "valueType": "int", + "defaultValue": 0.5, + "description": "alpha for graph area", + "name": "graphFillAlpha" + }, + { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + { + "valueType": "int", + "defaultValue": 55.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + { + "valueType": "int", + "defaultValue": 100.0, + "description": "value width of legends", + "name": "legendValueWidth" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "none", + "round", + "round-white" + ], + "name": "bulletType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "line", + "smoothedLine" + ], + "name": "graphType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + } + ], + "no-group": [ + { + "valueType": "int", + "defaultValue": 1.0, + "description": "thickness for graph line", + "name": "graphLineThickness" + }, + { + "valueType": "int", + "defaultValue": 0.5, + "description": "alpha for graph line", + "name": "graphLineAlpha" + }, + { + "valueType": "int", + "defaultValue": 0.4, + "description": "alpha for graph area", + "name": "graphFillAlpha" + }, + { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "value width of legends", + "name": "legendValueWidth" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "none", + "round", + "round-white" + ], + "name": "bulletType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "line", + "smoothedLine" + ], + "name": "graphType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + }, + { + "valueType": "string", + "defaultValue": "area", + "description": "type of area chart", + "widget": "option", + "optionValues": [ + "area", + "stacked", + "perecnt" + ], + "name": "areaType" + } + ] + } + }, + "ultimate-line-chart": { + "chartChanged": false, + "parameterChanged": false, + "panel": { + "columnPanelOpened": true, + "parameterPanelOpened": true + }, + "spec": { + "charts": { + "line": { + "transform": { + "method": "object" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "bulletType": { + "valueType": "string", + "defaultValue": "round", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "round", + "round-white", + "none" + ], + "name": "bulletType" + }, + "bulletSize": { + "valueType": "int", + "defaultValue": 5.0, + "description": "size of bullets", + "name": "bulletSize" + }, + "hideBulletsCount": { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + "yAxisValueFormat": { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + "yAxisValuePrecision": { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + "yAxisValueInside": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + "showXAxisScroll": { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + "showYAxisScroll": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + "chartMarginLeft": { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + "chartMarginRight": { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendValueText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "balloonText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + "balloonType": { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + "yAxisGuides": { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + "trendLines": { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "logarithmicYAxis": { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "graphType": { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "line", + "smoothedLine" + ], + "name": "graphType" + }, + "dateFormat": { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + } + } + }, + "dashed": { + "transform": { + "method": "object" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "bulletType": { + "valueType": "string", + "defaultValue": "none", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "none", + "round", + "round-white" + ], + "name": "bulletType" + }, + "bulletSize": { + "valueType": "int", + "defaultValue": 5.0, + "description": "size of bullets", + "name": "bulletSize" + }, + "hideBulletsCount": { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + "yAxisValueFormat": { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + "yAxisValuePrecision": { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + "yAxisValueInside": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + "showXAxisScroll": { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + "showYAxisScroll": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + "chartMarginLeft": { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + "chartMarginRight": { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendValueText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "balloonText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + "balloonType": { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + "yAxisGuides": { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + "trendLines": { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "logarithmicYAxis": { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "graphType": { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "smoothedLine", + "line" + ], + "name": "graphType" + }, + "dateFormat": { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + }, + "dashLength": { + "valueType": "int", + "defaultValue": 5.0, + "description": "the length of dash", + "name": "dashLength" + } + } + }, + "step": { + "transform": { + "method": "object" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "bulletSize": { + "valueType": "int", + "defaultValue": 5.0, + "description": "size of bullets", + "name": "bulletSize" + }, + "hideBulletsCount": { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + "yAxisValueFormat": { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + "yAxisValuePrecision": { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + "yAxisValueInside": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + "showXAxisScroll": { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + "showYAxisScroll": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + "chartMarginLeft": { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + "chartMarginRight": { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendValueText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "balloonText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + "balloonType": { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + "yAxisGuides": { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + "trendLines": { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "logarithmicYAxis": { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "dateFormat": { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + }, + "dashLength": { + "valueType": "int", + "defaultValue": 0.0, + "description": "the length of dash", + "name": "dashLength" + }, + "noStepRisers": { + "valueType": "boolean", + "defaultValue": false, + "description": "no risers in step line", + "widget": "checkbox", + "name": "noStepRisers" + } + } + }, + "no-group": { + "transform": { + "method": "raw" + }, + "axis": { + "xAxis": { + "dimension": "single", + "axisType": "unique", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "value", + "minAxisCount": 1.0, + "name": "yAxis" + } + }, + "parameter": { + "bulletType": { + "valueType": "string", + "defaultValue": "round", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "round", + "round-white", + "none" + ], + "name": "bulletType" + }, + "bulletSize": { + "valueType": "int", + "defaultValue": 5.0, + "description": "size of bullets", + "name": "bulletSize" + }, + "hideBulletsCount": { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + "yAxisValueFormat": { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + "yAxisValuePrecision": { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + "yAxisValueInside": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + "showXAxisScroll": { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + "showYAxisScroll": { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + "chartMarginLeft": { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + "chartMarginRight": { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendValueText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "balloonText": { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + "balloonType": { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + "yAxisGuides": { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + "trendLines": { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "logarithmicYAxis": { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "graphType": { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "line", + "smoothedLine" + ], + "name": "graphType" + }, + "dateFormat": { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + } + } + } + }, + "initialized": false, + "version": { + "axis": "{\"line\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"dashed\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"step\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"no-group\":[{\"dimension\":\"single\",\"axisType\":\"unique\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"value\",\"minAxisCount\":1,\"name\":\"yAxis\"}]}", + "parameter": "{\"line\":[{\"valueType\":\"string\",\"defaultValue\":\"round\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"round\",\"round-white\",\"none\"],\"name\":\"bulletType\"},{\"valueType\":\"int\",\"defaultValue\":5,\"description\":\"size of bullets\",\"name\":\"bulletSize\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"line\",\"smoothedLine\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"}],\"dashed\":[{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"none\",\"round\",\"round-white\"],\"name\":\"bulletType\"},{\"valueType\":\"int\",\"defaultValue\":5,\"description\":\"size of bullets\",\"name\":\"bulletSize\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"smoothedLine\",\"line\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"},{\"valueType\":\"int\",\"defaultValue\":5,\"description\":\"the length of dash\",\"name\":\"dashLength\"}],\"step\":[{\"valueType\":\"int\",\"defaultValue\":5,\"description\":\"size of bullets\",\"name\":\"bulletSize\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"the length of dash\",\"name\":\"dashLength\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"no risers in step line\",\"widget\":\"checkbox\",\"name\":\"noStepRisers\"}],\"no-group\":[{\"valueType\":\"string\",\"defaultValue\":\"round\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"round\",\"round-white\",\"none\"],\"name\":\"bulletType\"},{\"valueType\":\"int\",\"defaultValue\":5,\"description\":\"size of bullets\",\"name\":\"bulletSize\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"line\",\"smoothedLine\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"}]}" + } + }, + "chart": { + "current": "step", + "available": [ + "line", + "dashed", + "step", + "no-group" + ] + }, + "axis": { + "line": { + "xAxis": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "category": [] + }, + "dashed": { + "xAxis": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "category": [] + }, + "step": { + "xAxis": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "category": [] + }, + "no-group": { + "yAxis": [] + } + }, + "sharedAxis": { + "xAxis": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ], + "category": [] + }, + "axisSpecs": { + "line": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "dashed": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "step": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "no-group": [ + { + "dimension": "single", + "axisType": "unique", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "value", + "minAxisCount": 1.0, + "name": "yAxis" + } + ] + }, + "parameter": { + "line": { + "bulletType": "round", + "bulletSize": 5.0, + "hideBulletsCount": 50.0, + "yAxisValueFormat": "none", + "yAxisValuePrecision": 2.0, + "yAxisValueInside": true, + "showXAxisScroll": false, + "showYAxisScroll": true, + "chartMarginLeft": 15.0, + "chartMarginRight": 15.0, + "showLegend": true, + "legendValueText": "", + "legendPosition": "bottom", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "balloonText": "", + "balloonType": "simple", + "yAxisGuides": "", + "trendLines": "", + "mainTitle": "", + "subTitle": "", + "xAxisName": "", + "yAxisName": "", + "xAxisUnit": "", + "yAxisUnit": "", + "logarithmicYAxis": false, + "inverted": false, + "graphType": "line", + "dateFormat": "" + }, + "dashed": { + "bulletType": "none", + "bulletSize": 5.0, + "hideBulletsCount": 50.0, + "yAxisValueFormat": "none", + "yAxisValuePrecision": 2.0, + "yAxisValueInside": true, + "showXAxisScroll": false, + "showYAxisScroll": true, + "chartMarginLeft": 15.0, + "chartMarginRight": 15.0, + "showLegend": true, + "legendValueText": "", + "legendPosition": "bottom", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "balloonText": "", + "balloonType": "simple", + "yAxisGuides": "", + "trendLines": "", + "mainTitle": "", + "subTitle": "", + "xAxisName": "", + "yAxisName": "", + "xAxisUnit": "", + "yAxisUnit": "", + "logarithmicYAxis": false, + "inverted": false, + "graphType": "line", + "dateFormat": "", + "dashLength": 5.0 + }, + "step": { + "bulletSize": 5.0, + "hideBulletsCount": 50.0, + "yAxisValueFormat": "none", + "yAxisValuePrecision": 2.0, + "yAxisValueInside": true, + "showXAxisScroll": false, + "showYAxisScroll": true, + "chartMarginLeft": 15.0, + "chartMarginRight": 15.0, + "showLegend": true, + "legendValueText": "", + "legendPosition": "bottom", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "balloonText": "", + "balloonType": "simple", + "yAxisGuides": "", + "trendLines": "", + "mainTitle": "", + "subTitle": "", + "xAxisName": "", + "yAxisName": "", + "xAxisUnit": "", + "yAxisUnit": "", + "logarithmicYAxis": false, + "inverted": false, + "dateFormat": "", + "dashLength": 0.0, + "noStepRisers": false + }, + "no-group": { + "bulletType": "round", + "bulletSize": 5.0, + "hideBulletsCount": 50.0, + "yAxisValueFormat": "none", + "yAxisValuePrecision": 2.0, + "yAxisValueInside": true, + "showXAxisScroll": false, + "showYAxisScroll": true, + "chartMarginLeft": 15.0, + "chartMarginRight": 15.0, + "showLegend": true, + "legendValueText": "", + "legendPosition": "bottom", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "balloonText": "", + "balloonType": "simple", + "yAxisGuides": "", + "trendLines": "", + "mainTitle": "", + "subTitle": "", + "xAxisName": "", + "yAxisName": "", + "xAxisUnit": "", + "yAxisUnit": "", + "logarithmicYAxis": false, + "inverted": false, + "graphType": "line", + "dateFormat": "" + } + }, + "paramSpecs": { + "line": [ + { + "valueType": "string", + "defaultValue": "round", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "round", + "round-white", + "none" + ], + "name": "bulletType" + }, + { + "valueType": "int", + "defaultValue": 5.0, + "description": "size of bullets", + "name": "bulletSize" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "line", + "smoothedLine" + ], + "name": "graphType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + } + ], + "dashed": [ + { + "valueType": "string", + "defaultValue": "none", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "none", + "round", + "round-white" + ], + "name": "bulletType" + }, + { + "valueType": "int", + "defaultValue": 5.0, + "description": "size of bullets", + "name": "bulletSize" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "smoothedLine", + "line" + ], + "name": "graphType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + }, + { + "valueType": "int", + "defaultValue": 5.0, + "description": "the length of dash", + "name": "dashLength" + } + ], + "step": [ + { + "valueType": "int", + "defaultValue": 5.0, + "description": "size of bullets", + "name": "bulletSize" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "the length of dash", + "name": "dashLength" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "no risers in step line", + "widget": "checkbox", + "name": "noStepRisers" + } + ], + "no-group": [ + { + "valueType": "string", + "defaultValue": "round", + "description": "type of bullet", + "widget": "option", + "optionValues": [ + "round", + "round-white", + "none" + ], + "name": "bulletType" + }, + { + "valueType": "int", + "defaultValue": 5.0, + "description": "size of bullets", + "name": "bulletSize" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "bullets will be shown until this count", + "name": "hideBulletsCount" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "the format of yAxis value", + "widget": "option", + "optionValues": [ + "none", + "no-comma", + "compact-int", + "binary-size", + "second" + ], + "name": "yAxisValueFormat" + }, + { + "valueType": "int", + "defaultValue": 2.0, + "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", + "name": "yAxisValuePrecision" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis value inside of plot", + "widget": "checkbox", + "name": "yAxisValueInside" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "show xAxis scroll", + "widget": "checkbox", + "name": "showXAxisScroll" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show yAxis scroll", + "widget": "checkbox", + "name": "showYAxisScroll" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "left margin of chart", + "name": "chartMarginLeft" + }, + { + "valueType": "int", + "defaultValue": 15.0, + "description": "right margin of chart", + "name": "chartMarginRight" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", + "name": "legendValueText" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", + "name": "balloonText" + }, + { + "valueType": "string", + "defaultValue": "simple", + "description": "type of balloon", + "widget": "option", + "optionValues": [ + "simple", + "color", + "drop-shaped" + ], + "name": "balloonType" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "yAxisGuides" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", + "widget": "textarea", + "name": "trendLines" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use logarithmic scale in yAxis", + "widget": "checkbox", + "name": "logarithmicYAxis" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "line", + "description": "graph type", + "widget": "option", + "optionValues": [ + "line", + "smoothedLine" + ], + "name": "graphType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", + "name": "dateFormat" + } + ] + } + }, + "ultimate-column-chart-negative-values": { + "chartChanged": true, + "parameterChanged": false, + "panel": { + "columnPanelOpened": true, + "parameterPanelOpened": false + }, + "spec": { + "charts": { + "column": { + "transform": { + "method": "array" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelRotation": { + "valueType": "int", + "defaultValue": -90.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + }, + "stacked": { + "transform": { + "method": "array" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelRotation": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + }, + "percent": { + "transform": { + "method": "array" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelRotation": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + "tooltipPercentagePrecision": { + "valueType": "string", + "defaultValue": ".2f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPercentagePrecision" + } + } + }, + "drill-down": { + "transform": { + "method": "drill-down" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": -45.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelRotation": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "none", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + } + }, + "initialized": false, + "version": { + "axis": "{\"column\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"stacked\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"percent\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"drill-down\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}]}", + "parameter": "{\"column\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":-90,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"stacked\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"percent\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\".2f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPercentagePrecision\"}],\"drill-down\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":-45,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" + } + }, + "chart": { + "current": "column", + "available": [ + "column", + "stacked", + "percent", + "drill-down" + ] + }, + "axis": { + "column": { + "xAxis": [], + "yAxis": [], + "category": [] + }, + "stacked": { + "xAxis": [], + "yAxis": [], + "category": [] + }, + "percent": { + "xAxis": [], + "yAxis": [], + "category": [] + }, + "drill-down": { + "xAxis": [], + "yAxis": [], + "category": [] + } + }, + "sharedAxis": { + "xAxis": [], + "yAxis": [], + "category": [] + }, + "axisSpecs": { + "column": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "stacked": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "percent": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "drill-down": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ] + }, + "parameter": { + "column": { + "inverted": false, + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelRotation": -90.0, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "x", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + }, + "stacked": { + "inverted": false, + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelRotation": 0.0, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "x", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + }, + "percent": { + "inverted": false, + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelRotation": 0.0, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "x", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "", + "tooltipPercentagePrecision": ".2f" + }, + "drill-down": { + "inverted": false, + "floatingLegend": "default", + "rotateXAxisLabel": -45.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelRotation": 0.0, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "none", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + } + }, + "paramSpecs": { + "column": [ + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "int", + "defaultValue": -90.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ], + "stacked": [ + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ], + "percent": [ + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + { + "valueType": "string", + "defaultValue": ".2f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPercentagePrecision" + } + ], + "drill-down": [ + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": -45.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ] + } + }, + "lineChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + }, + "table": { + "tableGridState": {}, + "tableColumnTypeState": { + "names": { + "date": "string", + "total": "string" + }, + "updated": false + }, + "tableOptionSpecHash": "[{\"name\":\"useFilter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable filter for columns\"},{\"name\":\"showPagination\",\"valueType\":\"boolean\",\"defaultValue\":true,\"widget\":\"checkbox\",\"description\":\"Enable pagination for better navigation\"},{\"name\":\"showAggregationFooter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable a footer for displaying aggregated values\"}]", + "tableOptionValue": { + "useFilter": false, + "showPagination": true, + "showAggregationFooter": false + }, + "updated": false, + "initialized": false + }, + "ultimate-dual-column-chart": { + "chartChanged": true, + "parameterChanged": false, + "panel": { + "columnPanelOpened": true, + "parameterPanelOpened": false + }, + "spec": { + "charts": { + "column": { + "transform": { + "method": "array" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "yAxisRight": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxisRight" + } + }, + "parameter": { + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelRotation": { + "valueType": "int", + "defaultValue": -90.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + } + }, + "initialized": false, + "version": { + "axis": "{\"column\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxisRight\"}]}", + "parameter": "{\"column\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":-90,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" + } + }, + "chart": { + "current": "column", + "available": [ + "column" + ] + }, + "axis": { + "column": { + "xAxis": [], + "yAxis": [], + "yAxisRight": [] + } + }, + "sharedAxis": { + "xAxis": [], + "yAxis": [], + "yAxisRight": [] + }, + "axisSpecs": { + "column": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxisRight" + } + ] + }, + "parameter": { + "column": { + "inverted": false, + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelRotation": -90.0, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "x", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + } + }, + "paramSpecs": { + "column": [ + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "int", + "defaultValue": -90.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ] + } + } + }, + "commonSetting": {} + }, + "helium": {} + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314578_-1751812666", + "id": "paragraph_1560310207151_-1268698840", + "dateCreated": "2019-12-25 23:45:14.578", + "status": "READY" + }, + { + "title": "Count of Unique Presto Users by Week", + "text": "%jdbc(presto)\nSELECT date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%x-%v\u0027), count(distinct user_) AS total\nFROM datapipeline.logs_presto_query_completion\nWHERE datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027360\u0027 day, \u0027%Y%m%d%H\u0027)\nGROUP BY date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%x-%v\u0027)\nORDER BY date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%x-%v\u0027)", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.578", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": false + }, + "editorMode": "ace/mode/sql", + "colWidth": 6.0, + "editorHide": false, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "mode": "multiBarChart", + "height": 244.0, + "optionOpen": false, + "setting": { + "table": { + "tableGridState": {}, + "tableColumnTypeState": { + "names": { + "_col0": "string", + "total": "string" + }, + "updated": false + }, + "tableOptionSpecHash": "[{\"name\":\"useFilter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable filter for columns\"},{\"name\":\"showPagination\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable pagination for better navigation\"},{\"name\":\"showAggregationFooter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable a footer for displaying aggregated values\"}]", + "tableOptionValue": { + "useFilter": false, + "showPagination": false, + "showAggregationFooter": false + }, + "updated": false, + "initialized": false + }, + "ultimate-heatmap-chart": { + "chartChanged": true, + "parameterChanged": false, + "panel": { + "columnPanelOpened": true, + "parameterPanelOpened": false + }, + "spec": { + "charts": { + "heatmap": { + "transform": { + "method": "array:2-key" + }, + "sharedAxis": false, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "minAxisCount": 1.0, + "description": "categorical", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "key", + "minAxisCount": 1.0, + "description": "categorical", + "name": "yAxis" + }, + "zAxis": { + "dimension": "single", + "axisType": "aggregator", + "minAxisCount": 1.0, + "description": "numeric", + "name": "zAxis" + } + }, + "parameter": { + "plotBorderWidth": { + "valueType": "int", + "defaultValue": 1.0, + "description": "border width of plot", + "name": "plotBorderWidth" + }, + "seriesBorderWidth": { + "valueType": "int", + "defaultValue": 1.0, + "description": "border width of series", + "name": "seriesBorderWidth" + }, + "yAxisGridLineWidth": { + "valueType": "int", + "defaultValue": 1.0, + "description": "width of yAxis grid line", + "name": "yAxisGridLineWidth" + }, + "colorAxisStops": { + "valueType": "JSON", + "defaultValue": "", + "description": "colorAxis.stops", + "widget": "textarea", + "name": "colorAxisStops" + }, + "useColorAxisMax": { + "valueType": "boolean", + "defaultValue": false, + "description": "use colorAxis.max", + "widget": "checkbox", + "name": "useColorAxisMax" + }, + "colorAxisMaxValue": { + "valueType": "int", + "defaultValue": 1.0, + "description": "colorAxis.max", + "name": "colorAxisMaxValue" + }, + "useColorAxisMin": { + "valueType": "boolean", + "defaultValue": false, + "description": "use colorAxis.min", + "widget": "checkbox", + "name": "useColorAxisMin" + }, + "colorAxisMinValue": { + "valueType": "int", + "defaultValue": 0.0, + "description": "colorAxis.min", + "name": "colorAxisMinValue" + }, + "colorAxisMaxColor": { + "valueType": "string", + "defaultValue": "#7cb5ec", + "description": "max color of color axis", + "name": "colorAxisMaxColor" + }, + "colorAxisMinColor": { + "valueType": "string", + "defaultValue": "#FFFFFF", + "description": "min color of color axis", + "name": "colorAxisMinColor" + }, + "seriesBorderColor": { + "valueType": "string", + "defaultValue": "rgb(124, 181, 236)", + "description": "border color of series", + "name": "seriesBorderColor" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": -45.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showDataLabel": { + "valueType": "boolean", + "defaultValue": true, + "description": "show data label", + "widget": "checkbox", + "name": "showDataLabel" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "vertical", + "horizontal" + ], + "name": "legendLayout" + }, + "legendAlign": { + "valueType": "string", + "defaultValue": "center", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "center", + "right", + "left" + ], + "name": "legendAlign" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "zAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of zAxis", + "name": "zAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + } + }, + "initialized": false, + "version": { + "axis": "{\"heatmap\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"categorical\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"categorical\",\"name\":\"yAxis\"},{\"dimension\":\"single\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"description\":\"numeric\",\"name\":\"zAxis\"}]}", + "parameter": "{\"heatmap\":[{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"border width of plot\",\"name\":\"plotBorderWidth\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"border width of series\",\"name\":\"seriesBorderWidth\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"width of yAxis grid line\",\"name\":\"yAxisGridLineWidth\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"colorAxis.stops\",\"widget\":\"textarea\",\"name\":\"colorAxisStops\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use colorAxis.max\",\"widget\":\"checkbox\",\"name\":\"useColorAxisMax\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"colorAxis.max\",\"name\":\"colorAxisMaxValue\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use colorAxis.min\",\"widget\":\"checkbox\",\"name\":\"useColorAxisMin\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"colorAxis.min\",\"name\":\"colorAxisMinValue\"},{\"valueType\":\"string\",\"defaultValue\":\"#7cb5ec\",\"description\":\"max color of color axis\",\"name\":\"colorAxisMaxColor\"},{\"valueType\":\"string\",\"defaultValue\":\"#FFFFFF\",\"description\":\"min color of color axis\",\"name\":\"colorAxisMinColor\"},{\"valueType\":\"string\",\"defaultValue\":\"rgb(124, 181, 236)\",\"description\":\"border color of series\",\"name\":\"seriesBorderColor\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":-45,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show data label\",\"widget\":\"checkbox\",\"name\":\"showDataLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"vertical\",\"horizontal\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"center\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"center\",\"right\",\"left\"],\"name\":\"legendAlign\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of zAxis\",\"name\":\"zAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" + } + }, + "chart": { + "current": "heatmap", + "available": [ + "heatmap" + ] + }, + "axis": { + "heatmap": { + "xAxis": [ + { + "name": "_col0", + "index": 0.0, + "aggr": "sum" + } + ], + "yAxis": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ] + } + }, + "sharedAxis": {}, + "axisSpecs": { + "heatmap": [ + { + "dimension": "multiple", + "axisType": "key", + "minAxisCount": 1.0, + "description": "categorical", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "key", + "minAxisCount": 1.0, + "description": "categorical", + "name": "yAxis" + }, + { + "dimension": "single", + "axisType": "aggregator", + "minAxisCount": 1.0, + "description": "numeric", + "name": "zAxis" + } + ] + }, + "parameter": { + "heatmap": { + "plotBorderWidth": 1.0, + "seriesBorderWidth": 1.0, + "yAxisGridLineWidth": 1.0, + "colorAxisStops": "", + "useColorAxisMax": false, + "colorAxisMaxValue": 1.0, + "useColorAxisMin": false, + "colorAxisMinValue": 0.0, + "colorAxisMaxColor": "#7cb5ec", + "colorAxisMinColor": "#FFFFFF", + "seriesBorderColor": "rgb(124, 181, 236)", + "floatingLegend": "default", + "rotateXAxisLabel": -45.0, + "rotateYAxisLabel": 0.0, + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showDataLabel": true, + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "legendAlign": "center", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "zAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + } + }, + "paramSpecs": { + "heatmap": [ + { + "valueType": "int", + "defaultValue": 1.0, + "description": "border width of plot", + "name": "plotBorderWidth" + }, + { + "valueType": "int", + "defaultValue": 1.0, + "description": "border width of series", + "name": "seriesBorderWidth" + }, + { + "valueType": "int", + "defaultValue": 1.0, + "description": "width of yAxis grid line", + "name": "yAxisGridLineWidth" + }, + { + "valueType": "JSON", + "defaultValue": "", + "description": "colorAxis.stops", + "widget": "textarea", + "name": "colorAxisStops" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use colorAxis.max", + "widget": "checkbox", + "name": "useColorAxisMax" + }, + { + "valueType": "int", + "defaultValue": 1.0, + "description": "colorAxis.max", + "name": "colorAxisMaxValue" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use colorAxis.min", + "widget": "checkbox", + "name": "useColorAxisMin" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "colorAxis.min", + "name": "colorAxisMinValue" + }, + { + "valueType": "string", + "defaultValue": "#7cb5ec", + "description": "max color of color axis", + "name": "colorAxisMaxColor" + }, + { + "valueType": "string", + "defaultValue": "#FFFFFF", + "description": "min color of color axis", + "name": "colorAxisMinColor" + }, + { + "valueType": "string", + "defaultValue": "rgb(124, 181, 236)", + "description": "border color of series", + "name": "seriesBorderColor" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": -45.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show data label", + "widget": "checkbox", + "name": "showDataLabel" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top", + "left", + "right" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "vertical", + "horizontal" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "center", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "center", + "right", + "left" + ], + "name": "legendAlign" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of zAxis", + "name": "zAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ] + } + }, + "multiBarChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + }, + "stackedAreaChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default", + "style": "stack" + }, + "ultimate-pie-chart": { + "chartChanged": true, + "parameterChanged": false, + "panel": { + "columnPanelOpened": true, + "parameterPanelOpened": false + }, + "spec": { + "charts": { + "pie": { + "transform": { + "method": "drill-down" + }, + "sharedAxis": true, + "axis": { + "category": { + "dimension": "multiple", + "axisType": "key", + "name": "category" + }, + "value": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "value" + }, + "drill-down": { + "dimension": "multiple", + "axisType": "group", + "name": "drill-down" + } + }, + "parameter": { + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "valueUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of value", + "name": "valueUnit" + }, + "dataLabelType": { + "valueType": "string", + "defaultValue": "outside", + "description": "display type of data label", + "widget": "option", + "optionValues": [ + "outside", + "inside" + ], + "name": "dataLabelType" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".2f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPercentPrecision": { + "valueType": "string", + "defaultValue": ".2f", + "description": "precision of tooltip percentage without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPercentPrecision" + }, + "tooltipValuePrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip value without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipValuePrecision" + } + } + }, + "donut": { + "transform": { + "method": "drill-down" + }, + "sharedAxis": true, + "axis": { + "category": { + "dimension": "multiple", + "axisType": "key", + "name": "category" + }, + "value": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "value" + }, + "drill-down": { + "dimension": "multiple", + "axisType": "group", + "name": "drill-down" + } + }, + "parameter": { + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "valueUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of value", + "name": "valueUnit" + }, + "dataLabelType": { + "valueType": "string", + "defaultValue": "outside", + "description": "display type of data label", + "widget": "option", + "optionValues": [ + "outside", + "inside" + ], + "name": "dataLabelType" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".2f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPercentPrecision": { + "valueType": "string", + "defaultValue": ".2f", + "description": "precision of tooltip percentage without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPercentPrecision" + }, + "tooltipValuePrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip value without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipValuePrecision" + }, + "innerSize": { + "valueType": "int", + "defaultValue": 50.0, + "description": "inner size of donut", + "name": "innerSize" + } + } + }, + "half-donut": { + "transform": { + "method": "drill-down" + }, + "sharedAxis": true, + "axis": { + "category": { + "dimension": "multiple", + "axisType": "key", + "name": "category" + }, + "value": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "value" + }, + "drill-down": { + "dimension": "multiple", + "axisType": "group", + "name": "drill-down" + } + }, + "parameter": { + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "valueUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of value", + "name": "valueUnit" + }, + "dataLabelType": { + "valueType": "string", + "defaultValue": "outside", + "description": "display type of data label", + "widget": "option", + "optionValues": [ + "outside", + "inside" + ], + "name": "dataLabelType" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".2f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPercentPrecision": { + "valueType": "string", + "defaultValue": ".2f", + "description": "precision of tooltip percentage without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPercentPrecision" + }, + "tooltipValuePrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip value without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipValuePrecision" + }, + "innerSize": { + "valueType": "int", + "defaultValue": 50.0, + "description": "inner size of donut", + "name": "innerSize" + } + } + } + }, + "initialized": false, + "version": { + "axis": "{\"pie\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"category\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"value\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"drill-down\"}],\"donut\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"category\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"value\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"drill-down\"}],\"half-donut\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"category\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"value\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"drill-down\"}]}", + "parameter": "{\"pie\":[{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of value\",\"name\":\"valueUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"outside\",\"description\":\"display type of data label\",\"widget\":\"option\",\"optionValues\":[\"outside\",\"inside\"],\"name\":\"dataLabelType\"},{\"valueType\":\"string\",\"defaultValue\":\".2f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".2f\",\"description\":\"precision of tooltip percentage without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPercentPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip value without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipValuePrecision\"}],\"donut\":[{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of value\",\"name\":\"valueUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"outside\",\"description\":\"display type of data label\",\"widget\":\"option\",\"optionValues\":[\"outside\",\"inside\"],\"name\":\"dataLabelType\"},{\"valueType\":\"string\",\"defaultValue\":\".2f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".2f\",\"description\":\"precision of tooltip percentage without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPercentPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip value without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipValuePrecision\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"inner size of donut\",\"name\":\"innerSize\"}],\"half-donut\":[{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of value\",\"name\":\"valueUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"outside\",\"description\":\"display type of data label\",\"widget\":\"option\",\"optionValues\":[\"outside\",\"inside\"],\"name\":\"dataLabelType\"},{\"valueType\":\"string\",\"defaultValue\":\".2f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".2f\",\"description\":\"precision of tooltip percentage without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPercentPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip value without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipValuePrecision\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"inner size of donut\",\"name\":\"innerSize\"}]}" + } + }, + "chart": { + "current": "pie", + "available": [ + "pie", + "donut", + "half-donut" + ] + }, + "axis": { + "pie": { + "category": [], + "value": [], + "drill-down": [] + }, + "donut": { + "category": [], + "value": [], + "drill-down": [] + }, + "half-donut": { + "category": [], + "value": [], + "drill-down": [] + } + }, + "sharedAxis": { + "category": [], + "value": [], + "drill-down": [] + }, + "axisSpecs": { + "pie": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "category" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "value" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "drill-down" + } + ], + "donut": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "category" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "value" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "drill-down" + } + ], + "half-donut": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "category" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "value" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "drill-down" + } + ] + }, + "parameter": { + "pie": { + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "legendLabelFormat": "", + "mainTitle": "", + "subTitle": "", + "valueUnit": "", + "dataLabelType": "outside", + "dataLabelPrecision": ".2f", + "tooltipPercentPrecision": ".2f", + "tooltipValuePrecision": ".1f" + }, + "donut": { + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "legendLabelFormat": "", + "mainTitle": "", + "valueUnit": "", + "dataLabelType": "outside", + "dataLabelPrecision": ".2f", + "tooltipPercentPrecision": ".2f", + "tooltipValuePrecision": ".1f", + "innerSize": 50.0 + }, + "half-donut": { + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "legendLabelFormat": "", + "mainTitle": "", + "valueUnit": "", + "dataLabelType": "outside", + "dataLabelPrecision": ".2f", + "tooltipPercentPrecision": ".2f", + "tooltipValuePrecision": ".1f", + "innerSize": 50.0 + } + }, + "paramSpecs": { + "pie": [ + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of value", + "name": "valueUnit" + }, + { + "valueType": "string", + "defaultValue": "outside", + "description": "display type of data label", + "widget": "option", + "optionValues": [ + "outside", + "inside" + ], + "name": "dataLabelType" + }, + { + "valueType": "string", + "defaultValue": ".2f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".2f", + "description": "precision of tooltip percentage without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPercentPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip value without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipValuePrecision" + } + ], + "donut": [ + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of value", + "name": "valueUnit" + }, + { + "valueType": "string", + "defaultValue": "outside", + "description": "display type of data label", + "widget": "option", + "optionValues": [ + "outside", + "inside" + ], + "name": "dataLabelType" + }, + { + "valueType": "string", + "defaultValue": ".2f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".2f", + "description": "precision of tooltip percentage without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPercentPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip value without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipValuePrecision" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "inner size of donut", + "name": "innerSize" + } + ], + "half-donut": [ + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of value", + "name": "valueUnit" + }, + { + "valueType": "string", + "defaultValue": "outside", + "description": "display type of data label", + "widget": "option", + "optionValues": [ + "outside", + "inside" + ], + "name": "dataLabelType" + }, + { + "valueType": "string", + "defaultValue": ".2f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".2f", + "description": "precision of tooltip percentage without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPercentPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip value without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipValuePrecision" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "inner size of donut", + "name": "innerSize" + } + ] + } + } + }, + "commonSetting": {}, + "keys": [ + { + "name": "_col0", + "index": 0.0, + "aggr": "sum" + } + ], + "groups": [], + "values": [ + { + "name": "total", + "index": 1.0, + "aggr": "sum" + } + ] + }, + "helium": {} + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314578_-38987100", + "id": "20170104-021422_654720566", + "dateCreated": "2019-12-25 23:45:14.578", + "status": "READY" + }, + { + "text": "%jdbc(presto)\n\nSELECT date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%x-%v\u0027) as date, count(*) AS weekly_total_query\nFROM datapipeline.logs_presto_query_completion\nWHERE query_state !\u003d \u0027FAILED\u0027\nAND position(\u0027zeppelin\u0027 in source) !\u003d 0\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027360\u0027 day, \u0027%Y%m%d%H\u0027)\nGROUP BY 1\nORDER BY 1\n", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.579", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": false + }, + "colWidth": 6.0, + "editorMode": "ace/mode/sql", + "fontSize": 9.0, + "results": { + "0": { + "graph": { + "mode": "multiBarChart", + "height": 300.0, + "optionOpen": false, + "setting": { + "multiBarChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + } + }, + "commonSetting": {}, + "keys": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "groups": [], + "values": [ + { + "name": "weekly_total_query", + "index": 1.0, + "aggr": "sum" + } + ] + }, + "helium": {} + } + }, + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314579_134448586", + "id": "paragraph_1572410333570_1965035891", + "dateCreated": "2019-12-25 23:45:14.579", + "status": "READY" + }, + { + "title": "Count of Success Presto Queries by Day", + "text": "%jdbc(presto)\n\nSELECT format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027) as date, source, count(*) AS daily_total_query\nFROM datapipeline.logs_presto_query_completion\nWHERE query_state !\u003d \u0027FAILED\u0027\nAND position(\u0027verifier\u0027 in source) \u003d 0\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027360\u0027 day, \u0027%Y%m%d%H\u0027)\nGROUP BY 1, 2\nORDER BY 1", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.579", + "config": { + "tableHide": false, + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": false + }, + "editorMode": "ace/mode/sql", + "colWidth": 12.0, + "editorHide": false, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "date", + "aggr": "sum" + } + ], + "optionOpen": true, + "height": 318.0, + "lineWithFocus": false, + "values": [ + { + "index": 2.0, + "name": "daily_total_query", + "aggr": "sum" + } + ], + "mode": "lineChart", + "groups": [], + "forceY": true, + "scatter": { + "xAxis": { + "index": 0.0, + "name": "date", + "aggr": "sum" + } + }, + "setting": { + "stackedAreaChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + }, + "lineChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + } + }, + "commonSetting": {} + }, + "helium": {} + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314579_2033071783", + "id": "20160401-234727_152350130", + "dateCreated": "2019-12-25 23:45:14.579", + "status": "READY" + }, + { + "title": "Count of Success Presto Queries per Day by Catalog", + "text": "%jdbc(presto)\n\nSELECT format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027) as date, catalog, count(*) AS daily_total_query\nFROM datapipeline.logs_presto_query_completion\nWHERE query_state !\u003d \u0027FAILED\u0027\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u002760\u0027 day, \u0027%Y%m%d%H\u0027)\nAND catalog in (\u0027hive_prod\u0027, \u0027hive_devel\u0027, \u0027dal_hms_prod\u0027)\nAND position(\u0027verifier\u0027 in source) \u003d 0\nGROUP BY 1, 2\nORDER BY 1", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.579", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": false + }, + "editorMode": "ace/mode/sql", + "colWidth": 12.0, + "editorHide": false, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "date", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 334.0, + "values": [ + { + "index": 2.0, + "name": "daily_total_query", + "aggr": "sum" + } + ], + "mode": "stackedAreaChart", + "groups": [ + { + "index": 1.0, + "name": "catalog", + "aggr": "sum" + } + ], + "scatter": { + "xAxis": { + "index": 0.0, + "name": "date", + "aggr": "sum" + }, + "yAxis": { + "index": 1.0, + "name": "catalog", + "aggr": "sum" + } + }, + "setting": { + "stackedAreaChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + } + }, + "commonSetting": {} + } + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314579_1188783023", + "id": "20171031-004213_1305995566", + "dateCreated": "2019-12-25 23:45:14.579", + "status": "READY" + }, + { + "title": "Presto Query Count by Month", + "text": "%jdbc(presto)\n\nselect \n date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%Y-%m\u0027), \n query_state, count(query_id) as query_number\nfrom datapipeline.logs_presto_query_completion \nwhere datehour \u003e\u003d \u00272017010100\u0027\nand position(\u0027verifier\u0027 in source) \u003d 0\nAND (error_code_name is null or error_code_name not in (\u0027SYNTAX_ERROR\u0027, \u0027INVALID_FUNCTION_ARGUMENT\u0027, \u0027INVALID_CAST_ARGUMENT\u0027, \u0027INVALID_SESSION_PROPERTY\u0027, \u0027USER_CANCELED\u0027, \u0027ABANDONED_QUERY\u0027, \u0027HIVE_FILESYSTEM_ERROR\u0027, \u0027HIVE_CURSOR_ERROR\u0027, \u0027HIVE_CANNOT_OPEN_SPLIT\u0027, \u0027HIVE_MISSING_DATA\u0027,\u0027NO_NODES_AVAILABLE\u0027, \u0027EXCEEDED_MEMORY_LIMIT\u0027, \u0027HIVE_CURSOR_ERROR\u0027, \u0027PERMISSION_DENIED\u0027, \u0027SERVER_STARTING_UP\u0027, \u0027ADMINISTRATIVELY_KILLED\u0027))\ngroup by 1, 2 \norder by 1, 2\n\n", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.579", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionKey": "TAB", + "completionSupport": false + }, + "colWidth": 12.0, + "editorMode": "ace/mode/sql", + "fontSize": 9.0, + "editorHide": false, + "title": true, + "results": { + "0": { + "graph": { + "mode": "table", + "height": 300.0, + "optionOpen": false, + "setting": { + "multiBarChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default", + "stacked": true + } + }, + "commonSetting": {}, + "keys": [ + { + "name": "_col0", + "index": 0.0, + "aggr": "sum" + } + ], + "groups": [ + { + "name": "query_state", + "index": 1.0, + "aggr": "sum" + } + ], + "values": [ + { + "name": "query_number", + "index": 2.0, + "aggr": "sum" + } + ] + }, + "helium": {} + } + }, + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314579_-375325973", + "id": "paragraph_1548455879446_-1264452288", + "dateCreated": "2019-12-25 23:45:14.579", + "status": "READY" + }, + { + "title": "Presto Query Count by Quarter", + "text": "%jdbc(presto)\n\nselect \n concat(date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%Y-\u0027), \n case date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%m\u0027) \n when \u002701\u0027 then \u00271\u0027 \n when \u002702\u0027 then \u00271\u0027 \n when \u002703\u0027 then \u00271\u0027 \n when \u002704\u0027 then \u00272\u0027 \n when \u002705\u0027 then \u00272\u0027 \n when \u002706\u0027 then \u00272\u0027 \n when \u002707\u0027 then \u00273\u0027 \n when \u002708\u0027 then \u00273\u0027 \n when \u002709\u0027 then \u00273\u0027 \n when \u002710\u0027 then \u00274\u0027 \n when \u002711\u0027 then \u00274\u0027 \n when \u002712\u0027 then \u00274\u0027 \n end), \n query_state, count(query_id) as query_number\nfrom datapipeline.logs_presto_query_completion \nwhere datehour \u003e\u003d \u00272017010100\u0027\nand position(\u0027verifier\u0027 in source) \u003d 0\nand (error_code_name is null or error_code_name not in (\u0027SYNTAX_ERROR\u0027, \u0027INVALID_FUNCTION_ARGUMENT\u0027, \u0027INVALID_CAST_ARGUMENT\u0027, \u0027INVALID_SESSION_PROPERTY\u0027, \u0027USER_CANCELED\u0027, \u0027ABANDONED_QUERY\u0027, \u0027HIVE_FILESYSTEM_ERROR\u0027, \u0027HIVE_CURSOR_ERROR\u0027, \u0027HIVE_CANNOT_OPEN_SPLIT\u0027, \u0027HIVE_MISSING_DATA\u0027,\u0027NO_NODES_AVAILABLE\u0027, \u0027EXCEEDED_MEMORY_LIMIT\u0027, \u0027HIVE_CURSOR_ERROR\u0027, \u0027PERMISSION_DENIED\u0027, \u0027SERVER_STARTING_UP\u0027, \u0027ADMINISTRATIVELY_KILLED\u0027))\ngroup by 1, 2 \norder by 1, 2\n", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.579", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionKey": "TAB", + "completionSupport": false + }, + "colWidth": 12.0, + "editorMode": "ace/mode/sql", + "fontSize": 9.0, + "editorHide": false, + "title": true, + "results": { + "0": { + "graph": { + "mode": "multiBarChart", + "height": 300.0, + "optionOpen": false, + "setting": { + "multiBarChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default", + "stacked": true + } + }, + "commonSetting": {}, + "keys": [ + { + "name": "_col0", + "index": 0.0, + "aggr": "sum" + } + ], + "groups": [ + { + "name": "query_state", + "index": 1.0, + "aggr": "sum" + } + ], + "values": [ + { + "name": "query_number", + "index": 2.0, + "aggr": "sum" + } + ] + }, + "helium": {} + } + }, + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314579_-480191128", + "id": "paragraph_1548455441618_-1461054217", + "dateCreated": "2019-12-25 23:45:14.579", + "status": "READY" + }, + { + "title": "Presto Processed Data (PBs) by Day", + "text": "%jdbc(presto)\nSELECT format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027), query_state, sum(total_bytes)/1e15 AS daily_total_PB\nFROM datapipeline.logs_presto_query_completion\nWHERE \ndatehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027720\u0027 day, \u0027%Y%m%d%H\u0027)\nAND position(\u0027verifier\u0027 in source) \u003d 0\nGROUP BY 1, 2\nORDER BY 1, 2", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.579", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": false + }, + "editorMode": "ace/mode/sql", + "colWidth": 12.0, + "editorHide": false, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "_col0", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 300.0, + "values": [ + { + "index": 2.0, + "name": "daily_total_PB", + "aggr": "sum" + } + ], + "mode": "stackedAreaChart", + "groups": [ + { + "index": 1.0, + "name": "query_state", + "aggr": "sum" + } + ], + "scatter": { + "xAxis": { + "index": 0.0, + "name": "_col0", + "aggr": "sum" + } + }, + "setting": { + "stackedAreaChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default", + "style": "stack" + }, + "ultimate-scatter-chart": { + "chartChanged": true, + "parameterChanged": false, + "panel": { + "columnPanelOpened": true, + "parameterPanelOpened": false + }, + "spec": { + "charts": { + "scatter": { + "transform": { + "method": "array" + }, + "sharedAxis": false, + "axis": { + "xAxis": { + "dimension": "single", + "axisType": "key", + "minAxisCount": 1.0, + "description": "serial", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "description": "serial", + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "usePredefinedColorSet": { + "valueType": "boolean", + "defaultValue": true, + "description": "use predefined color set", + "widget": "checkbox", + "name": "usePredefinedColorSet" + }, + "markerRadius": { + "valueType": "int", + "defaultValue": 3.0, + "description": "radius size of markers", + "name": "markerRadius" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "xy", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + }, + "bubble": { + "transform": { + "method": "array:2-key" + }, + "sharedAxis": false, + "axis": { + "xAxis": { + "dimension": "single", + "axisType": "key", + "minAxisCount": 1.0, + "description": "serial", + "name": "xAxis" + }, + "yAxis": { + "dimension": "single", + "axisType": "key", + "minAxisCount": 1.0, + "description": "serial", + "name": "yAxis" + }, + "zAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "zAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "minBubbleSize": { + "valueType": "int", + "defaultValue": 3.0, + "description": "minimum size of bubble", + "name": "minBubbleSize" + }, + "maxBubbleSize": { + "valueType": "int", + "defaultValue": 50.0, + "description": "maximum size of bubble", + "name": "maxBubbleSize" + }, + "plotBorderWidth": { + "valueType": "int", + "defaultValue": 1.0, + "description": "border width of plot", + "name": "plotBorderWidth" + }, + "xGridLineWidth": { + "valueType": "int", + "defaultValue": 1.0, + "description": "grid line width of X axis", + "name": "xGridLineWidth" + }, + "yGridLineWidth": { + "valueType": "int", + "defaultValue": 1.0, + "description": "grid line width of Y axis", + "name": "yGridLineWidth" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "xy", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "zAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of zAxis", + "name": "zAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + } + }, + "initialized": false, + "version": { + "axis": "{\"scatter\":[{\"dimension\":\"single\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"serial\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"description\":\"serial\",\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"bubble\":[{\"dimension\":\"single\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"serial\",\"name\":\"xAxis\"},{\"dimension\":\"single\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"serial\",\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"zAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}]}", + "parameter": "{\"scatter\":[{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"use predefined color set\",\"widget\":\"checkbox\",\"name\":\"usePredefinedColorSet\"},{\"valueType\":\"int\",\"defaultValue\":3,\"description\":\"radius size of markers\",\"name\":\"markerRadius\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"xy\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"bubble\":[{\"valueType\":\"int\",\"defaultValue\":3,\"description\":\"minimum size of bubble\",\"name\":\"minBubbleSize\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"maximum size of bubble\",\"name\":\"maxBubbleSize\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"border width of plot\",\"name\":\"plotBorderWidth\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"grid line width of X axis\",\"name\":\"xGridLineWidth\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"grid line width of Y axis\",\"name\":\"yGridLineWidth\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"xy\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of zAxis\",\"name\":\"zAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" + } + }, + "chart": { + "current": "scatter", + "available": [ + "scatter", + "bubble" + ] + }, + "axis": { + "scatter": { + "yAxis": [], + "category": [] + }, + "bubble": { + "zAxis": [], + "category": [] + } + }, + "sharedAxis": {}, + "axisSpecs": { + "scatter": [ + { + "dimension": "single", + "axisType": "key", + "minAxisCount": 1.0, + "description": "serial", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "description": "serial", + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "bubble": [ + { + "dimension": "single", + "axisType": "key", + "minAxisCount": 1.0, + "description": "serial", + "name": "xAxis" + }, + { + "dimension": "single", + "axisType": "key", + "minAxisCount": 1.0, + "description": "serial", + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "zAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ] + }, + "parameter": { + "scatter": { + "usePredefinedColorSet": true, + "markerRadius": 3.0, + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "xy", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + }, + "bubble": { + "minBubbleSize": 3.0, + "maxBubbleSize": 50.0, + "plotBorderWidth": 1.0, + "xGridLineWidth": 1.0, + "yGridLineWidth": 1.0, + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "xy", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "zAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + } + }, + "paramSpecs": { + "scatter": [ + { + "valueType": "boolean", + "defaultValue": true, + "description": "use predefined color set", + "widget": "checkbox", + "name": "usePredefinedColorSet" + }, + { + "valueType": "int", + "defaultValue": 3.0, + "description": "radius size of markers", + "name": "markerRadius" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "xy", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ], + "bubble": [ + { + "valueType": "int", + "defaultValue": 3.0, + "description": "minimum size of bubble", + "name": "minBubbleSize" + }, + { + "valueType": "int", + "defaultValue": 50.0, + "description": "maximum size of bubble", + "name": "maxBubbleSize" + }, + { + "valueType": "int", + "defaultValue": 1.0, + "description": "border width of plot", + "name": "plotBorderWidth" + }, + { + "valueType": "int", + "defaultValue": 1.0, + "description": "grid line width of X axis", + "name": "xGridLineWidth" + }, + { + "valueType": "int", + "defaultValue": 1.0, + "description": "grid line width of Y axis", + "name": "yGridLineWidth" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "xy", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of zAxis", + "name": "zAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ] + } + }, + "multiBarChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + } + }, + "commonSetting": {} + }, + "helium": {} + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314579_2014336258", + "id": "20161012-190448_2011138946", + "dateCreated": "2019-12-25 23:45:14.579", + "status": "READY" + }, + { + "title": "Presto Processed Data (PBs) by Week", + "text": "%jdbc(presto)\n\nSELECT date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%x-%v\u0027), query_state, sum(total_bytes)/1e15 AS total_PB\nFROM datapipeline.logs_presto_query_completion\nWHERE datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027750\u0027 day, \u0027%Y%m%d%H\u0027)\nAND position(\u0027verifier\u0027 in source) \u003d 0\nGROUP BY 1, 2\nORDER BY 1, 2", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.579", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": false + }, + "editorMode": "ace/mode/sql", + "colWidth": 12.0, + "editorHide": false, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "_col0", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 300.0, + "values": [ + { + "index": 2.0, + "name": "total_PB", + "aggr": "sum" + } + ], + "mode": "stackedAreaChart", + "groups": [ + { + "index": 1.0, + "name": "query_state", + "aggr": "sum" + } + ], + "scatter": { + "xAxis": { + "index": 0.0, + "name": "_col0", + "aggr": "sum" + } + }, + "setting": { + "stackedAreaChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default", + "style": "stack" + } + }, + "commonSetting": {} + } + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314579_-1972067498", + "id": "20171011-004214_791320769", + "dateCreated": "2019-12-25 23:45:14.579", + "status": "READY" + }, + { + "title": "Presto Processed Data (PBs) by Month", + "text": "%jdbc(presto)\n\nselect \n date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%Y-%m\u0027), \n query_state, sum(total_bytes)/1e15 as total_PB \nfrom datapipeline.logs_presto_query_completion \nwhere environment \u003d \u0027prod\u0027 \nand datehour \u003e\u003d \u00272017010100\u0027\nand position(\u0027verifier\u0027 in source) \u003d 0 \ngroup by 1, 2 \norder by 1, 2", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.580", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionKey": "TAB", + "completionSupport": false + }, + "colWidth": 12.0, + "editorMode": "ace/mode/sql", + "fontSize": 9.0, + "editorHide": true, + "title": true, + "results": { + "0": { + "graph": { + "mode": "multiBarChart", + "height": 300.0, + "optionOpen": false, + "setting": { + "multiBarChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default", + "stacked": true + } + }, + "commonSetting": {}, + "keys": [ + { + "name": "_col0", + "index": 0.0, + "aggr": "sum" + } + ], + "groups": [ + { + "name": "query_state", + "index": 1.0, + "aggr": "sum" + } + ], + "values": [ + { + "name": "total_PB", + "index": 2.0, + "aggr": "sum" + } + ] + }, + "helium": {} + } + }, + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314580_-2034269407", + "id": "paragraph_1548456897610_-1451047863", + "dateCreated": "2019-12-25 23:45:14.580", + "status": "READY" + }, + { + "title": "Presto Processed Data (PBs) by Quarter", + "text": "%jdbc(presto)\nselect \n concat(date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%Y-\u0027), \n case date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%m\u0027) \n when \u002701\u0027 then \u00271\u0027 \n when \u002702\u0027 then \u00271\u0027 \n when \u002703\u0027 then \u00271\u0027 \n when \u002704\u0027 then \u00272\u0027 \n when \u002705\u0027 then \u00272\u0027 \n when \u002706\u0027 then \u00272\u0027 \n when \u002707\u0027 then \u00273\u0027 \n when \u002708\u0027 then \u00273\u0027 \n when \u002709\u0027 then \u00273\u0027 \n when \u002710\u0027 then \u00274\u0027 \n when \u002711\u0027 then \u00274\u0027 \n when \u002712\u0027 then \u00274\u0027 \n end), \n query_state, sum(total_bytes)/1e15 as total_PB \nfrom datapipeline.logs_presto_query_completion \nwhere datehour \u003e\u003d \u00272017010100\u0027\nand position(\u0027verifier\u0027 in source) \u003d 0 \ngroup by 1, 2 \norder by 1, 2", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.580", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": false + }, + "editorMode": "ace/mode/sql", + "colWidth": 12.0, + "editorHide": false, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "_col0", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 300.0, + "values": [ + { + "index": 2.0, + "name": "total_PB", + "aggr": "sum" + } + ], + "mode": "multiBarChart", + "groups": [ + { + "index": 1.0, + "name": "query_state", + "aggr": "sum" + } + ], + "scatter": { + "xAxis": { + "index": 0.0, + "name": "_col0", + "aggr": "sum" + } + }, + "setting": { + "stackedAreaChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default", + "style": "stack" + }, + "multiBarChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default", + "stacked": true + } + }, + "commonSetting": {} + }, + "helium": {} + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314580_1440696413", + "id": "paragraph_1548295063824_-1018705693", + "dateCreated": "2019-12-25 23:45:14.580", + "status": "READY" + }, + { + "title": "Count of Success Presto Queries by Week", + "text": "%jdbc(presto)\n\nSELECT date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%x-%v\u0027), source, count(*) AS total\nFROM datapipeline.logs_presto_query_completion\nWHERE query_state !\u003d \u0027FAILED\u0027\nAND environment \u003d \u0027prod\u0027\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027360\u0027 day, \u0027%Y%m%d%H\u0027)\nAND position(\u0027verifier\u0027 in source) \u003d 0\nGROUP BY 1, 2\nORDER BY 1", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.580", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": false + }, + "editorMode": "ace/mode/sql", + "colWidth": 12.0, + "editorHide": false, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "_col0", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 360.0, + "values": [ + { + "index": 2.0, + "name": "total", + "aggr": "sum" + } + ], + "mode": "lineChart", + "groups": [ + { + "index": 1.0, + "name": "source", + "aggr": "sum" + } + ], + "scatter": { + "xAxis": { + "index": 0.0, + "name": "_col0", + "aggr": "sum" + } + }, + "setting": { + "stackedAreaChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default", + "style": "stack" + }, + "lineChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + } + }, + "commonSetting": {} + }, + "helium": {} + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314580_575469928", + "id": "20170104-022220_696651381", + "dateCreated": "2019-12-25 23:45:14.580", + "status": "READY" + }, + { + "title": "Presto Query Success Rate", + "text": "%jdbc(presto)\n\nSELECT \n format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027) as date,\n 1.00 * count_if(query_state !\u003d \u0027FAILED\u0027) / count(*) as rate\nFROM datapipeline.logs_presto_query_completion\nWHERE datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027750\u0027 day, \u0027%Y%m%d%H\u0027)\nAND (error_code_name is null or error_code_name not in (\u0027SYNTAX_ERROR\u0027, \u0027INVALID_FUNCTION_ARGUMENT\u0027, \u0027INVALID_CAST_ARGUMENT\u0027, \u0027INVALID_SESSION_PROPERTY\u0027, \u0027USER_CANCELED\u0027, \u0027ABANDONED_QUERY\u0027, \u0027HIVE_FILESYSTEM_ERROR\u0027, \u0027HIVE_CURSOR_ERROR\u0027, \u0027HIVE_CANNOT_OPEN_SPLIT\u0027, \u0027HIVE_MISSING_DATA\u0027,\u0027NO_NODES_AVAILABLE\u0027, \u0027EXCEEDED_MEMORY_LIMIT\u0027, \u0027HIVE_CURSOR_ERROR\u0027, \u0027PERMISSION_DENIED\u0027, \u0027SERVER_STARTING_UP\u0027, \u0027ADMINISTRATIVELY_KILLED\u0027))\nAND position(\u0027verifier\u0027 in source) \u003d 0\nGROUP BY substring(datehour, 1, 8)\nORDER BY substring(datehour, 1, 8)", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.580", + "config": { + "tableHide": false, + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": false + }, + "editorMode": "ace/mode/sql", + "colWidth": 12.0, + "editorHide": false, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "date", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 300.0, + "values": [ + { + "index": 1.0, + "name": "rate", + "aggr": "sum" + } + ], + "mode": "lineChart", + "groups": [], + "scatter": { + "xAxis": { + "index": 0.0, + "name": "date", + "aggr": "sum" + }, + "yAxis": { + "index": 1.0, + "name": "rate", + "aggr": "sum" + } + }, + "setting": { + "lineChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + }, + "multiBarChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + } + }, + "commonSetting": {} + }, + "helium": {} + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314580_-1015160359", + "id": "20170811-200704_1338969741", + "dateCreated": "2019-12-25 23:45:14.580", + "status": "READY" + }, + { + "title": "Analytics Presto Cluster: Presto Processed Data (PBs) by Day", + "text": "%jdbc(presto)\nSELECT format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027), query_state, sum(total_bytes)/1e15 AS daily_total_PB\nFROM datapipeline.logs_presto_query_completion\nWHERE environment \u003d \u0027prod_analytics\u0027\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027360\u0027 day, \u0027%Y%m%d%H\u0027)\nAND position(\u0027verifier\u0027 in source) \u003d 0\nGROUP BY 1, 2\nORDER BY 1, 2", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.580", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": false + }, + "editorMode": "ace/mode/sql", + "colWidth": 12.0, + "editorHide": true, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "_col0", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 300.0, + "values": [ + { + "index": 2.0, + "name": "daily_total_PB", + "aggr": "sum" + } + ], + "mode": "table", + "groups": [ + { + "index": 1.0, + "name": "query_state", + "aggr": "sum" + } + ], + "scatter": { + "xAxis": { + "index": 0.0, + "name": "_col0", + "aggr": "sum" + }, + "yAxis": { + "index": 1.0, + "name": "query_state", + "aggr": "sum" + } + }, + "setting": { + "stackedAreaChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + } + }, + "commonSetting": {} + }, + "helium": {} + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314580_-1889431264", + "id": "20180329-000859_687144447", + "dateCreated": "2019-12-25 23:45:14.580", + "status": "READY" + }, + { + "title": "Analytics Presto Cluster: Count of Success Presto Queries by Day", + "text": "%jdbc(presto)\n\nSELECT format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027) as date, source, count(*) AS daily_total_query\nFROM datapipeline.logs_presto_query_completion\nWHERE query_state !\u003d \u0027FAILED\u0027\nAND environment \u003d \u0027prod_analytics\u0027\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027360\u0027 day, \u0027%Y%m%d%H\u0027)\nAND position(\u0027verifier\u0027 in source) \u003d 0\nGROUP BY 1, 2\nORDER BY 1", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.580", + "config": { + "tableHide": true, + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": true + }, + "editorMode": "ace/mode/sql", + "colWidth": 12.0, + "editorHide": true, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "date", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 300.0, + "values": [ + { + "index": 2.0, + "name": "daily_total_query", + "aggr": "sum" + } + ], + "mode": "table", + "groups": [ + { + "index": 1.0, + "name": "source", + "aggr": "sum" + } + ], + "scatter": { + "xAxis": { + "index": 0.0, + "name": "date", + "aggr": "sum" + }, + "yAxis": { + "index": 1.0, + "name": "source", + "aggr": "sum" + } + }, + "setting": { + "stackedAreaChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + } + }, + "commonSetting": {} + }, + "helium": {} + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314580_9893335", + "id": "20180223-082633_1133807502", + "dateCreated": "2019-12-25 23:45:14.580", + "status": "READY" + }, + { + "title": "Analytics Presto Cluster: Query Success Rate", + "text": "%jdbc(presto)\n\nSELECT \n format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027) as date,\n 1.00 * count_if(query_state !\u003d \u0027FAILED\u0027) / count(*) as rate\nFROM datapipeline.logs_presto_query_completion\nWHERE environment \u003d \u0027prod_analytics\u0027\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027360\u0027 day, \u0027%Y%m%d%H\u0027)\nAND (error_code_name is null or error_code_name not in (\u0027SYNTAX_ERROR\u0027, \u0027INVALID_FUNCTION_ARGUMENT\u0027, \u0027INVALID_CAST_ARGUMENT\u0027, \u0027INVALID_SESSION_PROPERTY\u0027, \u0027USER_CANCELED\u0027, \u0027ABANDONED_QUERY\u0027, \u0027HIVE_FILESYSTEM_ERROR\u0027, \u0027HIVE_CURSOR_ERROR\u0027, \u0027HIVE_CANNOT_OPEN_SPLIT\u0027, \u0027HIVE_MISSING_DATA\u0027,\u0027NO_NODES_AVAILABLE\u0027, \u0027EXCEEDED_MEMORY_LIMIT\u0027, \u0027HIVE_CURSOR_ERROR\u0027, \u0027PERMISSION_DENIED\u0027, \u0027SERVER_STARTING_UP\u0027, \u0027ADMINISTRATIVELY_KILLED\u0027))\nAND position(\u0027verifier\u0027 in source) \u003d 0\nGROUP BY substring(datehour, 1, 8)\nORDER BY substring(datehour, 1, 8)", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.580", + "config": { + "tableHide": false, + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": true + }, + "editorMode": "ace/mode/sql", + "colWidth": 12.0, + "editorHide": true, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "date", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 300.0, + "values": [ + { + "index": 1.0, + "name": "rate", + "aggr": "sum" + } + ], + "mode": "lineChart", + "groups": [], + "scatter": { + "xAxis": { + "index": 0.0, + "name": "date", + "aggr": "sum" + }, + "yAxis": { + "index": 1.0, + "name": "rate", + "aggr": "sum" + } + }, + "setting": { + "lineChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + } + }, + "commonSetting": {} + } + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314580_914897624", + "id": "20180118-232012_1893273377", + "dateCreated": "2019-12-25 23:45:14.580", + "status": "READY" + }, + { + "text": "%md\n## Presto Authentication Measurements", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.581", + "config": { + "tableHide": false, + "editorSetting": { + "language": "markdown", + "editOnDblClick": false, + "completionSupport": false + }, + "colWidth": 12.0, + "editorMode": "ace/mode/markdown", + "fontSize": 9.0, + "editorHide": true, + "results": {}, + "enabled": true + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314581_-2056001829", + "id": "paragraph_1538506508720_-177332271", + "dateCreated": "2019-12-25 23:45:14.581", + "status": "READY" + }, + { + "title": "Daily Query Authentication Percentage", + "text": "%jdbc(presto)\n\nselect format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027) as date, count_if(principal is not null and principal !\u003d \u0027-\u0027) as authenticated, count(1) as total, 100.0*count_if(principal is not null and principal !\u003d \u0027-\u0027)/count(1) as percentage from datapipeline.logs_presto_query_completion where position(\u0027verifier\u0027 in source) \u003d 0 AND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027180\u0027 day, \u0027%Y%m%d%H\u0027) AND user_ !\u003d \u0027yaliangw\u0027\nGROUP BY 1\nORDER BY 1\n", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.581", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": false + }, + "colWidth": 6.0, + "editorMode": "ace/mode/sql", + "fontSize": 9.0, + "editorHide": false, + "title": true, + "results": { + "0": { + "graph": { + "mode": "lineChart", + "height": 300.0, + "optionOpen": false, + "setting": { + "table": { + "tableGridState": {}, + "tableColumnTypeState": { + "names": { + "date": "string", + "authenticated": "string", + "total": "string" + }, + "updated": false + }, + "tableOptionSpecHash": "[{\"name\":\"useFilter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable filter for columns\"},{\"name\":\"showPagination\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable pagination for better navigation\"},{\"name\":\"showAggregationFooter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable a footer for displaying aggregated values\"}]", + "tableOptionValue": { + "useFilter": false, + "showPagination": false, + "showAggregationFooter": false + }, + "updated": false, + "initialized": false + }, + "lineChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + }, + "multiBarChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + } + }, + "commonSetting": {}, + "keys": [ + { + "name": "date", + "index": 0.0, + "aggr": "sum" + } + ], + "groups": [], + "values": [ + { + "name": "percentage", + "index": 3.0, + "aggr": "sum" + } + ] + }, + "helium": {} + } + }, + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314581_30829147", + "id": "paragraph_1538165372111_293798784", + "dateCreated": "2019-12-25 23:45:14.581", + "status": "READY" + }, + { + "title": "Weekly Query Authentication Percentage", + "text": "%jdbc(presto)\n\nselect date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%x-%v\u0027), count_if(principal is not null and principal !\u003d \u0027-\u0027) as authenticated, count(1) as total, 100.0*count_if(principal is not null and principal !\u003d \u0027-\u0027)/count(1) as percentage from datapipeline.logs_presto_query_completion where position(\u0027verifier\u0027 in source) \u003d 0 AND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027180\u0027 day, \u0027%Y%m%d%H\u0027) AND user_ !\u003d \u0027yaliangw\u0027\nGROUP BY date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%x-%v\u0027)\nORDER BY date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%x-%v\u0027)\n", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.581", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": false + }, + "colWidth": 6.0, + "editorMode": "ace/mode/sql", + "fontSize": 9.0, + "editorHide": true, + "title": true, + "results": { + "0": { + "graph": { + "mode": "lineChart", + "height": 300.0, + "optionOpen": false, + "setting": { + "table": { + "tableGridState": {}, + "tableColumnTypeState": { + "names": { + "date": "string", + "authenticated": "string", + "total": "string" + }, + "updated": false + }, + "tableOptionSpecHash": "[{\"name\":\"useFilter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable filter for columns\"},{\"name\":\"showPagination\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable pagination for better navigation\"},{\"name\":\"showAggregationFooter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable a footer for displaying aggregated values\"}]", + "tableOptionValue": { + "useFilter": false, + "showPagination": false, + "showAggregationFooter": false + }, + "updated": false, + "initialized": false + }, + "lineChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + }, + "multiBarChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + } + }, + "commonSetting": {}, + "keys": [ + { + "name": "_col0", + "index": 0.0, + "aggr": "sum" + } + ], + "groups": [], + "values": [ + { + "name": "percentage", + "index": 3.0, + "aggr": "sum" + } + ] + }, + "helium": {} + } + }, + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314581_1989142392", + "id": "paragraph_1538166182729_415513290", + "dateCreated": "2019-12-25 23:45:14.581", + "status": "READY" + }, + { + "title": "Weekly count of unauthenticated queries by sources", + "text": "%jdbc(presto)\n\nselect date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%x-%v\u0027), source, count(1) from datapipeline.logs_presto_query_completion where position(\u0027verifier\u0027 in source) \u003d 0 AND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027180\u0027 day, \u0027%Y%m%d%H\u0027) AND (principal is null OR principal \u003d \u0027-\u0027)\nGROUP BY 1, 2\nORDER BY 1", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.581", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": false + }, + "colWidth": 12.0, + "editorMode": "ace/mode/sql", + "fontSize": 9.0, + "editorHide": true, + "title": true, + "results": { + "0": { + "graph": { + "mode": "lineChart", + "height": 405.094, + "optionOpen": false, + "setting": { + "table": { + "tableGridState": {}, + "tableColumnTypeState": { + "names": { + "date": "string", + "source": "string", + "_col2": "string" + }, + "updated": false + }, + "tableOptionSpecHash": "[{\"name\":\"useFilter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable filter for columns\"},{\"name\":\"showPagination\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable pagination for better navigation\"},{\"name\":\"showAggregationFooter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable a footer for displaying aggregated values\"}]", + "tableOptionValue": { + "useFilter": false, + "showPagination": false, + "showAggregationFooter": false + }, + "updated": false, + "initialized": false + }, + "lineChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + } + }, + "commonSetting": {}, + "keys": [ + { + "name": "_col0", + "index": 0.0, + "aggr": "sum" + } + ], + "groups": [ + { + "name": "source", + "index": 1.0, + "aggr": "sum" + } + ], + "values": [ + { + "name": "_col2", + "index": 2.0, + "aggr": "sum" + } + ] + }, + "helium": {} + } + }, + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314581_-560738439", + "id": "paragraph_1538506548574_810986694", + "dateCreated": "2019-12-25 23:45:14.581", + "status": "READY" + }, + { + "text": "%md\n## GCP BigQuery Compute Only Cost Estimation\n\n## See [#Users/yaliangw/GCP BigQuery Pricing](https://zeppelin.twitter.biz/#/notebook/2CSQEXVH2)", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.581", + "config": { + "tableHide": false, + "editorSetting": { + "language": "markdown", + "editOnDblClick": true, + "completionSupport": false + }, + "editorMode": "ace/mode/markdown", + "colWidth": 12.0, + "editorHide": true, + "fontSize": 9.0, + "results": [ + { + "graph": { + "keys": [], + "optionOpen": false, + "height": 300.0, + "values": [], + "mode": "table", + "groups": [], + "scatter": {} + } + } + ], + "enabled": true + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314581_1890510218", + "id": "20170901-082103_586585474", + "dateCreated": "2019-12-25 23:45:14.581", + "status": "READY" + }, + { + "text": "%md\n## The Latency on Presto Prod cluster\nThis dashboard is displaying the latency for all **successful** queries on **hive_prod** catalog in Presto Prod cluster.\nAfter a query created, Presto will queue the query based on its group resource policy, plan the query once the resources are avaliable and execute after the planing finished.\n\n### Planning Phase Latency\nThe planning phase latency counts the time elapsed from starting planing to starting execution.\n- **planning_time \u003d execution_start_time_ms - create_time_ms - queued_time_ms**\n\n### Execution Phase Latency\nThe execution phase latency counts the time elapsed from starting execution to finishing execution\n- **execution_time \u003d end_time_ms - execution_start_time_ms**", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.581", + "config": { + "editorSetting": {}, + "editorMode": "ace/mode/scala", + "colWidth": 12.0, + "editorHide": true, + "fontSize": 9.0, + "results": [ + { + "graph": { + "keys": [], + "optionOpen": false, + "height": 300.0, + "values": [], + "mode": "table", + "groups": [], + "scatter": {} + } + } + ], + "enabled": true + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314581_1360905903", + "id": "20170706-022019_680919115", + "dateCreated": "2019-12-25 23:45:14.581", + "status": "READY" + }, + { + "title": "Planning Phase Latency (s) - hive_prod", + "text": "%jdbc(presto)\nwith time_raw_metrics as (\n select \n (execution_start_time_ms - create_time_ms - queued_time_ms) * 0.001 as time_s,\n format_datetime(date_parse(datehour, \u0027%Y%m%d%H\u0027), \u0027y-MM-dd\u0027) as date\n from \n datapipeline.logs_presto_query_completion \n where \n query_state \u003d \u0027FINISHED\u0027\n and environment \u003d \u0027prod\u0027\n and catalog \u003d \u0027hive_prod\u0027\n and datehour \u003e\u003d \u00272017010100\u0027\n),\npercentile as (\n select\n date,\n approx_percentile(time_s, 1, 0.8, 0.01) as p8,\n approx_percentile(time_s, 1, 0.9, 0.01) as p9,\n approx_percentile(time_s, 1, 0.93, 0.001) as p93,\n approx_percentile(time_s, 1, 0.95, 0.001) as p95,\n approx_percentile(time_s, 1, 0.97, 0.001) as p97,\n approx_percentile(time_s, 1, 0.98, 0.001) as p98,\n approx_percentile(time_s, 1, 0.99, 0.001) as p99,\n approx_percentile(time_s, 1, 0.999, 0.0001) as p999,\n approx_percentile(time_s, 1, 0.9999, 0.00001) as p9999\n from\n time_raw_metrics\n group by\n date\n)\nselect\n date,\n p95,\n p99 - p95 as \"p99-p95\",\n p999 - p99 as \"p999-p99\"\nfrom\n percentile\norder by date", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.582", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": false + }, + "editorMode": "ace/mode/sql", + "colWidth": 12.0, + "editorHide": true, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "date", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 300.0, + "values": [ + { + "index": 1.0, + "name": "p95", + "aggr": "sum" + }, + { + "index": 2.0, + "name": "p99-p95", + "aggr": "sum" + }, + { + "index": 3.0, + "name": "p999-p99", + "aggr": "sum" + } + ], + "mode": "stackedAreaChart", + "groups": [], + "scatter": { + "xAxis": { + "index": 0.0, + "name": "date", + "aggr": "sum" + }, + "yAxis": { + "index": 1.0, + "name": "p95", + "aggr": "sum" + } + }, + "setting": { + "stackedAreaChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + } + }, + "commonSetting": {} + } + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314582_2022852535", + "id": "20170706-022113_42123233", + "dateCreated": "2019-12-25 23:45:14.582", + "status": "READY" + }, + { + "title": "Planning Phase Latency (s) - dal_hms_prod", + "text": "%jdbc(presto)\nwith time_raw_metrics as (\n select \n (execution_start_time_ms - create_time_ms - queued_time_ms) * 0.001 as time_s,\n format_datetime(date_parse(datehour, \u0027%Y%m%d%H\u0027), \u0027y-MM-dd\u0027) as date\n from \n datapipeline.logs_presto_query_completion \n where \n query_state \u003d \u0027FINISHED\u0027\n and environment \u003d \u0027prod\u0027\n and catalog \u003d \u0027dal_hms_prod\u0027\n and datehour \u003e\u003d \u00272017010100\u0027\n),\npercentile as (\n select\n date,\n approx_percentile(time_s, 1, 0.8, 0.01) as p8,\n approx_percentile(time_s, 1, 0.9, 0.01) as p9,\n approx_percentile(time_s, 1, 0.93, 0.001) as p93,\n approx_percentile(time_s, 1, 0.95, 0.001) as p95,\n approx_percentile(time_s, 1, 0.97, 0.001) as p97,\n approx_percentile(time_s, 1, 0.98, 0.001) as p98,\n approx_percentile(time_s, 1, 0.99, 0.001) as p99,\n approx_percentile(time_s, 1, 0.999, 0.0001) as p999,\n approx_percentile(time_s, 1, 0.9999, 0.00001) as p9999\n from\n time_raw_metrics\n group by\n date\n)\nselect\n date,\n p95,\n p99 - p95 as \"p99-p95\",\n p999 - p99 as \"p999-p99\"\nfrom\n percentile\norder by date", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.582", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": true + }, + "editorMode": "ace/mode/sql", + "colWidth": 12.0, + "editorHide": true, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "date", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 300.0, + "values": [ + { + "index": 1.0, + "name": "p95", + "aggr": "sum" + }, + { + "index": 2.0, + "name": "p99-p95", + "aggr": "sum" + }, + { + "index": 3.0, + "name": "p999-p99", + "aggr": "sum" + } + ], + "mode": "stackedAreaChart", + "groups": [], + "scatter": { + "xAxis": { + "index": 0.0, + "name": "date", + "aggr": "sum" + }, + "yAxis": { + "index": 1.0, + "name": "p95", + "aggr": "sum" + } + }, + "setting": { + "stackedAreaChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + } + }, + "commonSetting": {} + } + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314582_1803313149", + "id": "20171031-004603_1776625700", + "dateCreated": "2019-12-25 23:45:14.582", + "status": "READY" + }, + { + "title": "Execution Phase Latency (m)", + "text": "%jdbc(presto)\nwith time_raw_metrics as (\n select \n (end_time_ms - execution_start_time_ms) * 0.001 / 60 as time_m,\n format_datetime(date_parse(datehour, \u0027%Y%m%d%H\u0027), \u0027y-MM-dd\u0027) as date\n from \n datapipeline.logs_presto_query_completion \n where \n query_state \u003d \u0027FINISHED\u0027\n and environment \u003d \u0027prod\u0027\n and catalog \u003d \u0027hive_prod\u0027\n and datehour \u003e\u003d \u00272017010100\u0027\n),\npercentile as (\n select\n date,\n approx_percentile(time_m, 1, 0.8, 0.01) as p8,\n approx_percentile(time_m, 1, 0.9, 0.01) as p9,\n approx_percentile(time_m, 1, 0.93, 0.001) as p93,\n approx_percentile(time_m, 1, 0.95, 0.001) as p95,\n approx_percentile(time_m, 1, 0.97, 0.001) as p97,\n approx_percentile(time_m, 1, 0.98, 0.001) as p98,\n approx_percentile(time_m, 1, 0.99, 0.001) as p99,\n approx_percentile(time_m, 1, 0.999, 0.0001) as p999,\n approx_percentile(time_m, 1, 0.9999, 0.00001) as p9999\n from\n time_raw_metrics\n group by\n date\n)\nselect\n date,\n p8,\n p9 - p8 as \"p9-p8\",\n p95 - p9 as \"p95-p9\",\n p99 - p95 as \"p99-p95\"\nfrom\n percentile\norder by date", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.582", + "config": { + "tableHide": false, + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": false + }, + "editorMode": "ace/mode/sql", + "colWidth": 12.0, + "editorHide": false, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "date", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 300.0, + "values": [ + { + "index": 1.0, + "name": "p8", + "aggr": "sum" + }, + { + "index": 2.0, + "name": "p9-p8", + "aggr": "sum" + }, + { + "index": 3.0, + "name": "p95-p9", + "aggr": "sum" + } + ], + "mode": "stackedAreaChart", + "groups": [], + "scatter": { + "xAxis": { + "index": 0.0, + "name": "date", + "aggr": "sum" + }, + "yAxis": { + "index": 1.0, + "name": "p8", + "aggr": "sum" + } + }, + "setting": { + "stackedAreaChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + } + }, + "commonSetting": {} + } + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314582_1496962759", + "id": "20170706-022139_2072942858", + "dateCreated": "2019-12-25 23:45:14.582", + "status": "READY" + }, + { + "title": "User Query Raw Input Size(GB)", + "text": "%jdbc(presto)\nwith size_raw_metrics as (\n select \n total_bytes * 1e-9 as size_ms,\n format_datetime(date_parse(datehour, \u0027%Y%m%d%H\u0027), \u0027y-MM-dd\u0027) as date\n from \n datapipeline.logs_presto_query_completion \n where \n query_state \u003d \u0027FINISHED\u0027 and\n environment \u003d \u0027prod\u0027\n and datehour \u003e\u003d \u00272017010100\u0027\n),\npercentile as (\n select\n date,\n approx_percentile(size_ms, 1, 0.5, 0.01) as p5,\n approx_percentile(size_ms, 1, 0.8, 0.01) as p8,\n approx_percentile(size_ms, 1, 0.9, 0.01) as p9,\n approx_percentile(size_ms, 1, 0.93, 0.001) as p93,\n approx_percentile(size_ms, 1, 0.95, 0.001) as p95,\n approx_percentile(size_ms, 1, 0.97, 0.001) as p97,\n approx_percentile(size_ms, 1, 0.98, 0.001) as p98,\n approx_percentile(size_ms, 1, 0.99, 0.001) as p99,\n approx_percentile(size_ms, 1, 0.999, 0.0001) as p999,\n approx_percentile(size_ms, 1, 0.9999, 0.00001) as p9999\n from\n size_raw_metrics\n group by\n date\n)\nselect\n date,\n p5,\n p8 - p5 as \"p8-p5\",\n p9 - p8 as \"p9-p8\",\n p95 - p9 as \"p95-p9\",\n p99 - p95 as \"p99-p95\"\nfrom\n percentile\norder by date", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.583", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": true + }, + "editorMode": "ace/mode/sql", + "colWidth": 12.0, + "editorHide": true, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "date", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 300.0, + "values": [ + { + "index": 1.0, + "name": "p5", + "aggr": "sum" + }, + { + "index": 2.0, + "name": "p8-p5", + "aggr": "sum" + }, + { + "index": 3.0, + "name": "p9-p8", + "aggr": "sum" + } + ], + "mode": "stackedAreaChart", + "groups": [], + "scatter": { + "xAxis": { + "index": 0.0, + "name": "date", + "aggr": "sum" + } + }, + "setting": { + "stackedAreaChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + } + }, + "commonSetting": {} + } + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314583_-1367813510", + "id": "20170720-013851_1639494337", + "dateCreated": "2019-12-25 23:45:14.583", + "status": "READY" + }, + { + "title": "Counts of Presto Errors by Day", + "text": "%jdbc(presto)\n\nselect format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027), count(*) AS total, ERROR_CODE_NAME\nFROM datapipeline.logs_presto_query_completion\nwhere query_state !\u003d \u0027FINISHED\u0027\n-- HIVE_FILESYSTEM_ERROR is what\u0027s reported when a uset can\u0027t auth (i.e. impersonation errors)\n-- NO_NODES_AVAILABLE happens during deploy\nAND ERROR_CODE_NAME NOT IN (\u0027SYNTAX_ERROR\u0027, \u0027INVALID_FUNCTION_ARGUMENT\u0027, \u0027INVALID_CAST_ARGUMENT\u0027, \u0027INVALID_SESSION_PROPERTY\u0027, \u0027USER_CANCELED\u0027, \u0027ABANDONED_QUERY\u0027, \u0027HIVE_FILESYSTEM_ERROR\u0027, \u0027NO_NODES_AVAILABLE\u0027, \u0027EXCEEDED_MEMORY_LIMIT\u0027, \u0027SERVER_STARTING_UP\u0027)\nAND environment \u003d \u0027prod\u0027\n-- AND user_ NOT IN (\u0027dregan\u0027, \u0027drichards\u0027) -- users have scheduled jobs that fail\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u002760\u0027 day, \u0027%Y%m%d%H\u0027)\nAND position(\u0027verifier\u0027 in source) \u003d 0\nGROUP BY substring(datehour, 1, 8), ERROR_CODE_NAME\nORDER BY substring(datehour, 1, 8)", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.583", + "config": { + "tableHide": false, + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": true + }, + "editorMode": "ace/mode/sql", + "colWidth": 12.0, + "editorHide": true, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "_col0", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 444.0, + "values": [ + { + "index": 1.0, + "name": "total", + "aggr": "sum" + } + ], + "mode": "stackedAreaChart", + "groups": [ + { + "index": 2.0, + "name": "ERROR_CODE_NAME", + "aggr": "sum" + } + ], + "scatter": { + "xAxis": { + "index": 0.0, + "name": "_col0", + "aggr": "sum" + } + }, + "setting": { + "stackedAreaChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + } + }, + "commonSetting": {} + } + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314583_1385660835", + "id": "20161012-181921_1718354755", + "dateCreated": "2019-12-25 23:45:14.583", + "status": "READY" + }, + { + "title": "Number of queries over x hour", + "text": "%jdbc(presto)\nselect format_datetime(date_parse(substring(datehour, 1, 10), \u0027%Y%m%d%H\u0027), \u0027y-MM-dd\u0027) as date, source, max(query_wall_time_ms)/1000/60/60 as longest_query_wall_time_h, count(case when end_time_ms - execution_start_time_ms \u003e ${hourLimit\u003d1.0}*1000*60*60 then 1 end) as query_execution_time_over_1h\nFROM datapipeline.logs_presto_query_completion\nwhere environment \u003d \u0027prod\u0027\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u002760\u0027 day, \u0027%Y%m%d%H\u0027)\nAND position(\u0027verifier\u0027 in source) \u003d 0\nGROUP BY 1, 2\nORDER BY 1", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.583", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": true + }, + "editorMode": "ace/mode/sql", + "colWidth": 12.0, + "editorHide": true, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "date", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 300.0, + "values": [ + { + "index": 3.0, + "name": "query_execution_time_over_1h", + "aggr": "sum" + } + ], + "mode": "stackedAreaChart", + "groups": [ + { + "index": 1.0, + "name": "source", + "aggr": "sum" + } + ], + "scatter": { + "xAxis": { + "index": 0.0, + "name": "date", + "aggr": "sum" + }, + "yAxis": { + "index": 1.0, + "name": "source", + "aggr": "sum" + } + }, + "setting": { + "stackedAreaChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + } + }, + "commonSetting": {} + } + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": { + "hourLimit": "1000", + "workerNum": "185" + }, + "forms": { + "hourLimit": { + "type": "TextBox", + "name": "hourLimit", + "defaultValue": "1.0", + "hidden": false + } + } + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314583_-1506725861", + "id": "20170418-175817_1414455166", + "dateCreated": "2019-12-25 23:45:14.583", + "status": "READY" + }, + { + "title": "Average and maximum queued time", + "text": "%jdbc(presto)\nselect \n format_datetime(date_parse(substring(datehour, 1, 10), \u0027%Y%m%d%H\u0027), \u0027y-MM-dd\u0027) as date,\n source,\n query_state,\n avg(queued_time_ms)/1000/60 as avg_queue_time_m,\n max(queued_time_ms)/1000/60 as max_queue_time_m\nFROM datapipeline.logs_presto_query_completion\nwhere environment \u003d \u0027prod\u0027\nAND source in (\u0027presto-jdbc\u0027, \u0027presto-cli\u0027, \u0027zeppelin-ad-hoc\u0027, \u0027zeppelin-schedule\u0027, \u0027pyhive\u0027, \u0027odbc\u0027)\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u002760\u0027 day, \u0027%Y%m%d%H\u0027)\nGROUP BY 1, 2, 3\nORDER BY 1", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.583", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": false + }, + "editorMode": "ace/mode/sql", + "colWidth": 12.0, + "editorHide": false, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "date", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 348.0, + "lineWithFocus": false, + "values": [ + { + "index": 4.0, + "name": "max_queue_time_m", + "aggr": "sum" + }, + { + "index": 3.0, + "name": "avg_queue_time_m", + "aggr": "sum" + } + ], + "mode": "lineChart", + "groups": [ + { + "index": 1.0, + "name": "source", + "aggr": "sum" + }, + { + "index": 2.0, + "name": "query_state", + "aggr": "sum" + } + ], + "scatter": { + "yAxis": { + "index": 1.0, + "name": "source", + "aggr": "sum" + } + }, + "setting": { + "lineChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + } + }, + "commonSetting": {} + } + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314583_-1094223537", + "id": "20170522-043823_1345294440", + "dateCreated": "2019-12-25 23:45:14.583", + "status": "READY" + }, + { + "title": "Daily User and Daily Query Growth", + "text": "%jdbc(presto)\n\nSELECT format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027) as date, count(distinct user_) AS daily_user, count(*) AS daily_total_query, sum(total_bytes)/1e12 AS daily_total_GB\nFROM datapipeline.logs_presto_query_completion\nWHERE query_state !\u003d \u0027FAILED\u0027\nAND environment \u003d \u0027prod\u0027\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027180\u0027 day, \u0027%Y%m%d%H\u0027)\nGROUP BY format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027)\nORDER BY format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027)", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.583", + "config": { + "tableHide": false, + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": true + }, + "editorMode": "ace/mode/sql", + "colWidth": 12.0, + "editorHide": true, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "date", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 300.0, + "lineWithFocus": false, + "values": [ + { + "index": 1.0, + "name": "daily_user", + "aggr": "count" + }, + { + "index": 2.0, + "name": "daily_total_query", + "aggr": "count" + }, + { + "index": 3.0, + "name": "daily_total_GB", + "aggr": "count" + } + ], + "mode": "scatterChart", + "groups": [], + "scatter": { + "yAxis": { + "index": 1.0, + "name": "daily_user", + "aggr": "sum" + }, + "xAxis": { + "index": 0.0, + "name": "date", + "aggr": "sum" + }, + "size": { + "index": 2.0, + "name": "daily_total_query", + "aggr": "sum" + } + } + } + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314583_-1887020703", + "id": "20170116-215340_1781580026", + "dateCreated": "2019-12-25 23:45:14.583", + "status": "READY" + }, + { + "title": "Query total bytes(bytes) by User in 30 days", + "text": "%jdbc(presto) \nselect\nuser_,\n--source,\nsum(query_wall_time_ms) as query_wall_time_ms,\ncount(1) as count,\nsum(total_bytes) as total_bytes,\nsum(total_rows) as total_rows\nFROM datapipeline.logs_presto_query_completion\nWHERE environment \u003d \u0027prod\u0027\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u002730\u0027 day, \u0027%Y%m%d%H\u0027)\nGROUP BY 1\nORDER BY 4 desc", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.583", + "config": { + "editorSetting": {}, + "editorMode": "ace/mode/scala", + "colWidth": 6.0, + "editorHide": true, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "user_", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 3154.0, + "values": [ + { + "index": 3.0, + "name": "total_bytes", + "aggr": "sum" + } + ], + "mode": "table", + "groups": [], + "scatter": { + "yAxis": { + "index": 1.0, + "name": "query_wall_time_ms", + "aggr": "sum" + } + }, + "setting": { + "table": { + "tableGridState": {}, + "tableColumnTypeState": { + "names": { + "user_": "string", + "query_wall_time_ms": "string", + "count": "string", + "total_bytes": "string", + "total_rows": "string" + }, + "updated": false + }, + "tableOptionSpecHash": "[{\"name\":\"useFilter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable filter for columns\"},{\"name\":\"showPagination\",\"valueType\":\"boolean\",\"defaultValue\":true,\"widget\":\"checkbox\",\"description\":\"Enable pagination for better navigation\"},{\"name\":\"showAggregationFooter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable a footer for displaying aggregated values\"}]", + "tableOptionValue": { + "useFilter": false, + "showPagination": true, + "showAggregationFooter": false + }, + "updated": false, + "initialized": false + } + }, + "commonSetting": {} + }, + "helium": {} + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314583_-1324075728", + "id": "20161130-203201_1891959823", + "dateCreated": "2019-12-25 23:45:14.583", + "status": "READY" + }, + { + "title": "Query wall time(ms) by User in 30 days", + "text": "%jdbc(presto)\nselect \nuser_,\n--source,\ncount,\nquery_wall_time_ms,\nsum(query_wall_time_ms) over ( order by query_wall_time_ms desc) as running_query_wall_time_ms,\nsum(query_wall_time_ms) over ( ) as total_query_wall_time_ms,\nround(\n sum(query_wall_time_ms) over ( order by query_wall_time_ms desc) * 100.0 / sum(query_wall_time_ms) over ( ),\n 2\n) as running_percent\nfrom (\nSELECT \nuser_,\n--source,\nsum(query_wall_time_ms) as query_wall_time_ms,\ncount(1) as count,\nsum(total_bytes) as total_bytes,\nsum(total_rows) as total_rows\nFROM datapipeline.logs_presto_query_completion\nWHERE environment \u003d \u0027prod\u0027\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u002730\u0027 day, \u0027%Y%m%d%H\u0027)\nGROUP BY 1\nORDER BY 2 desc\n)", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.583", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": false + }, + "editorMode": "ace/mode/sql", + "colWidth": 6.0, + "editorHide": false, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "user_", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 3164.0, + "values": [ + { + "index": 2.0, + "name": "query_wall_time_ms", + "aggr": "sum" + } + ], + "mode": "table", + "groups": [], + "scatter": { + "yAxis": { + "index": 1.0, + "name": "count", + "aggr": "sum" + } + }, + "setting": { + "multiBarChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + }, + "table": { + "tableGridState": { + "columns": [ + { + "name": "user_", + "visible": true, + "width": "*", + "sort": {}, + "filters": [ + {} + ], + "pinned": "" + }, + { + "name": "count", + "visible": true, + "width": "*", + "sort": { + "priority": 0.0, + "direction": "desc" + }, + "filters": [ + {} + ], + "pinned": "" + }, + { + "name": "query_wall_time_ms", + "visible": true, + "width": "*", + "sort": {}, + "filters": [ + {} + ], + "pinned": "" + }, + { + "name": "running_query_wall_time_ms", + "visible": true, + "width": "*", + "sort": {}, + "filters": [ + {} + ], + "pinned": "" + }, + { + "name": "total_query_wall_time_ms", + "visible": true, + "width": "*", + "sort": {}, + "filters": [ + {} + ], + "pinned": "" + }, + { + "name": "running_percent", + "visible": true, + "width": "*", + "sort": {}, + "filters": [ + {} + ], + "pinned": "" + } + ], + "scrollFocus": {}, + "selection": [], + "grouping": { + "grouping": [], + "aggregations": [], + "rowExpandedStates": {} + }, + "treeView": {}, + "pagination": { + "paginationCurrentPage": 1.0, + "paginationPageSize": 50.0 + } + }, + "tableColumnTypeState": { + "names": { + "user_": "string", + "count": "string", + "query_wall_time_ms": "string", + "running_query_wall_time_ms": "string", + "total_query_wall_time_ms": "string", + "running_percent": "string" + }, + "updated": false + }, + "tableOptionSpecHash": "[{\"name\":\"useFilter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable filter for columns\"},{\"name\":\"showPagination\",\"valueType\":\"boolean\",\"defaultValue\":true,\"widget\":\"checkbox\",\"description\":\"Enable pagination for better navigation\"},{\"name\":\"showAggregationFooter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable a footer for displaying aggregated values\"}]", + "tableOptionValue": { + "useFilter": false, + "showPagination": true, + "showAggregationFooter": false + }, + "updated": false, + "initialized": false + } + }, + "commonSetting": {} + }, + "helium": {} + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314583_1514526172", + "id": "20161130-203130_853102478", + "dateCreated": "2019-12-25 23:45:14.583", + "status": "READY" + }, + { + "title": "User Client by User Number in 30 days", + "text": "%jdbc(presto)\n\nselect\n user_agent, approx_distinct(user_) as user_number \nfrom datapipeline.logs_presto_query_completion \nwhere \n environment\u003d\u0027prod\u0027\n and datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u002730\u0027 day, \u0027%Y%m%d%H\u0027)\ngroup by user_agent order by user_agent", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.584", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": true + }, + "editorMode": "ace/mode/sql", + "colWidth": 6.0, + "editorHide": true, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "user_agent", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 998.0, + "values": [ + { + "index": 1.0, + "name": "user_number", + "aggr": "sum" + } + ], + "mode": "table", + "groups": [], + "scatter": { + "xAxis": { + "index": 0.0, + "name": "user_agent", + "aggr": "sum" + } + } + }, + "helium": {} + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314584_658873409", + "id": "20161206-010140_2021337688", + "dateCreated": "2019-12-25 23:45:14.584", + "status": "READY" + }, + { + "title": "User Client by Query Number in 15 days", + "text": "%jdbc(presto) \n\nselect \n user_agent, approx_distinct(query_id) as query_number \nfrom datapipeline.logs_presto_query_completion \nwhere \n environment\u003d\u0027prod\u0027 \n and datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u002715\u0027 day, \u0027%Y%m%d%H\u0027)\ngroup by user_agent order by user_agent", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.584", + "config": { + "editorSetting": {}, + "editorMode": "ace/mode/scala", + "colWidth": 6.0, + "editorHide": true, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "user_agent", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 1022.0, + "values": [ + { + "index": 1.0, + "name": "query_number", + "aggr": "sum" + } + ], + "mode": "pieChart", + "groups": [], + "scatter": { + "xAxis": { + "index": 0.0, + "name": "user_agent", + "aggr": "sum" + }, + "yAxis": { + "index": 1.0, + "name": "query_number", + "aggr": "sum" + } + } + } + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314584_1858107866", + "id": "20170104-003655_1091036344", + "dateCreated": "2019-12-25 23:45:14.584", + "status": "READY" + }, + { + "title": "Query Source by User Number in 15 days", + "text": "%jdbc(presto)\n\nselect\n source, approx_distinct(user_) as user_number \nfrom datapipeline.logs_presto_query_completion \nwhere \n 1\u003d1\n --(environment\u003d\u0027prod\u0027 or environment\u003d\u0027prod-schedule\u0027) \n and datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u002715\u0027 day, \u0027%Y%m%d%H\u0027)\n and position(\u0027verifier\u0027 in source) \u003d 0\ngroup by source order by source", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.584", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": false + }, + "editorMode": "ace/mode/sql", + "colWidth": 6.0, + "editorHide": false, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "source", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 394.0, + "values": [ + { + "index": 1.0, + "name": "user_number", + "aggr": "sum" + } + ], + "mode": "pieChart", + "groups": [], + "scatter": { + "xAxis": { + "index": 0.0, + "name": "source", + "aggr": "sum" + }, + "yAxis": { + "index": 1.0, + "name": "user_number", + "aggr": "sum" + } + } + }, + "helium": {} + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314584_-1635227194", + "id": "20170104-004512_1521952256", + "dateCreated": "2019-12-25 23:45:14.584", + "status": "READY" + }, + { + "title": "Query Source by Query Number in 15 days", + "text": "%jdbc(presto)\n\nselect\n source, approx_distinct(query_id) as query_number \nfrom datapipeline.logs_presto_query_completion \nwhere\n 1\u003d1\n --environment\u003d\u0027prod\u0027 \n and datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u00271\u0027 day, \u0027%Y%m%d%H\u0027)\ngroup by source order by source", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.584", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": false + }, + "editorMode": "ace/mode/sql", + "colWidth": 6.0, + "editorHide": false, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "source", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 382.0, + "values": [ + { + "index": 1.0, + "name": "query_number", + "aggr": "sum" + } + ], + "mode": "pieChart", + "groups": [], + "scatter": { + "xAxis": { + "index": 0.0, + "name": "source", + "aggr": "sum" + }, + "yAxis": { + "index": 1.0, + "name": "query_number", + "aggr": "sum" + } + } + } + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314584_-1377104457", + "id": "20170109-232956_685872793", + "dateCreated": "2019-12-25 23:45:14.584", + "status": "READY" + }, + { + "title": "2016 Q4 Counts of Presto Errors by Day", + "text": "%jdbc(presto)\n\nselect format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027), count(*) AS total, ERROR_CODE_NAME\nFROM datapipeline.logs_presto_query_completion\nwhere query_state !\u003d \u0027FINISHED\u0027\n-- HIVE_FILESYSTEM_ERROR is what\u0027s reported when a uset can\u0027t auth (i.e. impersonation errors)\n-- NO_NODES_AVAILABLE happens during deploy\nAND ERROR_CODE_NAME NOT IN (\u0027SYNTAX_ERROR\u0027, \u0027USER_CANCELED\u0027, \u0027ABANDONED_QUERY\u0027, \u0027HIVE_FILESYSTEM_ERROR\u0027, \u0027NO_NODES_AVAILABLE\u0027, \u0027EXCEEDED_MEMORY_LIMIT\u0027, \u0027PERMISSION_DENIED\u0027)\nAND environment \u003d \u0027prod\u0027\n-- AND user_ NOT IN (\u0027dregan\u0027, \u0027drichards\u0027) -- users have scheduled jobs that fail\nAND datehour between \u00272016101000\u0027 and \u00272017011000\u0027\nGROUP BY substring(datehour, 1, 8), ERROR_CODE_NAME\nORDER BY substring(datehour, 1, 8) ", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.584", + "config": { + "editorSetting": {}, + "editorMode": "ace/mode/scala", + "colWidth": 12.0, + "editorHide": true, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "_col0", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 626.0, + "values": [ + { + "index": 1.0, + "name": "total", + "aggr": "sum" + } + ], + "mode": "stackedAreaChart", + "groups": [ + { + "index": 2.0, + "name": "ERROR_CODE_NAME", + "aggr": "sum" + } + ], + "scatter": { + "xAxis": { + "index": 0.0, + "name": "_col0", + "aggr": "sum" + }, + "yAxis": { + "index": 1.0, + "name": "total", + "aggr": "sum" + } + }, + "setting": { + "stackedAreaChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + } + }, + "commonSetting": {} + } + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314584_357662360", + "id": "20170109-233259_25233602", + "dateCreated": "2019-12-25 23:45:14.584", + "status": "READY" + }, + { + "title": "PAGE_TRANSPORT_TIMEOUT hosts", + "text": "%jdbc(presto)\n\nselect format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027) as date, substring(failure_message, 197, 13) as worker_host, count(*) as times\nFROM datapipeline.logs_presto_query_completion\nwhere query_state !\u003d \u0027FINISHED\u0027\nAND ERROR_CODE_NAME \u003d \u0027PAGE_TRANSPORT_TIMEOUT\u0027\nAND environment \u003d \u0027prod\u0027\nAND datehour \u003e \u00272016122300\u0027\nGROUP BY format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027), substring(failure_message, 197, 13)\nORDER BY format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027) desc, count(*) desc", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.584", + "config": { + "editorSetting": {}, + "editorMode": "ace/mode/scala", + "colWidth": 12.0, + "editorHide": true, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "mode": "table", + "height": 300.0, + "optionOpen": false, + "setting": { + "table": { + "tableGridState": {}, + "tableColumnTypeState": { + "updated": false, + "names": { + "date": "string", + "worker_host": "string", + "times": "string" + } + }, + "updated": false, + "initialized": false, + "tableOptionSpecHash": "[{\"name\":\"useFilter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable filter for columns\"},{\"name\":\"showPagination\",\"valueType\":\"boolean\",\"defaultValue\":true,\"widget\":\"checkbox\",\"description\":\"Enable pagination for better navigation\"},{\"name\":\"showAggregationFooter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable a footer for displaying aggregated values\"}]", + "tableOptionValue": { + "useFilter": false, + "showPagination": true, + "showAggregationFooter": false + } + } + }, + "commonSetting": {} + } + }, + { + "graph": { + "keys": [ + { + "index": 1.0, + "name": "worker_host", + "aggr": "sum" + } + ], + "optionOpen": true, + "height": 300.0, + "values": [ + { + "index": 1.0, + "name": "worker_host", + "aggr": "count" + } + ], + "mode": "table", + "groups": [], + "scatter": { + "group": { + "index": 1.0, + "name": "worker_host", + "aggr": "sum" + }, + "xAxis": { + "index": 0.0, + "name": "date", + "aggr": "sum" + } + } + } + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314584_699833711", + "id": "20170111-020213_2059895238", + "dateCreated": "2019-12-25 23:45:14.584", + "status": "READY" + }, + { + "text": "%jdbc(presto)\n\nselect format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027), failure_message, user_, query\nFROM datapipeline.logs_presto_query_completion\nwhere query_state !\u003d \u0027FINISHED\u0027\nAND failure_message like \u0027%There is a mismatch between the table and partition schemas%\u0027\nAND environment \u003d \u0027prod\u0027\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u00277\u0027 day, \u0027%Y%m%d%H\u0027)\nGROUP BY substring(datehour, 1, 8), failure_message, user_, query\nORDER BY substring(datehour, 1, 8) desc", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.584", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": true + }, + "editorMode": "ace/mode/sql", + "colWidth": 12.0, + "editorHide": true, + "fontSize": 9.0, + "results": [ + { + "graph": { + "mode": "table", + "height": 300.0, + "optionOpen": false, + "setting": { + "table": { + "tableGridState": {}, + "tableColumnTypeState": { + "updated": false, + "names": { + "_col0": "string", + "failure_message": "string", + "user_": "string", + "query": "string" + } + }, + "updated": false, + "initialized": false, + "tableOptionSpecHash": "[{\"name\":\"useFilter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable filter for columns\"},{\"name\":\"showPagination\",\"valueType\":\"boolean\",\"defaultValue\":true,\"widget\":\"checkbox\",\"description\":\"Enable pagination for better navigation\"},{\"name\":\"showAggregationFooter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable a footer for displaying aggregated values\"}]", + "tableOptionValue": { + "useFilter": false, + "showPagination": true, + "showAggregationFooter": false + } + } + }, + "commonSetting": {} + } + }, + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "_col0", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 300.0, + "values": [ + { + "index": 1.0, + "name": "failure_message", + "aggr": "sum" + } + ], + "mode": "table", + "groups": [], + "scatter": { + "xAxis": { + "index": 0.0, + "name": "_col0", + "aggr": "sum" + }, + "yAxis": { + "index": 1.0, + "name": "failure_message", + "aggr": "sum" + } + } + } + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314584_790722904", + "id": "20170112-081607_1636357427", + "dateCreated": "2019-12-25 23:45:14.584", + "status": "READY" + }, + { + "text": "%jdbc(presto)\n\nselect\n catalog, approx_distinct(user_) as user_number \nfrom datapipeline.logs_presto_query_completion \nwhere \n environment\u003d\u0027prod\u0027 \n and datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u002715\u0027 day, \u0027%Y%m%d%H\u0027)\ngroup by catalog order by catalog ", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.585", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": true + }, + "editorMode": "ace/mode/sql", + "colWidth": 6.0, + "fontSize": 9.0, + "editorHide": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "catalog", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 300.0, + "values": [ + { + "index": 1.0, + "name": "user_number", + "aggr": "sum" + } + ], + "mode": "pieChart", + "groups": [], + "scatter": { + "xAxis": { + "index": 0.0, + "name": "catalog", + "aggr": "sum" + }, + "yAxis": { + "index": 1.0, + "name": "user_number", + "aggr": "sum" + } + } + } + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314585_-1632987749", + "id": "20170301-230205_255322413", + "dateCreated": "2019-12-25 23:45:14.585", + "status": "READY" + }, + { + "text": "%jdbc(presto)\n\nselect\n catalog, count(query_id) as query_number \nfrom datapipeline.logs_presto_query_completion \nwhere \n environment\u003d\u0027prod\u0027 \n and datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u002715\u0027 day, \u0027%Y%m%d%H\u0027)\ngroup by catalog order by catalog ", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.585", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": true + }, + "editorMode": "ace/mode/sql", + "colWidth": 6.0, + "fontSize": 9.0, + "editorHide": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "catalog", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 300.0, + "values": [ + { + "index": 1.0, + "name": "query_number", + "aggr": "sum" + } + ], + "mode": "pieChart", + "groups": [], + "scatter": { + "xAxis": { + "index": 0.0, + "name": "catalog", + "aggr": "sum" + }, + "yAxis": { + "index": 1.0, + "name": "query_number", + "aggr": "sum" + } + } + } + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314585_-1963413727", + "id": "20170301-230201_1586729257", + "dateCreated": "2019-12-25 23:45:14.585", + "status": "READY" + }, + { + "text": "%jdbc(presto)\nselect query, failure_message from datapipeline.logs_presto_query_completion\nwhere ERROR_CODE_NAME in (\u0027INVALID_FUNCTION_ARGUMENT\u0027)\nlimit 5", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.585", + "config": { + "editorSetting": {}, + "editorMode": "ace/mode/scala", + "colWidth": 12.0, + "editorHide": true, + "fontSize": 9.0, + "results": [ + { + "graph": { + "keys": [], + "optionOpen": false, + "height": 300.0, + "values": [], + "mode": "stackedAreaChart", + "groups": [], + "scatter": {}, + "setting": { + "table": { + "tableGridState": {}, + "tableColumnTypeState": { + "names": { + "query": "string", + "failure_message": "string" + }, + "updated": false + }, + "tableOptionSpecHash": "[{\"name\":\"useFilter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable filter for columns\"},{\"name\":\"showPagination\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable pagination for better navigation\"},{\"name\":\"showAggregationFooter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable a footer for displaying aggregated values\"}]", + "tableOptionValue": { + "useFilter": false, + "showPagination": false, + "showAggregationFooter": false + }, + "updated": false, + "initialized": false + }, + "multiBarChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + }, + "stackedAreaChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + } + }, + "commonSetting": {} + }, + "helium": {} + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314585_-1296083371", + "id": "20170508-204602_425063424", + "dateCreated": "2019-12-25 23:45:14.585", + "status": "READY" + }, + { + "title": "HDFS Data ingestion vs Presto rack data flow - last 10 days ", + "text": "%jdbc(presto)\nselect sum(total_bytes)/1000000000000 as total_hdfs_pull_tb, sum(reduce(output_datasize, cast(0 as bigint), (s, x) -\u003e s + x, s -\u003e s))/1000000000000 as total_data_transfer_tb, date from (select total_bytes, transform(stages, x -\u003e x.output_data_size_bytes) as output_datasize, date from (select total_bytes, stages, date from (select total_bytes, map_values(query_stages) as stages, format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027) as date from datapipeline.logs_presto_query_completion where datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u002710\u0027 day, \u0027%Y%m%d%H\u0027)) where stages is not null)) group by date order by date", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.585", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": true + }, + "editorMode": "ace/mode/sql", + "colWidth": 12.0, + "editorHide": true, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 2.0, + "name": "date", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 300.0, + "values": [ + { + "index": 1.0, + "name": "total_data_transfer_tb", + "aggr": "sum" + }, + { + "index": 0.0, + "name": "total_hdfs_pull_tb", + "aggr": "sum" + } + ], + "mode": "multiBarChart", + "groups": [], + "scatter": { + "xAxis": { + "index": 2.0, + "name": "date", + "aggr": "sum" + } + }, + "setting": { + "multiBarChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + } + }, + "commonSetting": {} + } + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314585_-2101744242", + "id": "20170613-021012_258312418", + "dateCreated": "2019-12-25 23:45:14.585", + "status": "READY" + }, + { + "text": "%jdbc(presto)\nselect sum(total_bytes) as total_hdfs_pull, sum(reduce(output_datasize, cast(0 as bigint), (s, x) -\u003e s + x, s -\u003e s)) as total_data_transfer from (select total_bytes, transform(stages, x -\u003e x.output_data_size_bytes) as output_datasize from (select total_bytes, stages from (select total_bytes, map_values(query_stages) as stages from datapipeline.logs_presto_query_completion where datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u00277\u0027 day, \u0027%Y%m%d%H\u0027)) where stages is not null))", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.585", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": true + }, + "editorMode": "ace/mode/sql", + "colWidth": 12.0, + "editorHide": true, + "fontSize": 9.0, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "total_hdfs_pull", + "aggr": "sum" + } + ], + "optionOpen": true, + "height": 300.0, + "values": [ + { + "index": 1.0, + "name": "total_data_transfer", + "aggr": "sum" + }, + { + "index": 0.0, + "name": "total_hdfs_pull", + "aggr": "sum" + } + ], + "mode": "pieChart", + "groups": [], + "scatter": { + "xAxis": { + "index": 0.0, + "name": "total_hdfs_pull", + "aggr": "sum" + }, + "yAxis": { + "index": 1.0, + "name": "total_data_transfer", + "aggr": "sum" + } + } + } + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314585_-938480822", + "id": "20170620-172342_2058189334", + "dateCreated": "2019-12-25 23:45:14.585", + "status": "READY" + }, + { + "title": "Count of Unique Users and Queries on Datasets by Presto", + "text": "%jdbc(presto)\n\nwith queried_table_source as (\n select \n user_,\n query_id,\n map_keys(queried_columns_by_table) as queried_tables\n from\n datapipeline.logs_presto_query_completion\n where\n datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027${look back in days\u003d180}\u0027 day, \u0027%Y%m%d%H\u0027)\n),\nqueried_table as (\n select\n user_,\n query_id,\n schema_table\n from\n queried_table_source\n cross join unnest(queried_tables) as t (schema_table)\n where\n split_part(schema_table, \u0027.\u0027, 1) not in (\u0027information_schema\u0027)\n),\ncountings as (\n select\n schema_table,\n count(distinct user_) as distinct_users_count,\n count(distinct query_id) as distinct_queries_count\n from \n queried_table\n group by 1\n)\nselect * from countings\norder by ${order by\u003ddistinct_users_count} desc\nlimit ${limit\u003d100}", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.585", + "config": { + "tableHide": false, + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": false + }, + "editorMode": "ace/mode/sql", + "colWidth": 12.0, + "editorHide": false, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "schema_table", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 300.0, + "values": [ + { + "index": 1.0, + "name": "distinct_users_count", + "aggr": "sum" + } + ], + "mode": "table", + "groups": [], + "scatter": { + "xAxis": { + "index": 0.0, + "name": "schema_table", + "aggr": "sum" + }, + "yAxis": { + "index": 1.0, + "name": "distinct_users_count", + "aggr": "sum" + } + }, + "setting": { + "table": { + "tableGridState": { + "columns": [ + { + "name": "schema_table", + "visible": true, + "width": "*", + "sort": {}, + "filters": [ + {} + ], + "pinned": "" + }, + { + "name": "distinct_users_count", + "visible": true, + "width": "*", + "sort": { + "priority": 1.0, + "direction": "desc" + }, + "filters": [ + {} + ], + "pinned": "" + }, + { + "name": "distinct_queries_count", + "visible": true, + "width": "*", + "sort": { + "priority": 0.0, + "direction": "desc" + }, + "filters": [ + {} + ], + "pinned": "" + } + ], + "scrollFocus": {}, + "selection": [], + "grouping": { + "grouping": [], + "aggregations": [], + "rowExpandedStates": {} + }, + "treeView": {}, + "pagination": { + "paginationCurrentPage": 1.0, + "paginationPageSize": 50.0 + } + }, + "tableColumnTypeState": { + "updated": false, + "names": { + "schema_table": "string", + "distinct_users_count": "string", + "distinct_queries_count": "string" + } + }, + "updated": false, + "initialized": false, + "tableOptionSpecHash": "[{\"name\":\"useFilter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable filter for columns\"},{\"name\":\"showPagination\",\"valueType\":\"boolean\",\"defaultValue\":true,\"widget\":\"checkbox\",\"description\":\"Enable pagination for better navigation\"},{\"name\":\"showAggregationFooter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable a footer for displaying aggregated values\"}]", + "tableOptionValue": { + "useFilter": false, + "showPagination": true, + "showAggregationFooter": false + } + }, + "ultimate-column-chart-negative-values": { + "chartChanged": true, + "parameterChanged": false, + "panel": { + "columnPanelOpened": true, + "parameterPanelOpened": false + }, + "spec": { + "charts": { + "column": { + "transform": { + "method": "array" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelRotation": { + "valueType": "int", + "defaultValue": -90.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + }, + "stacked": { + "transform": { + "method": "array" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelRotation": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + }, + "percent": { + "transform": { + "method": "array" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelRotation": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + "tooltipPercentagePrecision": { + "valueType": "string", + "defaultValue": ".2f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPercentagePrecision" + } + } + }, + "drill-down": { + "transform": { + "method": "drill-down" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": -45.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelRotation": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "none", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + } + }, + "initialized": false, + "version": { + "axis": "{\"column\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"stacked\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"percent\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"drill-down\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}]}", + "parameter": "{\"column\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":-90,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"stacked\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"percent\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\".2f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPercentagePrecision\"}],\"drill-down\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":-45,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" + } + }, + "chart": { + "current": "column", + "available": [ + "column", + "stacked", + "percent", + "drill-down" + ] + }, + "axis": { + "column": { + "xAxis": [], + "yAxis": [], + "category": [] + }, + "stacked": { + "xAxis": [], + "yAxis": [], + "category": [] + }, + "percent": { + "xAxis": [], + "yAxis": [], + "category": [] + }, + "drill-down": { + "xAxis": [], + "yAxis": [], + "category": [] + } + }, + "sharedAxis": { + "xAxis": [], + "yAxis": [], + "category": [] + }, + "axisSpecs": { + "column": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "stacked": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "percent": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "drill-down": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ] + }, + "parameter": { + "column": { + "inverted": false, + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelRotation": -90.0, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "x", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + }, + "stacked": { + "inverted": false, + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelRotation": 0.0, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "x", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + }, + "percent": { + "inverted": false, + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelRotation": 0.0, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "x", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "", + "tooltipPercentagePrecision": ".2f" + }, + "drill-down": { + "inverted": false, + "floatingLegend": "default", + "rotateXAxisLabel": -45.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelRotation": 0.0, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "none", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + } + }, + "paramSpecs": { + "column": [ + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "int", + "defaultValue": -90.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ], + "stacked": [ + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ], + "percent": [ + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + { + "valueType": "string", + "defaultValue": ".2f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPercentagePrecision" + } + ], + "drill-down": [ + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": -45.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ] + } + }, + "ultimate-column-chart": { + "chartChanged": true, + "parameterChanged": false, + "panel": { + "columnPanelOpened": true, + "parameterPanelOpened": false + }, + "spec": { + "charts": { + "column": { + "transform": { + "method": "array" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelRotation": { + "valueType": "int", + "defaultValue": -90.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + }, + "stacked": { + "transform": { + "method": "array" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelRotation": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + }, + "percent": { + "transform": { + "method": "array" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelRotation": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + "tooltipPercentagePrecision": { + "valueType": "string", + "defaultValue": ".2f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPercentagePrecision" + } + } + }, + "drill-down": { + "transform": { + "method": "drill-down" + }, + "sharedAxis": true, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "inverted": { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": -45.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelRotation": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "zoomType": { + "valueType": "string", + "defaultValue": "none", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + } + }, + "initialized": false, + "version": { + "axis": "{\"column\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"stacked\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"percent\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"drill-down\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}]}", + "parameter": "{\"column\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":-90,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"stacked\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"percent\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\".2f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPercentagePrecision\"}],\"drill-down\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":-45,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" + } + }, + "chart": { + "current": "column", + "available": [ + "column", + "stacked", + "percent", + "drill-down" + ] + }, + "axis": { + "column": { + "xAxis": [], + "yAxis": [], + "category": [] + }, + "stacked": { + "xAxis": [], + "yAxis": [], + "category": [] + }, + "percent": { + "xAxis": [], + "yAxis": [], + "category": [] + }, + "drill-down": { + "xAxis": [], + "yAxis": [], + "category": [] + } + }, + "sharedAxis": { + "xAxis": [], + "yAxis": [], + "category": [] + }, + "axisSpecs": { + "column": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "stacked": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "percent": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "drill-down": [ + { + "dimension": "multiple", + "axisType": "key", + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ] + }, + "parameter": { + "column": { + "inverted": false, + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelRotation": -90.0, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "x", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + }, + "stacked": { + "inverted": false, + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelRotation": 0.0, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "x", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + }, + "percent": { + "inverted": false, + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelRotation": 0.0, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "x", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "", + "tooltipPercentagePrecision": ".2f" + }, + "drill-down": { + "inverted": false, + "floatingLegend": "default", + "rotateXAxisLabel": -45.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelRotation": 0.0, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "xAxisPosition": "bottom", + "yAxisPosition": "left", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "zoomType": "none", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + } + }, + "paramSpecs": { + "column": [ + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "int", + "defaultValue": -90.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ], + "stacked": [ + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ], + "percent": [ + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "x", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + }, + { + "valueType": "string", + "defaultValue": ".2f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPercentagePrecision" + } + ], + "drill-down": [ + { + "valueType": "boolean", + "defaultValue": false, + "description": "invert x and y axes", + "widget": "checkbox", + "name": "inverted" + }, + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": -45.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate data labels", + "name": "dataLabelRotation" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "none", + "description": "type of zoom", + "widget": "option", + "optionValues": [ + "y", + "x", + "xy", + "none" + ], + "name": "zoomType" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ] + } + }, + "ultimate-range-chart": { + "chartChanged": true, + "parameterChanged": false, + "panel": { + "columnPanelOpened": true, + "parameterPanelOpened": false + }, + "spec": { + "charts": { + "range": { + "transform": { + "method": "array" + }, + "sharedAxis": false, + "axis": { + "xAxis": { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 2.0, + "maxAxisCount": 2.0, + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "key", + "minAxisCount": 1.0, + "name": "yAxis" + }, + "category": { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + }, + "parameter": { + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": true, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + }, + "comparative": { + "transform": { + "method": "array" + }, + "sharedAxis": false, + "axis": { + "xAxis": { + "dimension": "single", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "xAxis" + }, + "yAxis": { + "dimension": "multiple", + "axisType": "key", + "name": "yAxis" + }, + "binomial": { + "dimension": "single", + "axisType": "group", + "minAxisCount": 1.0, + "name": "binomial" + } + }, + "parameter": { + "floatingLegend": { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + "rotateXAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + "rotateYAxisLabel": { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + "dataLabel": { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + "dataLabelPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + "tooltipPrecision": { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + "legendLabelFormat": { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + "yAxisPosition": { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + "xAxisPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + "showLegend": { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + "legendPosition": { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + "legendLayout": { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + "subTitle": { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + "mainTitle": { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + "xAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + "yAxisUnit": { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + "xAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + "yAxisName": { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + } + } + }, + "initialized": false, + "version": { + "axis": "{\"range\":[{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":2,\"maxAxisCount\":2,\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"key\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"comparative\":[{\"dimension\":\"single\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"yAxis\"},{\"dimension\":\"single\",\"axisType\":\"group\",\"minAxisCount\":1,\"name\":\"binomial\"}]}", + "parameter": "{\"range\":[{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"comparative\":[{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" + } + }, + "chart": { + "current": "range", + "available": [ + "range", + "comparative" + ] + }, + "axis": { + "range": { + "xAxis": [], + "yAxis": [], + "category": [] + }, + "comparative": { + "yAxis": [] + } + }, + "sharedAxis": {}, + "axisSpecs": { + "range": [ + { + "dimension": "multiple", + "axisType": "aggregator", + "minAxisCount": 2.0, + "maxAxisCount": 2.0, + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "key", + "minAxisCount": 1.0, + "name": "yAxis" + }, + { + "dimension": "multiple", + "axisType": "group", + "name": "category" + } + ], + "comparative": [ + { + "dimension": "single", + "axisType": "aggregator", + "minAxisCount": 1.0, + "name": "xAxis" + }, + { + "dimension": "multiple", + "axisType": "key", + "name": "yAxis" + }, + { + "dimension": "single", + "axisType": "group", + "minAxisCount": 1.0, + "name": "binomial" + } + ] + }, + "parameter": { + "range": { + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "dataLabel": true, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "yAxisPosition": "left", + "xAxisPosition": "bottom", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + }, + "comparative": { + "floatingLegend": "default", + "rotateXAxisLabel": 0.0, + "rotateYAxisLabel": 0.0, + "dataLabel": false, + "dataLabelPrecision": ".1f", + "tooltipPrecision": ".1f", + "legendLabelFormat": "", + "yAxisPosition": "left", + "xAxisPosition": "bottom", + "showLegend": true, + "legendPosition": "bottom", + "legendLayout": "horizontal", + "subTitle": "", + "mainTitle": "", + "xAxisUnit": "", + "yAxisUnit": "", + "xAxisName": "", + "yAxisName": "" + } + }, + "paramSpecs": { + "range": [ + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ], + "comparative": [ + { + "valueType": "string", + "defaultValue": "default", + "description": "floating legend", + "widget": "option", + "optionValues": [ + "default", + "top-right", + "top-left" + ], + "name": "floatingLegend" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate xAxis labels", + "name": "rotateXAxisLabel" + }, + { + "valueType": "int", + "defaultValue": 0.0, + "description": "rotate yAxis labels", + "name": "rotateYAxisLabel" + }, + { + "valueType": "boolean", + "defaultValue": false, + "description": "use data labels in column", + "widget": "checkbox", + "name": "dataLabel" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "dataLabelPrecision" + }, + { + "valueType": "string", + "defaultValue": ".1f", + "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "tooltipPrecision" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", + "name": "legendLabelFormat" + }, + { + "valueType": "string", + "defaultValue": "left", + "description": "yAxis position", + "widget": "option", + "optionValues": [ + "left", + "right" + ], + "name": "yAxisPosition" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "xAxis position", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "xAxisPosition" + }, + { + "valueType": "boolean", + "defaultValue": true, + "description": "show legend", + "widget": "checkbox", + "name": "showLegend" + }, + { + "valueType": "string", + "defaultValue": "bottom", + "description": "position of legend", + "widget": "option", + "optionValues": [ + "bottom", + "top" + ], + "name": "legendPosition" + }, + { + "valueType": "string", + "defaultValue": "horizontal", + "description": "layout of legend", + "widget": "option", + "optionValues": [ + "horizontal", + "vertical" + ], + "name": "legendLayout" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "sub title of chart", + "name": "subTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "main title of chart", + "name": "mainTitle" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of xAxis", + "name": "xAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "unit of yAxis", + "name": "yAxisUnit" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of xAxis", + "name": "xAxisName" + }, + { + "valueType": "string", + "defaultValue": "", + "description": "name of yAxis", + "name": "yAxisName" + } + ] + } + }, + "stackedAreaChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + }, + "multiBarChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + } + }, + "commonSetting": {} + }, + "helium": {} + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": { + "limit": "10000", + "order by": "distinct_users_count", + "look back in days": "200" + }, + "forms": { + "look back in days": { + "type": "TextBox", + "name": "look back in days", + "defaultValue": "180", + "hidden": false + }, + "order by": { + "type": "TextBox", + "name": "order by", + "defaultValue": "distinct_users_count", + "hidden": false + }, + "limit": { + "type": "TextBox", + "name": "limit", + "defaultValue": "100", + "hidden": false + } + } + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314585_-907057359", + "id": "20170620-184455_132312913", + "dateCreated": "2019-12-25 23:45:14.585", + "status": "READY" + }, + { + "title": "Count of Datasets accessed by Presto", + "text": "%jdbc(presto)\n\nwith queried_table_source as (\n select \n user_,\n query_id,\n map_keys(queried_columns_by_table) as queried_tables\n from\n datapipeline.logs_presto_query_completion\n where\n datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027${look back in days\u003d180}\u0027 day, \u0027%Y%m%d%H\u0027)\n),\nqueried_table as (\n select\n user_,\n query_id,\n schema_table\n from\n queried_table_source\n cross join unnest(queried_tables) as t (schema_table)\n where\n split_part(schema_table, \u0027.\u0027, 1) not in (\u0027information_schema\u0027)\n)\n\nselect\n approx_distinct(schema_table) as num_datasets_queried\nfrom \n queried_table", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.586", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionSupport": false + }, + "editorMode": "ace/mode/sql", + "colWidth": 12.0, + "editorHide": false, + "fontSize": 9.0, + "title": true, + "results": [ + { + "graph": { + "keys": [ + { + "index": 0.0, + "name": "num_datasets_queried", + "aggr": "sum" + } + ], + "optionOpen": false, + "height": 300.0, + "values": [], + "mode": "table", + "groups": [], + "scatter": { + "xAxis": { + "index": 0.0, + "name": "num_datasets_queried", + "aggr": "sum" + } + }, + "setting": { + "table": { + "tableGridState": {}, + "tableColumnTypeState": { + "updated": false, + "names": { + "num_datasets_queried": "string" + } + }, + "updated": false, + "initialized": false, + "tableOptionSpecHash": "[{\"name\":\"useFilter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable filter for columns\"},{\"name\":\"showPagination\",\"valueType\":\"boolean\",\"defaultValue\":true,\"widget\":\"checkbox\",\"description\":\"Enable pagination for better navigation\"},{\"name\":\"showAggregationFooter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable a footer for displaying aggregated values\"}]", + "tableOptionValue": { + "useFilter": false, + "showPagination": true, + "showAggregationFooter": false + } + }, + "multiBarChart": { + "rotate": { + "degree": "-45" + }, + "xLabelStatus": "default" + } + }, + "commonSetting": {} + }, + "helium": {} + } + ], + "enabled": true, + "presto": "presto" + }, + "settings": { + "params": { + "look back in days": "180" + }, + "forms": { + "look back in days": { + "type": "TextBox", + "name": "look back in days", + "defaultValue": "180", + "hidden": false + } + } + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314586_-1855821705", + "id": "20171130-223400_1126357342", + "dateCreated": "2019-12-25 23:45:14.586", + "status": "READY" + }, + { + "text": "%jdbc ", + "user": "fdai", + "dateUpdated": "2019-12-25 23:45:14.586", + "config": { + "editorSetting": { + "language": "sql", + "editOnDblClick": false, + "completionKey": "TAB", + "completionSupport": true + }, + "colWidth": 12.0, + "editorMode": "ace/mode/sql", + "fontSize": 9.0, + "editorHide": true, + "results": {}, + "enabled": true + }, + "settings": { + "params": {}, + "forms": {} + }, + "apps": [], + "progressUpdateIntervalMs": 500, + "jobName": "paragraph_1577346314586_-1982080052", + "id": "20180731-003050_105567248", + "dateCreated": "2019-12-25 23:45:14.586", + "status": "READY" + } + ], + "name": "Presto Usage", + "id": "2EVEG73VW", + "defaultInterpreterGroup": "spark", + "version": "0.9.0-SNAPSHOT", + "permissions": { + "owners": [ + "fdai" + ] + }, + "noteParams": {}, + "noteForms": {}, + "angularObjects": {}, + "config": { + "isDalEnable": false, + "isZeppelinNotebookCronEnable": true + }, + "info": {}, + "path": "/Presto/Presto Usage", + "lastViewedDate": "2019-12-25 23:46:07.532" +} \ No newline at end of file diff --git a/zeppelin-distribution/pom.xml b/zeppelin-distribution/pom.xml index 271067060c1..380e7a2f719 100644 --- a/zeppelin-distribution/pom.xml +++ b/zeppelin-distribution/pom.xml @@ -85,6 +85,12 @@ ${project.version} war + + ${project.groupId} + zeppelin-web-angular + ${project.version} + war + diff --git a/zeppelin-distribution/src/assemble/distribution.xml b/zeppelin-distribution/src/assemble/distribution.xml index 0c5e8b64433..d926b2c059c 100644 --- a/zeppelin-distribution/src/assemble/distribution.xml +++ b/zeppelin-distribution/src/assemble/distribution.xml @@ -42,6 +42,7 @@ /lib ${project.groupId}:zeppelin-web + ${project.groupId}:zeppelin-web-angular false true diff --git a/zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java b/zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java index 2a6e0bbbf2e..4ba7ae528c7 100644 --- a/zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java +++ b/zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java @@ -306,6 +306,10 @@ public int getServerSslPort() { return getInt(ConfVars.ZEPPELIN_SSL_PORT); } + public int getServerAngularSslPort() { + return getInt(ConfVars.ZEPPELIN_SSL_PORT); + } + public boolean useClientAuth() { return getBoolean(ConfVars.ZEPPELIN_SSL_CLIENT_AUTH); } @@ -323,6 +327,10 @@ public int getServerPort() { return getInt(ConfVars.ZEPPELIN_PORT); } + public int getServerAngularPort() { + return getInt(ConfVars.ZEPPELIN_ANGULAR_PORT); + } + public String getServerContextPath() { return getString(ConfVars.ZEPPELIN_SERVER_CONTEXT_PATH); } @@ -800,9 +808,11 @@ public enum ConfVars { ZEPPELIN_HOME("zeppelin.home", "./"), ZEPPELIN_ADDR("zeppelin.server.addr", "127.0.0.1"), ZEPPELIN_PORT("zeppelin.server.port", 8080), + ZEPPELIN_ANGULAR_PORT("zeppelin.server.angular.port", 9090), ZEPPELIN_SERVER_CONTEXT_PATH("zeppelin.server.context.path", "/"), ZEPPELIN_SSL("zeppelin.ssl", false), ZEPPELIN_SSL_PORT("zeppelin.server.ssl.port", 8443), + ZEPPELIN_ANGULAR_SSL_PORT("zeppelin.server.angular.ssl.port", 9443), ZEPPELIN_SSL_CLIENT_AUTH("zeppelin.ssl.client.auth", false), ZEPPELIN_SSL_KEYSTORE_PATH("zeppelin.ssl.keystore.path", "keystore"), ZEPPELIN_SSL_KEYSTORE_TYPE("zeppelin.ssl.keystore.type", "JKS"), @@ -812,6 +822,7 @@ public enum ConfVars { ZEPPELIN_SSL_TRUSTSTORE_TYPE("zeppelin.ssl.truststore.type", null), ZEPPELIN_SSL_TRUSTSTORE_PASSWORD("zeppelin.ssl.truststore.password", null), ZEPPELIN_WAR("zeppelin.war", "zeppelin-web/dist"), + ZEPPELIN_ANGULAR_WAR("zeppelin.angular.war", "zeppelin-web-angular/dist"), ZEPPELIN_WAR_TEMPDIR("zeppelin.war.tempdir", "webapps"), ZEPPELIN_INTERPRETER_JSON("zeppelin.interpreter.setting", "interpreter-setting.json"), diff --git a/zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java b/zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java index f9d8e8b6262..235a1250d65 100644 --- a/zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java +++ b/zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java @@ -102,6 +102,8 @@ public class ZeppelinServer extends ResourceConfig { public static ServiceLocator sharedServiceLocator; private static ZeppelinConfiguration conf = ZeppelinConfiguration.create(); + private static final String CONNCETOR_NAME_DEFAULT = "default"; + private static final String CONNCETOR_NAME_ANGULAR = "angular"; @Inject public ZeppelinServer() { @@ -119,9 +121,6 @@ public static void main(String[] args) throws InterruptedException { ContextHandlerCollection contexts = new ContextHandlerCollection(); jettyWebServer.setHandler(contexts); - // Web UI - final WebAppContext webApp = setupWebAppContext(contexts, conf); - sharedServiceLocator = ServiceLocatorFactory.getInstance().create("shared-locator"); ServiceLocatorUtilities.enableImmediateScope(sharedServiceLocator); ServiceLocatorUtilities.addClasses(sharedServiceLocator, @@ -180,25 +179,12 @@ protected void configure() { } }); - webApp.addEventListener( - new ServletContextListener() { - @Override - public void contextInitialized(ServletContextEvent servletContextEvent) { - servletContextEvent - .getServletContext() - .setAttribute(ServletProperties.SERVICE_LOCATOR, sharedServiceLocator); - } - - @Override - public void contextDestroyed(ServletContextEvent servletContextEvent) {} - }); - - // Create `ZeppelinServer` using reflection and setup REST Api - setupRestApiContextHandler(webApp, conf); - - // Notebook server - setupNotebookServer(webApp, conf, sharedServiceLocator); + // Multiple Web UI + final WebAppContext defaultWebApp = setupWebAppContext(contexts, conf, conf.getString(ConfVars.ZEPPELIN_WAR), CONNCETOR_NAME_DEFAULT); + final WebAppContext angularWebApp = setupWebAppContext(contexts, conf, conf.getString(ConfVars.ZEPPELIN_ANGULAR_WAR), CONNCETOR_NAME_ANGULAR); + initWebApp(defaultWebApp); + initWebApp(angularWebApp); // Cluster Manager Server setupClusterManagerServer(sharedServiceLocator); @@ -304,14 +290,19 @@ private static Server setupJettyServer(ZeppelinConfiguration conf) { conf.getInt(ConfVars.ZEPPELIN_SERVER_JETTY_THREAD_POOL_MIN), conf.getInt(ConfVars.ZEPPELIN_SERVER_JETTY_THREAD_POOL_TIMEOUT)); final Server server = new Server(threadPool); - ServerConnector connector; + initServerConnector(server, conf.getServerPort(), conf.getServerSslPort(), CONNCETOR_NAME_DEFAULT); + initServerConnector(server, conf.getServerAngularPort(), conf.getServerAngularSslPort(), CONNCETOR_NAME_ANGULAR); + return server; + } + private static void initServerConnector(Server server, int port, int sslPort, String name) { + ServerConnector connector; HttpConfiguration httpConfig = new HttpConfiguration(); httpConfig.addCustomizer(new ForwardedRequestCustomizer()); if (conf.useSsl()) { - LOG.debug("Enabling SSL for Zeppelin Server on port " + conf.getServerSslPort()); + LOG.debug("Enabling SSL for Zeppelin Server on port " + sslPort); httpConfig.setSecureScheme("https"); - httpConfig.setSecurePort(conf.getServerSslPort()); + httpConfig.setSecurePort(sslPort); httpConfig.setOutputBufferSize(32768); httpConfig.setResponseHeaderSize(8192); httpConfig.setSendServerVersion(true); @@ -321,28 +312,21 @@ private static Server setupJettyServer(ZeppelinConfiguration conf) { httpsConfig.addCustomizer(src); connector = - new ServerConnector( - server, - new SslConnectionFactory(getSslContextFactory(conf), HttpVersion.HTTP_1_1.asString()), - new HttpConnectionFactory(httpsConfig)); + new ServerConnector( + server, + new SslConnectionFactory(getSslContextFactory(conf), HttpVersion.HTTP_1_1.asString()), + new HttpConnectionFactory(httpsConfig)); } else { connector = new ServerConnector(server, new HttpConnectionFactory(httpConfig)); + connector.setPort(port); } - configureRequestHeaderSize(conf, connector); // Set some timeout options to make debugging easier. int timeout = 1000 * 30; connector.setIdleTimeout(timeout); connector.setHost(conf.getServerAddress()); - if (conf.useSsl()) { - connector.setPort(conf.getServerSslPort()); - } else { - connector.setPort(conf.getServerPort()); - } - + connector.setName(name); server.addConnector(connector); - - return server; } private static void configureRequestHeaderSize( @@ -437,18 +421,18 @@ private static void setupRestApiContextHandler(WebAppContext webapp, ZeppelinCon } private static WebAppContext setupWebAppContext( - ContextHandlerCollection contexts, ZeppelinConfiguration conf) { + ContextHandlerCollection contexts, ZeppelinConfiguration conf, String warPath, String connectorName) { WebAppContext webApp = new WebAppContext(); webApp.setContextPath(conf.getServerContextPath()); - File warPath = new File(conf.getString(ConfVars.ZEPPELIN_WAR)); - if (warPath.isDirectory()) { + File warFile = new File(warPath); + if (warFile.isDirectory()) { // Development mode, read from FS // webApp.setDescriptor(warPath+"/WEB-INF/web.xml"); - webApp.setResourceBase(warPath.getPath()); + webApp.setResourceBase(warFile.getPath()); webApp.setParentLoaderPriority(true); } else { // use packaged WAR - webApp.setWar(warPath.getAbsolutePath()); + webApp.setWar(warFile.getAbsolutePath()); File warTempDirectory = new File(conf.getRelativeDir(ConfVars.ZEPPELIN_WAR_TEMPDIR)); warTempDirectory.mkdir(); LOG.info("ZeppelinServer Webapp path: {}", warTempDirectory.getPath()); @@ -463,7 +447,28 @@ private static WebAppContext setupWebAppContext( webApp.setInitParameter( "org.eclipse.jetty.servlet.Default.dirAllowed", Boolean.toString(conf.getBoolean(ConfVars.ZEPPELIN_SERVER_DEFAULT_DIR_ALLOWED))); - + webApp.setVirtualHosts(new String[] {"@" + connectorName}); return webApp; } + + private static void initWebApp(WebAppContext webApp) { + webApp.addEventListener( + new ServletContextListener() { + @Override + public void contextInitialized(ServletContextEvent servletContextEvent) { + servletContextEvent + .getServletContext() + .setAttribute(ServletProperties.SERVICE_LOCATOR, sharedServiceLocator); + } + + @Override + public void contextDestroyed(ServletContextEvent servletContextEvent) {} + }); + + // Create `ZeppelinServer` using reflection and setup REST Api + setupRestApiContextHandler(webApp, conf); + + // Notebook server + setupNotebookServer(webApp, conf, sharedServiceLocator); + } } diff --git a/zeppelin-server/src/test/java/org/apache/zeppelin/rest/AbstractTestRestApi.java b/zeppelin-server/src/test/java/org/apache/zeppelin/rest/AbstractTestRestApi.java index ca8ff95f6f5..d1075471927 100644 --- a/zeppelin-server/src/test/java/org/apache/zeppelin/rest/AbstractTestRestApi.java +++ b/zeppelin-server/src/test/java/org/apache/zeppelin/rest/AbstractTestRestApi.java @@ -191,6 +191,8 @@ private static void start(boolean withAuth, zeppelinHome.getAbsolutePath()); System.setProperty(ZeppelinConfiguration.ConfVars.ZEPPELIN_WAR.getVarName(), new File("../zeppelin-web/dist").getAbsolutePath()); + System.setProperty(ZeppelinConfiguration.ConfVars.ZEPPELIN_ANGULAR_WAR.getVarName(), + new File("../zeppelin-web-angular/dist").getAbsolutePath()); System.setProperty(ZeppelinConfiguration.ConfVars.ZEPPELIN_CONF_DIR.getVarName(), confDir.getAbsolutePath()); System.setProperty( @@ -208,6 +210,7 @@ private static void start(boolean withAuth, // some test profile does not build zeppelin-web. // to prevent zeppelin starting up fail, create zeppelin-web/dist directory new File("../zeppelin-web/dist").mkdirs(); + new File("../zeppelin-web-angular/dist").mkdirs(); LOG.info("Staring test Zeppelin up..."); ZeppelinConfiguration conf = ZeppelinConfiguration.create(); diff --git a/zeppelin-web-angular/pom.xml b/zeppelin-web-angular/pom.xml index e0a1f7b3e84..cae521489e7 100644 --- a/zeppelin-web-angular/pom.xml +++ b/zeppelin-web-angular/pom.xml @@ -26,7 +26,7 @@ zeppelin-web-angular war 0.9.0-SNAPSHOT - Zeppelin: web Application + Zeppelin: web angular Application From f08602e20f9186956819e9825bf7b08fe6c0cdc9 Mon Sep 17 00:00:00 2001 From: fdai Date: Sat, 28 Dec 2019 00:07:57 -0800 Subject: [PATCH 2/5] remove unrelated notebook --- .../Presto/Presto Usage_2EVEG73VW.zpln | 30011 ---------------- 1 file changed, 30011 deletions(-) delete mode 100644 git_notebook/Presto/Presto Usage_2EVEG73VW.zpln diff --git a/git_notebook/Presto/Presto Usage_2EVEG73VW.zpln b/git_notebook/Presto/Presto Usage_2EVEG73VW.zpln deleted file mode 100644 index 4f4500a9fd4..00000000000 --- a/git_notebook/Presto/Presto Usage_2EVEG73VW.zpln +++ /dev/null @@ -1,30011 +0,0 @@ -{ - "paragraphs": [ - { - "title": "Count of Unique Presto Users by Day", - "text": "%jdbc(presto)\nSELECT format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027) as date, count(distinct user_) AS total\nFROM datapipeline.logs_presto_query_completion\nWHERE query_state !\u003d \u0027FAILED\u0027\nAND position(\u0027verifier\u0027 in source) \u003d 0\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027720\u0027 day, \u0027%Y%m%d%H\u0027)\nGROUP BY 1\nORDER BY 1", - "user": "fdai", - "dateUpdated": "2019-12-25 23:46:09.156", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": false - }, - "editorMode": "ace/mode/sql", - "colWidth": 6.0, - "editorHide": false, - "fontSize": 9.0, - "title": false, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "date", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 244.0, - "lineWithFocus": false, - "values": [ - { - "index": 1.0, - "name": "total", - "aggr": "sum" - } - ], - "mode": "stackedAreaChart", - "groups": [], - "forceY": true, - "scatter": { - "xAxis": { - "index": 0.0, - "name": "date", - "aggr": "sum" - }, - "yAxis": { - "index": 1.0, - "name": "total", - "aggr": "sum" - } - }, - "setting": { - "stackedAreaChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default", - "style": "stack" - }, - "zeppelin-highcharts-columnrange": { - "yAxis": { - "name": "date", - "index": 0.0, - "aggr": "sum" - }, - "xAxis": { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - }, - "zeppelin-highcharts-bubble": { - "xAxis": { - "name": "date", - "index": 0.0, - "aggr": "sum" - }, - "yAxis": { - "name": "total", - "index": 1.0, - "aggr": "sum" - }, - "category": { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - }, - "multiBarChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - }, - "ultimate-heatmap-chart": { - "chartChanged": true, - "parameterChanged": false, - "panel": { - "columnPanelOpened": true, - "parameterPanelOpened": false - }, - "spec": { - "charts": { - "heatmap": { - "transform": { - "method": "array:2-key" - }, - "sharedAxis": false, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "minAxisCount": 1.0, - "description": "categorical", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "key", - "minAxisCount": 1.0, - "description": "categorical", - "name": "yAxis" - }, - "zAxis": { - "dimension": "single", - "axisType": "aggregator", - "minAxisCount": 1.0, - "description": "numeric", - "name": "zAxis" - } - }, - "parameter": { - "plotBorderWidth": { - "valueType": "int", - "defaultValue": 1.0, - "description": "border width of plot", - "name": "plotBorderWidth" - }, - "seriesBorderWidth": { - "valueType": "int", - "defaultValue": 1.0, - "description": "border width of series", - "name": "seriesBorderWidth" - }, - "yAxisGridLineWidth": { - "valueType": "int", - "defaultValue": 1.0, - "description": "width of yAxis grid line", - "name": "yAxisGridLineWidth" - }, - "colorAxisStops": { - "valueType": "JSON", - "defaultValue": "", - "description": "colorAxis.stops", - "widget": "textarea", - "name": "colorAxisStops" - }, - "useColorAxisMax": { - "valueType": "boolean", - "defaultValue": false, - "description": "use colorAxis.max", - "widget": "checkbox", - "name": "useColorAxisMax" - }, - "colorAxisMaxValue": { - "valueType": "int", - "defaultValue": 1.0, - "description": "colorAxis.max", - "name": "colorAxisMaxValue" - }, - "useColorAxisMin": { - "valueType": "boolean", - "defaultValue": false, - "description": "use colorAxis.min", - "widget": "checkbox", - "name": "useColorAxisMin" - }, - "colorAxisMinValue": { - "valueType": "int", - "defaultValue": 0.0, - "description": "colorAxis.min", - "name": "colorAxisMinValue" - }, - "colorAxisMaxColor": { - "valueType": "string", - "defaultValue": "#7cb5ec", - "description": "max color of color axis", - "name": "colorAxisMaxColor" - }, - "colorAxisMinColor": { - "valueType": "string", - "defaultValue": "#FFFFFF", - "description": "min color of color axis", - "name": "colorAxisMinColor" - }, - "seriesBorderColor": { - "valueType": "string", - "defaultValue": "rgb(124, 181, 236)", - "description": "border color of series", - "name": "seriesBorderColor" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": -45.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showDataLabel": { - "valueType": "boolean", - "defaultValue": true, - "description": "show data label", - "widget": "checkbox", - "name": "showDataLabel" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "vertical", - "horizontal" - ], - "name": "legendLayout" - }, - "legendAlign": { - "valueType": "string", - "defaultValue": "center", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "center", - "right", - "left" - ], - "name": "legendAlign" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "zAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of zAxis", - "name": "zAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - } - }, - "initialized": false, - "version": { - "axis": "{\"heatmap\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"categorical\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"categorical\",\"name\":\"yAxis\"},{\"dimension\":\"single\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"description\":\"numeric\",\"name\":\"zAxis\"}]}", - "parameter": "{\"heatmap\":[{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"border width of plot\",\"name\":\"plotBorderWidth\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"border width of series\",\"name\":\"seriesBorderWidth\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"width of yAxis grid line\",\"name\":\"yAxisGridLineWidth\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"colorAxis.stops\",\"widget\":\"textarea\",\"name\":\"colorAxisStops\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use colorAxis.max\",\"widget\":\"checkbox\",\"name\":\"useColorAxisMax\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"colorAxis.max\",\"name\":\"colorAxisMaxValue\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use colorAxis.min\",\"widget\":\"checkbox\",\"name\":\"useColorAxisMin\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"colorAxis.min\",\"name\":\"colorAxisMinValue\"},{\"valueType\":\"string\",\"defaultValue\":\"#7cb5ec\",\"description\":\"max color of color axis\",\"name\":\"colorAxisMaxColor\"},{\"valueType\":\"string\",\"defaultValue\":\"#FFFFFF\",\"description\":\"min color of color axis\",\"name\":\"colorAxisMinColor\"},{\"valueType\":\"string\",\"defaultValue\":\"rgb(124, 181, 236)\",\"description\":\"border color of series\",\"name\":\"seriesBorderColor\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":-45,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show data label\",\"widget\":\"checkbox\",\"name\":\"showDataLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"vertical\",\"horizontal\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"center\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"center\",\"right\",\"left\"],\"name\":\"legendAlign\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of zAxis\",\"name\":\"zAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" - } - }, - "chart": { - "current": "heatmap", - "available": [ - "heatmap" - ] - }, - "axis": { - "heatmap": { - "xAxis": [], - "yAxis": [] - } - }, - "sharedAxis": {}, - "axisSpecs": { - "heatmap": [ - { - "dimension": "multiple", - "axisType": "key", - "minAxisCount": 1.0, - "description": "categorical", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "key", - "minAxisCount": 1.0, - "description": "categorical", - "name": "yAxis" - }, - { - "dimension": "single", - "axisType": "aggregator", - "minAxisCount": 1.0, - "description": "numeric", - "name": "zAxis" - } - ] - }, - "parameter": { - "heatmap": { - "plotBorderWidth": 1.0, - "seriesBorderWidth": 1.0, - "yAxisGridLineWidth": 1.0, - "colorAxisStops": "", - "useColorAxisMax": false, - "colorAxisMaxValue": 1.0, - "useColorAxisMin": false, - "colorAxisMinValue": 0.0, - "colorAxisMaxColor": "#7cb5ec", - "colorAxisMinColor": "#FFFFFF", - "seriesBorderColor": "rgb(124, 181, 236)", - "floatingLegend": "default", - "rotateXAxisLabel": -45.0, - "rotateYAxisLabel": 0.0, - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showDataLabel": true, - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "legendAlign": "center", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "zAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - } - }, - "paramSpecs": { - "heatmap": [ - { - "valueType": "int", - "defaultValue": 1.0, - "description": "border width of plot", - "name": "plotBorderWidth" - }, - { - "valueType": "int", - "defaultValue": 1.0, - "description": "border width of series", - "name": "seriesBorderWidth" - }, - { - "valueType": "int", - "defaultValue": 1.0, - "description": "width of yAxis grid line", - "name": "yAxisGridLineWidth" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "colorAxis.stops", - "widget": "textarea", - "name": "colorAxisStops" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use colorAxis.max", - "widget": "checkbox", - "name": "useColorAxisMax" - }, - { - "valueType": "int", - "defaultValue": 1.0, - "description": "colorAxis.max", - "name": "colorAxisMaxValue" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use colorAxis.min", - "widget": "checkbox", - "name": "useColorAxisMin" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "colorAxis.min", - "name": "colorAxisMinValue" - }, - { - "valueType": "string", - "defaultValue": "#7cb5ec", - "description": "max color of color axis", - "name": "colorAxisMaxColor" - }, - { - "valueType": "string", - "defaultValue": "#FFFFFF", - "description": "min color of color axis", - "name": "colorAxisMinColor" - }, - { - "valueType": "string", - "defaultValue": "rgb(124, 181, 236)", - "description": "border color of series", - "name": "seriesBorderColor" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": -45.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show data label", - "widget": "checkbox", - "name": "showDataLabel" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "vertical", - "horizontal" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "center", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "center", - "right", - "left" - ], - "name": "legendAlign" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of zAxis", - "name": "zAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ] - } - }, - "ultimate-scatter-chart": { - "chartChanged": true, - "parameterChanged": false, - "panel": { - "columnPanelOpened": true, - "parameterPanelOpened": false - }, - "spec": { - "charts": { - "scatter": { - "transform": { - "method": "array" - }, - "sharedAxis": false, - "axis": { - "xAxis": { - "dimension": "single", - "axisType": "key", - "minAxisCount": 1.0, - "description": "serial", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "description": "serial", - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "usePredefinedColorSet": { - "valueType": "boolean", - "defaultValue": true, - "description": "use predefined color set", - "widget": "checkbox", - "name": "usePredefinedColorSet" - }, - "markerRadius": { - "valueType": "int", - "defaultValue": 3.0, - "description": "radius size of markers", - "name": "markerRadius" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "xy", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - }, - "bubble": { - "transform": { - "method": "array:2-key" - }, - "sharedAxis": false, - "axis": { - "xAxis": { - "dimension": "single", - "axisType": "key", - "minAxisCount": 1.0, - "description": "serial", - "name": "xAxis" - }, - "yAxis": { - "dimension": "single", - "axisType": "key", - "minAxisCount": 1.0, - "description": "serial", - "name": "yAxis" - }, - "zAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "zAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "minBubbleSize": { - "valueType": "int", - "defaultValue": 3.0, - "description": "minimum size of bubble", - "name": "minBubbleSize" - }, - "maxBubbleSize": { - "valueType": "int", - "defaultValue": 50.0, - "description": "maximum size of bubble", - "name": "maxBubbleSize" - }, - "plotBorderWidth": { - "valueType": "int", - "defaultValue": 1.0, - "description": "border width of plot", - "name": "plotBorderWidth" - }, - "xGridLineWidth": { - "valueType": "int", - "defaultValue": 1.0, - "description": "grid line width of X axis", - "name": "xGridLineWidth" - }, - "yGridLineWidth": { - "valueType": "int", - "defaultValue": 1.0, - "description": "grid line width of Y axis", - "name": "yGridLineWidth" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "xy", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "zAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of zAxis", - "name": "zAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - } - }, - "initialized": false, - "version": { - "axis": "{\"scatter\":[{\"dimension\":\"single\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"serial\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"description\":\"serial\",\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"bubble\":[{\"dimension\":\"single\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"serial\",\"name\":\"xAxis\"},{\"dimension\":\"single\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"serial\",\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"zAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}]}", - "parameter": "{\"scatter\":[{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"use predefined color set\",\"widget\":\"checkbox\",\"name\":\"usePredefinedColorSet\"},{\"valueType\":\"int\",\"defaultValue\":3,\"description\":\"radius size of markers\",\"name\":\"markerRadius\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"xy\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"bubble\":[{\"valueType\":\"int\",\"defaultValue\":3,\"description\":\"minimum size of bubble\",\"name\":\"minBubbleSize\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"maximum size of bubble\",\"name\":\"maxBubbleSize\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"border width of plot\",\"name\":\"plotBorderWidth\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"grid line width of X axis\",\"name\":\"xGridLineWidth\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"grid line width of Y axis\",\"name\":\"yGridLineWidth\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"xy\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of zAxis\",\"name\":\"zAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" - } - }, - "chart": { - "current": "scatter", - "available": [ - "scatter", - "bubble" - ] - }, - "axis": { - "scatter": { - "yAxis": [], - "category": [] - }, - "bubble": { - "zAxis": [], - "category": [] - } - }, - "sharedAxis": {}, - "axisSpecs": { - "scatter": [ - { - "dimension": "single", - "axisType": "key", - "minAxisCount": 1.0, - "description": "serial", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "description": "serial", - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "bubble": [ - { - "dimension": "single", - "axisType": "key", - "minAxisCount": 1.0, - "description": "serial", - "name": "xAxis" - }, - { - "dimension": "single", - "axisType": "key", - "minAxisCount": 1.0, - "description": "serial", - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "zAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ] - }, - "parameter": { - "scatter": { - "usePredefinedColorSet": true, - "markerRadius": 3.0, - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "xy", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - }, - "bubble": { - "minBubbleSize": 3.0, - "maxBubbleSize": 50.0, - "plotBorderWidth": 1.0, - "xGridLineWidth": 1.0, - "yGridLineWidth": 1.0, - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "xy", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "zAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - } - }, - "paramSpecs": { - "scatter": [ - { - "valueType": "boolean", - "defaultValue": true, - "description": "use predefined color set", - "widget": "checkbox", - "name": "usePredefinedColorSet" - }, - { - "valueType": "int", - "defaultValue": 3.0, - "description": "radius size of markers", - "name": "markerRadius" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "xy", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ], - "bubble": [ - { - "valueType": "int", - "defaultValue": 3.0, - "description": "minimum size of bubble", - "name": "minBubbleSize" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "maximum size of bubble", - "name": "maxBubbleSize" - }, - { - "valueType": "int", - "defaultValue": 1.0, - "description": "border width of plot", - "name": "plotBorderWidth" - }, - { - "valueType": "int", - "defaultValue": 1.0, - "description": "grid line width of X axis", - "name": "xGridLineWidth" - }, - { - "valueType": "int", - "defaultValue": 1.0, - "description": "grid line width of Y axis", - "name": "yGridLineWidth" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "xy", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of zAxis", - "name": "zAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ] - } - }, - "ultimate-column-chart": { - "chartChanged": true, - "parameterChanged": false, - "panel": { - "columnPanelOpened": true, - "parameterPanelOpened": false - }, - "spec": { - "charts": { - "column": { - "transform": { - "method": "array" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelRotation": { - "valueType": "int", - "defaultValue": -90.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - }, - "stacked": { - "transform": { - "method": "array" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelRotation": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - }, - "percent": { - "transform": { - "method": "array" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelRotation": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - "tooltipPercentagePrecision": { - "valueType": "string", - "defaultValue": ".2f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPercentagePrecision" - } - } - }, - "drill-down": { - "transform": { - "method": "drill-down" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": -45.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelRotation": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "none", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - } - }, - "initialized": false, - "version": { - "axis": "{\"column\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"stacked\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"percent\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"drill-down\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}]}", - "parameter": "{\"column\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":-90,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"stacked\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"percent\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\".2f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPercentagePrecision\"}],\"drill-down\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":-45,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" - } - }, - "chart": { - "current": "column", - "available": [ - "column", - "stacked", - "percent", - "drill-down" - ] - }, - "axis": { - "column": { - "xAxis": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "category": [] - }, - "stacked": { - "xAxis": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "category": [] - }, - "percent": { - "xAxis": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "category": [] - }, - "drill-down": { - "xAxis": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "category": [] - } - }, - "sharedAxis": { - "xAxis": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "category": [] - }, - "axisSpecs": { - "column": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "stacked": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "percent": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "drill-down": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ] - }, - "parameter": { - "column": { - "inverted": false, - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelRotation": -90.0, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "x", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - }, - "stacked": { - "inverted": false, - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelRotation": 0.0, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "x", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - }, - "percent": { - "inverted": false, - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelRotation": 0.0, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "x", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "", - "tooltipPercentagePrecision": ".2f" - }, - "drill-down": { - "inverted": false, - "floatingLegend": "default", - "rotateXAxisLabel": -45.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelRotation": 0.0, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "none", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - } - }, - "paramSpecs": { - "column": [ - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "int", - "defaultValue": -90.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ], - "stacked": [ - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ], - "percent": [ - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - { - "valueType": "string", - "defaultValue": ".2f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPercentagePrecision" - } - ], - "drill-down": [ - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": -45.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ] - } - }, - "ultimate-area-chart": { - "chartChanged": true, - "parameterChanged": false, - "panel": { - "columnPanelOpened": true, - "parameterPanelOpened": false - }, - "spec": { - "charts": { - "area": { - "transform": { - "method": "object" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "graphLineThickness": { - "valueType": "int", - "defaultValue": 1.0, - "description": "thickness for graph line", - "name": "graphLineThickness" - }, - "graphLineAlpha": { - "valueType": "int", - "defaultValue": 0.5, - "description": "alpha for graph line", - "name": "graphLineAlpha" - }, - "graphFillAlpha": { - "valueType": "int", - "defaultValue": 0.4, - "description": "alpha for graph area", - "name": "graphFillAlpha" - }, - "balloonType": { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - "hideBulletsCount": { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - "yAxisValueFormat": { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - "yAxisValuePrecision": { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - "yAxisValueInside": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - "showXAxisScroll": { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - "showYAxisScroll": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - "chartMarginLeft": { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - "chartMarginRight": { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendValueText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - "legendValueWidth": { - "valueType": "int", - "defaultValue": 50.0, - "description": "value width of legends", - "name": "legendValueWidth" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "bulletType": { - "valueType": "string", - "defaultValue": "none", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "none", - "round", - "round-white" - ], - "name": "bulletType" - }, - "balloonText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - "yAxisGuides": { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - "trendLines": { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "logarithmicYAxis": { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "graphType": { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "line", - "smoothedLine" - ], - "name": "graphType" - }, - "dateFormat": { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - } - } - }, - "stacked": { - "transform": { - "method": "object" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "graphLineThickness": { - "valueType": "int", - "defaultValue": 1.0, - "description": "thickness for graph line", - "name": "graphLineThickness" - }, - "graphLineAlpha": { - "valueType": "int", - "defaultValue": 0.4, - "description": "alpha for graph line", - "name": "graphLineAlpha" - }, - "graphFillAlpha": { - "valueType": "int", - "defaultValue": 0.5, - "description": "alpha for graph area", - "name": "graphFillAlpha" - }, - "balloonType": { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - "hideBulletsCount": { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - "yAxisValueFormat": { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - "yAxisValuePrecision": { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - "yAxisValueInside": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - "showXAxisScroll": { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - "showYAxisScroll": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - "chartMarginLeft": { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - "chartMarginRight": { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendValueText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - "legendValueWidth": { - "valueType": "int", - "defaultValue": 50.0, - "description": "value width of legends", - "name": "legendValueWidth" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "bulletType": { - "valueType": "string", - "defaultValue": "none", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "none", - "round", - "round-white" - ], - "name": "bulletType" - }, - "balloonText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - "yAxisGuides": { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - "trendLines": { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "logarithmicYAxis": { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "graphType": { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "line", - "smoothedLine" - ], - "name": "graphType" - }, - "dateFormat": { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - } - } - }, - "percent": { - "transform": { - "method": "object" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "graphLineThickness": { - "valueType": "int", - "defaultValue": 1.0, - "description": "thickness for graph line", - "name": "graphLineThickness" - }, - "graphLineAlpha": { - "valueType": "int", - "defaultValue": 0.4, - "description": "alpha for graph line", - "name": "graphLineAlpha" - }, - "graphFillAlpha": { - "valueType": "int", - "defaultValue": 0.5, - "description": "alpha for graph area", - "name": "graphFillAlpha" - }, - "balloonType": { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - "hideBulletsCount": { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - "yAxisValueFormat": { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - "yAxisValuePrecision": { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - "yAxisValueInside": { - "valueType": "boolean", - "defaultValue": false, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - "showXAxisScroll": { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - "showYAxisScroll": { - "valueType": "boolean", - "defaultValue": false, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - "chartMarginLeft": { - "valueType": "int", - "defaultValue": 55.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - "chartMarginRight": { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendValueText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - "legendValueWidth": { - "valueType": "int", - "defaultValue": 100.0, - "description": "value width of legends", - "name": "legendValueWidth" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "bulletType": { - "valueType": "string", - "defaultValue": "none", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "none", - "round", - "round-white" - ], - "name": "bulletType" - }, - "balloonText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - "yAxisGuides": { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - "trendLines": { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "logarithmicYAxis": { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "graphType": { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "line", - "smoothedLine" - ], - "name": "graphType" - }, - "dateFormat": { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - } - } - }, - "no-group": { - "transform": { - "method": "raw" - }, - "axis": { - "xAxis": { - "dimension": "single", - "axisType": "unique", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "value", - "minAxisCount": 1.0, - "name": "yAxis" - } - }, - "parameter": { - "graphLineThickness": { - "valueType": "int", - "defaultValue": 1.0, - "description": "thickness for graph line", - "name": "graphLineThickness" - }, - "graphLineAlpha": { - "valueType": "int", - "defaultValue": 0.5, - "description": "alpha for graph line", - "name": "graphLineAlpha" - }, - "graphFillAlpha": { - "valueType": "int", - "defaultValue": 0.4, - "description": "alpha for graph area", - "name": "graphFillAlpha" - }, - "balloonType": { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - "hideBulletsCount": { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - "yAxisValueFormat": { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - "yAxisValuePrecision": { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - "yAxisValueInside": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - "showXAxisScroll": { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - "showYAxisScroll": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - "chartMarginLeft": { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - "chartMarginRight": { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendValueText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - "legendValueWidth": { - "valueType": "int", - "defaultValue": 50.0, - "description": "value width of legends", - "name": "legendValueWidth" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "bulletType": { - "valueType": "string", - "defaultValue": "none", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "none", - "round", - "round-white" - ], - "name": "bulletType" - }, - "balloonText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - "yAxisGuides": { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - "trendLines": { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "logarithmicYAxis": { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "graphType": { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "line", - "smoothedLine" - ], - "name": "graphType" - }, - "dateFormat": { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - }, - "areaType": { - "valueType": "string", - "defaultValue": "area", - "description": "type of area chart", - "widget": "option", - "optionValues": [ - "area", - "stacked", - "perecnt" - ], - "name": "areaType" - } - } - } - }, - "initialized": false, - "version": { - "axis": "{\"area\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"stacked\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"percent\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"no-group\":[{\"dimension\":\"single\",\"axisType\":\"unique\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"value\",\"minAxisCount\":1,\"name\":\"yAxis\"}]}", - "parameter": "{\"area\":[{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"thickness for graph line\",\"name\":\"graphLineThickness\"},{\"valueType\":\"int\",\"defaultValue\":0.5,\"description\":\"alpha for graph line\",\"name\":\"graphLineAlpha\"},{\"valueType\":\"int\",\"defaultValue\":0.4,\"description\":\"alpha for graph area\",\"name\":\"graphFillAlpha\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"value width of legends\",\"name\":\"legendValueWidth\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"none\",\"round\",\"round-white\"],\"name\":\"bulletType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"line\",\"smoothedLine\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"}],\"stacked\":[{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"thickness for graph line\",\"name\":\"graphLineThickness\"},{\"valueType\":\"int\",\"defaultValue\":0.4,\"description\":\"alpha for graph line\",\"name\":\"graphLineAlpha\"},{\"valueType\":\"int\",\"defaultValue\":0.5,\"description\":\"alpha for graph area\",\"name\":\"graphFillAlpha\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"value width of legends\",\"name\":\"legendValueWidth\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"none\",\"round\",\"round-white\"],\"name\":\"bulletType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"line\",\"smoothedLine\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"}],\"percent\":[{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"thickness for graph line\",\"name\":\"graphLineThickness\"},{\"valueType\":\"int\",\"defaultValue\":0.4,\"description\":\"alpha for graph line\",\"name\":\"graphLineAlpha\"},{\"valueType\":\"int\",\"defaultValue\":0.5,\"description\":\"alpha for graph area\",\"name\":\"graphFillAlpha\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":55,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"int\",\"defaultValue\":100,\"description\":\"value width of legends\",\"name\":\"legendValueWidth\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"none\",\"round\",\"round-white\"],\"name\":\"bulletType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"line\",\"smoothedLine\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"}],\"no-group\":[{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"thickness for graph line\",\"name\":\"graphLineThickness\"},{\"valueType\":\"int\",\"defaultValue\":0.5,\"description\":\"alpha for graph line\",\"name\":\"graphLineAlpha\"},{\"valueType\":\"int\",\"defaultValue\":0.4,\"description\":\"alpha for graph area\",\"name\":\"graphFillAlpha\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"value width of legends\",\"name\":\"legendValueWidth\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"none\",\"round\",\"round-white\"],\"name\":\"bulletType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"line\",\"smoothedLine\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"area\",\"description\":\"type of area chart\",\"widget\":\"option\",\"optionValues\":[\"area\",\"stacked\",\"perecnt\"],\"name\":\"areaType\"}]}" - } - }, - "chart": { - "current": "no-group", - "available": [ - "area", - "stacked", - "percent", - "no-group" - ] - }, - "axis": { - "area": { - "xAxis": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "category": [] - }, - "stacked": { - "xAxis": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "category": [] - }, - "percent": { - "xAxis": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "category": [] - }, - "no-group": { - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "xAxis": { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - } - }, - "sharedAxis": { - "xAxis": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "category": [] - }, - "axisSpecs": { - "area": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "stacked": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "percent": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "no-group": [ - { - "dimension": "single", - "axisType": "unique", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "value", - "minAxisCount": 1.0, - "name": "yAxis" - } - ] - }, - "parameter": { - "area": { - "graphLineThickness": 1.0, - "graphLineAlpha": 0.5, - "graphFillAlpha": 0.4, - "balloonType": "simple", - "hideBulletsCount": 50.0, - "yAxisValueFormat": "none", - "yAxisValuePrecision": 2.0, - "yAxisValueInside": true, - "showXAxisScroll": false, - "showYAxisScroll": true, - "chartMarginLeft": 15.0, - "chartMarginRight": 15.0, - "showLegend": true, - "legendValueText": "", - "legendPosition": "bottom", - "legendValueWidth": 50.0, - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "bulletType": "none", - "balloonText": "", - "yAxisGuides": "", - "trendLines": "", - "mainTitle": "", - "subTitle": "", - "xAxisName": "", - "yAxisName": "", - "xAxisUnit": "", - "yAxisUnit": "", - "logarithmicYAxis": false, - "inverted": false, - "graphType": "line", - "dateFormat": "" - }, - "stacked": { - "graphLineThickness": 1.0, - "graphLineAlpha": 0.4, - "graphFillAlpha": 0.5, - "balloonType": "simple", - "hideBulletsCount": 50.0, - "yAxisValueFormat": "none", - "yAxisValuePrecision": 2.0, - "yAxisValueInside": true, - "showXAxisScroll": false, - "showYAxisScroll": true, - "chartMarginLeft": 15.0, - "chartMarginRight": 15.0, - "showLegend": true, - "legendValueText": "", - "legendPosition": "bottom", - "legendValueWidth": 50.0, - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "bulletType": "none", - "balloonText": "", - "yAxisGuides": "", - "trendLines": "", - "mainTitle": "", - "subTitle": "", - "xAxisName": "", - "yAxisName": "", - "xAxisUnit": "", - "yAxisUnit": "", - "logarithmicYAxis": false, - "inverted": false, - "graphType": "line", - "dateFormat": "" - }, - "percent": { - "graphLineThickness": 1.0, - "graphLineAlpha": 0.4, - "graphFillAlpha": 0.5, - "balloonType": "simple", - "hideBulletsCount": 50.0, - "yAxisValueFormat": "none", - "yAxisValuePrecision": 2.0, - "yAxisValueInside": false, - "showXAxisScroll": false, - "showYAxisScroll": false, - "chartMarginLeft": 55.0, - "chartMarginRight": 15.0, - "showLegend": true, - "legendValueText": "", - "legendPosition": "bottom", - "legendValueWidth": 100.0, - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "bulletType": "none", - "balloonText": "", - "yAxisGuides": "", - "trendLines": "", - "mainTitle": "", - "subTitle": "", - "xAxisName": "", - "yAxisName": "", - "xAxisUnit": "", - "yAxisUnit": "", - "logarithmicYAxis": false, - "inverted": false, - "graphType": "line", - "dateFormat": "" - }, - "no-group": { - "graphLineThickness": 1.0, - "graphLineAlpha": 0.5, - "graphFillAlpha": 0.4, - "balloonType": "simple", - "hideBulletsCount": 50.0, - "yAxisValueFormat": "none", - "yAxisValuePrecision": 2.0, - "yAxisValueInside": true, - "showXAxisScroll": false, - "showYAxisScroll": true, - "chartMarginLeft": 15.0, - "chartMarginRight": 15.0, - "showLegend": true, - "legendValueText": "", - "legendPosition": "bottom", - "legendValueWidth": 50.0, - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "bulletType": "none", - "balloonText": "", - "yAxisGuides": "", - "trendLines": "", - "mainTitle": "", - "subTitle": "", - "xAxisName": "", - "yAxisName": "", - "xAxisUnit": "", - "yAxisUnit": "", - "logarithmicYAxis": false, - "inverted": false, - "graphType": "line", - "dateFormat": "", - "areaType": "area" - } - }, - "paramSpecs": { - "area": [ - { - "valueType": "int", - "defaultValue": 1.0, - "description": "thickness for graph line", - "name": "graphLineThickness" - }, - { - "valueType": "int", - "defaultValue": 0.5, - "description": "alpha for graph line", - "name": "graphLineAlpha" - }, - { - "valueType": "int", - "defaultValue": 0.4, - "description": "alpha for graph area", - "name": "graphFillAlpha" - }, - { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "value width of legends", - "name": "legendValueWidth" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "none", - "round", - "round-white" - ], - "name": "bulletType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "line", - "smoothedLine" - ], - "name": "graphType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - } - ], - "stacked": [ - { - "valueType": "int", - "defaultValue": 1.0, - "description": "thickness for graph line", - "name": "graphLineThickness" - }, - { - "valueType": "int", - "defaultValue": 0.4, - "description": "alpha for graph line", - "name": "graphLineAlpha" - }, - { - "valueType": "int", - "defaultValue": 0.5, - "description": "alpha for graph area", - "name": "graphFillAlpha" - }, - { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "value width of legends", - "name": "legendValueWidth" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "none", - "round", - "round-white" - ], - "name": "bulletType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "line", - "smoothedLine" - ], - "name": "graphType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - } - ], - "percent": [ - { - "valueType": "int", - "defaultValue": 1.0, - "description": "thickness for graph line", - "name": "graphLineThickness" - }, - { - "valueType": "int", - "defaultValue": 0.4, - "description": "alpha for graph line", - "name": "graphLineAlpha" - }, - { - "valueType": "int", - "defaultValue": 0.5, - "description": "alpha for graph area", - "name": "graphFillAlpha" - }, - { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - { - "valueType": "int", - "defaultValue": 55.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - { - "valueType": "int", - "defaultValue": 100.0, - "description": "value width of legends", - "name": "legendValueWidth" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "none", - "round", - "round-white" - ], - "name": "bulletType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "line", - "smoothedLine" - ], - "name": "graphType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - } - ], - "no-group": [ - { - "valueType": "int", - "defaultValue": 1.0, - "description": "thickness for graph line", - "name": "graphLineThickness" - }, - { - "valueType": "int", - "defaultValue": 0.5, - "description": "alpha for graph line", - "name": "graphLineAlpha" - }, - { - "valueType": "int", - "defaultValue": 0.4, - "description": "alpha for graph area", - "name": "graphFillAlpha" - }, - { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "value width of legends", - "name": "legendValueWidth" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "none", - "round", - "round-white" - ], - "name": "bulletType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "line", - "smoothedLine" - ], - "name": "graphType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - }, - { - "valueType": "string", - "defaultValue": "area", - "description": "type of area chart", - "widget": "option", - "optionValues": [ - "area", - "stacked", - "perecnt" - ], - "name": "areaType" - } - ] - } - }, - "ultimate-line-chart": { - "chartChanged": false, - "parameterChanged": false, - "panel": { - "columnPanelOpened": true, - "parameterPanelOpened": true - }, - "spec": { - "charts": { - "line": { - "transform": { - "method": "object" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "bulletType": { - "valueType": "string", - "defaultValue": "round", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "round", - "round-white", - "none" - ], - "name": "bulletType" - }, - "bulletSize": { - "valueType": "int", - "defaultValue": 5.0, - "description": "size of bullets", - "name": "bulletSize" - }, - "hideBulletsCount": { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - "yAxisValueFormat": { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - "yAxisValuePrecision": { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - "yAxisValueInside": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - "showXAxisScroll": { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - "showYAxisScroll": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - "chartMarginLeft": { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - "chartMarginRight": { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendValueText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "balloonText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - "balloonType": { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - "yAxisGuides": { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - "trendLines": { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "logarithmicYAxis": { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "graphType": { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "line", - "smoothedLine" - ], - "name": "graphType" - }, - "dateFormat": { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - } - } - }, - "dashed": { - "transform": { - "method": "object" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "bulletType": { - "valueType": "string", - "defaultValue": "none", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "none", - "round", - "round-white" - ], - "name": "bulletType" - }, - "bulletSize": { - "valueType": "int", - "defaultValue": 5.0, - "description": "size of bullets", - "name": "bulletSize" - }, - "hideBulletsCount": { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - "yAxisValueFormat": { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - "yAxisValuePrecision": { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - "yAxisValueInside": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - "showXAxisScroll": { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - "showYAxisScroll": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - "chartMarginLeft": { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - "chartMarginRight": { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendValueText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "balloonText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - "balloonType": { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - "yAxisGuides": { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - "trendLines": { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "logarithmicYAxis": { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "graphType": { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "smoothedLine", - "line" - ], - "name": "graphType" - }, - "dateFormat": { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - }, - "dashLength": { - "valueType": "int", - "defaultValue": 5.0, - "description": "the length of dash", - "name": "dashLength" - } - } - }, - "step": { - "transform": { - "method": "object" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "bulletSize": { - "valueType": "int", - "defaultValue": 5.0, - "description": "size of bullets", - "name": "bulletSize" - }, - "hideBulletsCount": { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - "yAxisValueFormat": { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - "yAxisValuePrecision": { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - "yAxisValueInside": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - "showXAxisScroll": { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - "showYAxisScroll": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - "chartMarginLeft": { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - "chartMarginRight": { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendValueText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "balloonText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - "balloonType": { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - "yAxisGuides": { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - "trendLines": { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "logarithmicYAxis": { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "dateFormat": { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - }, - "dashLength": { - "valueType": "int", - "defaultValue": 0.0, - "description": "the length of dash", - "name": "dashLength" - }, - "noStepRisers": { - "valueType": "boolean", - "defaultValue": false, - "description": "no risers in step line", - "widget": "checkbox", - "name": "noStepRisers" - } - } - }, - "no-group": { - "transform": { - "method": "raw" - }, - "axis": { - "xAxis": { - "dimension": "single", - "axisType": "unique", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "value", - "minAxisCount": 1.0, - "name": "yAxis" - } - }, - "parameter": { - "bulletType": { - "valueType": "string", - "defaultValue": "round", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "round", - "round-white", - "none" - ], - "name": "bulletType" - }, - "bulletSize": { - "valueType": "int", - "defaultValue": 5.0, - "description": "size of bullets", - "name": "bulletSize" - }, - "hideBulletsCount": { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - "yAxisValueFormat": { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - "yAxisValuePrecision": { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - "yAxisValueInside": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - "showXAxisScroll": { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - "showYAxisScroll": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - "chartMarginLeft": { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - "chartMarginRight": { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendValueText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "balloonText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - "balloonType": { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - "yAxisGuides": { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - "trendLines": { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "logarithmicYAxis": { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "graphType": { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "line", - "smoothedLine" - ], - "name": "graphType" - }, - "dateFormat": { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - } - } - } - }, - "initialized": false, - "version": { - "axis": "{\"line\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"dashed\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"step\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"no-group\":[{\"dimension\":\"single\",\"axisType\":\"unique\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"value\",\"minAxisCount\":1,\"name\":\"yAxis\"}]}", - "parameter": "{\"line\":[{\"valueType\":\"string\",\"defaultValue\":\"round\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"round\",\"round-white\",\"none\"],\"name\":\"bulletType\"},{\"valueType\":\"int\",\"defaultValue\":5,\"description\":\"size of bullets\",\"name\":\"bulletSize\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"line\",\"smoothedLine\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"}],\"dashed\":[{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"none\",\"round\",\"round-white\"],\"name\":\"bulletType\"},{\"valueType\":\"int\",\"defaultValue\":5,\"description\":\"size of bullets\",\"name\":\"bulletSize\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"smoothedLine\",\"line\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"},{\"valueType\":\"int\",\"defaultValue\":5,\"description\":\"the length of dash\",\"name\":\"dashLength\"}],\"step\":[{\"valueType\":\"int\",\"defaultValue\":5,\"description\":\"size of bullets\",\"name\":\"bulletSize\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"the length of dash\",\"name\":\"dashLength\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"no risers in step line\",\"widget\":\"checkbox\",\"name\":\"noStepRisers\"}],\"no-group\":[{\"valueType\":\"string\",\"defaultValue\":\"round\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"round\",\"round-white\",\"none\"],\"name\":\"bulletType\"},{\"valueType\":\"int\",\"defaultValue\":5,\"description\":\"size of bullets\",\"name\":\"bulletSize\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"line\",\"smoothedLine\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"}]}" - } - }, - "chart": { - "current": "step", - "available": [ - "line", - "dashed", - "step", - "no-group" - ] - }, - "axis": { - "line": { - "xAxis": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "category": [] - }, - "dashed": { - "xAxis": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "category": [] - }, - "step": { - "xAxis": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "category": [] - }, - "no-group": { - "yAxis": [] - } - }, - "sharedAxis": { - "xAxis": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "category": [] - }, - "axisSpecs": { - "line": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "dashed": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "step": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "no-group": [ - { - "dimension": "single", - "axisType": "unique", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "value", - "minAxisCount": 1.0, - "name": "yAxis" - } - ] - }, - "parameter": { - "line": { - "bulletType": "round", - "bulletSize": 5.0, - "hideBulletsCount": 50.0, - "yAxisValueFormat": "none", - "yAxisValuePrecision": 2.0, - "yAxisValueInside": true, - "showXAxisScroll": false, - "showYAxisScroll": true, - "chartMarginLeft": 15.0, - "chartMarginRight": 15.0, - "showLegend": true, - "legendValueText": "", - "legendPosition": "bottom", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "balloonText": "", - "balloonType": "simple", - "yAxisGuides": "", - "trendLines": "", - "mainTitle": "", - "subTitle": "", - "xAxisName": "", - "yAxisName": "", - "xAxisUnit": "", - "yAxisUnit": "", - "logarithmicYAxis": false, - "inverted": false, - "graphType": "line", - "dateFormat": "" - }, - "dashed": { - "bulletType": "none", - "bulletSize": 5.0, - "hideBulletsCount": 50.0, - "yAxisValueFormat": "none", - "yAxisValuePrecision": 2.0, - "yAxisValueInside": true, - "showXAxisScroll": false, - "showYAxisScroll": true, - "chartMarginLeft": 15.0, - "chartMarginRight": 15.0, - "showLegend": true, - "legendValueText": "", - "legendPosition": "bottom", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "balloonText": "", - "balloonType": "simple", - "yAxisGuides": "", - "trendLines": "", - "mainTitle": "", - "subTitle": "", - "xAxisName": "", - "yAxisName": "", - "xAxisUnit": "", - "yAxisUnit": "", - "logarithmicYAxis": false, - "inverted": false, - "graphType": "line", - "dateFormat": "", - "dashLength": 5.0 - }, - "step": { - "bulletSize": 5.0, - "hideBulletsCount": 50.0, - "yAxisValueFormat": "none", - "yAxisValuePrecision": 2.0, - "yAxisValueInside": true, - "showXAxisScroll": false, - "showYAxisScroll": true, - "chartMarginLeft": 15.0, - "chartMarginRight": 15.0, - "showLegend": true, - "legendValueText": "", - "legendPosition": "bottom", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "balloonText": "", - "balloonType": "simple", - "yAxisGuides": "", - "trendLines": "", - "mainTitle": "", - "subTitle": "", - "xAxisName": "", - "yAxisName": "", - "xAxisUnit": "", - "yAxisUnit": "", - "logarithmicYAxis": false, - "inverted": false, - "dateFormat": "", - "dashLength": 0.0, - "noStepRisers": false - }, - "no-group": { - "bulletType": "round", - "bulletSize": 5.0, - "hideBulletsCount": 50.0, - "yAxisValueFormat": "none", - "yAxisValuePrecision": 2.0, - "yAxisValueInside": true, - "showXAxisScroll": false, - "showYAxisScroll": true, - "chartMarginLeft": 15.0, - "chartMarginRight": 15.0, - "showLegend": true, - "legendValueText": "", - "legendPosition": "bottom", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "balloonText": "", - "balloonType": "simple", - "yAxisGuides": "", - "trendLines": "", - "mainTitle": "", - "subTitle": "", - "xAxisName": "", - "yAxisName": "", - "xAxisUnit": "", - "yAxisUnit": "", - "logarithmicYAxis": false, - "inverted": false, - "graphType": "line", - "dateFormat": "" - } - }, - "paramSpecs": { - "line": [ - { - "valueType": "string", - "defaultValue": "round", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "round", - "round-white", - "none" - ], - "name": "bulletType" - }, - { - "valueType": "int", - "defaultValue": 5.0, - "description": "size of bullets", - "name": "bulletSize" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "line", - "smoothedLine" - ], - "name": "graphType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - } - ], - "dashed": [ - { - "valueType": "string", - "defaultValue": "none", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "none", - "round", - "round-white" - ], - "name": "bulletType" - }, - { - "valueType": "int", - "defaultValue": 5.0, - "description": "size of bullets", - "name": "bulletSize" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "smoothedLine", - "line" - ], - "name": "graphType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - }, - { - "valueType": "int", - "defaultValue": 5.0, - "description": "the length of dash", - "name": "dashLength" - } - ], - "step": [ - { - "valueType": "int", - "defaultValue": 5.0, - "description": "size of bullets", - "name": "bulletSize" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "the length of dash", - "name": "dashLength" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "no risers in step line", - "widget": "checkbox", - "name": "noStepRisers" - } - ], - "no-group": [ - { - "valueType": "string", - "defaultValue": "round", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "round", - "round-white", - "none" - ], - "name": "bulletType" - }, - { - "valueType": "int", - "defaultValue": 5.0, - "description": "size of bullets", - "name": "bulletSize" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "line", - "smoothedLine" - ], - "name": "graphType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - } - ] - } - }, - "ultimate-column-chart-negative-values": { - "chartChanged": true, - "parameterChanged": false, - "panel": { - "columnPanelOpened": true, - "parameterPanelOpened": false - }, - "spec": { - "charts": { - "column": { - "transform": { - "method": "array" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelRotation": { - "valueType": "int", - "defaultValue": -90.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - }, - "stacked": { - "transform": { - "method": "array" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelRotation": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - }, - "percent": { - "transform": { - "method": "array" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelRotation": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - "tooltipPercentagePrecision": { - "valueType": "string", - "defaultValue": ".2f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPercentagePrecision" - } - } - }, - "drill-down": { - "transform": { - "method": "drill-down" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": -45.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelRotation": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "none", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - } - }, - "initialized": false, - "version": { - "axis": "{\"column\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"stacked\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"percent\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"drill-down\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}]}", - "parameter": "{\"column\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":-90,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"stacked\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"percent\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\".2f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPercentagePrecision\"}],\"drill-down\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":-45,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" - } - }, - "chart": { - "current": "column", - "available": [ - "column", - "stacked", - "percent", - "drill-down" - ] - }, - "axis": { - "column": { - "xAxis": [], - "yAxis": [], - "category": [] - }, - "stacked": { - "xAxis": [], - "yAxis": [], - "category": [] - }, - "percent": { - "xAxis": [], - "yAxis": [], - "category": [] - }, - "drill-down": { - "xAxis": [], - "yAxis": [], - "category": [] - } - }, - "sharedAxis": { - "xAxis": [], - "yAxis": [], - "category": [] - }, - "axisSpecs": { - "column": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "stacked": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "percent": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "drill-down": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ] - }, - "parameter": { - "column": { - "inverted": false, - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelRotation": -90.0, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "x", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - }, - "stacked": { - "inverted": false, - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelRotation": 0.0, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "x", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - }, - "percent": { - "inverted": false, - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelRotation": 0.0, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "x", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "", - "tooltipPercentagePrecision": ".2f" - }, - "drill-down": { - "inverted": false, - "floatingLegend": "default", - "rotateXAxisLabel": -45.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelRotation": 0.0, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "none", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - } - }, - "paramSpecs": { - "column": [ - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "int", - "defaultValue": -90.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ], - "stacked": [ - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ], - "percent": [ - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - { - "valueType": "string", - "defaultValue": ".2f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPercentagePrecision" - } - ], - "drill-down": [ - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": -45.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ] - } - }, - "lineChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - }, - "table": { - "tableGridState": {}, - "tableColumnTypeState": { - "names": { - "date": "string", - "total": "string" - }, - "updated": false - }, - "tableOptionSpecHash": "[{\"name\":\"useFilter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable filter for columns\"},{\"name\":\"showPagination\",\"valueType\":\"boolean\",\"defaultValue\":true,\"widget\":\"checkbox\",\"description\":\"Enable pagination for better navigation\"},{\"name\":\"showAggregationFooter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable a footer for displaying aggregated values\"}]", - "tableOptionValue": { - "useFilter": false, - "showPagination": true, - "showAggregationFooter": false - }, - "updated": false, - "initialized": false - }, - "ultimate-dual-column-chart": { - "chartChanged": true, - "parameterChanged": false, - "panel": { - "columnPanelOpened": true, - "parameterPanelOpened": false - }, - "spec": { - "charts": { - "column": { - "transform": { - "method": "array" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "yAxisRight": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxisRight" - } - }, - "parameter": { - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelRotation": { - "valueType": "int", - "defaultValue": -90.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - } - }, - "initialized": false, - "version": { - "axis": "{\"column\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxisRight\"}]}", - "parameter": "{\"column\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":-90,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" - } - }, - "chart": { - "current": "column", - "available": [ - "column" - ] - }, - "axis": { - "column": { - "xAxis": [], - "yAxis": [], - "yAxisRight": [] - } - }, - "sharedAxis": { - "xAxis": [], - "yAxis": [], - "yAxisRight": [] - }, - "axisSpecs": { - "column": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxisRight" - } - ] - }, - "parameter": { - "column": { - "inverted": false, - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelRotation": -90.0, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "x", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - } - }, - "paramSpecs": { - "column": [ - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "int", - "defaultValue": -90.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ] - } - } - }, - "commonSetting": {} - }, - "helium": {} - } - ], - "enabled": true, - "presto": "presto", - "runOnSelectionChange": true, - "checkEmpty": true - }, - "settings": { - "params": {}, - "forms": {} - }, - "results": { - "code": "SUCCESS", - "msg": [ - { - "type": "TABLE", - "data": "date\ttotal\n2018-01-05\t86\n2018-01-06\t65\n2018-01-07\t59\n2018-01-08\t112\n2018-01-09\t127\n2018-01-10\t132\n2018-01-11\t147\n2018-01-12\t144\n2018-01-13\t78\n2018-01-14\t62\n2018-01-15\t69\n2018-01-16\t123\n2018-01-17\t129\n2018-01-18\t124\n2018-01-19\t125\n2018-01-20\t77\n2018-01-21\t67\n2018-01-22\t131\n2018-01-23\t144\n2018-01-24\t146\n2018-01-25\t134\n2018-01-26\t138\n2018-01-27\t89\n2018-01-28\t65\n2018-01-29\t140\n2018-01-30\t141\n2018-01-31\t153\n2018-02-01\t145\n2018-02-02\t144\n2018-02-03\t81\n2018-02-04\t70\n2018-02-05\t127\n2018-02-06\t136\n2018-02-07\t127\n2018-02-08\t139\n2018-02-09\t135\n2018-02-10\t85\n2018-02-11\t67\n2018-02-12\t137\n2018-02-13\t145\n2018-02-14\t151\n2018-02-15\t149\n2018-02-16\t132\n2018-02-17\t78\n2018-02-18\t66\n2018-02-19\t83\n2018-02-20\t136\n2018-02-21\t152\n2018-02-22\t154\n2018-02-23\t155\n2018-02-24\t90\n2018-02-25\t70\n2018-02-26\t143\n2018-02-27\t146\n2018-02-28\t158\n2018-03-01\t149\n2018-03-02\t144\n2018-03-03\t77\n2018-03-04\t66\n2018-03-05\t154\n2018-03-06\t166\n2018-03-07\t150\n2018-03-08\t161\n2018-03-09\t144\n2018-03-10\t82\n2018-03-11\t76\n2018-03-12\t146\n2018-03-13\t151\n2018-03-14\t134\n2018-03-15\t126\n2018-03-16\t143\n2018-03-17\t74\n2018-03-18\t71\n2018-03-19\t148\n2018-03-20\t148\n2018-03-21\t147\n2018-03-22\t159\n2018-03-23\t135\n2018-03-24\t77\n2018-03-25\t68\n2018-03-26\t123\n2018-03-27\t146\n2018-03-28\t150\n2018-03-29\t147\n2018-03-30\t133\n2018-03-31\t74\n2018-04-01\t70\n2018-04-02\t138\n2018-04-03\t161\n2018-04-04\t148\n2018-04-05\t148\n2018-04-06\t144\n2018-04-07\t87\n2018-04-08\t81\n2018-04-09\t138\n2018-04-10\t147\n2018-04-11\t160\n2018-04-12\t149\n2018-04-13\t147\n2018-04-14\t88\n2018-04-15\t68\n2018-04-16\t136\n2018-04-17\t144\n2018-04-18\t102\n2018-04-19\t128\n2018-04-20\t146\n2018-04-21\t86\n2018-04-22\t79\n2018-04-23\t150\n2018-04-24\t155\n2018-04-25\t159\n2018-04-26\t151\n2018-04-27\t169\n2018-04-28\t90\n2018-04-29\t83\n2018-04-30\t146\n2018-05-01\t161\n2018-05-02\t145\n2018-05-03\t143\n2018-05-04\t153\n2018-05-05\t93\n2018-05-06\t82\n2018-05-07\t144\n2018-05-08\t162\n2018-05-09\t145\n2018-05-10\t159\n2018-05-11\t157\n2018-05-12\t88\n2018-05-13\t84\n2018-05-14\t142\n2018-05-15\t165\n2018-05-16\t171\n2018-05-17\t141\n2018-05-18\t151\n2018-05-19\t95\n2018-05-20\t88\n2018-05-21\t155\n2018-05-22\t171\n2018-05-23\t152\n2018-05-24\t158\n2018-05-25\t140\n2018-05-26\t95\n2018-05-27\t87\n2018-05-28\t96\n2018-05-29\t153\n2018-05-30\t166\n2018-05-31\t160\n2018-06-01\t157\n2018-06-02\t90\n2018-06-03\t83\n2018-06-04\t153\n2018-06-05\t166\n2018-06-06\t147\n2018-06-07\t163\n2018-06-08\t147\n2018-06-09\t96\n2018-06-10\t84\n2018-06-11\t164\n2018-06-12\t157\n2018-06-13\t155\n2018-06-14\t161\n2018-06-15\t144\n2018-06-16\t99\n2018-06-17\t81\n2018-06-18\t144\n2018-06-19\t172\n2018-06-20\t169\n2018-06-21\t169\n2018-06-22\t153\n2018-06-23\t97\n2018-06-24\t84\n2018-06-25\t166\n2018-06-26\t165\n2018-06-27\t167\n2018-06-28\t164\n2018-06-29\t159\n2018-06-30\t99\n2018-07-01\t89\n2018-07-02\t178\n2018-07-03\t168\n2018-07-04\t113\n2018-07-05\t154\n2018-07-06\t178\n2018-07-07\t100\n2018-07-08\t88\n2018-07-09\t170\n2018-07-10\t200\n2018-07-11\t196\n2018-07-12\t190\n2018-07-13\t171\n2018-07-14\t105\n2018-07-15\t95\n2018-07-16\t178\n2018-07-17\t190\n2018-07-18\t201\n2018-07-19\t186\n2018-07-20\t197\n2018-07-21\t116\n2018-07-22\t97\n2018-07-23\t189\n2018-07-24\t201\n2018-07-25\t181\n2018-07-26\t183\n2018-07-27\t175\n2018-07-28\t104\n2018-07-29\t96\n2018-07-30\t162\n2018-07-31\t118\n2018-08-01\t118\n2018-08-02\t115\n2018-08-03\t122\n2018-08-04\t101\n2018-08-05\t91\n2018-08-06\t185\n2018-08-07\t189\n2018-08-08\t189\n2018-08-09\t198\n2018-08-10\t192\n2018-08-11\t111\n2018-08-12\t107\n2018-08-13\t187\n2018-08-14\t206\n2018-08-15\t197\n2018-08-16\t190\n2018-08-17\t188\n2018-08-18\t116\n2018-08-19\t104\n2018-08-20\t188\n2018-08-21\t202\n2018-08-22\t197\n2018-08-23\t199\n2018-08-24\t193\n2018-08-25\t118\n2018-08-26\t103\n2018-08-27\t185\n2018-08-28\t199\n2018-08-29\t193\n2018-08-30\t191\n2018-08-31\t189\n2018-09-01\t126\n2018-09-02\t94\n2018-09-03\t114\n2018-09-04\t200\n2018-09-05\t194\n2018-09-06\t187\n2018-09-07\t173\n2018-09-08\t113\n2018-09-09\t93\n2018-09-10\t194\n2018-09-11\t188\n2018-09-12\t196\n2018-09-13\t183\n2018-09-14\t187\n2018-09-15\t105\n2018-09-16\t106\n2018-09-17\t195\n2018-09-18\t217\n2018-09-19\t187\n2018-09-20\t183\n2018-09-21\t180\n2018-09-22\t112\n2018-09-23\t107\n2018-09-24\t187\n2018-09-25\t209\n2018-09-26\t208\n2018-09-27\t194\n2018-09-28\t196\n2018-09-29\t122\n2018-09-30\t111\n2018-10-01\t182\n2018-10-02\t204\n2018-10-03\t216\n2018-10-04\t191\n2018-10-05\t180\n2018-10-06\t109\n2018-10-07\t109\n2018-10-08\t201\n2018-10-09\t212\n2018-10-10\t220\n2018-10-11\t198\n2018-10-12\t189\n2018-10-13\t102\n2018-10-14\t110\n2018-10-15\t201\n2018-10-16\t209\n2018-10-17\t225\n2018-10-18\t194\n2018-10-19\t191\n2018-10-20\t120\n2018-10-21\t101\n2018-10-22\t203\n2018-10-23\t202\n2018-10-24\t180\n2018-10-25\t183\n2018-10-26\t187\n2018-10-27\t109\n2018-10-28\t107\n2018-10-29\t211\n2018-10-30\t206\n2018-10-31\t207\n2018-11-01\t220\n2018-11-02\t207\n2018-11-03\t124\n2018-11-04\t116\n2018-11-05\t208\n2018-11-06\t229\n2018-11-07\t227\n2018-11-08\t208\n2018-11-09\t193\n2018-11-10\t128\n2018-11-11\t96\n2018-11-12\t181\n2018-11-13\t204\n2018-11-14\t205\n2018-11-15\t196\n2018-11-16\t186\n2018-11-17\t106\n2018-11-18\t91\n2018-11-19\t181\n2018-11-20\t190\n2018-11-21\t169\n2018-11-22\t103\n2018-11-23\t94\n2018-11-24\t89\n2018-11-25\t85\n2018-11-26\t157\n2018-11-27\t179\n2018-11-28\t183\n2018-11-29\t187\n2018-11-30\t181\n2018-12-01\t112\n2018-12-02\t94\n2018-12-03\t187\n2018-12-04\t183\n2018-12-05\t184\n2018-12-06\t187\n2018-12-07\t167\n2018-12-08\t98\n2018-12-09\t86\n2018-12-10\t188\n2018-12-11\t187\n2018-12-12\t188\n2018-12-13\t147\n2018-12-14\t147\n2018-12-15\t66\n2018-12-16\t55\n2018-12-17\t139\n2018-12-18\t164\n2018-12-19\t159\n2018-12-20\t132\n2018-12-21\t111\n2018-12-22\t64\n2018-12-23\t50\n2018-12-24\t57\n2018-12-25\t51\n2018-12-26\t66\n2018-12-27\t71\n2018-12-28\t76\n2018-12-29\t51\n2018-12-30\t47\n2018-12-31\t52\n2019-01-01\t50\n2019-01-02\t119\n2019-01-03\t129\n2019-01-04\t147\n2019-01-05\t74\n2019-01-06\t55\n2019-01-07\t139\n2019-01-08\t174\n2019-01-09\t174\n2019-01-10\t147\n2019-01-11\t164\n2019-01-12\t84\n2019-01-13\t62\n2019-01-14\t142\n2019-01-15\t170\n2019-01-16\t177\n2019-01-17\t187\n2019-01-18\t161\n2019-01-19\t78\n2019-01-20\t59\n2019-01-21\t82\n2019-01-22\t152\n2019-01-23\t181\n2019-01-24\t185\n2019-01-25\t174\n2019-01-26\t93\n2019-01-27\t62\n2019-01-28\t191\n2019-01-29\t196\n2019-01-30\t167\n2019-01-31\t173\n2019-02-01\t172\n2019-02-02\t87\n2019-02-03\t62\n2019-02-04\t170\n2019-02-05\t170\n2019-02-06\t168\n2019-02-07\t174\n2019-02-08\t155\n2019-02-09\t82\n2019-02-10\t63\n2019-02-11\t171\n2019-02-12\t176\n2019-02-13\t186\n2019-02-14\t178\n2019-02-15\t177\n2019-02-16\t106\n2019-02-17\t78\n2019-02-18\t105\n2019-02-19\t177\n2019-02-20\t195\n2019-02-21\t185\n2019-02-22\t177\n2019-02-23\t107\n2019-02-24\t94\n2019-02-25\t181\n2019-02-26\t198\n2019-02-27\t203\n2019-02-28\t203\n2019-03-01\t192\n2019-03-02\t110\n2019-03-03\t86\n2019-03-04\t194\n2019-03-05\t188\n2019-03-06\t198\n2019-03-07\t202\n2019-03-08\t169\n2019-03-09\t108\n2019-03-10\t88\n2019-03-11\t189\n2019-03-12\t176\n2019-03-13\t204\n2019-03-14\t187\n2019-03-15\t185\n2019-03-16\t96\n2019-03-17\t83\n2019-03-18\t200\n2019-03-19\t196\n2019-03-20\t201\n2019-03-21\t183\n2019-03-22\t180\n2019-03-23\t93\n2019-03-24\t89\n2019-03-25\t190\n2019-03-26\t206\n2019-03-27\t214\n2019-03-28\t193\n2019-03-29\t181\n2019-03-30\t91\n2019-03-31\t86\n2019-04-01\t181\n2019-04-02\t190\n2019-04-03\t176\n2019-04-04\t183\n2019-04-05\t180\n2019-04-06\t95\n2019-04-07\t89\n2019-04-08\t168\n2019-04-09\t176\n2019-04-10\t179\n2019-04-11\t190\n2019-04-12\t174\n2019-04-13\t89\n2019-04-14\t84\n2019-04-15\t172\n2019-04-16\t180\n2019-04-17\t188\n2019-04-18\t181\n2019-04-19\t160\n2019-04-20\t91\n2019-04-21\t88\n2019-04-22\t173\n2019-04-23\t188\n2019-04-24\t186\n2019-04-25\t175\n2019-04-26\t177\n2019-04-27\t100\n2019-04-28\t80\n2019-04-29\t185\n2019-04-30\t201\n2019-05-01\t182\n2019-05-02\t202\n2019-05-03\t200\n2019-05-04\t96\n2019-05-05\t86\n2019-05-06\t185\n2019-05-07\t205\n2019-05-08\t197\n2019-05-09\t191\n2019-05-10\t167\n2019-05-11\t71\n2019-05-12\t60\n2019-05-13\t177\n2019-05-14\t176\n2019-05-15\t191\n2019-05-16\t180\n2019-05-17\t159\n2019-05-18\t80\n2019-05-19\t61\n2019-05-20\t180\n2019-05-21\t189\n2019-05-22\t193\n2019-05-23\t186\n2019-05-24\t169\n2019-05-25\t68\n2019-05-26\t62\n2019-05-27\t79\n2019-05-28\t187\n2019-05-29\t183\n2019-05-30\t171\n2019-05-31\t168\n2019-06-01\t75\n2019-06-02\t58\n2019-06-03\t187\n2019-06-04\t182\n2019-06-05\t188\n2019-06-06\t171\n2019-06-07\t176\n2019-06-08\t77\n2019-06-09\t64\n2019-06-10\t190\n2019-06-11\t198\n2019-06-12\t207\n2019-06-13\t205\n2019-06-14\t195\n2019-06-15\t97\n2019-06-16\t95\n2019-06-17\t205\n2019-06-18\t243\n2019-06-19\t227\n2019-06-20\t225\n2019-06-21\t208\n2019-06-22\t94\n2019-06-23\t85\n2019-06-24\t212\n2019-06-25\t228\n2019-06-26\t204\n2019-06-27\t207\n2019-06-28\t196\n2019-06-29\t93\n2019-06-30\t93\n2019-07-01\t206\n2019-07-02\t204\n2019-07-03\t183\n2019-07-04\t111\n2019-07-05\t133\n2019-07-06\t96\n2019-07-07\t86\n2019-07-08\t208\n2019-07-09\t230\n2019-07-10\t227\n2019-07-11\t219\n2019-07-12\t200\n2019-07-13\t102\n2019-07-14\t91\n2019-07-15\t218\n2019-07-16\t242\n2019-07-17\t232\n2019-07-18\t225\n2019-07-19\t203\n2019-07-20\t92\n2019-07-21\t91\n2019-07-22\t206\n2019-07-23\t244\n2019-07-24\t214\n2019-07-25\t221\n2019-07-26\t213\n2019-07-27\t95\n2019-07-28\t86\n2019-07-29\t230\n2019-07-30\t221\n2019-07-31\t235\n2019-08-01\t243\n2019-08-02\t235\n2019-08-03\t96\n2019-08-04\t101\n2019-08-05\t220\n2019-08-06\t246\n2019-08-07\t240\n2019-08-08\t241\n2019-08-09\t224\n2019-08-10\t121\n2019-08-11\t100\n2019-08-12\t222\n2019-08-13\t252\n2019-08-14\t232\n2019-08-15\t230\n2019-08-16\t222\n2019-08-17\t111\n2019-08-18\t104\n2019-08-19\t229\n2019-08-20\t260\n2019-08-21\t262\n2019-08-22\t269\n2019-08-23\t223\n2019-08-24\t109\n2019-08-25\t107\n2019-08-26\t223\n2019-08-27\t222\n2019-08-28\t243\n2019-08-29\t218\n2019-08-30\t202\n2019-08-31\t104\n2019-09-01\t90\n2019-09-02\t124\n2019-09-03\t215\n2019-09-04\t215\n2019-09-05\t225\n2019-09-06\t227\n2019-09-07\t109\n2019-09-08\t100\n2019-09-09\t252\n2019-09-10\t239\n2019-09-11\t241\n2019-09-12\t222\n2019-09-13\t215\n2019-09-14\t95\n2019-09-15\t90\n2019-09-16\t206\n2019-09-17\t235\n2019-09-18\t219\n2019-09-19\t211\n2019-09-20\t197\n2019-09-21\t94\n2019-09-22\t91\n2019-09-23\t208\n2019-09-24\t213\n2019-09-25\t221\n2019-09-26\t205\n2019-09-27\t178\n2019-09-28\t87\n2019-09-29\t77\n2019-09-30\t204\n2019-10-01\t210\n2019-10-02\t219\n2019-10-03\t217\n2019-10-04\t213\n2019-10-05\t98\n2019-10-06\t80\n2019-10-07\t220\n2019-10-08\t209\n2019-10-09\t202\n2019-10-10\t211\n2019-10-11\t200\n2019-10-12\t86\n2019-10-13\t88\n2019-10-14\t194\n2019-10-15\t228\n2019-10-16\t208\n2019-10-17\t198\n2019-10-18\t191\n2019-10-19\t99\n2019-10-20\t92\n2019-10-21\t211\n2019-10-22\t214\n2019-10-23\t226\n2019-10-24\t214\n2019-10-25\t207\n2019-10-26\t102\n2019-10-27\t93\n2019-10-28\t203\n2019-10-29\t222\n2019-10-30\t187\n2019-10-31\t203\n2019-11-01\t187\n2019-11-02\t95\n2019-11-03\t91\n2019-11-04\t195\n2019-11-05\t223\n2019-11-06\t220\n2019-11-07\t214\n2019-11-08\t213\n2019-11-09\t115\n2019-11-10\t93\n2019-11-11\t190\n2019-11-12\t211\n2019-11-13\t215\n2019-11-14\t207\n2019-11-15\t200\n2019-11-16\t104\n2019-11-17\t93\n2019-11-18\t202\n2019-11-19\t211\n2019-11-20\t208\n2019-11-21\t218\n2019-11-22\t197\n2019-11-23\t101\n2019-11-24\t90\n2019-11-25\t206\n2019-11-26\t175\n2019-11-27\t176\n2019-11-28\t118\n2019-11-29\t99\n2019-11-30\t76\n2019-12-01\t85\n2019-12-02\t166\n2019-12-03\t191\n2019-12-04\t210\n2019-12-05\t217\n2019-12-06\t201\n2019-12-07\t115\n2019-12-08\t106\n2019-12-09\t204\n2019-12-10\t228\n2019-12-11\t229\n2019-12-12\t242\n2019-12-13\t209\n2019-12-14\t127\n2019-12-15\t116\n2019-12-16\t219\n2019-12-17\t220\n2019-12-18\t222\n2019-12-19\t200\n2019-12-20\t178\n2019-12-21\t112\n2019-12-22\t113\n2019-12-23\t142\n2019-12-24\t120\n2019-12-25\t107\n2019-12-26\t87\n" - } - ] - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314576_-1065906616", - "id": "20160401-234907_610321113", - "dateCreated": "2019-12-25 23:45:14.576", - "dateStarted": "2019-12-25 23:46:09.227", - "dateFinished": "2019-12-25 23:49:15.606", - "status": "FINISHED" - }, - { - "title": "Count of Unique Presto Users by Day", - "text": "%jdbc(presto)\nSELECT datehour, environment, user_, query\nFROM datapipeline.logs_presto_query_completion\nWHERE datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u00275\u0027 day, \u0027%Y%m%d%H\u0027)\n\nORDER BY datehour desc limit 10", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.578", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": false - }, - "editorMode": "ace/mode/sql", - "colWidth": 6.0, - "editorHide": false, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [], - "optionOpen": false, - "height": 244.0, - "lineWithFocus": false, - "values": [], - "mode": "table", - "groups": [], - "forceY": true, - "scatter": { - "xAxis": { - "index": 0.0, - "name": "date", - "aggr": "sum" - }, - "yAxis": { - "index": 1.0, - "name": "total", - "aggr": "sum" - } - }, - "setting": { - "stackedAreaChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default", - "style": "stack" - }, - "zeppelin-highcharts-columnrange": { - "yAxis": { - "name": "date", - "index": 0.0, - "aggr": "sum" - }, - "xAxis": { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - }, - "zeppelin-highcharts-bubble": { - "xAxis": { - "name": "date", - "index": 0.0, - "aggr": "sum" - }, - "yAxis": { - "name": "total", - "index": 1.0, - "aggr": "sum" - }, - "category": { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - }, - "multiBarChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - }, - "ultimate-heatmap-chart": { - "chartChanged": true, - "parameterChanged": false, - "panel": { - "columnPanelOpened": true, - "parameterPanelOpened": false - }, - "spec": { - "charts": { - "heatmap": { - "transform": { - "method": "array:2-key" - }, - "sharedAxis": false, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "minAxisCount": 1.0, - "description": "categorical", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "key", - "minAxisCount": 1.0, - "description": "categorical", - "name": "yAxis" - }, - "zAxis": { - "dimension": "single", - "axisType": "aggregator", - "minAxisCount": 1.0, - "description": "numeric", - "name": "zAxis" - } - }, - "parameter": { - "plotBorderWidth": { - "valueType": "int", - "defaultValue": 1.0, - "description": "border width of plot", - "name": "plotBorderWidth" - }, - "seriesBorderWidth": { - "valueType": "int", - "defaultValue": 1.0, - "description": "border width of series", - "name": "seriesBorderWidth" - }, - "yAxisGridLineWidth": { - "valueType": "int", - "defaultValue": 1.0, - "description": "width of yAxis grid line", - "name": "yAxisGridLineWidth" - }, - "colorAxisStops": { - "valueType": "JSON", - "defaultValue": "", - "description": "colorAxis.stops", - "widget": "textarea", - "name": "colorAxisStops" - }, - "useColorAxisMax": { - "valueType": "boolean", - "defaultValue": false, - "description": "use colorAxis.max", - "widget": "checkbox", - "name": "useColorAxisMax" - }, - "colorAxisMaxValue": { - "valueType": "int", - "defaultValue": 1.0, - "description": "colorAxis.max", - "name": "colorAxisMaxValue" - }, - "useColorAxisMin": { - "valueType": "boolean", - "defaultValue": false, - "description": "use colorAxis.min", - "widget": "checkbox", - "name": "useColorAxisMin" - }, - "colorAxisMinValue": { - "valueType": "int", - "defaultValue": 0.0, - "description": "colorAxis.min", - "name": "colorAxisMinValue" - }, - "colorAxisMaxColor": { - "valueType": "string", - "defaultValue": "#7cb5ec", - "description": "max color of color axis", - "name": "colorAxisMaxColor" - }, - "colorAxisMinColor": { - "valueType": "string", - "defaultValue": "#FFFFFF", - "description": "min color of color axis", - "name": "colorAxisMinColor" - }, - "seriesBorderColor": { - "valueType": "string", - "defaultValue": "rgb(124, 181, 236)", - "description": "border color of series", - "name": "seriesBorderColor" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": -45.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showDataLabel": { - "valueType": "boolean", - "defaultValue": true, - "description": "show data label", - "widget": "checkbox", - "name": "showDataLabel" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "vertical", - "horizontal" - ], - "name": "legendLayout" - }, - "legendAlign": { - "valueType": "string", - "defaultValue": "center", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "center", - "right", - "left" - ], - "name": "legendAlign" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "zAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of zAxis", - "name": "zAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - } - }, - "initialized": false, - "version": { - "axis": "{\"heatmap\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"categorical\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"categorical\",\"name\":\"yAxis\"},{\"dimension\":\"single\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"description\":\"numeric\",\"name\":\"zAxis\"}]}", - "parameter": "{\"heatmap\":[{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"border width of plot\",\"name\":\"plotBorderWidth\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"border width of series\",\"name\":\"seriesBorderWidth\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"width of yAxis grid line\",\"name\":\"yAxisGridLineWidth\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"colorAxis.stops\",\"widget\":\"textarea\",\"name\":\"colorAxisStops\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use colorAxis.max\",\"widget\":\"checkbox\",\"name\":\"useColorAxisMax\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"colorAxis.max\",\"name\":\"colorAxisMaxValue\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use colorAxis.min\",\"widget\":\"checkbox\",\"name\":\"useColorAxisMin\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"colorAxis.min\",\"name\":\"colorAxisMinValue\"},{\"valueType\":\"string\",\"defaultValue\":\"#7cb5ec\",\"description\":\"max color of color axis\",\"name\":\"colorAxisMaxColor\"},{\"valueType\":\"string\",\"defaultValue\":\"#FFFFFF\",\"description\":\"min color of color axis\",\"name\":\"colorAxisMinColor\"},{\"valueType\":\"string\",\"defaultValue\":\"rgb(124, 181, 236)\",\"description\":\"border color of series\",\"name\":\"seriesBorderColor\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":-45,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show data label\",\"widget\":\"checkbox\",\"name\":\"showDataLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"vertical\",\"horizontal\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"center\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"center\",\"right\",\"left\"],\"name\":\"legendAlign\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of zAxis\",\"name\":\"zAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" - } - }, - "chart": { - "current": "heatmap", - "available": [ - "heatmap" - ] - }, - "axis": { - "heatmap": { - "xAxis": [], - "yAxis": [] - } - }, - "sharedAxis": {}, - "axisSpecs": { - "heatmap": [ - { - "dimension": "multiple", - "axisType": "key", - "minAxisCount": 1.0, - "description": "categorical", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "key", - "minAxisCount": 1.0, - "description": "categorical", - "name": "yAxis" - }, - { - "dimension": "single", - "axisType": "aggregator", - "minAxisCount": 1.0, - "description": "numeric", - "name": "zAxis" - } - ] - }, - "parameter": { - "heatmap": { - "plotBorderWidth": 1.0, - "seriesBorderWidth": 1.0, - "yAxisGridLineWidth": 1.0, - "colorAxisStops": "", - "useColorAxisMax": false, - "colorAxisMaxValue": 1.0, - "useColorAxisMin": false, - "colorAxisMinValue": 0.0, - "colorAxisMaxColor": "#7cb5ec", - "colorAxisMinColor": "#FFFFFF", - "seriesBorderColor": "rgb(124, 181, 236)", - "floatingLegend": "default", - "rotateXAxisLabel": -45.0, - "rotateYAxisLabel": 0.0, - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showDataLabel": true, - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "legendAlign": "center", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "zAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - } - }, - "paramSpecs": { - "heatmap": [ - { - "valueType": "int", - "defaultValue": 1.0, - "description": "border width of plot", - "name": "plotBorderWidth" - }, - { - "valueType": "int", - "defaultValue": 1.0, - "description": "border width of series", - "name": "seriesBorderWidth" - }, - { - "valueType": "int", - "defaultValue": 1.0, - "description": "width of yAxis grid line", - "name": "yAxisGridLineWidth" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "colorAxis.stops", - "widget": "textarea", - "name": "colorAxisStops" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use colorAxis.max", - "widget": "checkbox", - "name": "useColorAxisMax" - }, - { - "valueType": "int", - "defaultValue": 1.0, - "description": "colorAxis.max", - "name": "colorAxisMaxValue" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use colorAxis.min", - "widget": "checkbox", - "name": "useColorAxisMin" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "colorAxis.min", - "name": "colorAxisMinValue" - }, - { - "valueType": "string", - "defaultValue": "#7cb5ec", - "description": "max color of color axis", - "name": "colorAxisMaxColor" - }, - { - "valueType": "string", - "defaultValue": "#FFFFFF", - "description": "min color of color axis", - "name": "colorAxisMinColor" - }, - { - "valueType": "string", - "defaultValue": "rgb(124, 181, 236)", - "description": "border color of series", - "name": "seriesBorderColor" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": -45.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show data label", - "widget": "checkbox", - "name": "showDataLabel" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "vertical", - "horizontal" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "center", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "center", - "right", - "left" - ], - "name": "legendAlign" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of zAxis", - "name": "zAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ] - } - }, - "ultimate-scatter-chart": { - "chartChanged": true, - "parameterChanged": false, - "panel": { - "columnPanelOpened": true, - "parameterPanelOpened": false - }, - "spec": { - "charts": { - "scatter": { - "transform": { - "method": "array" - }, - "sharedAxis": false, - "axis": { - "xAxis": { - "dimension": "single", - "axisType": "key", - "minAxisCount": 1.0, - "description": "serial", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "description": "serial", - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "usePredefinedColorSet": { - "valueType": "boolean", - "defaultValue": true, - "description": "use predefined color set", - "widget": "checkbox", - "name": "usePredefinedColorSet" - }, - "markerRadius": { - "valueType": "int", - "defaultValue": 3.0, - "description": "radius size of markers", - "name": "markerRadius" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "xy", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - }, - "bubble": { - "transform": { - "method": "array:2-key" - }, - "sharedAxis": false, - "axis": { - "xAxis": { - "dimension": "single", - "axisType": "key", - "minAxisCount": 1.0, - "description": "serial", - "name": "xAxis" - }, - "yAxis": { - "dimension": "single", - "axisType": "key", - "minAxisCount": 1.0, - "description": "serial", - "name": "yAxis" - }, - "zAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "zAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "minBubbleSize": { - "valueType": "int", - "defaultValue": 3.0, - "description": "minimum size of bubble", - "name": "minBubbleSize" - }, - "maxBubbleSize": { - "valueType": "int", - "defaultValue": 50.0, - "description": "maximum size of bubble", - "name": "maxBubbleSize" - }, - "plotBorderWidth": { - "valueType": "int", - "defaultValue": 1.0, - "description": "border width of plot", - "name": "plotBorderWidth" - }, - "xGridLineWidth": { - "valueType": "int", - "defaultValue": 1.0, - "description": "grid line width of X axis", - "name": "xGridLineWidth" - }, - "yGridLineWidth": { - "valueType": "int", - "defaultValue": 1.0, - "description": "grid line width of Y axis", - "name": "yGridLineWidth" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "xy", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "zAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of zAxis", - "name": "zAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - } - }, - "initialized": false, - "version": { - "axis": "{\"scatter\":[{\"dimension\":\"single\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"serial\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"description\":\"serial\",\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"bubble\":[{\"dimension\":\"single\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"serial\",\"name\":\"xAxis\"},{\"dimension\":\"single\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"serial\",\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"zAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}]}", - "parameter": "{\"scatter\":[{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"use predefined color set\",\"widget\":\"checkbox\",\"name\":\"usePredefinedColorSet\"},{\"valueType\":\"int\",\"defaultValue\":3,\"description\":\"radius size of markers\",\"name\":\"markerRadius\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"xy\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"bubble\":[{\"valueType\":\"int\",\"defaultValue\":3,\"description\":\"minimum size of bubble\",\"name\":\"minBubbleSize\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"maximum size of bubble\",\"name\":\"maxBubbleSize\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"border width of plot\",\"name\":\"plotBorderWidth\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"grid line width of X axis\",\"name\":\"xGridLineWidth\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"grid line width of Y axis\",\"name\":\"yGridLineWidth\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"xy\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of zAxis\",\"name\":\"zAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" - } - }, - "chart": { - "current": "scatter", - "available": [ - "scatter", - "bubble" - ] - }, - "axis": { - "scatter": { - "yAxis": [], - "category": [] - }, - "bubble": { - "zAxis": [], - "category": [] - } - }, - "sharedAxis": {}, - "axisSpecs": { - "scatter": [ - { - "dimension": "single", - "axisType": "key", - "minAxisCount": 1.0, - "description": "serial", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "description": "serial", - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "bubble": [ - { - "dimension": "single", - "axisType": "key", - "minAxisCount": 1.0, - "description": "serial", - "name": "xAxis" - }, - { - "dimension": "single", - "axisType": "key", - "minAxisCount": 1.0, - "description": "serial", - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "zAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ] - }, - "parameter": { - "scatter": { - "usePredefinedColorSet": true, - "markerRadius": 3.0, - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "xy", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - }, - "bubble": { - "minBubbleSize": 3.0, - "maxBubbleSize": 50.0, - "plotBorderWidth": 1.0, - "xGridLineWidth": 1.0, - "yGridLineWidth": 1.0, - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "xy", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "zAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - } - }, - "paramSpecs": { - "scatter": [ - { - "valueType": "boolean", - "defaultValue": true, - "description": "use predefined color set", - "widget": "checkbox", - "name": "usePredefinedColorSet" - }, - { - "valueType": "int", - "defaultValue": 3.0, - "description": "radius size of markers", - "name": "markerRadius" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "xy", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ], - "bubble": [ - { - "valueType": "int", - "defaultValue": 3.0, - "description": "minimum size of bubble", - "name": "minBubbleSize" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "maximum size of bubble", - "name": "maxBubbleSize" - }, - { - "valueType": "int", - "defaultValue": 1.0, - "description": "border width of plot", - "name": "plotBorderWidth" - }, - { - "valueType": "int", - "defaultValue": 1.0, - "description": "grid line width of X axis", - "name": "xGridLineWidth" - }, - { - "valueType": "int", - "defaultValue": 1.0, - "description": "grid line width of Y axis", - "name": "yGridLineWidth" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "xy", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of zAxis", - "name": "zAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ] - } - }, - "ultimate-column-chart": { - "chartChanged": true, - "parameterChanged": false, - "panel": { - "columnPanelOpened": true, - "parameterPanelOpened": false - }, - "spec": { - "charts": { - "column": { - "transform": { - "method": "array" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelRotation": { - "valueType": "int", - "defaultValue": -90.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - }, - "stacked": { - "transform": { - "method": "array" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelRotation": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - }, - "percent": { - "transform": { - "method": "array" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelRotation": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - "tooltipPercentagePrecision": { - "valueType": "string", - "defaultValue": ".2f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPercentagePrecision" - } - } - }, - "drill-down": { - "transform": { - "method": "drill-down" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": -45.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelRotation": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "none", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - } - }, - "initialized": false, - "version": { - "axis": "{\"column\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"stacked\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"percent\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"drill-down\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}]}", - "parameter": "{\"column\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":-90,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"stacked\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"percent\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\".2f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPercentagePrecision\"}],\"drill-down\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":-45,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" - } - }, - "chart": { - "current": "column", - "available": [ - "column", - "stacked", - "percent", - "drill-down" - ] - }, - "axis": { - "column": { - "xAxis": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "category": [] - }, - "stacked": { - "xAxis": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "category": [] - }, - "percent": { - "xAxis": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "category": [] - }, - "drill-down": { - "xAxis": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "category": [] - } - }, - "sharedAxis": { - "xAxis": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "category": [] - }, - "axisSpecs": { - "column": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "stacked": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "percent": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "drill-down": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ] - }, - "parameter": { - "column": { - "inverted": false, - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelRotation": -90.0, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "x", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - }, - "stacked": { - "inverted": false, - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelRotation": 0.0, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "x", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - }, - "percent": { - "inverted": false, - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelRotation": 0.0, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "x", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "", - "tooltipPercentagePrecision": ".2f" - }, - "drill-down": { - "inverted": false, - "floatingLegend": "default", - "rotateXAxisLabel": -45.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelRotation": 0.0, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "none", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - } - }, - "paramSpecs": { - "column": [ - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "int", - "defaultValue": -90.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ], - "stacked": [ - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ], - "percent": [ - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - { - "valueType": "string", - "defaultValue": ".2f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPercentagePrecision" - } - ], - "drill-down": [ - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": -45.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ] - } - }, - "ultimate-area-chart": { - "chartChanged": true, - "parameterChanged": false, - "panel": { - "columnPanelOpened": true, - "parameterPanelOpened": false - }, - "spec": { - "charts": { - "area": { - "transform": { - "method": "object" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "graphLineThickness": { - "valueType": "int", - "defaultValue": 1.0, - "description": "thickness for graph line", - "name": "graphLineThickness" - }, - "graphLineAlpha": { - "valueType": "int", - "defaultValue": 0.5, - "description": "alpha for graph line", - "name": "graphLineAlpha" - }, - "graphFillAlpha": { - "valueType": "int", - "defaultValue": 0.4, - "description": "alpha for graph area", - "name": "graphFillAlpha" - }, - "balloonType": { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - "hideBulletsCount": { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - "yAxisValueFormat": { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - "yAxisValuePrecision": { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - "yAxisValueInside": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - "showXAxisScroll": { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - "showYAxisScroll": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - "chartMarginLeft": { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - "chartMarginRight": { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendValueText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - "legendValueWidth": { - "valueType": "int", - "defaultValue": 50.0, - "description": "value width of legends", - "name": "legendValueWidth" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "bulletType": { - "valueType": "string", - "defaultValue": "none", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "none", - "round", - "round-white" - ], - "name": "bulletType" - }, - "balloonText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - "yAxisGuides": { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - "trendLines": { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "logarithmicYAxis": { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "graphType": { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "line", - "smoothedLine" - ], - "name": "graphType" - }, - "dateFormat": { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - } - } - }, - "stacked": { - "transform": { - "method": "object" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "graphLineThickness": { - "valueType": "int", - "defaultValue": 1.0, - "description": "thickness for graph line", - "name": "graphLineThickness" - }, - "graphLineAlpha": { - "valueType": "int", - "defaultValue": 0.4, - "description": "alpha for graph line", - "name": "graphLineAlpha" - }, - "graphFillAlpha": { - "valueType": "int", - "defaultValue": 0.5, - "description": "alpha for graph area", - "name": "graphFillAlpha" - }, - "balloonType": { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - "hideBulletsCount": { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - "yAxisValueFormat": { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - "yAxisValuePrecision": { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - "yAxisValueInside": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - "showXAxisScroll": { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - "showYAxisScroll": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - "chartMarginLeft": { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - "chartMarginRight": { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendValueText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - "legendValueWidth": { - "valueType": "int", - "defaultValue": 50.0, - "description": "value width of legends", - "name": "legendValueWidth" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "bulletType": { - "valueType": "string", - "defaultValue": "none", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "none", - "round", - "round-white" - ], - "name": "bulletType" - }, - "balloonText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - "yAxisGuides": { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - "trendLines": { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "logarithmicYAxis": { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "graphType": { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "line", - "smoothedLine" - ], - "name": "graphType" - }, - "dateFormat": { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - } - } - }, - "percent": { - "transform": { - "method": "object" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "graphLineThickness": { - "valueType": "int", - "defaultValue": 1.0, - "description": "thickness for graph line", - "name": "graphLineThickness" - }, - "graphLineAlpha": { - "valueType": "int", - "defaultValue": 0.4, - "description": "alpha for graph line", - "name": "graphLineAlpha" - }, - "graphFillAlpha": { - "valueType": "int", - "defaultValue": 0.5, - "description": "alpha for graph area", - "name": "graphFillAlpha" - }, - "balloonType": { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - "hideBulletsCount": { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - "yAxisValueFormat": { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - "yAxisValuePrecision": { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - "yAxisValueInside": { - "valueType": "boolean", - "defaultValue": false, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - "showXAxisScroll": { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - "showYAxisScroll": { - "valueType": "boolean", - "defaultValue": false, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - "chartMarginLeft": { - "valueType": "int", - "defaultValue": 55.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - "chartMarginRight": { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendValueText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - "legendValueWidth": { - "valueType": "int", - "defaultValue": 100.0, - "description": "value width of legends", - "name": "legendValueWidth" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "bulletType": { - "valueType": "string", - "defaultValue": "none", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "none", - "round", - "round-white" - ], - "name": "bulletType" - }, - "balloonText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - "yAxisGuides": { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - "trendLines": { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "logarithmicYAxis": { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "graphType": { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "line", - "smoothedLine" - ], - "name": "graphType" - }, - "dateFormat": { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - } - } - }, - "no-group": { - "transform": { - "method": "raw" - }, - "axis": { - "xAxis": { - "dimension": "single", - "axisType": "unique", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "value", - "minAxisCount": 1.0, - "name": "yAxis" - } - }, - "parameter": { - "graphLineThickness": { - "valueType": "int", - "defaultValue": 1.0, - "description": "thickness for graph line", - "name": "graphLineThickness" - }, - "graphLineAlpha": { - "valueType": "int", - "defaultValue": 0.5, - "description": "alpha for graph line", - "name": "graphLineAlpha" - }, - "graphFillAlpha": { - "valueType": "int", - "defaultValue": 0.4, - "description": "alpha for graph area", - "name": "graphFillAlpha" - }, - "balloonType": { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - "hideBulletsCount": { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - "yAxisValueFormat": { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - "yAxisValuePrecision": { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - "yAxisValueInside": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - "showXAxisScroll": { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - "showYAxisScroll": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - "chartMarginLeft": { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - "chartMarginRight": { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendValueText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - "legendValueWidth": { - "valueType": "int", - "defaultValue": 50.0, - "description": "value width of legends", - "name": "legendValueWidth" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "bulletType": { - "valueType": "string", - "defaultValue": "none", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "none", - "round", - "round-white" - ], - "name": "bulletType" - }, - "balloonText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - "yAxisGuides": { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - "trendLines": { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "logarithmicYAxis": { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "graphType": { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "line", - "smoothedLine" - ], - "name": "graphType" - }, - "dateFormat": { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - }, - "areaType": { - "valueType": "string", - "defaultValue": "area", - "description": "type of area chart", - "widget": "option", - "optionValues": [ - "area", - "stacked", - "perecnt" - ], - "name": "areaType" - } - } - } - }, - "initialized": false, - "version": { - "axis": "{\"area\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"stacked\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"percent\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"no-group\":[{\"dimension\":\"single\",\"axisType\":\"unique\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"value\",\"minAxisCount\":1,\"name\":\"yAxis\"}]}", - "parameter": "{\"area\":[{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"thickness for graph line\",\"name\":\"graphLineThickness\"},{\"valueType\":\"int\",\"defaultValue\":0.5,\"description\":\"alpha for graph line\",\"name\":\"graphLineAlpha\"},{\"valueType\":\"int\",\"defaultValue\":0.4,\"description\":\"alpha for graph area\",\"name\":\"graphFillAlpha\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"value width of legends\",\"name\":\"legendValueWidth\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"none\",\"round\",\"round-white\"],\"name\":\"bulletType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"line\",\"smoothedLine\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"}],\"stacked\":[{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"thickness for graph line\",\"name\":\"graphLineThickness\"},{\"valueType\":\"int\",\"defaultValue\":0.4,\"description\":\"alpha for graph line\",\"name\":\"graphLineAlpha\"},{\"valueType\":\"int\",\"defaultValue\":0.5,\"description\":\"alpha for graph area\",\"name\":\"graphFillAlpha\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"value width of legends\",\"name\":\"legendValueWidth\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"none\",\"round\",\"round-white\"],\"name\":\"bulletType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"line\",\"smoothedLine\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"}],\"percent\":[{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"thickness for graph line\",\"name\":\"graphLineThickness\"},{\"valueType\":\"int\",\"defaultValue\":0.4,\"description\":\"alpha for graph line\",\"name\":\"graphLineAlpha\"},{\"valueType\":\"int\",\"defaultValue\":0.5,\"description\":\"alpha for graph area\",\"name\":\"graphFillAlpha\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":55,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"int\",\"defaultValue\":100,\"description\":\"value width of legends\",\"name\":\"legendValueWidth\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"none\",\"round\",\"round-white\"],\"name\":\"bulletType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"line\",\"smoothedLine\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"}],\"no-group\":[{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"thickness for graph line\",\"name\":\"graphLineThickness\"},{\"valueType\":\"int\",\"defaultValue\":0.5,\"description\":\"alpha for graph line\",\"name\":\"graphLineAlpha\"},{\"valueType\":\"int\",\"defaultValue\":0.4,\"description\":\"alpha for graph area\",\"name\":\"graphFillAlpha\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"value width of legends\",\"name\":\"legendValueWidth\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"none\",\"round\",\"round-white\"],\"name\":\"bulletType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"line\",\"smoothedLine\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"area\",\"description\":\"type of area chart\",\"widget\":\"option\",\"optionValues\":[\"area\",\"stacked\",\"perecnt\"],\"name\":\"areaType\"}]}" - } - }, - "chart": { - "current": "no-group", - "available": [ - "area", - "stacked", - "percent", - "no-group" - ] - }, - "axis": { - "area": { - "xAxis": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "category": [] - }, - "stacked": { - "xAxis": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "category": [] - }, - "percent": { - "xAxis": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "category": [] - }, - "no-group": { - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "xAxis": { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - } - }, - "sharedAxis": { - "xAxis": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "category": [] - }, - "axisSpecs": { - "area": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "stacked": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "percent": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "no-group": [ - { - "dimension": "single", - "axisType": "unique", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "value", - "minAxisCount": 1.0, - "name": "yAxis" - } - ] - }, - "parameter": { - "area": { - "graphLineThickness": 1.0, - "graphLineAlpha": 0.5, - "graphFillAlpha": 0.4, - "balloonType": "simple", - "hideBulletsCount": 50.0, - "yAxisValueFormat": "none", - "yAxisValuePrecision": 2.0, - "yAxisValueInside": true, - "showXAxisScroll": false, - "showYAxisScroll": true, - "chartMarginLeft": 15.0, - "chartMarginRight": 15.0, - "showLegend": true, - "legendValueText": "", - "legendPosition": "bottom", - "legendValueWidth": 50.0, - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "bulletType": "none", - "balloonText": "", - "yAxisGuides": "", - "trendLines": "", - "mainTitle": "", - "subTitle": "", - "xAxisName": "", - "yAxisName": "", - "xAxisUnit": "", - "yAxisUnit": "", - "logarithmicYAxis": false, - "inverted": false, - "graphType": "line", - "dateFormat": "" - }, - "stacked": { - "graphLineThickness": 1.0, - "graphLineAlpha": 0.4, - "graphFillAlpha": 0.5, - "balloonType": "simple", - "hideBulletsCount": 50.0, - "yAxisValueFormat": "none", - "yAxisValuePrecision": 2.0, - "yAxisValueInside": true, - "showXAxisScroll": false, - "showYAxisScroll": true, - "chartMarginLeft": 15.0, - "chartMarginRight": 15.0, - "showLegend": true, - "legendValueText": "", - "legendPosition": "bottom", - "legendValueWidth": 50.0, - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "bulletType": "none", - "balloonText": "", - "yAxisGuides": "", - "trendLines": "", - "mainTitle": "", - "subTitle": "", - "xAxisName": "", - "yAxisName": "", - "xAxisUnit": "", - "yAxisUnit": "", - "logarithmicYAxis": false, - "inverted": false, - "graphType": "line", - "dateFormat": "" - }, - "percent": { - "graphLineThickness": 1.0, - "graphLineAlpha": 0.4, - "graphFillAlpha": 0.5, - "balloonType": "simple", - "hideBulletsCount": 50.0, - "yAxisValueFormat": "none", - "yAxisValuePrecision": 2.0, - "yAxisValueInside": false, - "showXAxisScroll": false, - "showYAxisScroll": false, - "chartMarginLeft": 55.0, - "chartMarginRight": 15.0, - "showLegend": true, - "legendValueText": "", - "legendPosition": "bottom", - "legendValueWidth": 100.0, - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "bulletType": "none", - "balloonText": "", - "yAxisGuides": "", - "trendLines": "", - "mainTitle": "", - "subTitle": "", - "xAxisName": "", - "yAxisName": "", - "xAxisUnit": "", - "yAxisUnit": "", - "logarithmicYAxis": false, - "inverted": false, - "graphType": "line", - "dateFormat": "" - }, - "no-group": { - "graphLineThickness": 1.0, - "graphLineAlpha": 0.5, - "graphFillAlpha": 0.4, - "balloonType": "simple", - "hideBulletsCount": 50.0, - "yAxisValueFormat": "none", - "yAxisValuePrecision": 2.0, - "yAxisValueInside": true, - "showXAxisScroll": false, - "showYAxisScroll": true, - "chartMarginLeft": 15.0, - "chartMarginRight": 15.0, - "showLegend": true, - "legendValueText": "", - "legendPosition": "bottom", - "legendValueWidth": 50.0, - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "bulletType": "none", - "balloonText": "", - "yAxisGuides": "", - "trendLines": "", - "mainTitle": "", - "subTitle": "", - "xAxisName": "", - "yAxisName": "", - "xAxisUnit": "", - "yAxisUnit": "", - "logarithmicYAxis": false, - "inverted": false, - "graphType": "line", - "dateFormat": "", - "areaType": "area" - } - }, - "paramSpecs": { - "area": [ - { - "valueType": "int", - "defaultValue": 1.0, - "description": "thickness for graph line", - "name": "graphLineThickness" - }, - { - "valueType": "int", - "defaultValue": 0.5, - "description": "alpha for graph line", - "name": "graphLineAlpha" - }, - { - "valueType": "int", - "defaultValue": 0.4, - "description": "alpha for graph area", - "name": "graphFillAlpha" - }, - { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "value width of legends", - "name": "legendValueWidth" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "none", - "round", - "round-white" - ], - "name": "bulletType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "line", - "smoothedLine" - ], - "name": "graphType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - } - ], - "stacked": [ - { - "valueType": "int", - "defaultValue": 1.0, - "description": "thickness for graph line", - "name": "graphLineThickness" - }, - { - "valueType": "int", - "defaultValue": 0.4, - "description": "alpha for graph line", - "name": "graphLineAlpha" - }, - { - "valueType": "int", - "defaultValue": 0.5, - "description": "alpha for graph area", - "name": "graphFillAlpha" - }, - { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "value width of legends", - "name": "legendValueWidth" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "none", - "round", - "round-white" - ], - "name": "bulletType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "line", - "smoothedLine" - ], - "name": "graphType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - } - ], - "percent": [ - { - "valueType": "int", - "defaultValue": 1.0, - "description": "thickness for graph line", - "name": "graphLineThickness" - }, - { - "valueType": "int", - "defaultValue": 0.4, - "description": "alpha for graph line", - "name": "graphLineAlpha" - }, - { - "valueType": "int", - "defaultValue": 0.5, - "description": "alpha for graph area", - "name": "graphFillAlpha" - }, - { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - { - "valueType": "int", - "defaultValue": 55.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - { - "valueType": "int", - "defaultValue": 100.0, - "description": "value width of legends", - "name": "legendValueWidth" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "none", - "round", - "round-white" - ], - "name": "bulletType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "line", - "smoothedLine" - ], - "name": "graphType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - } - ], - "no-group": [ - { - "valueType": "int", - "defaultValue": 1.0, - "description": "thickness for graph line", - "name": "graphLineThickness" - }, - { - "valueType": "int", - "defaultValue": 0.5, - "description": "alpha for graph line", - "name": "graphLineAlpha" - }, - { - "valueType": "int", - "defaultValue": 0.4, - "description": "alpha for graph area", - "name": "graphFillAlpha" - }, - { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "value width of legends", - "name": "legendValueWidth" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "none", - "round", - "round-white" - ], - "name": "bulletType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "line", - "smoothedLine" - ], - "name": "graphType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - }, - { - "valueType": "string", - "defaultValue": "area", - "description": "type of area chart", - "widget": "option", - "optionValues": [ - "area", - "stacked", - "perecnt" - ], - "name": "areaType" - } - ] - } - }, - "ultimate-line-chart": { - "chartChanged": false, - "parameterChanged": false, - "panel": { - "columnPanelOpened": true, - "parameterPanelOpened": true - }, - "spec": { - "charts": { - "line": { - "transform": { - "method": "object" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "bulletType": { - "valueType": "string", - "defaultValue": "round", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "round", - "round-white", - "none" - ], - "name": "bulletType" - }, - "bulletSize": { - "valueType": "int", - "defaultValue": 5.0, - "description": "size of bullets", - "name": "bulletSize" - }, - "hideBulletsCount": { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - "yAxisValueFormat": { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - "yAxisValuePrecision": { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - "yAxisValueInside": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - "showXAxisScroll": { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - "showYAxisScroll": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - "chartMarginLeft": { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - "chartMarginRight": { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendValueText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "balloonText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - "balloonType": { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - "yAxisGuides": { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - "trendLines": { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "logarithmicYAxis": { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "graphType": { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "line", - "smoothedLine" - ], - "name": "graphType" - }, - "dateFormat": { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - } - } - }, - "dashed": { - "transform": { - "method": "object" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "bulletType": { - "valueType": "string", - "defaultValue": "none", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "none", - "round", - "round-white" - ], - "name": "bulletType" - }, - "bulletSize": { - "valueType": "int", - "defaultValue": 5.0, - "description": "size of bullets", - "name": "bulletSize" - }, - "hideBulletsCount": { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - "yAxisValueFormat": { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - "yAxisValuePrecision": { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - "yAxisValueInside": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - "showXAxisScroll": { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - "showYAxisScroll": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - "chartMarginLeft": { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - "chartMarginRight": { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendValueText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "balloonText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - "balloonType": { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - "yAxisGuides": { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - "trendLines": { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "logarithmicYAxis": { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "graphType": { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "smoothedLine", - "line" - ], - "name": "graphType" - }, - "dateFormat": { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - }, - "dashLength": { - "valueType": "int", - "defaultValue": 5.0, - "description": "the length of dash", - "name": "dashLength" - } - } - }, - "step": { - "transform": { - "method": "object" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "bulletSize": { - "valueType": "int", - "defaultValue": 5.0, - "description": "size of bullets", - "name": "bulletSize" - }, - "hideBulletsCount": { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - "yAxisValueFormat": { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - "yAxisValuePrecision": { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - "yAxisValueInside": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - "showXAxisScroll": { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - "showYAxisScroll": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - "chartMarginLeft": { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - "chartMarginRight": { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendValueText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "balloonText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - "balloonType": { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - "yAxisGuides": { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - "trendLines": { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "logarithmicYAxis": { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "dateFormat": { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - }, - "dashLength": { - "valueType": "int", - "defaultValue": 0.0, - "description": "the length of dash", - "name": "dashLength" - }, - "noStepRisers": { - "valueType": "boolean", - "defaultValue": false, - "description": "no risers in step line", - "widget": "checkbox", - "name": "noStepRisers" - } - } - }, - "no-group": { - "transform": { - "method": "raw" - }, - "axis": { - "xAxis": { - "dimension": "single", - "axisType": "unique", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "value", - "minAxisCount": 1.0, - "name": "yAxis" - } - }, - "parameter": { - "bulletType": { - "valueType": "string", - "defaultValue": "round", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "round", - "round-white", - "none" - ], - "name": "bulletType" - }, - "bulletSize": { - "valueType": "int", - "defaultValue": 5.0, - "description": "size of bullets", - "name": "bulletSize" - }, - "hideBulletsCount": { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - "yAxisValueFormat": { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - "yAxisValuePrecision": { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - "yAxisValueInside": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - "showXAxisScroll": { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - "showYAxisScroll": { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - "chartMarginLeft": { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - "chartMarginRight": { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendValueText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "balloonText": { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - "balloonType": { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - "yAxisGuides": { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - "trendLines": { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "logarithmicYAxis": { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "graphType": { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "line", - "smoothedLine" - ], - "name": "graphType" - }, - "dateFormat": { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - } - } - } - }, - "initialized": false, - "version": { - "axis": "{\"line\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"dashed\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"step\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"no-group\":[{\"dimension\":\"single\",\"axisType\":\"unique\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"value\",\"minAxisCount\":1,\"name\":\"yAxis\"}]}", - "parameter": "{\"line\":[{\"valueType\":\"string\",\"defaultValue\":\"round\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"round\",\"round-white\",\"none\"],\"name\":\"bulletType\"},{\"valueType\":\"int\",\"defaultValue\":5,\"description\":\"size of bullets\",\"name\":\"bulletSize\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"line\",\"smoothedLine\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"}],\"dashed\":[{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"none\",\"round\",\"round-white\"],\"name\":\"bulletType\"},{\"valueType\":\"int\",\"defaultValue\":5,\"description\":\"size of bullets\",\"name\":\"bulletSize\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"smoothedLine\",\"line\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"},{\"valueType\":\"int\",\"defaultValue\":5,\"description\":\"the length of dash\",\"name\":\"dashLength\"}],\"step\":[{\"valueType\":\"int\",\"defaultValue\":5,\"description\":\"size of bullets\",\"name\":\"bulletSize\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"the length of dash\",\"name\":\"dashLength\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"no risers in step line\",\"widget\":\"checkbox\",\"name\":\"noStepRisers\"}],\"no-group\":[{\"valueType\":\"string\",\"defaultValue\":\"round\",\"description\":\"type of bullet\",\"widget\":\"option\",\"optionValues\":[\"round\",\"round-white\",\"none\"],\"name\":\"bulletType\"},{\"valueType\":\"int\",\"defaultValue\":5,\"description\":\"size of bullets\",\"name\":\"bulletSize\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"bullets will be shown until this count\",\"name\":\"hideBulletsCount\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"the format of yAxis value\",\"widget\":\"option\",\"optionValues\":[\"none\",\"no-comma\",\"compact-int\",\"binary-size\",\"second\"],\"name\":\"yAxisValueFormat\"},{\"valueType\":\"int\",\"defaultValue\":2,\"description\":\"yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e\",\"name\":\"yAxisValuePrecision\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis value inside of plot\",\"widget\":\"checkbox\",\"name\":\"yAxisValueInside\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"show xAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showXAxisScroll\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show yAxis scroll\",\"widget\":\"checkbox\",\"name\":\"showYAxisScroll\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"left margin of chart\",\"name\":\"chartMarginLeft\"},{\"valueType\":\"int\",\"defaultValue\":15,\"description\":\"right margin of chart\",\"name\":\"chartMarginRight\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendValueText\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of balloon (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"balloonText\"},{\"valueType\":\"string\",\"defaultValue\":\"simple\",\"description\":\"type of balloon\",\"widget\":\"option\",\"optionValues\":[\"simple\",\"color\",\"drop-shaped\"],\"name\":\"balloonType\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"guides of yAxis (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/logarithmic-scale/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"yAxisGuides\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"trend lines (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\\\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\\\"https://www.amcharts.com/demos/trend-lines/\\\"\u003eexample\u003c/a\u003e)\",\"widget\":\"textarea\",\"name\":\"trendLines\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use logarithmic scale in yAxis\",\"widget\":\"checkbox\",\"name\":\"logarithmicYAxis\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"line\",\"description\":\"graph type\",\"widget\":\"option\",\"optionValues\":[\"line\",\"smoothedLine\"],\"name\":\"graphType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"format of date (\u003ca href\u003d\\\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\\\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)\",\"name\":\"dateFormat\"}]}" - } - }, - "chart": { - "current": "step", - "available": [ - "line", - "dashed", - "step", - "no-group" - ] - }, - "axis": { - "line": { - "xAxis": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "category": [] - }, - "dashed": { - "xAxis": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "category": [] - }, - "step": { - "xAxis": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "category": [] - }, - "no-group": { - "yAxis": [] - } - }, - "sharedAxis": { - "xAxis": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ], - "category": [] - }, - "axisSpecs": { - "line": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "dashed": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "step": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "no-group": [ - { - "dimension": "single", - "axisType": "unique", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "value", - "minAxisCount": 1.0, - "name": "yAxis" - } - ] - }, - "parameter": { - "line": { - "bulletType": "round", - "bulletSize": 5.0, - "hideBulletsCount": 50.0, - "yAxisValueFormat": "none", - "yAxisValuePrecision": 2.0, - "yAxisValueInside": true, - "showXAxisScroll": false, - "showYAxisScroll": true, - "chartMarginLeft": 15.0, - "chartMarginRight": 15.0, - "showLegend": true, - "legendValueText": "", - "legendPosition": "bottom", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "balloonText": "", - "balloonType": "simple", - "yAxisGuides": "", - "trendLines": "", - "mainTitle": "", - "subTitle": "", - "xAxisName": "", - "yAxisName": "", - "xAxisUnit": "", - "yAxisUnit": "", - "logarithmicYAxis": false, - "inverted": false, - "graphType": "line", - "dateFormat": "" - }, - "dashed": { - "bulletType": "none", - "bulletSize": 5.0, - "hideBulletsCount": 50.0, - "yAxisValueFormat": "none", - "yAxisValuePrecision": 2.0, - "yAxisValueInside": true, - "showXAxisScroll": false, - "showYAxisScroll": true, - "chartMarginLeft": 15.0, - "chartMarginRight": 15.0, - "showLegend": true, - "legendValueText": "", - "legendPosition": "bottom", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "balloonText": "", - "balloonType": "simple", - "yAxisGuides": "", - "trendLines": "", - "mainTitle": "", - "subTitle": "", - "xAxisName": "", - "yAxisName": "", - "xAxisUnit": "", - "yAxisUnit": "", - "logarithmicYAxis": false, - "inverted": false, - "graphType": "line", - "dateFormat": "", - "dashLength": 5.0 - }, - "step": { - "bulletSize": 5.0, - "hideBulletsCount": 50.0, - "yAxisValueFormat": "none", - "yAxisValuePrecision": 2.0, - "yAxisValueInside": true, - "showXAxisScroll": false, - "showYAxisScroll": true, - "chartMarginLeft": 15.0, - "chartMarginRight": 15.0, - "showLegend": true, - "legendValueText": "", - "legendPosition": "bottom", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "balloonText": "", - "balloonType": "simple", - "yAxisGuides": "", - "trendLines": "", - "mainTitle": "", - "subTitle": "", - "xAxisName": "", - "yAxisName": "", - "xAxisUnit": "", - "yAxisUnit": "", - "logarithmicYAxis": false, - "inverted": false, - "dateFormat": "", - "dashLength": 0.0, - "noStepRisers": false - }, - "no-group": { - "bulletType": "round", - "bulletSize": 5.0, - "hideBulletsCount": 50.0, - "yAxisValueFormat": "none", - "yAxisValuePrecision": 2.0, - "yAxisValueInside": true, - "showXAxisScroll": false, - "showYAxisScroll": true, - "chartMarginLeft": 15.0, - "chartMarginRight": 15.0, - "showLegend": true, - "legendValueText": "", - "legendPosition": "bottom", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "balloonText": "", - "balloonType": "simple", - "yAxisGuides": "", - "trendLines": "", - "mainTitle": "", - "subTitle": "", - "xAxisName": "", - "yAxisName": "", - "xAxisUnit": "", - "yAxisUnit": "", - "logarithmicYAxis": false, - "inverted": false, - "graphType": "line", - "dateFormat": "" - } - }, - "paramSpecs": { - "line": [ - { - "valueType": "string", - "defaultValue": "round", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "round", - "round-white", - "none" - ], - "name": "bulletType" - }, - { - "valueType": "int", - "defaultValue": 5.0, - "description": "size of bullets", - "name": "bulletSize" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "line", - "smoothedLine" - ], - "name": "graphType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - } - ], - "dashed": [ - { - "valueType": "string", - "defaultValue": "none", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "none", - "round", - "round-white" - ], - "name": "bulletType" - }, - { - "valueType": "int", - "defaultValue": 5.0, - "description": "size of bullets", - "name": "bulletSize" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "smoothedLine", - "line" - ], - "name": "graphType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - }, - { - "valueType": "int", - "defaultValue": 5.0, - "description": "the length of dash", - "name": "dashLength" - } - ], - "step": [ - { - "valueType": "int", - "defaultValue": 5.0, - "description": "size of bullets", - "name": "bulletSize" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "the length of dash", - "name": "dashLength" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "no risers in step line", - "widget": "checkbox", - "name": "noStepRisers" - } - ], - "no-group": [ - { - "valueType": "string", - "defaultValue": "round", - "description": "type of bullet", - "widget": "option", - "optionValues": [ - "round", - "round-white", - "none" - ], - "name": "bulletType" - }, - { - "valueType": "int", - "defaultValue": 5.0, - "description": "size of bullets", - "name": "bulletSize" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "bullets will be shown until this count", - "name": "hideBulletsCount" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "the format of yAxis value", - "widget": "option", - "optionValues": [ - "none", - "no-comma", - "compact-int", - "binary-size", - "second" - ], - "name": "yAxisValueFormat" - }, - { - "valueType": "int", - "defaultValue": 2.0, - "description": "yAxisValue precision that for \u003ccode\u003ecompact-int\u003c/code\u003e, \u003ccode\u003ebinary-size\u003c/code\u003e, \u003ccode\u003esecond\u003c/code\u003e", - "name": "yAxisValuePrecision" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis value inside of plot", - "widget": "checkbox", - "name": "yAxisValueInside" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "show xAxis scroll", - "widget": "checkbox", - "name": "showXAxisScroll" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show yAxis scroll", - "widget": "checkbox", - "name": "showYAxisScroll" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "left margin of chart", - "name": "chartMarginLeft" - }, - { - "valueType": "int", - "defaultValue": 15.0, - "description": "right margin of chart", - "name": "chartMarginRight" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#legendValueText\"\u003edoc\u003c/a\u003e)", - "name": "legendValueText" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of balloon (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#balloonText\"\u003edoc\u003c/a\u003e)", - "name": "balloonText" - }, - { - "valueType": "string", - "defaultValue": "simple", - "description": "type of balloon", - "widget": "option", - "optionValues": [ - "simple", - "color", - "drop-shaped" - ], - "name": "balloonType" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "guides of yAxis (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/ValueAxis#guides\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/logarithmic-scale/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "yAxisGuides" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "trend lines (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/TrendLine\"\u003edoc\u003c/a\u003e) (\u003ca href\u003d\"https://www.amcharts.com/demos/trend-lines/\"\u003eexample\u003c/a\u003e)", - "widget": "textarea", - "name": "trendLines" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use logarithmic scale in yAxis", - "widget": "checkbox", - "name": "logarithmicYAxis" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "line", - "description": "graph type", - "widget": "option", - "optionValues": [ - "line", - "smoothedLine" - ], - "name": "graphType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "format of date (\u003ca href\u003d\"https://docs.amcharts.com/3/javascriptcharts/AmGraph#dateFormat\"\u003edoc\u003c/a\u003e) (e.g YYYY-MM-DD)", - "name": "dateFormat" - } - ] - } - }, - "ultimate-column-chart-negative-values": { - "chartChanged": true, - "parameterChanged": false, - "panel": { - "columnPanelOpened": true, - "parameterPanelOpened": false - }, - "spec": { - "charts": { - "column": { - "transform": { - "method": "array" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelRotation": { - "valueType": "int", - "defaultValue": -90.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - }, - "stacked": { - "transform": { - "method": "array" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelRotation": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - }, - "percent": { - "transform": { - "method": "array" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelRotation": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - "tooltipPercentagePrecision": { - "valueType": "string", - "defaultValue": ".2f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPercentagePrecision" - } - } - }, - "drill-down": { - "transform": { - "method": "drill-down" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": -45.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelRotation": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "none", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - } - }, - "initialized": false, - "version": { - "axis": "{\"column\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"stacked\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"percent\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"drill-down\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}]}", - "parameter": "{\"column\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":-90,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"stacked\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"percent\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\".2f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPercentagePrecision\"}],\"drill-down\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":-45,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" - } - }, - "chart": { - "current": "column", - "available": [ - "column", - "stacked", - "percent", - "drill-down" - ] - }, - "axis": { - "column": { - "xAxis": [], - "yAxis": [], - "category": [] - }, - "stacked": { - "xAxis": [], - "yAxis": [], - "category": [] - }, - "percent": { - "xAxis": [], - "yAxis": [], - "category": [] - }, - "drill-down": { - "xAxis": [], - "yAxis": [], - "category": [] - } - }, - "sharedAxis": { - "xAxis": [], - "yAxis": [], - "category": [] - }, - "axisSpecs": { - "column": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "stacked": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "percent": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "drill-down": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ] - }, - "parameter": { - "column": { - "inverted": false, - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelRotation": -90.0, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "x", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - }, - "stacked": { - "inverted": false, - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelRotation": 0.0, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "x", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - }, - "percent": { - "inverted": false, - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelRotation": 0.0, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "x", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "", - "tooltipPercentagePrecision": ".2f" - }, - "drill-down": { - "inverted": false, - "floatingLegend": "default", - "rotateXAxisLabel": -45.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelRotation": 0.0, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "none", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - } - }, - "paramSpecs": { - "column": [ - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "int", - "defaultValue": -90.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ], - "stacked": [ - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ], - "percent": [ - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - { - "valueType": "string", - "defaultValue": ".2f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPercentagePrecision" - } - ], - "drill-down": [ - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": -45.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ] - } - }, - "lineChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - }, - "table": { - "tableGridState": {}, - "tableColumnTypeState": { - "names": { - "date": "string", - "total": "string" - }, - "updated": false - }, - "tableOptionSpecHash": "[{\"name\":\"useFilter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable filter for columns\"},{\"name\":\"showPagination\",\"valueType\":\"boolean\",\"defaultValue\":true,\"widget\":\"checkbox\",\"description\":\"Enable pagination for better navigation\"},{\"name\":\"showAggregationFooter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable a footer for displaying aggregated values\"}]", - "tableOptionValue": { - "useFilter": false, - "showPagination": true, - "showAggregationFooter": false - }, - "updated": false, - "initialized": false - }, - "ultimate-dual-column-chart": { - "chartChanged": true, - "parameterChanged": false, - "panel": { - "columnPanelOpened": true, - "parameterPanelOpened": false - }, - "spec": { - "charts": { - "column": { - "transform": { - "method": "array" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "yAxisRight": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxisRight" - } - }, - "parameter": { - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelRotation": { - "valueType": "int", - "defaultValue": -90.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - } - }, - "initialized": false, - "version": { - "axis": "{\"column\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxisRight\"}]}", - "parameter": "{\"column\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":-90,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" - } - }, - "chart": { - "current": "column", - "available": [ - "column" - ] - }, - "axis": { - "column": { - "xAxis": [], - "yAxis": [], - "yAxisRight": [] - } - }, - "sharedAxis": { - "xAxis": [], - "yAxis": [], - "yAxisRight": [] - }, - "axisSpecs": { - "column": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxisRight" - } - ] - }, - "parameter": { - "column": { - "inverted": false, - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelRotation": -90.0, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "x", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - } - }, - "paramSpecs": { - "column": [ - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "int", - "defaultValue": -90.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ] - } - } - }, - "commonSetting": {} - }, - "helium": {} - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314578_-1751812666", - "id": "paragraph_1560310207151_-1268698840", - "dateCreated": "2019-12-25 23:45:14.578", - "status": "READY" - }, - { - "title": "Count of Unique Presto Users by Week", - "text": "%jdbc(presto)\nSELECT date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%x-%v\u0027), count(distinct user_) AS total\nFROM datapipeline.logs_presto_query_completion\nWHERE datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027360\u0027 day, \u0027%Y%m%d%H\u0027)\nGROUP BY date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%x-%v\u0027)\nORDER BY date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%x-%v\u0027)", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.578", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": false - }, - "editorMode": "ace/mode/sql", - "colWidth": 6.0, - "editorHide": false, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "mode": "multiBarChart", - "height": 244.0, - "optionOpen": false, - "setting": { - "table": { - "tableGridState": {}, - "tableColumnTypeState": { - "names": { - "_col0": "string", - "total": "string" - }, - "updated": false - }, - "tableOptionSpecHash": "[{\"name\":\"useFilter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable filter for columns\"},{\"name\":\"showPagination\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable pagination for better navigation\"},{\"name\":\"showAggregationFooter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable a footer for displaying aggregated values\"}]", - "tableOptionValue": { - "useFilter": false, - "showPagination": false, - "showAggregationFooter": false - }, - "updated": false, - "initialized": false - }, - "ultimate-heatmap-chart": { - "chartChanged": true, - "parameterChanged": false, - "panel": { - "columnPanelOpened": true, - "parameterPanelOpened": false - }, - "spec": { - "charts": { - "heatmap": { - "transform": { - "method": "array:2-key" - }, - "sharedAxis": false, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "minAxisCount": 1.0, - "description": "categorical", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "key", - "minAxisCount": 1.0, - "description": "categorical", - "name": "yAxis" - }, - "zAxis": { - "dimension": "single", - "axisType": "aggregator", - "minAxisCount": 1.0, - "description": "numeric", - "name": "zAxis" - } - }, - "parameter": { - "plotBorderWidth": { - "valueType": "int", - "defaultValue": 1.0, - "description": "border width of plot", - "name": "plotBorderWidth" - }, - "seriesBorderWidth": { - "valueType": "int", - "defaultValue": 1.0, - "description": "border width of series", - "name": "seriesBorderWidth" - }, - "yAxisGridLineWidth": { - "valueType": "int", - "defaultValue": 1.0, - "description": "width of yAxis grid line", - "name": "yAxisGridLineWidth" - }, - "colorAxisStops": { - "valueType": "JSON", - "defaultValue": "", - "description": "colorAxis.stops", - "widget": "textarea", - "name": "colorAxisStops" - }, - "useColorAxisMax": { - "valueType": "boolean", - "defaultValue": false, - "description": "use colorAxis.max", - "widget": "checkbox", - "name": "useColorAxisMax" - }, - "colorAxisMaxValue": { - "valueType": "int", - "defaultValue": 1.0, - "description": "colorAxis.max", - "name": "colorAxisMaxValue" - }, - "useColorAxisMin": { - "valueType": "boolean", - "defaultValue": false, - "description": "use colorAxis.min", - "widget": "checkbox", - "name": "useColorAxisMin" - }, - "colorAxisMinValue": { - "valueType": "int", - "defaultValue": 0.0, - "description": "colorAxis.min", - "name": "colorAxisMinValue" - }, - "colorAxisMaxColor": { - "valueType": "string", - "defaultValue": "#7cb5ec", - "description": "max color of color axis", - "name": "colorAxisMaxColor" - }, - "colorAxisMinColor": { - "valueType": "string", - "defaultValue": "#FFFFFF", - "description": "min color of color axis", - "name": "colorAxisMinColor" - }, - "seriesBorderColor": { - "valueType": "string", - "defaultValue": "rgb(124, 181, 236)", - "description": "border color of series", - "name": "seriesBorderColor" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": -45.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showDataLabel": { - "valueType": "boolean", - "defaultValue": true, - "description": "show data label", - "widget": "checkbox", - "name": "showDataLabel" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "vertical", - "horizontal" - ], - "name": "legendLayout" - }, - "legendAlign": { - "valueType": "string", - "defaultValue": "center", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "center", - "right", - "left" - ], - "name": "legendAlign" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "zAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of zAxis", - "name": "zAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - } - }, - "initialized": false, - "version": { - "axis": "{\"heatmap\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"categorical\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"categorical\",\"name\":\"yAxis\"},{\"dimension\":\"single\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"description\":\"numeric\",\"name\":\"zAxis\"}]}", - "parameter": "{\"heatmap\":[{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"border width of plot\",\"name\":\"plotBorderWidth\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"border width of series\",\"name\":\"seriesBorderWidth\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"width of yAxis grid line\",\"name\":\"yAxisGridLineWidth\"},{\"valueType\":\"JSON\",\"defaultValue\":\"\",\"description\":\"colorAxis.stops\",\"widget\":\"textarea\",\"name\":\"colorAxisStops\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use colorAxis.max\",\"widget\":\"checkbox\",\"name\":\"useColorAxisMax\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"colorAxis.max\",\"name\":\"colorAxisMaxValue\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use colorAxis.min\",\"widget\":\"checkbox\",\"name\":\"useColorAxisMin\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"colorAxis.min\",\"name\":\"colorAxisMinValue\"},{\"valueType\":\"string\",\"defaultValue\":\"#7cb5ec\",\"description\":\"max color of color axis\",\"name\":\"colorAxisMaxColor\"},{\"valueType\":\"string\",\"defaultValue\":\"#FFFFFF\",\"description\":\"min color of color axis\",\"name\":\"colorAxisMinColor\"},{\"valueType\":\"string\",\"defaultValue\":\"rgb(124, 181, 236)\",\"description\":\"border color of series\",\"name\":\"seriesBorderColor\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":-45,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show data label\",\"widget\":\"checkbox\",\"name\":\"showDataLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\",\"left\",\"right\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"vertical\",\"horizontal\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"center\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"center\",\"right\",\"left\"],\"name\":\"legendAlign\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of zAxis\",\"name\":\"zAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" - } - }, - "chart": { - "current": "heatmap", - "available": [ - "heatmap" - ] - }, - "axis": { - "heatmap": { - "xAxis": [ - { - "name": "_col0", - "index": 0.0, - "aggr": "sum" - } - ], - "yAxis": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ] - } - }, - "sharedAxis": {}, - "axisSpecs": { - "heatmap": [ - { - "dimension": "multiple", - "axisType": "key", - "minAxisCount": 1.0, - "description": "categorical", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "key", - "minAxisCount": 1.0, - "description": "categorical", - "name": "yAxis" - }, - { - "dimension": "single", - "axisType": "aggregator", - "minAxisCount": 1.0, - "description": "numeric", - "name": "zAxis" - } - ] - }, - "parameter": { - "heatmap": { - "plotBorderWidth": 1.0, - "seriesBorderWidth": 1.0, - "yAxisGridLineWidth": 1.0, - "colorAxisStops": "", - "useColorAxisMax": false, - "colorAxisMaxValue": 1.0, - "useColorAxisMin": false, - "colorAxisMinValue": 0.0, - "colorAxisMaxColor": "#7cb5ec", - "colorAxisMinColor": "#FFFFFF", - "seriesBorderColor": "rgb(124, 181, 236)", - "floatingLegend": "default", - "rotateXAxisLabel": -45.0, - "rotateYAxisLabel": 0.0, - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showDataLabel": true, - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "legendAlign": "center", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "zAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - } - }, - "paramSpecs": { - "heatmap": [ - { - "valueType": "int", - "defaultValue": 1.0, - "description": "border width of plot", - "name": "plotBorderWidth" - }, - { - "valueType": "int", - "defaultValue": 1.0, - "description": "border width of series", - "name": "seriesBorderWidth" - }, - { - "valueType": "int", - "defaultValue": 1.0, - "description": "width of yAxis grid line", - "name": "yAxisGridLineWidth" - }, - { - "valueType": "JSON", - "defaultValue": "", - "description": "colorAxis.stops", - "widget": "textarea", - "name": "colorAxisStops" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use colorAxis.max", - "widget": "checkbox", - "name": "useColorAxisMax" - }, - { - "valueType": "int", - "defaultValue": 1.0, - "description": "colorAxis.max", - "name": "colorAxisMaxValue" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use colorAxis.min", - "widget": "checkbox", - "name": "useColorAxisMin" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "colorAxis.min", - "name": "colorAxisMinValue" - }, - { - "valueType": "string", - "defaultValue": "#7cb5ec", - "description": "max color of color axis", - "name": "colorAxisMaxColor" - }, - { - "valueType": "string", - "defaultValue": "#FFFFFF", - "description": "min color of color axis", - "name": "colorAxisMinColor" - }, - { - "valueType": "string", - "defaultValue": "rgb(124, 181, 236)", - "description": "border color of series", - "name": "seriesBorderColor" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": -45.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show data label", - "widget": "checkbox", - "name": "showDataLabel" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top", - "left", - "right" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "vertical", - "horizontal" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "center", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "center", - "right", - "left" - ], - "name": "legendAlign" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of zAxis", - "name": "zAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ] - } - }, - "multiBarChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - }, - "stackedAreaChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default", - "style": "stack" - }, - "ultimate-pie-chart": { - "chartChanged": true, - "parameterChanged": false, - "panel": { - "columnPanelOpened": true, - "parameterPanelOpened": false - }, - "spec": { - "charts": { - "pie": { - "transform": { - "method": "drill-down" - }, - "sharedAxis": true, - "axis": { - "category": { - "dimension": "multiple", - "axisType": "key", - "name": "category" - }, - "value": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "value" - }, - "drill-down": { - "dimension": "multiple", - "axisType": "group", - "name": "drill-down" - } - }, - "parameter": { - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "valueUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of value", - "name": "valueUnit" - }, - "dataLabelType": { - "valueType": "string", - "defaultValue": "outside", - "description": "display type of data label", - "widget": "option", - "optionValues": [ - "outside", - "inside" - ], - "name": "dataLabelType" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".2f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPercentPrecision": { - "valueType": "string", - "defaultValue": ".2f", - "description": "precision of tooltip percentage without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPercentPrecision" - }, - "tooltipValuePrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip value without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipValuePrecision" - } - } - }, - "donut": { - "transform": { - "method": "drill-down" - }, - "sharedAxis": true, - "axis": { - "category": { - "dimension": "multiple", - "axisType": "key", - "name": "category" - }, - "value": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "value" - }, - "drill-down": { - "dimension": "multiple", - "axisType": "group", - "name": "drill-down" - } - }, - "parameter": { - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "valueUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of value", - "name": "valueUnit" - }, - "dataLabelType": { - "valueType": "string", - "defaultValue": "outside", - "description": "display type of data label", - "widget": "option", - "optionValues": [ - "outside", - "inside" - ], - "name": "dataLabelType" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".2f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPercentPrecision": { - "valueType": "string", - "defaultValue": ".2f", - "description": "precision of tooltip percentage without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPercentPrecision" - }, - "tooltipValuePrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip value without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipValuePrecision" - }, - "innerSize": { - "valueType": "int", - "defaultValue": 50.0, - "description": "inner size of donut", - "name": "innerSize" - } - } - }, - "half-donut": { - "transform": { - "method": "drill-down" - }, - "sharedAxis": true, - "axis": { - "category": { - "dimension": "multiple", - "axisType": "key", - "name": "category" - }, - "value": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "value" - }, - "drill-down": { - "dimension": "multiple", - "axisType": "group", - "name": "drill-down" - } - }, - "parameter": { - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "valueUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of value", - "name": "valueUnit" - }, - "dataLabelType": { - "valueType": "string", - "defaultValue": "outside", - "description": "display type of data label", - "widget": "option", - "optionValues": [ - "outside", - "inside" - ], - "name": "dataLabelType" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".2f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPercentPrecision": { - "valueType": "string", - "defaultValue": ".2f", - "description": "precision of tooltip percentage without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPercentPrecision" - }, - "tooltipValuePrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip value without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipValuePrecision" - }, - "innerSize": { - "valueType": "int", - "defaultValue": 50.0, - "description": "inner size of donut", - "name": "innerSize" - } - } - } - }, - "initialized": false, - "version": { - "axis": "{\"pie\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"category\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"value\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"drill-down\"}],\"donut\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"category\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"value\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"drill-down\"}],\"half-donut\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"category\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"value\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"drill-down\"}]}", - "parameter": "{\"pie\":[{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of value\",\"name\":\"valueUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"outside\",\"description\":\"display type of data label\",\"widget\":\"option\",\"optionValues\":[\"outside\",\"inside\"],\"name\":\"dataLabelType\"},{\"valueType\":\"string\",\"defaultValue\":\".2f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".2f\",\"description\":\"precision of tooltip percentage without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPercentPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip value without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipValuePrecision\"}],\"donut\":[{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of value\",\"name\":\"valueUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"outside\",\"description\":\"display type of data label\",\"widget\":\"option\",\"optionValues\":[\"outside\",\"inside\"],\"name\":\"dataLabelType\"},{\"valueType\":\"string\",\"defaultValue\":\".2f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".2f\",\"description\":\"precision of tooltip percentage without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPercentPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip value without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipValuePrecision\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"inner size of donut\",\"name\":\"innerSize\"}],\"half-donut\":[{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of value\",\"name\":\"valueUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"outside\",\"description\":\"display type of data label\",\"widget\":\"option\",\"optionValues\":[\"outside\",\"inside\"],\"name\":\"dataLabelType\"},{\"valueType\":\"string\",\"defaultValue\":\".2f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".2f\",\"description\":\"precision of tooltip percentage without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPercentPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip value without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipValuePrecision\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"inner size of donut\",\"name\":\"innerSize\"}]}" - } - }, - "chart": { - "current": "pie", - "available": [ - "pie", - "donut", - "half-donut" - ] - }, - "axis": { - "pie": { - "category": [], - "value": [], - "drill-down": [] - }, - "donut": { - "category": [], - "value": [], - "drill-down": [] - }, - "half-donut": { - "category": [], - "value": [], - "drill-down": [] - } - }, - "sharedAxis": { - "category": [], - "value": [], - "drill-down": [] - }, - "axisSpecs": { - "pie": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "category" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "value" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "drill-down" - } - ], - "donut": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "category" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "value" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "drill-down" - } - ], - "half-donut": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "category" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "value" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "drill-down" - } - ] - }, - "parameter": { - "pie": { - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "legendLabelFormat": "", - "mainTitle": "", - "subTitle": "", - "valueUnit": "", - "dataLabelType": "outside", - "dataLabelPrecision": ".2f", - "tooltipPercentPrecision": ".2f", - "tooltipValuePrecision": ".1f" - }, - "donut": { - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "legendLabelFormat": "", - "mainTitle": "", - "valueUnit": "", - "dataLabelType": "outside", - "dataLabelPrecision": ".2f", - "tooltipPercentPrecision": ".2f", - "tooltipValuePrecision": ".1f", - "innerSize": 50.0 - }, - "half-donut": { - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "legendLabelFormat": "", - "mainTitle": "", - "valueUnit": "", - "dataLabelType": "outside", - "dataLabelPrecision": ".2f", - "tooltipPercentPrecision": ".2f", - "tooltipValuePrecision": ".1f", - "innerSize": 50.0 - } - }, - "paramSpecs": { - "pie": [ - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of value", - "name": "valueUnit" - }, - { - "valueType": "string", - "defaultValue": "outside", - "description": "display type of data label", - "widget": "option", - "optionValues": [ - "outside", - "inside" - ], - "name": "dataLabelType" - }, - { - "valueType": "string", - "defaultValue": ".2f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".2f", - "description": "precision of tooltip percentage without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPercentPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip value without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipValuePrecision" - } - ], - "donut": [ - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of value", - "name": "valueUnit" - }, - { - "valueType": "string", - "defaultValue": "outside", - "description": "display type of data label", - "widget": "option", - "optionValues": [ - "outside", - "inside" - ], - "name": "dataLabelType" - }, - { - "valueType": "string", - "defaultValue": ".2f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".2f", - "description": "precision of tooltip percentage without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPercentPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip value without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipValuePrecision" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "inner size of donut", - "name": "innerSize" - } - ], - "half-donut": [ - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of value", - "name": "valueUnit" - }, - { - "valueType": "string", - "defaultValue": "outside", - "description": "display type of data label", - "widget": "option", - "optionValues": [ - "outside", - "inside" - ], - "name": "dataLabelType" - }, - { - "valueType": "string", - "defaultValue": ".2f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".2f", - "description": "precision of tooltip percentage without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPercentPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip value without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipValuePrecision" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "inner size of donut", - "name": "innerSize" - } - ] - } - } - }, - "commonSetting": {}, - "keys": [ - { - "name": "_col0", - "index": 0.0, - "aggr": "sum" - } - ], - "groups": [], - "values": [ - { - "name": "total", - "index": 1.0, - "aggr": "sum" - } - ] - }, - "helium": {} - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314578_-38987100", - "id": "20170104-021422_654720566", - "dateCreated": "2019-12-25 23:45:14.578", - "status": "READY" - }, - { - "text": "%jdbc(presto)\n\nSELECT date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%x-%v\u0027) as date, count(*) AS weekly_total_query\nFROM datapipeline.logs_presto_query_completion\nWHERE query_state !\u003d \u0027FAILED\u0027\nAND position(\u0027zeppelin\u0027 in source) !\u003d 0\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027360\u0027 day, \u0027%Y%m%d%H\u0027)\nGROUP BY 1\nORDER BY 1\n", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.579", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": false - }, - "colWidth": 6.0, - "editorMode": "ace/mode/sql", - "fontSize": 9.0, - "results": { - "0": { - "graph": { - "mode": "multiBarChart", - "height": 300.0, - "optionOpen": false, - "setting": { - "multiBarChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - } - }, - "commonSetting": {}, - "keys": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "groups": [], - "values": [ - { - "name": "weekly_total_query", - "index": 1.0, - "aggr": "sum" - } - ] - }, - "helium": {} - } - }, - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314579_134448586", - "id": "paragraph_1572410333570_1965035891", - "dateCreated": "2019-12-25 23:45:14.579", - "status": "READY" - }, - { - "title": "Count of Success Presto Queries by Day", - "text": "%jdbc(presto)\n\nSELECT format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027) as date, source, count(*) AS daily_total_query\nFROM datapipeline.logs_presto_query_completion\nWHERE query_state !\u003d \u0027FAILED\u0027\nAND position(\u0027verifier\u0027 in source) \u003d 0\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027360\u0027 day, \u0027%Y%m%d%H\u0027)\nGROUP BY 1, 2\nORDER BY 1", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.579", - "config": { - "tableHide": false, - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": false - }, - "editorMode": "ace/mode/sql", - "colWidth": 12.0, - "editorHide": false, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "date", - "aggr": "sum" - } - ], - "optionOpen": true, - "height": 318.0, - "lineWithFocus": false, - "values": [ - { - "index": 2.0, - "name": "daily_total_query", - "aggr": "sum" - } - ], - "mode": "lineChart", - "groups": [], - "forceY": true, - "scatter": { - "xAxis": { - "index": 0.0, - "name": "date", - "aggr": "sum" - } - }, - "setting": { - "stackedAreaChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - }, - "lineChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - } - }, - "commonSetting": {} - }, - "helium": {} - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314579_2033071783", - "id": "20160401-234727_152350130", - "dateCreated": "2019-12-25 23:45:14.579", - "status": "READY" - }, - { - "title": "Count of Success Presto Queries per Day by Catalog", - "text": "%jdbc(presto)\n\nSELECT format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027) as date, catalog, count(*) AS daily_total_query\nFROM datapipeline.logs_presto_query_completion\nWHERE query_state !\u003d \u0027FAILED\u0027\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u002760\u0027 day, \u0027%Y%m%d%H\u0027)\nAND catalog in (\u0027hive_prod\u0027, \u0027hive_devel\u0027, \u0027dal_hms_prod\u0027)\nAND position(\u0027verifier\u0027 in source) \u003d 0\nGROUP BY 1, 2\nORDER BY 1", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.579", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": false - }, - "editorMode": "ace/mode/sql", - "colWidth": 12.0, - "editorHide": false, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "date", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 334.0, - "values": [ - { - "index": 2.0, - "name": "daily_total_query", - "aggr": "sum" - } - ], - "mode": "stackedAreaChart", - "groups": [ - { - "index": 1.0, - "name": "catalog", - "aggr": "sum" - } - ], - "scatter": { - "xAxis": { - "index": 0.0, - "name": "date", - "aggr": "sum" - }, - "yAxis": { - "index": 1.0, - "name": "catalog", - "aggr": "sum" - } - }, - "setting": { - "stackedAreaChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - } - }, - "commonSetting": {} - } - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314579_1188783023", - "id": "20171031-004213_1305995566", - "dateCreated": "2019-12-25 23:45:14.579", - "status": "READY" - }, - { - "title": "Presto Query Count by Month", - "text": "%jdbc(presto)\n\nselect \n date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%Y-%m\u0027), \n query_state, count(query_id) as query_number\nfrom datapipeline.logs_presto_query_completion \nwhere datehour \u003e\u003d \u00272017010100\u0027\nand position(\u0027verifier\u0027 in source) \u003d 0\nAND (error_code_name is null or error_code_name not in (\u0027SYNTAX_ERROR\u0027, \u0027INVALID_FUNCTION_ARGUMENT\u0027, \u0027INVALID_CAST_ARGUMENT\u0027, \u0027INVALID_SESSION_PROPERTY\u0027, \u0027USER_CANCELED\u0027, \u0027ABANDONED_QUERY\u0027, \u0027HIVE_FILESYSTEM_ERROR\u0027, \u0027HIVE_CURSOR_ERROR\u0027, \u0027HIVE_CANNOT_OPEN_SPLIT\u0027, \u0027HIVE_MISSING_DATA\u0027,\u0027NO_NODES_AVAILABLE\u0027, \u0027EXCEEDED_MEMORY_LIMIT\u0027, \u0027HIVE_CURSOR_ERROR\u0027, \u0027PERMISSION_DENIED\u0027, \u0027SERVER_STARTING_UP\u0027, \u0027ADMINISTRATIVELY_KILLED\u0027))\ngroup by 1, 2 \norder by 1, 2\n\n", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.579", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionKey": "TAB", - "completionSupport": false - }, - "colWidth": 12.0, - "editorMode": "ace/mode/sql", - "fontSize": 9.0, - "editorHide": false, - "title": true, - "results": { - "0": { - "graph": { - "mode": "table", - "height": 300.0, - "optionOpen": false, - "setting": { - "multiBarChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default", - "stacked": true - } - }, - "commonSetting": {}, - "keys": [ - { - "name": "_col0", - "index": 0.0, - "aggr": "sum" - } - ], - "groups": [ - { - "name": "query_state", - "index": 1.0, - "aggr": "sum" - } - ], - "values": [ - { - "name": "query_number", - "index": 2.0, - "aggr": "sum" - } - ] - }, - "helium": {} - } - }, - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314579_-375325973", - "id": "paragraph_1548455879446_-1264452288", - "dateCreated": "2019-12-25 23:45:14.579", - "status": "READY" - }, - { - "title": "Presto Query Count by Quarter", - "text": "%jdbc(presto)\n\nselect \n concat(date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%Y-\u0027), \n case date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%m\u0027) \n when \u002701\u0027 then \u00271\u0027 \n when \u002702\u0027 then \u00271\u0027 \n when \u002703\u0027 then \u00271\u0027 \n when \u002704\u0027 then \u00272\u0027 \n when \u002705\u0027 then \u00272\u0027 \n when \u002706\u0027 then \u00272\u0027 \n when \u002707\u0027 then \u00273\u0027 \n when \u002708\u0027 then \u00273\u0027 \n when \u002709\u0027 then \u00273\u0027 \n when \u002710\u0027 then \u00274\u0027 \n when \u002711\u0027 then \u00274\u0027 \n when \u002712\u0027 then \u00274\u0027 \n end), \n query_state, count(query_id) as query_number\nfrom datapipeline.logs_presto_query_completion \nwhere datehour \u003e\u003d \u00272017010100\u0027\nand position(\u0027verifier\u0027 in source) \u003d 0\nand (error_code_name is null or error_code_name not in (\u0027SYNTAX_ERROR\u0027, \u0027INVALID_FUNCTION_ARGUMENT\u0027, \u0027INVALID_CAST_ARGUMENT\u0027, \u0027INVALID_SESSION_PROPERTY\u0027, \u0027USER_CANCELED\u0027, \u0027ABANDONED_QUERY\u0027, \u0027HIVE_FILESYSTEM_ERROR\u0027, \u0027HIVE_CURSOR_ERROR\u0027, \u0027HIVE_CANNOT_OPEN_SPLIT\u0027, \u0027HIVE_MISSING_DATA\u0027,\u0027NO_NODES_AVAILABLE\u0027, \u0027EXCEEDED_MEMORY_LIMIT\u0027, \u0027HIVE_CURSOR_ERROR\u0027, \u0027PERMISSION_DENIED\u0027, \u0027SERVER_STARTING_UP\u0027, \u0027ADMINISTRATIVELY_KILLED\u0027))\ngroup by 1, 2 \norder by 1, 2\n", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.579", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionKey": "TAB", - "completionSupport": false - }, - "colWidth": 12.0, - "editorMode": "ace/mode/sql", - "fontSize": 9.0, - "editorHide": false, - "title": true, - "results": { - "0": { - "graph": { - "mode": "multiBarChart", - "height": 300.0, - "optionOpen": false, - "setting": { - "multiBarChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default", - "stacked": true - } - }, - "commonSetting": {}, - "keys": [ - { - "name": "_col0", - "index": 0.0, - "aggr": "sum" - } - ], - "groups": [ - { - "name": "query_state", - "index": 1.0, - "aggr": "sum" - } - ], - "values": [ - { - "name": "query_number", - "index": 2.0, - "aggr": "sum" - } - ] - }, - "helium": {} - } - }, - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314579_-480191128", - "id": "paragraph_1548455441618_-1461054217", - "dateCreated": "2019-12-25 23:45:14.579", - "status": "READY" - }, - { - "title": "Presto Processed Data (PBs) by Day", - "text": "%jdbc(presto)\nSELECT format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027), query_state, sum(total_bytes)/1e15 AS daily_total_PB\nFROM datapipeline.logs_presto_query_completion\nWHERE \ndatehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027720\u0027 day, \u0027%Y%m%d%H\u0027)\nAND position(\u0027verifier\u0027 in source) \u003d 0\nGROUP BY 1, 2\nORDER BY 1, 2", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.579", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": false - }, - "editorMode": "ace/mode/sql", - "colWidth": 12.0, - "editorHide": false, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "_col0", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 300.0, - "values": [ - { - "index": 2.0, - "name": "daily_total_PB", - "aggr": "sum" - } - ], - "mode": "stackedAreaChart", - "groups": [ - { - "index": 1.0, - "name": "query_state", - "aggr": "sum" - } - ], - "scatter": { - "xAxis": { - "index": 0.0, - "name": "_col0", - "aggr": "sum" - } - }, - "setting": { - "stackedAreaChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default", - "style": "stack" - }, - "ultimate-scatter-chart": { - "chartChanged": true, - "parameterChanged": false, - "panel": { - "columnPanelOpened": true, - "parameterPanelOpened": false - }, - "spec": { - "charts": { - "scatter": { - "transform": { - "method": "array" - }, - "sharedAxis": false, - "axis": { - "xAxis": { - "dimension": "single", - "axisType": "key", - "minAxisCount": 1.0, - "description": "serial", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "description": "serial", - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "usePredefinedColorSet": { - "valueType": "boolean", - "defaultValue": true, - "description": "use predefined color set", - "widget": "checkbox", - "name": "usePredefinedColorSet" - }, - "markerRadius": { - "valueType": "int", - "defaultValue": 3.0, - "description": "radius size of markers", - "name": "markerRadius" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "xy", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - }, - "bubble": { - "transform": { - "method": "array:2-key" - }, - "sharedAxis": false, - "axis": { - "xAxis": { - "dimension": "single", - "axisType": "key", - "minAxisCount": 1.0, - "description": "serial", - "name": "xAxis" - }, - "yAxis": { - "dimension": "single", - "axisType": "key", - "minAxisCount": 1.0, - "description": "serial", - "name": "yAxis" - }, - "zAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "zAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "minBubbleSize": { - "valueType": "int", - "defaultValue": 3.0, - "description": "minimum size of bubble", - "name": "minBubbleSize" - }, - "maxBubbleSize": { - "valueType": "int", - "defaultValue": 50.0, - "description": "maximum size of bubble", - "name": "maxBubbleSize" - }, - "plotBorderWidth": { - "valueType": "int", - "defaultValue": 1.0, - "description": "border width of plot", - "name": "plotBorderWidth" - }, - "xGridLineWidth": { - "valueType": "int", - "defaultValue": 1.0, - "description": "grid line width of X axis", - "name": "xGridLineWidth" - }, - "yGridLineWidth": { - "valueType": "int", - "defaultValue": 1.0, - "description": "grid line width of Y axis", - "name": "yGridLineWidth" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "xy", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "zAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of zAxis", - "name": "zAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - } - }, - "initialized": false, - "version": { - "axis": "{\"scatter\":[{\"dimension\":\"single\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"serial\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"description\":\"serial\",\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"bubble\":[{\"dimension\":\"single\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"serial\",\"name\":\"xAxis\"},{\"dimension\":\"single\",\"axisType\":\"key\",\"minAxisCount\":1,\"description\":\"serial\",\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"zAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}]}", - "parameter": "{\"scatter\":[{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"use predefined color set\",\"widget\":\"checkbox\",\"name\":\"usePredefinedColorSet\"},{\"valueType\":\"int\",\"defaultValue\":3,\"description\":\"radius size of markers\",\"name\":\"markerRadius\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"xy\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"bubble\":[{\"valueType\":\"int\",\"defaultValue\":3,\"description\":\"minimum size of bubble\",\"name\":\"minBubbleSize\"},{\"valueType\":\"int\",\"defaultValue\":50,\"description\":\"maximum size of bubble\",\"name\":\"maxBubbleSize\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"border width of plot\",\"name\":\"plotBorderWidth\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"grid line width of X axis\",\"name\":\"xGridLineWidth\"},{\"valueType\":\"int\",\"defaultValue\":1,\"description\":\"grid line width of Y axis\",\"name\":\"yGridLineWidth\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"xy\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of zAxis\",\"name\":\"zAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" - } - }, - "chart": { - "current": "scatter", - "available": [ - "scatter", - "bubble" - ] - }, - "axis": { - "scatter": { - "yAxis": [], - "category": [] - }, - "bubble": { - "zAxis": [], - "category": [] - } - }, - "sharedAxis": {}, - "axisSpecs": { - "scatter": [ - { - "dimension": "single", - "axisType": "key", - "minAxisCount": 1.0, - "description": "serial", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "description": "serial", - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "bubble": [ - { - "dimension": "single", - "axisType": "key", - "minAxisCount": 1.0, - "description": "serial", - "name": "xAxis" - }, - { - "dimension": "single", - "axisType": "key", - "minAxisCount": 1.0, - "description": "serial", - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "zAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ] - }, - "parameter": { - "scatter": { - "usePredefinedColorSet": true, - "markerRadius": 3.0, - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "xy", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - }, - "bubble": { - "minBubbleSize": 3.0, - "maxBubbleSize": 50.0, - "plotBorderWidth": 1.0, - "xGridLineWidth": 1.0, - "yGridLineWidth": 1.0, - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "xy", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "zAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - } - }, - "paramSpecs": { - "scatter": [ - { - "valueType": "boolean", - "defaultValue": true, - "description": "use predefined color set", - "widget": "checkbox", - "name": "usePredefinedColorSet" - }, - { - "valueType": "int", - "defaultValue": 3.0, - "description": "radius size of markers", - "name": "markerRadius" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "xy", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ], - "bubble": [ - { - "valueType": "int", - "defaultValue": 3.0, - "description": "minimum size of bubble", - "name": "minBubbleSize" - }, - { - "valueType": "int", - "defaultValue": 50.0, - "description": "maximum size of bubble", - "name": "maxBubbleSize" - }, - { - "valueType": "int", - "defaultValue": 1.0, - "description": "border width of plot", - "name": "plotBorderWidth" - }, - { - "valueType": "int", - "defaultValue": 1.0, - "description": "grid line width of X axis", - "name": "xGridLineWidth" - }, - { - "valueType": "int", - "defaultValue": 1.0, - "description": "grid line width of Y axis", - "name": "yGridLineWidth" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "xy", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of zAxis", - "name": "zAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ] - } - }, - "multiBarChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - } - }, - "commonSetting": {} - }, - "helium": {} - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314579_2014336258", - "id": "20161012-190448_2011138946", - "dateCreated": "2019-12-25 23:45:14.579", - "status": "READY" - }, - { - "title": "Presto Processed Data (PBs) by Week", - "text": "%jdbc(presto)\n\nSELECT date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%x-%v\u0027), query_state, sum(total_bytes)/1e15 AS total_PB\nFROM datapipeline.logs_presto_query_completion\nWHERE datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027750\u0027 day, \u0027%Y%m%d%H\u0027)\nAND position(\u0027verifier\u0027 in source) \u003d 0\nGROUP BY 1, 2\nORDER BY 1, 2", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.579", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": false - }, - "editorMode": "ace/mode/sql", - "colWidth": 12.0, - "editorHide": false, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "_col0", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 300.0, - "values": [ - { - "index": 2.0, - "name": "total_PB", - "aggr": "sum" - } - ], - "mode": "stackedAreaChart", - "groups": [ - { - "index": 1.0, - "name": "query_state", - "aggr": "sum" - } - ], - "scatter": { - "xAxis": { - "index": 0.0, - "name": "_col0", - "aggr": "sum" - } - }, - "setting": { - "stackedAreaChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default", - "style": "stack" - } - }, - "commonSetting": {} - } - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314579_-1972067498", - "id": "20171011-004214_791320769", - "dateCreated": "2019-12-25 23:45:14.579", - "status": "READY" - }, - { - "title": "Presto Processed Data (PBs) by Month", - "text": "%jdbc(presto)\n\nselect \n date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%Y-%m\u0027), \n query_state, sum(total_bytes)/1e15 as total_PB \nfrom datapipeline.logs_presto_query_completion \nwhere environment \u003d \u0027prod\u0027 \nand datehour \u003e\u003d \u00272017010100\u0027\nand position(\u0027verifier\u0027 in source) \u003d 0 \ngroup by 1, 2 \norder by 1, 2", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.580", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionKey": "TAB", - "completionSupport": false - }, - "colWidth": 12.0, - "editorMode": "ace/mode/sql", - "fontSize": 9.0, - "editorHide": true, - "title": true, - "results": { - "0": { - "graph": { - "mode": "multiBarChart", - "height": 300.0, - "optionOpen": false, - "setting": { - "multiBarChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default", - "stacked": true - } - }, - "commonSetting": {}, - "keys": [ - { - "name": "_col0", - "index": 0.0, - "aggr": "sum" - } - ], - "groups": [ - { - "name": "query_state", - "index": 1.0, - "aggr": "sum" - } - ], - "values": [ - { - "name": "total_PB", - "index": 2.0, - "aggr": "sum" - } - ] - }, - "helium": {} - } - }, - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314580_-2034269407", - "id": "paragraph_1548456897610_-1451047863", - "dateCreated": "2019-12-25 23:45:14.580", - "status": "READY" - }, - { - "title": "Presto Processed Data (PBs) by Quarter", - "text": "%jdbc(presto)\nselect \n concat(date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%Y-\u0027), \n case date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%m\u0027) \n when \u002701\u0027 then \u00271\u0027 \n when \u002702\u0027 then \u00271\u0027 \n when \u002703\u0027 then \u00271\u0027 \n when \u002704\u0027 then \u00272\u0027 \n when \u002705\u0027 then \u00272\u0027 \n when \u002706\u0027 then \u00272\u0027 \n when \u002707\u0027 then \u00273\u0027 \n when \u002708\u0027 then \u00273\u0027 \n when \u002709\u0027 then \u00273\u0027 \n when \u002710\u0027 then \u00274\u0027 \n when \u002711\u0027 then \u00274\u0027 \n when \u002712\u0027 then \u00274\u0027 \n end), \n query_state, sum(total_bytes)/1e15 as total_PB \nfrom datapipeline.logs_presto_query_completion \nwhere datehour \u003e\u003d \u00272017010100\u0027\nand position(\u0027verifier\u0027 in source) \u003d 0 \ngroup by 1, 2 \norder by 1, 2", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.580", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": false - }, - "editorMode": "ace/mode/sql", - "colWidth": 12.0, - "editorHide": false, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "_col0", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 300.0, - "values": [ - { - "index": 2.0, - "name": "total_PB", - "aggr": "sum" - } - ], - "mode": "multiBarChart", - "groups": [ - { - "index": 1.0, - "name": "query_state", - "aggr": "sum" - } - ], - "scatter": { - "xAxis": { - "index": 0.0, - "name": "_col0", - "aggr": "sum" - } - }, - "setting": { - "stackedAreaChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default", - "style": "stack" - }, - "multiBarChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default", - "stacked": true - } - }, - "commonSetting": {} - }, - "helium": {} - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314580_1440696413", - "id": "paragraph_1548295063824_-1018705693", - "dateCreated": "2019-12-25 23:45:14.580", - "status": "READY" - }, - { - "title": "Count of Success Presto Queries by Week", - "text": "%jdbc(presto)\n\nSELECT date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%x-%v\u0027), source, count(*) AS total\nFROM datapipeline.logs_presto_query_completion\nWHERE query_state !\u003d \u0027FAILED\u0027\nAND environment \u003d \u0027prod\u0027\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027360\u0027 day, \u0027%Y%m%d%H\u0027)\nAND position(\u0027verifier\u0027 in source) \u003d 0\nGROUP BY 1, 2\nORDER BY 1", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.580", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": false - }, - "editorMode": "ace/mode/sql", - "colWidth": 12.0, - "editorHide": false, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "_col0", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 360.0, - "values": [ - { - "index": 2.0, - "name": "total", - "aggr": "sum" - } - ], - "mode": "lineChart", - "groups": [ - { - "index": 1.0, - "name": "source", - "aggr": "sum" - } - ], - "scatter": { - "xAxis": { - "index": 0.0, - "name": "_col0", - "aggr": "sum" - } - }, - "setting": { - "stackedAreaChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default", - "style": "stack" - }, - "lineChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - } - }, - "commonSetting": {} - }, - "helium": {} - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314580_575469928", - "id": "20170104-022220_696651381", - "dateCreated": "2019-12-25 23:45:14.580", - "status": "READY" - }, - { - "title": "Presto Query Success Rate", - "text": "%jdbc(presto)\n\nSELECT \n format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027) as date,\n 1.00 * count_if(query_state !\u003d \u0027FAILED\u0027) / count(*) as rate\nFROM datapipeline.logs_presto_query_completion\nWHERE datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027750\u0027 day, \u0027%Y%m%d%H\u0027)\nAND (error_code_name is null or error_code_name not in (\u0027SYNTAX_ERROR\u0027, \u0027INVALID_FUNCTION_ARGUMENT\u0027, \u0027INVALID_CAST_ARGUMENT\u0027, \u0027INVALID_SESSION_PROPERTY\u0027, \u0027USER_CANCELED\u0027, \u0027ABANDONED_QUERY\u0027, \u0027HIVE_FILESYSTEM_ERROR\u0027, \u0027HIVE_CURSOR_ERROR\u0027, \u0027HIVE_CANNOT_OPEN_SPLIT\u0027, \u0027HIVE_MISSING_DATA\u0027,\u0027NO_NODES_AVAILABLE\u0027, \u0027EXCEEDED_MEMORY_LIMIT\u0027, \u0027HIVE_CURSOR_ERROR\u0027, \u0027PERMISSION_DENIED\u0027, \u0027SERVER_STARTING_UP\u0027, \u0027ADMINISTRATIVELY_KILLED\u0027))\nAND position(\u0027verifier\u0027 in source) \u003d 0\nGROUP BY substring(datehour, 1, 8)\nORDER BY substring(datehour, 1, 8)", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.580", - "config": { - "tableHide": false, - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": false - }, - "editorMode": "ace/mode/sql", - "colWidth": 12.0, - "editorHide": false, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "date", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 300.0, - "values": [ - { - "index": 1.0, - "name": "rate", - "aggr": "sum" - } - ], - "mode": "lineChart", - "groups": [], - "scatter": { - "xAxis": { - "index": 0.0, - "name": "date", - "aggr": "sum" - }, - "yAxis": { - "index": 1.0, - "name": "rate", - "aggr": "sum" - } - }, - "setting": { - "lineChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - }, - "multiBarChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - } - }, - "commonSetting": {} - }, - "helium": {} - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314580_-1015160359", - "id": "20170811-200704_1338969741", - "dateCreated": "2019-12-25 23:45:14.580", - "status": "READY" - }, - { - "title": "Analytics Presto Cluster: Presto Processed Data (PBs) by Day", - "text": "%jdbc(presto)\nSELECT format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027), query_state, sum(total_bytes)/1e15 AS daily_total_PB\nFROM datapipeline.logs_presto_query_completion\nWHERE environment \u003d \u0027prod_analytics\u0027\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027360\u0027 day, \u0027%Y%m%d%H\u0027)\nAND position(\u0027verifier\u0027 in source) \u003d 0\nGROUP BY 1, 2\nORDER BY 1, 2", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.580", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": false - }, - "editorMode": "ace/mode/sql", - "colWidth": 12.0, - "editorHide": true, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "_col0", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 300.0, - "values": [ - { - "index": 2.0, - "name": "daily_total_PB", - "aggr": "sum" - } - ], - "mode": "table", - "groups": [ - { - "index": 1.0, - "name": "query_state", - "aggr": "sum" - } - ], - "scatter": { - "xAxis": { - "index": 0.0, - "name": "_col0", - "aggr": "sum" - }, - "yAxis": { - "index": 1.0, - "name": "query_state", - "aggr": "sum" - } - }, - "setting": { - "stackedAreaChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - } - }, - "commonSetting": {} - }, - "helium": {} - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314580_-1889431264", - "id": "20180329-000859_687144447", - "dateCreated": "2019-12-25 23:45:14.580", - "status": "READY" - }, - { - "title": "Analytics Presto Cluster: Count of Success Presto Queries by Day", - "text": "%jdbc(presto)\n\nSELECT format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027) as date, source, count(*) AS daily_total_query\nFROM datapipeline.logs_presto_query_completion\nWHERE query_state !\u003d \u0027FAILED\u0027\nAND environment \u003d \u0027prod_analytics\u0027\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027360\u0027 day, \u0027%Y%m%d%H\u0027)\nAND position(\u0027verifier\u0027 in source) \u003d 0\nGROUP BY 1, 2\nORDER BY 1", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.580", - "config": { - "tableHide": true, - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": true - }, - "editorMode": "ace/mode/sql", - "colWidth": 12.0, - "editorHide": true, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "date", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 300.0, - "values": [ - { - "index": 2.0, - "name": "daily_total_query", - "aggr": "sum" - } - ], - "mode": "table", - "groups": [ - { - "index": 1.0, - "name": "source", - "aggr": "sum" - } - ], - "scatter": { - "xAxis": { - "index": 0.0, - "name": "date", - "aggr": "sum" - }, - "yAxis": { - "index": 1.0, - "name": "source", - "aggr": "sum" - } - }, - "setting": { - "stackedAreaChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - } - }, - "commonSetting": {} - }, - "helium": {} - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314580_9893335", - "id": "20180223-082633_1133807502", - "dateCreated": "2019-12-25 23:45:14.580", - "status": "READY" - }, - { - "title": "Analytics Presto Cluster: Query Success Rate", - "text": "%jdbc(presto)\n\nSELECT \n format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027) as date,\n 1.00 * count_if(query_state !\u003d \u0027FAILED\u0027) / count(*) as rate\nFROM datapipeline.logs_presto_query_completion\nWHERE environment \u003d \u0027prod_analytics\u0027\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027360\u0027 day, \u0027%Y%m%d%H\u0027)\nAND (error_code_name is null or error_code_name not in (\u0027SYNTAX_ERROR\u0027, \u0027INVALID_FUNCTION_ARGUMENT\u0027, \u0027INVALID_CAST_ARGUMENT\u0027, \u0027INVALID_SESSION_PROPERTY\u0027, \u0027USER_CANCELED\u0027, \u0027ABANDONED_QUERY\u0027, \u0027HIVE_FILESYSTEM_ERROR\u0027, \u0027HIVE_CURSOR_ERROR\u0027, \u0027HIVE_CANNOT_OPEN_SPLIT\u0027, \u0027HIVE_MISSING_DATA\u0027,\u0027NO_NODES_AVAILABLE\u0027, \u0027EXCEEDED_MEMORY_LIMIT\u0027, \u0027HIVE_CURSOR_ERROR\u0027, \u0027PERMISSION_DENIED\u0027, \u0027SERVER_STARTING_UP\u0027, \u0027ADMINISTRATIVELY_KILLED\u0027))\nAND position(\u0027verifier\u0027 in source) \u003d 0\nGROUP BY substring(datehour, 1, 8)\nORDER BY substring(datehour, 1, 8)", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.580", - "config": { - "tableHide": false, - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": true - }, - "editorMode": "ace/mode/sql", - "colWidth": 12.0, - "editorHide": true, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "date", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 300.0, - "values": [ - { - "index": 1.0, - "name": "rate", - "aggr": "sum" - } - ], - "mode": "lineChart", - "groups": [], - "scatter": { - "xAxis": { - "index": 0.0, - "name": "date", - "aggr": "sum" - }, - "yAxis": { - "index": 1.0, - "name": "rate", - "aggr": "sum" - } - }, - "setting": { - "lineChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - } - }, - "commonSetting": {} - } - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314580_914897624", - "id": "20180118-232012_1893273377", - "dateCreated": "2019-12-25 23:45:14.580", - "status": "READY" - }, - { - "text": "%md\n## Presto Authentication Measurements", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.581", - "config": { - "tableHide": false, - "editorSetting": { - "language": "markdown", - "editOnDblClick": false, - "completionSupport": false - }, - "colWidth": 12.0, - "editorMode": "ace/mode/markdown", - "fontSize": 9.0, - "editorHide": true, - "results": {}, - "enabled": true - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314581_-2056001829", - "id": "paragraph_1538506508720_-177332271", - "dateCreated": "2019-12-25 23:45:14.581", - "status": "READY" - }, - { - "title": "Daily Query Authentication Percentage", - "text": "%jdbc(presto)\n\nselect format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027) as date, count_if(principal is not null and principal !\u003d \u0027-\u0027) as authenticated, count(1) as total, 100.0*count_if(principal is not null and principal !\u003d \u0027-\u0027)/count(1) as percentage from datapipeline.logs_presto_query_completion where position(\u0027verifier\u0027 in source) \u003d 0 AND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027180\u0027 day, \u0027%Y%m%d%H\u0027) AND user_ !\u003d \u0027yaliangw\u0027\nGROUP BY 1\nORDER BY 1\n", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.581", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": false - }, - "colWidth": 6.0, - "editorMode": "ace/mode/sql", - "fontSize": 9.0, - "editorHide": false, - "title": true, - "results": { - "0": { - "graph": { - "mode": "lineChart", - "height": 300.0, - "optionOpen": false, - "setting": { - "table": { - "tableGridState": {}, - "tableColumnTypeState": { - "names": { - "date": "string", - "authenticated": "string", - "total": "string" - }, - "updated": false - }, - "tableOptionSpecHash": "[{\"name\":\"useFilter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable filter for columns\"},{\"name\":\"showPagination\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable pagination for better navigation\"},{\"name\":\"showAggregationFooter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable a footer for displaying aggregated values\"}]", - "tableOptionValue": { - "useFilter": false, - "showPagination": false, - "showAggregationFooter": false - }, - "updated": false, - "initialized": false - }, - "lineChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - }, - "multiBarChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - } - }, - "commonSetting": {}, - "keys": [ - { - "name": "date", - "index": 0.0, - "aggr": "sum" - } - ], - "groups": [], - "values": [ - { - "name": "percentage", - "index": 3.0, - "aggr": "sum" - } - ] - }, - "helium": {} - } - }, - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314581_30829147", - "id": "paragraph_1538165372111_293798784", - "dateCreated": "2019-12-25 23:45:14.581", - "status": "READY" - }, - { - "title": "Weekly Query Authentication Percentage", - "text": "%jdbc(presto)\n\nselect date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%x-%v\u0027), count_if(principal is not null and principal !\u003d \u0027-\u0027) as authenticated, count(1) as total, 100.0*count_if(principal is not null and principal !\u003d \u0027-\u0027)/count(1) as percentage from datapipeline.logs_presto_query_completion where position(\u0027verifier\u0027 in source) \u003d 0 AND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027180\u0027 day, \u0027%Y%m%d%H\u0027) AND user_ !\u003d \u0027yaliangw\u0027\nGROUP BY date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%x-%v\u0027)\nORDER BY date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%x-%v\u0027)\n", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.581", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": false - }, - "colWidth": 6.0, - "editorMode": "ace/mode/sql", - "fontSize": 9.0, - "editorHide": true, - "title": true, - "results": { - "0": { - "graph": { - "mode": "lineChart", - "height": 300.0, - "optionOpen": false, - "setting": { - "table": { - "tableGridState": {}, - "tableColumnTypeState": { - "names": { - "date": "string", - "authenticated": "string", - "total": "string" - }, - "updated": false - }, - "tableOptionSpecHash": "[{\"name\":\"useFilter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable filter for columns\"},{\"name\":\"showPagination\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable pagination for better navigation\"},{\"name\":\"showAggregationFooter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable a footer for displaying aggregated values\"}]", - "tableOptionValue": { - "useFilter": false, - "showPagination": false, - "showAggregationFooter": false - }, - "updated": false, - "initialized": false - }, - "lineChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - }, - "multiBarChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - } - }, - "commonSetting": {}, - "keys": [ - { - "name": "_col0", - "index": 0.0, - "aggr": "sum" - } - ], - "groups": [], - "values": [ - { - "name": "percentage", - "index": 3.0, - "aggr": "sum" - } - ] - }, - "helium": {} - } - }, - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314581_1989142392", - "id": "paragraph_1538166182729_415513290", - "dateCreated": "2019-12-25 23:45:14.581", - "status": "READY" - }, - { - "title": "Weekly count of unauthenticated queries by sources", - "text": "%jdbc(presto)\n\nselect date_format(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027%x-%v\u0027), source, count(1) from datapipeline.logs_presto_query_completion where position(\u0027verifier\u0027 in source) \u003d 0 AND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027180\u0027 day, \u0027%Y%m%d%H\u0027) AND (principal is null OR principal \u003d \u0027-\u0027)\nGROUP BY 1, 2\nORDER BY 1", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.581", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": false - }, - "colWidth": 12.0, - "editorMode": "ace/mode/sql", - "fontSize": 9.0, - "editorHide": true, - "title": true, - "results": { - "0": { - "graph": { - "mode": "lineChart", - "height": 405.094, - "optionOpen": false, - "setting": { - "table": { - "tableGridState": {}, - "tableColumnTypeState": { - "names": { - "date": "string", - "source": "string", - "_col2": "string" - }, - "updated": false - }, - "tableOptionSpecHash": "[{\"name\":\"useFilter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable filter for columns\"},{\"name\":\"showPagination\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable pagination for better navigation\"},{\"name\":\"showAggregationFooter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable a footer for displaying aggregated values\"}]", - "tableOptionValue": { - "useFilter": false, - "showPagination": false, - "showAggregationFooter": false - }, - "updated": false, - "initialized": false - }, - "lineChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - } - }, - "commonSetting": {}, - "keys": [ - { - "name": "_col0", - "index": 0.0, - "aggr": "sum" - } - ], - "groups": [ - { - "name": "source", - "index": 1.0, - "aggr": "sum" - } - ], - "values": [ - { - "name": "_col2", - "index": 2.0, - "aggr": "sum" - } - ] - }, - "helium": {} - } - }, - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314581_-560738439", - "id": "paragraph_1538506548574_810986694", - "dateCreated": "2019-12-25 23:45:14.581", - "status": "READY" - }, - { - "text": "%md\n## GCP BigQuery Compute Only Cost Estimation\n\n## See [#Users/yaliangw/GCP BigQuery Pricing](https://zeppelin.twitter.biz/#/notebook/2CSQEXVH2)", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.581", - "config": { - "tableHide": false, - "editorSetting": { - "language": "markdown", - "editOnDblClick": true, - "completionSupport": false - }, - "editorMode": "ace/mode/markdown", - "colWidth": 12.0, - "editorHide": true, - "fontSize": 9.0, - "results": [ - { - "graph": { - "keys": [], - "optionOpen": false, - "height": 300.0, - "values": [], - "mode": "table", - "groups": [], - "scatter": {} - } - } - ], - "enabled": true - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314581_1890510218", - "id": "20170901-082103_586585474", - "dateCreated": "2019-12-25 23:45:14.581", - "status": "READY" - }, - { - "text": "%md\n## The Latency on Presto Prod cluster\nThis dashboard is displaying the latency for all **successful** queries on **hive_prod** catalog in Presto Prod cluster.\nAfter a query created, Presto will queue the query based on its group resource policy, plan the query once the resources are avaliable and execute after the planing finished.\n\n### Planning Phase Latency\nThe planning phase latency counts the time elapsed from starting planing to starting execution.\n- **planning_time \u003d execution_start_time_ms - create_time_ms - queued_time_ms**\n\n### Execution Phase Latency\nThe execution phase latency counts the time elapsed from starting execution to finishing execution\n- **execution_time \u003d end_time_ms - execution_start_time_ms**", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.581", - "config": { - "editorSetting": {}, - "editorMode": "ace/mode/scala", - "colWidth": 12.0, - "editorHide": true, - "fontSize": 9.0, - "results": [ - { - "graph": { - "keys": [], - "optionOpen": false, - "height": 300.0, - "values": [], - "mode": "table", - "groups": [], - "scatter": {} - } - } - ], - "enabled": true - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314581_1360905903", - "id": "20170706-022019_680919115", - "dateCreated": "2019-12-25 23:45:14.581", - "status": "READY" - }, - { - "title": "Planning Phase Latency (s) - hive_prod", - "text": "%jdbc(presto)\nwith time_raw_metrics as (\n select \n (execution_start_time_ms - create_time_ms - queued_time_ms) * 0.001 as time_s,\n format_datetime(date_parse(datehour, \u0027%Y%m%d%H\u0027), \u0027y-MM-dd\u0027) as date\n from \n datapipeline.logs_presto_query_completion \n where \n query_state \u003d \u0027FINISHED\u0027\n and environment \u003d \u0027prod\u0027\n and catalog \u003d \u0027hive_prod\u0027\n and datehour \u003e\u003d \u00272017010100\u0027\n),\npercentile as (\n select\n date,\n approx_percentile(time_s, 1, 0.8, 0.01) as p8,\n approx_percentile(time_s, 1, 0.9, 0.01) as p9,\n approx_percentile(time_s, 1, 0.93, 0.001) as p93,\n approx_percentile(time_s, 1, 0.95, 0.001) as p95,\n approx_percentile(time_s, 1, 0.97, 0.001) as p97,\n approx_percentile(time_s, 1, 0.98, 0.001) as p98,\n approx_percentile(time_s, 1, 0.99, 0.001) as p99,\n approx_percentile(time_s, 1, 0.999, 0.0001) as p999,\n approx_percentile(time_s, 1, 0.9999, 0.00001) as p9999\n from\n time_raw_metrics\n group by\n date\n)\nselect\n date,\n p95,\n p99 - p95 as \"p99-p95\",\n p999 - p99 as \"p999-p99\"\nfrom\n percentile\norder by date", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.582", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": false - }, - "editorMode": "ace/mode/sql", - "colWidth": 12.0, - "editorHide": true, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "date", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 300.0, - "values": [ - { - "index": 1.0, - "name": "p95", - "aggr": "sum" - }, - { - "index": 2.0, - "name": "p99-p95", - "aggr": "sum" - }, - { - "index": 3.0, - "name": "p999-p99", - "aggr": "sum" - } - ], - "mode": "stackedAreaChart", - "groups": [], - "scatter": { - "xAxis": { - "index": 0.0, - "name": "date", - "aggr": "sum" - }, - "yAxis": { - "index": 1.0, - "name": "p95", - "aggr": "sum" - } - }, - "setting": { - "stackedAreaChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - } - }, - "commonSetting": {} - } - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314582_2022852535", - "id": "20170706-022113_42123233", - "dateCreated": "2019-12-25 23:45:14.582", - "status": "READY" - }, - { - "title": "Planning Phase Latency (s) - dal_hms_prod", - "text": "%jdbc(presto)\nwith time_raw_metrics as (\n select \n (execution_start_time_ms - create_time_ms - queued_time_ms) * 0.001 as time_s,\n format_datetime(date_parse(datehour, \u0027%Y%m%d%H\u0027), \u0027y-MM-dd\u0027) as date\n from \n datapipeline.logs_presto_query_completion \n where \n query_state \u003d \u0027FINISHED\u0027\n and environment \u003d \u0027prod\u0027\n and catalog \u003d \u0027dal_hms_prod\u0027\n and datehour \u003e\u003d \u00272017010100\u0027\n),\npercentile as (\n select\n date,\n approx_percentile(time_s, 1, 0.8, 0.01) as p8,\n approx_percentile(time_s, 1, 0.9, 0.01) as p9,\n approx_percentile(time_s, 1, 0.93, 0.001) as p93,\n approx_percentile(time_s, 1, 0.95, 0.001) as p95,\n approx_percentile(time_s, 1, 0.97, 0.001) as p97,\n approx_percentile(time_s, 1, 0.98, 0.001) as p98,\n approx_percentile(time_s, 1, 0.99, 0.001) as p99,\n approx_percentile(time_s, 1, 0.999, 0.0001) as p999,\n approx_percentile(time_s, 1, 0.9999, 0.00001) as p9999\n from\n time_raw_metrics\n group by\n date\n)\nselect\n date,\n p95,\n p99 - p95 as \"p99-p95\",\n p999 - p99 as \"p999-p99\"\nfrom\n percentile\norder by date", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.582", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": true - }, - "editorMode": "ace/mode/sql", - "colWidth": 12.0, - "editorHide": true, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "date", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 300.0, - "values": [ - { - "index": 1.0, - "name": "p95", - "aggr": "sum" - }, - { - "index": 2.0, - "name": "p99-p95", - "aggr": "sum" - }, - { - "index": 3.0, - "name": "p999-p99", - "aggr": "sum" - } - ], - "mode": "stackedAreaChart", - "groups": [], - "scatter": { - "xAxis": { - "index": 0.0, - "name": "date", - "aggr": "sum" - }, - "yAxis": { - "index": 1.0, - "name": "p95", - "aggr": "sum" - } - }, - "setting": { - "stackedAreaChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - } - }, - "commonSetting": {} - } - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314582_1803313149", - "id": "20171031-004603_1776625700", - "dateCreated": "2019-12-25 23:45:14.582", - "status": "READY" - }, - { - "title": "Execution Phase Latency (m)", - "text": "%jdbc(presto)\nwith time_raw_metrics as (\n select \n (end_time_ms - execution_start_time_ms) * 0.001 / 60 as time_m,\n format_datetime(date_parse(datehour, \u0027%Y%m%d%H\u0027), \u0027y-MM-dd\u0027) as date\n from \n datapipeline.logs_presto_query_completion \n where \n query_state \u003d \u0027FINISHED\u0027\n and environment \u003d \u0027prod\u0027\n and catalog \u003d \u0027hive_prod\u0027\n and datehour \u003e\u003d \u00272017010100\u0027\n),\npercentile as (\n select\n date,\n approx_percentile(time_m, 1, 0.8, 0.01) as p8,\n approx_percentile(time_m, 1, 0.9, 0.01) as p9,\n approx_percentile(time_m, 1, 0.93, 0.001) as p93,\n approx_percentile(time_m, 1, 0.95, 0.001) as p95,\n approx_percentile(time_m, 1, 0.97, 0.001) as p97,\n approx_percentile(time_m, 1, 0.98, 0.001) as p98,\n approx_percentile(time_m, 1, 0.99, 0.001) as p99,\n approx_percentile(time_m, 1, 0.999, 0.0001) as p999,\n approx_percentile(time_m, 1, 0.9999, 0.00001) as p9999\n from\n time_raw_metrics\n group by\n date\n)\nselect\n date,\n p8,\n p9 - p8 as \"p9-p8\",\n p95 - p9 as \"p95-p9\",\n p99 - p95 as \"p99-p95\"\nfrom\n percentile\norder by date", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.582", - "config": { - "tableHide": false, - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": false - }, - "editorMode": "ace/mode/sql", - "colWidth": 12.0, - "editorHide": false, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "date", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 300.0, - "values": [ - { - "index": 1.0, - "name": "p8", - "aggr": "sum" - }, - { - "index": 2.0, - "name": "p9-p8", - "aggr": "sum" - }, - { - "index": 3.0, - "name": "p95-p9", - "aggr": "sum" - } - ], - "mode": "stackedAreaChart", - "groups": [], - "scatter": { - "xAxis": { - "index": 0.0, - "name": "date", - "aggr": "sum" - }, - "yAxis": { - "index": 1.0, - "name": "p8", - "aggr": "sum" - } - }, - "setting": { - "stackedAreaChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - } - }, - "commonSetting": {} - } - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314582_1496962759", - "id": "20170706-022139_2072942858", - "dateCreated": "2019-12-25 23:45:14.582", - "status": "READY" - }, - { - "title": "User Query Raw Input Size(GB)", - "text": "%jdbc(presto)\nwith size_raw_metrics as (\n select \n total_bytes * 1e-9 as size_ms,\n format_datetime(date_parse(datehour, \u0027%Y%m%d%H\u0027), \u0027y-MM-dd\u0027) as date\n from \n datapipeline.logs_presto_query_completion \n where \n query_state \u003d \u0027FINISHED\u0027 and\n environment \u003d \u0027prod\u0027\n and datehour \u003e\u003d \u00272017010100\u0027\n),\npercentile as (\n select\n date,\n approx_percentile(size_ms, 1, 0.5, 0.01) as p5,\n approx_percentile(size_ms, 1, 0.8, 0.01) as p8,\n approx_percentile(size_ms, 1, 0.9, 0.01) as p9,\n approx_percentile(size_ms, 1, 0.93, 0.001) as p93,\n approx_percentile(size_ms, 1, 0.95, 0.001) as p95,\n approx_percentile(size_ms, 1, 0.97, 0.001) as p97,\n approx_percentile(size_ms, 1, 0.98, 0.001) as p98,\n approx_percentile(size_ms, 1, 0.99, 0.001) as p99,\n approx_percentile(size_ms, 1, 0.999, 0.0001) as p999,\n approx_percentile(size_ms, 1, 0.9999, 0.00001) as p9999\n from\n size_raw_metrics\n group by\n date\n)\nselect\n date,\n p5,\n p8 - p5 as \"p8-p5\",\n p9 - p8 as \"p9-p8\",\n p95 - p9 as \"p95-p9\",\n p99 - p95 as \"p99-p95\"\nfrom\n percentile\norder by date", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.583", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": true - }, - "editorMode": "ace/mode/sql", - "colWidth": 12.0, - "editorHide": true, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "date", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 300.0, - "values": [ - { - "index": 1.0, - "name": "p5", - "aggr": "sum" - }, - { - "index": 2.0, - "name": "p8-p5", - "aggr": "sum" - }, - { - "index": 3.0, - "name": "p9-p8", - "aggr": "sum" - } - ], - "mode": "stackedAreaChart", - "groups": [], - "scatter": { - "xAxis": { - "index": 0.0, - "name": "date", - "aggr": "sum" - } - }, - "setting": { - "stackedAreaChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - } - }, - "commonSetting": {} - } - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314583_-1367813510", - "id": "20170720-013851_1639494337", - "dateCreated": "2019-12-25 23:45:14.583", - "status": "READY" - }, - { - "title": "Counts of Presto Errors by Day", - "text": "%jdbc(presto)\n\nselect format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027), count(*) AS total, ERROR_CODE_NAME\nFROM datapipeline.logs_presto_query_completion\nwhere query_state !\u003d \u0027FINISHED\u0027\n-- HIVE_FILESYSTEM_ERROR is what\u0027s reported when a uset can\u0027t auth (i.e. impersonation errors)\n-- NO_NODES_AVAILABLE happens during deploy\nAND ERROR_CODE_NAME NOT IN (\u0027SYNTAX_ERROR\u0027, \u0027INVALID_FUNCTION_ARGUMENT\u0027, \u0027INVALID_CAST_ARGUMENT\u0027, \u0027INVALID_SESSION_PROPERTY\u0027, \u0027USER_CANCELED\u0027, \u0027ABANDONED_QUERY\u0027, \u0027HIVE_FILESYSTEM_ERROR\u0027, \u0027NO_NODES_AVAILABLE\u0027, \u0027EXCEEDED_MEMORY_LIMIT\u0027, \u0027SERVER_STARTING_UP\u0027)\nAND environment \u003d \u0027prod\u0027\n-- AND user_ NOT IN (\u0027dregan\u0027, \u0027drichards\u0027) -- users have scheduled jobs that fail\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u002760\u0027 day, \u0027%Y%m%d%H\u0027)\nAND position(\u0027verifier\u0027 in source) \u003d 0\nGROUP BY substring(datehour, 1, 8), ERROR_CODE_NAME\nORDER BY substring(datehour, 1, 8)", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.583", - "config": { - "tableHide": false, - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": true - }, - "editorMode": "ace/mode/sql", - "colWidth": 12.0, - "editorHide": true, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "_col0", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 444.0, - "values": [ - { - "index": 1.0, - "name": "total", - "aggr": "sum" - } - ], - "mode": "stackedAreaChart", - "groups": [ - { - "index": 2.0, - "name": "ERROR_CODE_NAME", - "aggr": "sum" - } - ], - "scatter": { - "xAxis": { - "index": 0.0, - "name": "_col0", - "aggr": "sum" - } - }, - "setting": { - "stackedAreaChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - } - }, - "commonSetting": {} - } - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314583_1385660835", - "id": "20161012-181921_1718354755", - "dateCreated": "2019-12-25 23:45:14.583", - "status": "READY" - }, - { - "title": "Number of queries over x hour", - "text": "%jdbc(presto)\nselect format_datetime(date_parse(substring(datehour, 1, 10), \u0027%Y%m%d%H\u0027), \u0027y-MM-dd\u0027) as date, source, max(query_wall_time_ms)/1000/60/60 as longest_query_wall_time_h, count(case when end_time_ms - execution_start_time_ms \u003e ${hourLimit\u003d1.0}*1000*60*60 then 1 end) as query_execution_time_over_1h\nFROM datapipeline.logs_presto_query_completion\nwhere environment \u003d \u0027prod\u0027\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u002760\u0027 day, \u0027%Y%m%d%H\u0027)\nAND position(\u0027verifier\u0027 in source) \u003d 0\nGROUP BY 1, 2\nORDER BY 1", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.583", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": true - }, - "editorMode": "ace/mode/sql", - "colWidth": 12.0, - "editorHide": true, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "date", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 300.0, - "values": [ - { - "index": 3.0, - "name": "query_execution_time_over_1h", - "aggr": "sum" - } - ], - "mode": "stackedAreaChart", - "groups": [ - { - "index": 1.0, - "name": "source", - "aggr": "sum" - } - ], - "scatter": { - "xAxis": { - "index": 0.0, - "name": "date", - "aggr": "sum" - }, - "yAxis": { - "index": 1.0, - "name": "source", - "aggr": "sum" - } - }, - "setting": { - "stackedAreaChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - } - }, - "commonSetting": {} - } - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": { - "hourLimit": "1000", - "workerNum": "185" - }, - "forms": { - "hourLimit": { - "type": "TextBox", - "name": "hourLimit", - "defaultValue": "1.0", - "hidden": false - } - } - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314583_-1506725861", - "id": "20170418-175817_1414455166", - "dateCreated": "2019-12-25 23:45:14.583", - "status": "READY" - }, - { - "title": "Average and maximum queued time", - "text": "%jdbc(presto)\nselect \n format_datetime(date_parse(substring(datehour, 1, 10), \u0027%Y%m%d%H\u0027), \u0027y-MM-dd\u0027) as date,\n source,\n query_state,\n avg(queued_time_ms)/1000/60 as avg_queue_time_m,\n max(queued_time_ms)/1000/60 as max_queue_time_m\nFROM datapipeline.logs_presto_query_completion\nwhere environment \u003d \u0027prod\u0027\nAND source in (\u0027presto-jdbc\u0027, \u0027presto-cli\u0027, \u0027zeppelin-ad-hoc\u0027, \u0027zeppelin-schedule\u0027, \u0027pyhive\u0027, \u0027odbc\u0027)\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u002760\u0027 day, \u0027%Y%m%d%H\u0027)\nGROUP BY 1, 2, 3\nORDER BY 1", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.583", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": false - }, - "editorMode": "ace/mode/sql", - "colWidth": 12.0, - "editorHide": false, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "date", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 348.0, - "lineWithFocus": false, - "values": [ - { - "index": 4.0, - "name": "max_queue_time_m", - "aggr": "sum" - }, - { - "index": 3.0, - "name": "avg_queue_time_m", - "aggr": "sum" - } - ], - "mode": "lineChart", - "groups": [ - { - "index": 1.0, - "name": "source", - "aggr": "sum" - }, - { - "index": 2.0, - "name": "query_state", - "aggr": "sum" - } - ], - "scatter": { - "yAxis": { - "index": 1.0, - "name": "source", - "aggr": "sum" - } - }, - "setting": { - "lineChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - } - }, - "commonSetting": {} - } - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314583_-1094223537", - "id": "20170522-043823_1345294440", - "dateCreated": "2019-12-25 23:45:14.583", - "status": "READY" - }, - { - "title": "Daily User and Daily Query Growth", - "text": "%jdbc(presto)\n\nSELECT format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027) as date, count(distinct user_) AS daily_user, count(*) AS daily_total_query, sum(total_bytes)/1e12 AS daily_total_GB\nFROM datapipeline.logs_presto_query_completion\nWHERE query_state !\u003d \u0027FAILED\u0027\nAND environment \u003d \u0027prod\u0027\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027180\u0027 day, \u0027%Y%m%d%H\u0027)\nGROUP BY format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027)\nORDER BY format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027)", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.583", - "config": { - "tableHide": false, - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": true - }, - "editorMode": "ace/mode/sql", - "colWidth": 12.0, - "editorHide": true, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "date", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 300.0, - "lineWithFocus": false, - "values": [ - { - "index": 1.0, - "name": "daily_user", - "aggr": "count" - }, - { - "index": 2.0, - "name": "daily_total_query", - "aggr": "count" - }, - { - "index": 3.0, - "name": "daily_total_GB", - "aggr": "count" - } - ], - "mode": "scatterChart", - "groups": [], - "scatter": { - "yAxis": { - "index": 1.0, - "name": "daily_user", - "aggr": "sum" - }, - "xAxis": { - "index": 0.0, - "name": "date", - "aggr": "sum" - }, - "size": { - "index": 2.0, - "name": "daily_total_query", - "aggr": "sum" - } - } - } - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314583_-1887020703", - "id": "20170116-215340_1781580026", - "dateCreated": "2019-12-25 23:45:14.583", - "status": "READY" - }, - { - "title": "Query total bytes(bytes) by User in 30 days", - "text": "%jdbc(presto) \nselect\nuser_,\n--source,\nsum(query_wall_time_ms) as query_wall_time_ms,\ncount(1) as count,\nsum(total_bytes) as total_bytes,\nsum(total_rows) as total_rows\nFROM datapipeline.logs_presto_query_completion\nWHERE environment \u003d \u0027prod\u0027\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u002730\u0027 day, \u0027%Y%m%d%H\u0027)\nGROUP BY 1\nORDER BY 4 desc", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.583", - "config": { - "editorSetting": {}, - "editorMode": "ace/mode/scala", - "colWidth": 6.0, - "editorHide": true, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "user_", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 3154.0, - "values": [ - { - "index": 3.0, - "name": "total_bytes", - "aggr": "sum" - } - ], - "mode": "table", - "groups": [], - "scatter": { - "yAxis": { - "index": 1.0, - "name": "query_wall_time_ms", - "aggr": "sum" - } - }, - "setting": { - "table": { - "tableGridState": {}, - "tableColumnTypeState": { - "names": { - "user_": "string", - "query_wall_time_ms": "string", - "count": "string", - "total_bytes": "string", - "total_rows": "string" - }, - "updated": false - }, - "tableOptionSpecHash": "[{\"name\":\"useFilter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable filter for columns\"},{\"name\":\"showPagination\",\"valueType\":\"boolean\",\"defaultValue\":true,\"widget\":\"checkbox\",\"description\":\"Enable pagination for better navigation\"},{\"name\":\"showAggregationFooter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable a footer for displaying aggregated values\"}]", - "tableOptionValue": { - "useFilter": false, - "showPagination": true, - "showAggregationFooter": false - }, - "updated": false, - "initialized": false - } - }, - "commonSetting": {} - }, - "helium": {} - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314583_-1324075728", - "id": "20161130-203201_1891959823", - "dateCreated": "2019-12-25 23:45:14.583", - "status": "READY" - }, - { - "title": "Query wall time(ms) by User in 30 days", - "text": "%jdbc(presto)\nselect \nuser_,\n--source,\ncount,\nquery_wall_time_ms,\nsum(query_wall_time_ms) over ( order by query_wall_time_ms desc) as running_query_wall_time_ms,\nsum(query_wall_time_ms) over ( ) as total_query_wall_time_ms,\nround(\n sum(query_wall_time_ms) over ( order by query_wall_time_ms desc) * 100.0 / sum(query_wall_time_ms) over ( ),\n 2\n) as running_percent\nfrom (\nSELECT \nuser_,\n--source,\nsum(query_wall_time_ms) as query_wall_time_ms,\ncount(1) as count,\nsum(total_bytes) as total_bytes,\nsum(total_rows) as total_rows\nFROM datapipeline.logs_presto_query_completion\nWHERE environment \u003d \u0027prod\u0027\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u002730\u0027 day, \u0027%Y%m%d%H\u0027)\nGROUP BY 1\nORDER BY 2 desc\n)", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.583", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": false - }, - "editorMode": "ace/mode/sql", - "colWidth": 6.0, - "editorHide": false, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "user_", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 3164.0, - "values": [ - { - "index": 2.0, - "name": "query_wall_time_ms", - "aggr": "sum" - } - ], - "mode": "table", - "groups": [], - "scatter": { - "yAxis": { - "index": 1.0, - "name": "count", - "aggr": "sum" - } - }, - "setting": { - "multiBarChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - }, - "table": { - "tableGridState": { - "columns": [ - { - "name": "user_", - "visible": true, - "width": "*", - "sort": {}, - "filters": [ - {} - ], - "pinned": "" - }, - { - "name": "count", - "visible": true, - "width": "*", - "sort": { - "priority": 0.0, - "direction": "desc" - }, - "filters": [ - {} - ], - "pinned": "" - }, - { - "name": "query_wall_time_ms", - "visible": true, - "width": "*", - "sort": {}, - "filters": [ - {} - ], - "pinned": "" - }, - { - "name": "running_query_wall_time_ms", - "visible": true, - "width": "*", - "sort": {}, - "filters": [ - {} - ], - "pinned": "" - }, - { - "name": "total_query_wall_time_ms", - "visible": true, - "width": "*", - "sort": {}, - "filters": [ - {} - ], - "pinned": "" - }, - { - "name": "running_percent", - "visible": true, - "width": "*", - "sort": {}, - "filters": [ - {} - ], - "pinned": "" - } - ], - "scrollFocus": {}, - "selection": [], - "grouping": { - "grouping": [], - "aggregations": [], - "rowExpandedStates": {} - }, - "treeView": {}, - "pagination": { - "paginationCurrentPage": 1.0, - "paginationPageSize": 50.0 - } - }, - "tableColumnTypeState": { - "names": { - "user_": "string", - "count": "string", - "query_wall_time_ms": "string", - "running_query_wall_time_ms": "string", - "total_query_wall_time_ms": "string", - "running_percent": "string" - }, - "updated": false - }, - "tableOptionSpecHash": "[{\"name\":\"useFilter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable filter for columns\"},{\"name\":\"showPagination\",\"valueType\":\"boolean\",\"defaultValue\":true,\"widget\":\"checkbox\",\"description\":\"Enable pagination for better navigation\"},{\"name\":\"showAggregationFooter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable a footer for displaying aggregated values\"}]", - "tableOptionValue": { - "useFilter": false, - "showPagination": true, - "showAggregationFooter": false - }, - "updated": false, - "initialized": false - } - }, - "commonSetting": {} - }, - "helium": {} - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314583_1514526172", - "id": "20161130-203130_853102478", - "dateCreated": "2019-12-25 23:45:14.583", - "status": "READY" - }, - { - "title": "User Client by User Number in 30 days", - "text": "%jdbc(presto)\n\nselect\n user_agent, approx_distinct(user_) as user_number \nfrom datapipeline.logs_presto_query_completion \nwhere \n environment\u003d\u0027prod\u0027\n and datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u002730\u0027 day, \u0027%Y%m%d%H\u0027)\ngroup by user_agent order by user_agent", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.584", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": true - }, - "editorMode": "ace/mode/sql", - "colWidth": 6.0, - "editorHide": true, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "user_agent", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 998.0, - "values": [ - { - "index": 1.0, - "name": "user_number", - "aggr": "sum" - } - ], - "mode": "table", - "groups": [], - "scatter": { - "xAxis": { - "index": 0.0, - "name": "user_agent", - "aggr": "sum" - } - } - }, - "helium": {} - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314584_658873409", - "id": "20161206-010140_2021337688", - "dateCreated": "2019-12-25 23:45:14.584", - "status": "READY" - }, - { - "title": "User Client by Query Number in 15 days", - "text": "%jdbc(presto) \n\nselect \n user_agent, approx_distinct(query_id) as query_number \nfrom datapipeline.logs_presto_query_completion \nwhere \n environment\u003d\u0027prod\u0027 \n and datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u002715\u0027 day, \u0027%Y%m%d%H\u0027)\ngroup by user_agent order by user_agent", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.584", - "config": { - "editorSetting": {}, - "editorMode": "ace/mode/scala", - "colWidth": 6.0, - "editorHide": true, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "user_agent", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 1022.0, - "values": [ - { - "index": 1.0, - "name": "query_number", - "aggr": "sum" - } - ], - "mode": "pieChart", - "groups": [], - "scatter": { - "xAxis": { - "index": 0.0, - "name": "user_agent", - "aggr": "sum" - }, - "yAxis": { - "index": 1.0, - "name": "query_number", - "aggr": "sum" - } - } - } - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314584_1858107866", - "id": "20170104-003655_1091036344", - "dateCreated": "2019-12-25 23:45:14.584", - "status": "READY" - }, - { - "title": "Query Source by User Number in 15 days", - "text": "%jdbc(presto)\n\nselect\n source, approx_distinct(user_) as user_number \nfrom datapipeline.logs_presto_query_completion \nwhere \n 1\u003d1\n --(environment\u003d\u0027prod\u0027 or environment\u003d\u0027prod-schedule\u0027) \n and datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u002715\u0027 day, \u0027%Y%m%d%H\u0027)\n and position(\u0027verifier\u0027 in source) \u003d 0\ngroup by source order by source", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.584", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": false - }, - "editorMode": "ace/mode/sql", - "colWidth": 6.0, - "editorHide": false, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "source", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 394.0, - "values": [ - { - "index": 1.0, - "name": "user_number", - "aggr": "sum" - } - ], - "mode": "pieChart", - "groups": [], - "scatter": { - "xAxis": { - "index": 0.0, - "name": "source", - "aggr": "sum" - }, - "yAxis": { - "index": 1.0, - "name": "user_number", - "aggr": "sum" - } - } - }, - "helium": {} - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314584_-1635227194", - "id": "20170104-004512_1521952256", - "dateCreated": "2019-12-25 23:45:14.584", - "status": "READY" - }, - { - "title": "Query Source by Query Number in 15 days", - "text": "%jdbc(presto)\n\nselect\n source, approx_distinct(query_id) as query_number \nfrom datapipeline.logs_presto_query_completion \nwhere\n 1\u003d1\n --environment\u003d\u0027prod\u0027 \n and datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u00271\u0027 day, \u0027%Y%m%d%H\u0027)\ngroup by source order by source", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.584", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": false - }, - "editorMode": "ace/mode/sql", - "colWidth": 6.0, - "editorHide": false, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "source", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 382.0, - "values": [ - { - "index": 1.0, - "name": "query_number", - "aggr": "sum" - } - ], - "mode": "pieChart", - "groups": [], - "scatter": { - "xAxis": { - "index": 0.0, - "name": "source", - "aggr": "sum" - }, - "yAxis": { - "index": 1.0, - "name": "query_number", - "aggr": "sum" - } - } - } - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314584_-1377104457", - "id": "20170109-232956_685872793", - "dateCreated": "2019-12-25 23:45:14.584", - "status": "READY" - }, - { - "title": "2016 Q4 Counts of Presto Errors by Day", - "text": "%jdbc(presto)\n\nselect format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027), count(*) AS total, ERROR_CODE_NAME\nFROM datapipeline.logs_presto_query_completion\nwhere query_state !\u003d \u0027FINISHED\u0027\n-- HIVE_FILESYSTEM_ERROR is what\u0027s reported when a uset can\u0027t auth (i.e. impersonation errors)\n-- NO_NODES_AVAILABLE happens during deploy\nAND ERROR_CODE_NAME NOT IN (\u0027SYNTAX_ERROR\u0027, \u0027USER_CANCELED\u0027, \u0027ABANDONED_QUERY\u0027, \u0027HIVE_FILESYSTEM_ERROR\u0027, \u0027NO_NODES_AVAILABLE\u0027, \u0027EXCEEDED_MEMORY_LIMIT\u0027, \u0027PERMISSION_DENIED\u0027)\nAND environment \u003d \u0027prod\u0027\n-- AND user_ NOT IN (\u0027dregan\u0027, \u0027drichards\u0027) -- users have scheduled jobs that fail\nAND datehour between \u00272016101000\u0027 and \u00272017011000\u0027\nGROUP BY substring(datehour, 1, 8), ERROR_CODE_NAME\nORDER BY substring(datehour, 1, 8) ", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.584", - "config": { - "editorSetting": {}, - "editorMode": "ace/mode/scala", - "colWidth": 12.0, - "editorHide": true, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "_col0", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 626.0, - "values": [ - { - "index": 1.0, - "name": "total", - "aggr": "sum" - } - ], - "mode": "stackedAreaChart", - "groups": [ - { - "index": 2.0, - "name": "ERROR_CODE_NAME", - "aggr": "sum" - } - ], - "scatter": { - "xAxis": { - "index": 0.0, - "name": "_col0", - "aggr": "sum" - }, - "yAxis": { - "index": 1.0, - "name": "total", - "aggr": "sum" - } - }, - "setting": { - "stackedAreaChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - } - }, - "commonSetting": {} - } - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314584_357662360", - "id": "20170109-233259_25233602", - "dateCreated": "2019-12-25 23:45:14.584", - "status": "READY" - }, - { - "title": "PAGE_TRANSPORT_TIMEOUT hosts", - "text": "%jdbc(presto)\n\nselect format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027) as date, substring(failure_message, 197, 13) as worker_host, count(*) as times\nFROM datapipeline.logs_presto_query_completion\nwhere query_state !\u003d \u0027FINISHED\u0027\nAND ERROR_CODE_NAME \u003d \u0027PAGE_TRANSPORT_TIMEOUT\u0027\nAND environment \u003d \u0027prod\u0027\nAND datehour \u003e \u00272016122300\u0027\nGROUP BY format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027), substring(failure_message, 197, 13)\nORDER BY format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027) desc, count(*) desc", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.584", - "config": { - "editorSetting": {}, - "editorMode": "ace/mode/scala", - "colWidth": 12.0, - "editorHide": true, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "mode": "table", - "height": 300.0, - "optionOpen": false, - "setting": { - "table": { - "tableGridState": {}, - "tableColumnTypeState": { - "updated": false, - "names": { - "date": "string", - "worker_host": "string", - "times": "string" - } - }, - "updated": false, - "initialized": false, - "tableOptionSpecHash": "[{\"name\":\"useFilter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable filter for columns\"},{\"name\":\"showPagination\",\"valueType\":\"boolean\",\"defaultValue\":true,\"widget\":\"checkbox\",\"description\":\"Enable pagination for better navigation\"},{\"name\":\"showAggregationFooter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable a footer for displaying aggregated values\"}]", - "tableOptionValue": { - "useFilter": false, - "showPagination": true, - "showAggregationFooter": false - } - } - }, - "commonSetting": {} - } - }, - { - "graph": { - "keys": [ - { - "index": 1.0, - "name": "worker_host", - "aggr": "sum" - } - ], - "optionOpen": true, - "height": 300.0, - "values": [ - { - "index": 1.0, - "name": "worker_host", - "aggr": "count" - } - ], - "mode": "table", - "groups": [], - "scatter": { - "group": { - "index": 1.0, - "name": "worker_host", - "aggr": "sum" - }, - "xAxis": { - "index": 0.0, - "name": "date", - "aggr": "sum" - } - } - } - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314584_699833711", - "id": "20170111-020213_2059895238", - "dateCreated": "2019-12-25 23:45:14.584", - "status": "READY" - }, - { - "text": "%jdbc(presto)\n\nselect format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027), failure_message, user_, query\nFROM datapipeline.logs_presto_query_completion\nwhere query_state !\u003d \u0027FINISHED\u0027\nAND failure_message like \u0027%There is a mismatch between the table and partition schemas%\u0027\nAND environment \u003d \u0027prod\u0027\nAND datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u00277\u0027 day, \u0027%Y%m%d%H\u0027)\nGROUP BY substring(datehour, 1, 8), failure_message, user_, query\nORDER BY substring(datehour, 1, 8) desc", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.584", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": true - }, - "editorMode": "ace/mode/sql", - "colWidth": 12.0, - "editorHide": true, - "fontSize": 9.0, - "results": [ - { - "graph": { - "mode": "table", - "height": 300.0, - "optionOpen": false, - "setting": { - "table": { - "tableGridState": {}, - "tableColumnTypeState": { - "updated": false, - "names": { - "_col0": "string", - "failure_message": "string", - "user_": "string", - "query": "string" - } - }, - "updated": false, - "initialized": false, - "tableOptionSpecHash": "[{\"name\":\"useFilter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable filter for columns\"},{\"name\":\"showPagination\",\"valueType\":\"boolean\",\"defaultValue\":true,\"widget\":\"checkbox\",\"description\":\"Enable pagination for better navigation\"},{\"name\":\"showAggregationFooter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable a footer for displaying aggregated values\"}]", - "tableOptionValue": { - "useFilter": false, - "showPagination": true, - "showAggregationFooter": false - } - } - }, - "commonSetting": {} - } - }, - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "_col0", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 300.0, - "values": [ - { - "index": 1.0, - "name": "failure_message", - "aggr": "sum" - } - ], - "mode": "table", - "groups": [], - "scatter": { - "xAxis": { - "index": 0.0, - "name": "_col0", - "aggr": "sum" - }, - "yAxis": { - "index": 1.0, - "name": "failure_message", - "aggr": "sum" - } - } - } - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314584_790722904", - "id": "20170112-081607_1636357427", - "dateCreated": "2019-12-25 23:45:14.584", - "status": "READY" - }, - { - "text": "%jdbc(presto)\n\nselect\n catalog, approx_distinct(user_) as user_number \nfrom datapipeline.logs_presto_query_completion \nwhere \n environment\u003d\u0027prod\u0027 \n and datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u002715\u0027 day, \u0027%Y%m%d%H\u0027)\ngroup by catalog order by catalog ", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.585", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": true - }, - "editorMode": "ace/mode/sql", - "colWidth": 6.0, - "fontSize": 9.0, - "editorHide": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "catalog", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 300.0, - "values": [ - { - "index": 1.0, - "name": "user_number", - "aggr": "sum" - } - ], - "mode": "pieChart", - "groups": [], - "scatter": { - "xAxis": { - "index": 0.0, - "name": "catalog", - "aggr": "sum" - }, - "yAxis": { - "index": 1.0, - "name": "user_number", - "aggr": "sum" - } - } - } - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314585_-1632987749", - "id": "20170301-230205_255322413", - "dateCreated": "2019-12-25 23:45:14.585", - "status": "READY" - }, - { - "text": "%jdbc(presto)\n\nselect\n catalog, count(query_id) as query_number \nfrom datapipeline.logs_presto_query_completion \nwhere \n environment\u003d\u0027prod\u0027 \n and datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u002715\u0027 day, \u0027%Y%m%d%H\u0027)\ngroup by catalog order by catalog ", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.585", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": true - }, - "editorMode": "ace/mode/sql", - "colWidth": 6.0, - "fontSize": 9.0, - "editorHide": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "catalog", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 300.0, - "values": [ - { - "index": 1.0, - "name": "query_number", - "aggr": "sum" - } - ], - "mode": "pieChart", - "groups": [], - "scatter": { - "xAxis": { - "index": 0.0, - "name": "catalog", - "aggr": "sum" - }, - "yAxis": { - "index": 1.0, - "name": "query_number", - "aggr": "sum" - } - } - } - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314585_-1963413727", - "id": "20170301-230201_1586729257", - "dateCreated": "2019-12-25 23:45:14.585", - "status": "READY" - }, - { - "text": "%jdbc(presto)\nselect query, failure_message from datapipeline.logs_presto_query_completion\nwhere ERROR_CODE_NAME in (\u0027INVALID_FUNCTION_ARGUMENT\u0027)\nlimit 5", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.585", - "config": { - "editorSetting": {}, - "editorMode": "ace/mode/scala", - "colWidth": 12.0, - "editorHide": true, - "fontSize": 9.0, - "results": [ - { - "graph": { - "keys": [], - "optionOpen": false, - "height": 300.0, - "values": [], - "mode": "stackedAreaChart", - "groups": [], - "scatter": {}, - "setting": { - "table": { - "tableGridState": {}, - "tableColumnTypeState": { - "names": { - "query": "string", - "failure_message": "string" - }, - "updated": false - }, - "tableOptionSpecHash": "[{\"name\":\"useFilter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable filter for columns\"},{\"name\":\"showPagination\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable pagination for better navigation\"},{\"name\":\"showAggregationFooter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable a footer for displaying aggregated values\"}]", - "tableOptionValue": { - "useFilter": false, - "showPagination": false, - "showAggregationFooter": false - }, - "updated": false, - "initialized": false - }, - "multiBarChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - }, - "stackedAreaChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - } - }, - "commonSetting": {} - }, - "helium": {} - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314585_-1296083371", - "id": "20170508-204602_425063424", - "dateCreated": "2019-12-25 23:45:14.585", - "status": "READY" - }, - { - "title": "HDFS Data ingestion vs Presto rack data flow - last 10 days ", - "text": "%jdbc(presto)\nselect sum(total_bytes)/1000000000000 as total_hdfs_pull_tb, sum(reduce(output_datasize, cast(0 as bigint), (s, x) -\u003e s + x, s -\u003e s))/1000000000000 as total_data_transfer_tb, date from (select total_bytes, transform(stages, x -\u003e x.output_data_size_bytes) as output_datasize, date from (select total_bytes, stages, date from (select total_bytes, map_values(query_stages) as stages, format_datetime(date_parse(substring(datehour, 1, 8), \u0027%Y%m%d\u0027), \u0027y-MM-dd\u0027) as date from datapipeline.logs_presto_query_completion where datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u002710\u0027 day, \u0027%Y%m%d%H\u0027)) where stages is not null)) group by date order by date", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.585", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": true - }, - "editorMode": "ace/mode/sql", - "colWidth": 12.0, - "editorHide": true, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 2.0, - "name": "date", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 300.0, - "values": [ - { - "index": 1.0, - "name": "total_data_transfer_tb", - "aggr": "sum" - }, - { - "index": 0.0, - "name": "total_hdfs_pull_tb", - "aggr": "sum" - } - ], - "mode": "multiBarChart", - "groups": [], - "scatter": { - "xAxis": { - "index": 2.0, - "name": "date", - "aggr": "sum" - } - }, - "setting": { - "multiBarChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - } - }, - "commonSetting": {} - } - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314585_-2101744242", - "id": "20170613-021012_258312418", - "dateCreated": "2019-12-25 23:45:14.585", - "status": "READY" - }, - { - "text": "%jdbc(presto)\nselect sum(total_bytes) as total_hdfs_pull, sum(reduce(output_datasize, cast(0 as bigint), (s, x) -\u003e s + x, s -\u003e s)) as total_data_transfer from (select total_bytes, transform(stages, x -\u003e x.output_data_size_bytes) as output_datasize from (select total_bytes, stages from (select total_bytes, map_values(query_stages) as stages from datapipeline.logs_presto_query_completion where datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u00277\u0027 day, \u0027%Y%m%d%H\u0027)) where stages is not null))", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.585", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": true - }, - "editorMode": "ace/mode/sql", - "colWidth": 12.0, - "editorHide": true, - "fontSize": 9.0, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "total_hdfs_pull", - "aggr": "sum" - } - ], - "optionOpen": true, - "height": 300.0, - "values": [ - { - "index": 1.0, - "name": "total_data_transfer", - "aggr": "sum" - }, - { - "index": 0.0, - "name": "total_hdfs_pull", - "aggr": "sum" - } - ], - "mode": "pieChart", - "groups": [], - "scatter": { - "xAxis": { - "index": 0.0, - "name": "total_hdfs_pull", - "aggr": "sum" - }, - "yAxis": { - "index": 1.0, - "name": "total_data_transfer", - "aggr": "sum" - } - } - } - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314585_-938480822", - "id": "20170620-172342_2058189334", - "dateCreated": "2019-12-25 23:45:14.585", - "status": "READY" - }, - { - "title": "Count of Unique Users and Queries on Datasets by Presto", - "text": "%jdbc(presto)\n\nwith queried_table_source as (\n select \n user_,\n query_id,\n map_keys(queried_columns_by_table) as queried_tables\n from\n datapipeline.logs_presto_query_completion\n where\n datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027${look back in days\u003d180}\u0027 day, \u0027%Y%m%d%H\u0027)\n),\nqueried_table as (\n select\n user_,\n query_id,\n schema_table\n from\n queried_table_source\n cross join unnest(queried_tables) as t (schema_table)\n where\n split_part(schema_table, \u0027.\u0027, 1) not in (\u0027information_schema\u0027)\n),\ncountings as (\n select\n schema_table,\n count(distinct user_) as distinct_users_count,\n count(distinct query_id) as distinct_queries_count\n from \n queried_table\n group by 1\n)\nselect * from countings\norder by ${order by\u003ddistinct_users_count} desc\nlimit ${limit\u003d100}", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.585", - "config": { - "tableHide": false, - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": false - }, - "editorMode": "ace/mode/sql", - "colWidth": 12.0, - "editorHide": false, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "schema_table", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 300.0, - "values": [ - { - "index": 1.0, - "name": "distinct_users_count", - "aggr": "sum" - } - ], - "mode": "table", - "groups": [], - "scatter": { - "xAxis": { - "index": 0.0, - "name": "schema_table", - "aggr": "sum" - }, - "yAxis": { - "index": 1.0, - "name": "distinct_users_count", - "aggr": "sum" - } - }, - "setting": { - "table": { - "tableGridState": { - "columns": [ - { - "name": "schema_table", - "visible": true, - "width": "*", - "sort": {}, - "filters": [ - {} - ], - "pinned": "" - }, - { - "name": "distinct_users_count", - "visible": true, - "width": "*", - "sort": { - "priority": 1.0, - "direction": "desc" - }, - "filters": [ - {} - ], - "pinned": "" - }, - { - "name": "distinct_queries_count", - "visible": true, - "width": "*", - "sort": { - "priority": 0.0, - "direction": "desc" - }, - "filters": [ - {} - ], - "pinned": "" - } - ], - "scrollFocus": {}, - "selection": [], - "grouping": { - "grouping": [], - "aggregations": [], - "rowExpandedStates": {} - }, - "treeView": {}, - "pagination": { - "paginationCurrentPage": 1.0, - "paginationPageSize": 50.0 - } - }, - "tableColumnTypeState": { - "updated": false, - "names": { - "schema_table": "string", - "distinct_users_count": "string", - "distinct_queries_count": "string" - } - }, - "updated": false, - "initialized": false, - "tableOptionSpecHash": "[{\"name\":\"useFilter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable filter for columns\"},{\"name\":\"showPagination\",\"valueType\":\"boolean\",\"defaultValue\":true,\"widget\":\"checkbox\",\"description\":\"Enable pagination for better navigation\"},{\"name\":\"showAggregationFooter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable a footer for displaying aggregated values\"}]", - "tableOptionValue": { - "useFilter": false, - "showPagination": true, - "showAggregationFooter": false - } - }, - "ultimate-column-chart-negative-values": { - "chartChanged": true, - "parameterChanged": false, - "panel": { - "columnPanelOpened": true, - "parameterPanelOpened": false - }, - "spec": { - "charts": { - "column": { - "transform": { - "method": "array" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelRotation": { - "valueType": "int", - "defaultValue": -90.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - }, - "stacked": { - "transform": { - "method": "array" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelRotation": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - }, - "percent": { - "transform": { - "method": "array" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelRotation": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - "tooltipPercentagePrecision": { - "valueType": "string", - "defaultValue": ".2f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPercentagePrecision" - } - } - }, - "drill-down": { - "transform": { - "method": "drill-down" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": -45.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelRotation": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "none", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - } - }, - "initialized": false, - "version": { - "axis": "{\"column\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"stacked\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"percent\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"drill-down\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}]}", - "parameter": "{\"column\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":-90,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"stacked\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"percent\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\".2f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPercentagePrecision\"}],\"drill-down\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":-45,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" - } - }, - "chart": { - "current": "column", - "available": [ - "column", - "stacked", - "percent", - "drill-down" - ] - }, - "axis": { - "column": { - "xAxis": [], - "yAxis": [], - "category": [] - }, - "stacked": { - "xAxis": [], - "yAxis": [], - "category": [] - }, - "percent": { - "xAxis": [], - "yAxis": [], - "category": [] - }, - "drill-down": { - "xAxis": [], - "yAxis": [], - "category": [] - } - }, - "sharedAxis": { - "xAxis": [], - "yAxis": [], - "category": [] - }, - "axisSpecs": { - "column": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "stacked": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "percent": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "drill-down": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ] - }, - "parameter": { - "column": { - "inverted": false, - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelRotation": -90.0, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "x", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - }, - "stacked": { - "inverted": false, - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelRotation": 0.0, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "x", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - }, - "percent": { - "inverted": false, - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelRotation": 0.0, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "x", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "", - "tooltipPercentagePrecision": ".2f" - }, - "drill-down": { - "inverted": false, - "floatingLegend": "default", - "rotateXAxisLabel": -45.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelRotation": 0.0, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "none", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - } - }, - "paramSpecs": { - "column": [ - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "int", - "defaultValue": -90.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ], - "stacked": [ - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ], - "percent": [ - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - { - "valueType": "string", - "defaultValue": ".2f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPercentagePrecision" - } - ], - "drill-down": [ - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": -45.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ] - } - }, - "ultimate-column-chart": { - "chartChanged": true, - "parameterChanged": false, - "panel": { - "columnPanelOpened": true, - "parameterPanelOpened": false - }, - "spec": { - "charts": { - "column": { - "transform": { - "method": "array" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelRotation": { - "valueType": "int", - "defaultValue": -90.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - }, - "stacked": { - "transform": { - "method": "array" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelRotation": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - }, - "percent": { - "transform": { - "method": "array" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelRotation": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - "tooltipPercentagePrecision": { - "valueType": "string", - "defaultValue": ".2f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPercentagePrecision" - } - } - }, - "drill-down": { - "transform": { - "method": "drill-down" - }, - "sharedAxis": true, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "inverted": { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": -45.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelRotation": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "zoomType": { - "valueType": "string", - "defaultValue": "none", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - } - }, - "initialized": false, - "version": { - "axis": "{\"column\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"stacked\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"percent\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"drill-down\":[{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}]}", - "parameter": "{\"column\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":-90,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"stacked\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"percent\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"x\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\".2f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPercentagePrecision\"}],\"drill-down\":[{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"invert x and y axes\",\"widget\":\"checkbox\",\"name\":\"inverted\"},{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":-45,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate data labels\",\"name\":\"dataLabelRotation\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"none\",\"description\":\"type of zoom\",\"widget\":\"option\",\"optionValues\":[\"y\",\"x\",\"xy\",\"none\"],\"name\":\"zoomType\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" - } - }, - "chart": { - "current": "column", - "available": [ - "column", - "stacked", - "percent", - "drill-down" - ] - }, - "axis": { - "column": { - "xAxis": [], - "yAxis": [], - "category": [] - }, - "stacked": { - "xAxis": [], - "yAxis": [], - "category": [] - }, - "percent": { - "xAxis": [], - "yAxis": [], - "category": [] - }, - "drill-down": { - "xAxis": [], - "yAxis": [], - "category": [] - } - }, - "sharedAxis": { - "xAxis": [], - "yAxis": [], - "category": [] - }, - "axisSpecs": { - "column": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "stacked": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "percent": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "drill-down": [ - { - "dimension": "multiple", - "axisType": "key", - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ] - }, - "parameter": { - "column": { - "inverted": false, - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelRotation": -90.0, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "x", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - }, - "stacked": { - "inverted": false, - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelRotation": 0.0, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "x", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - }, - "percent": { - "inverted": false, - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelRotation": 0.0, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "x", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "", - "tooltipPercentagePrecision": ".2f" - }, - "drill-down": { - "inverted": false, - "floatingLegend": "default", - "rotateXAxisLabel": -45.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelRotation": 0.0, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "xAxisPosition": "bottom", - "yAxisPosition": "left", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "zoomType": "none", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - } - }, - "paramSpecs": { - "column": [ - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "int", - "defaultValue": -90.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ], - "stacked": [ - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ], - "percent": [ - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "x", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - }, - { - "valueType": "string", - "defaultValue": ".2f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPercentagePrecision" - } - ], - "drill-down": [ - { - "valueType": "boolean", - "defaultValue": false, - "description": "invert x and y axes", - "widget": "checkbox", - "name": "inverted" - }, - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": -45.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate data labels", - "name": "dataLabelRotation" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "none", - "description": "type of zoom", - "widget": "option", - "optionValues": [ - "y", - "x", - "xy", - "none" - ], - "name": "zoomType" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ] - } - }, - "ultimate-range-chart": { - "chartChanged": true, - "parameterChanged": false, - "panel": { - "columnPanelOpened": true, - "parameterPanelOpened": false - }, - "spec": { - "charts": { - "range": { - "transform": { - "method": "array" - }, - "sharedAxis": false, - "axis": { - "xAxis": { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 2.0, - "maxAxisCount": 2.0, - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "key", - "minAxisCount": 1.0, - "name": "yAxis" - }, - "category": { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - }, - "parameter": { - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": true, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - }, - "comparative": { - "transform": { - "method": "array" - }, - "sharedAxis": false, - "axis": { - "xAxis": { - "dimension": "single", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "xAxis" - }, - "yAxis": { - "dimension": "multiple", - "axisType": "key", - "name": "yAxis" - }, - "binomial": { - "dimension": "single", - "axisType": "group", - "minAxisCount": 1.0, - "name": "binomial" - } - }, - "parameter": { - "floatingLegend": { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - "rotateXAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - "rotateYAxisLabel": { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - "dataLabel": { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - "dataLabelPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - "tooltipPrecision": { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - "legendLabelFormat": { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - "yAxisPosition": { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - "xAxisPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - "showLegend": { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - "legendPosition": { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - "legendLayout": { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - "subTitle": { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - "mainTitle": { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - "xAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - "yAxisUnit": { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - "xAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - "yAxisName": { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - } - } - }, - "initialized": false, - "version": { - "axis": "{\"range\":[{\"dimension\":\"multiple\",\"axisType\":\"aggregator\",\"minAxisCount\":2,\"maxAxisCount\":2,\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"key\",\"minAxisCount\":1,\"name\":\"yAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"group\",\"name\":\"category\"}],\"comparative\":[{\"dimension\":\"single\",\"axisType\":\"aggregator\",\"minAxisCount\":1,\"name\":\"xAxis\"},{\"dimension\":\"multiple\",\"axisType\":\"key\",\"name\":\"yAxis\"},{\"dimension\":\"single\",\"axisType\":\"group\",\"minAxisCount\":1,\"name\":\"binomial\"}]}", - "parameter": "{\"range\":[{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}],\"comparative\":[{\"valueType\":\"string\",\"defaultValue\":\"default\",\"description\":\"floating legend\",\"widget\":\"option\",\"optionValues\":[\"default\",\"top-right\",\"top-left\"],\"name\":\"floatingLegend\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate xAxis labels\",\"name\":\"rotateXAxisLabel\"},{\"valueType\":\"int\",\"defaultValue\":0,\"description\":\"rotate yAxis labels\",\"name\":\"rotateYAxisLabel\"},{\"valueType\":\"boolean\",\"defaultValue\":false,\"description\":\"use data labels in column\",\"widget\":\"checkbox\",\"name\":\"dataLabel\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"dataLabelPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\".1f\",\"description\":\"precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"tooltipPrecision\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"text format of legend (\u003ca href\u003d\\\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\\\"\u003edoc\u003c/a\u003e)\",\"name\":\"legendLabelFormat\"},{\"valueType\":\"string\",\"defaultValue\":\"left\",\"description\":\"yAxis position\",\"widget\":\"option\",\"optionValues\":[\"left\",\"right\"],\"name\":\"yAxisPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"xAxis position\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"xAxisPosition\"},{\"valueType\":\"boolean\",\"defaultValue\":true,\"description\":\"show legend\",\"widget\":\"checkbox\",\"name\":\"showLegend\"},{\"valueType\":\"string\",\"defaultValue\":\"bottom\",\"description\":\"position of legend\",\"widget\":\"option\",\"optionValues\":[\"bottom\",\"top\"],\"name\":\"legendPosition\"},{\"valueType\":\"string\",\"defaultValue\":\"horizontal\",\"description\":\"layout of legend\",\"widget\":\"option\",\"optionValues\":[\"horizontal\",\"vertical\"],\"name\":\"legendLayout\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"sub title of chart\",\"name\":\"subTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"main title of chart\",\"name\":\"mainTitle\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of xAxis\",\"name\":\"xAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"unit of yAxis\",\"name\":\"yAxisUnit\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of xAxis\",\"name\":\"xAxisName\"},{\"valueType\":\"string\",\"defaultValue\":\"\",\"description\":\"name of yAxis\",\"name\":\"yAxisName\"}]}" - } - }, - "chart": { - "current": "range", - "available": [ - "range", - "comparative" - ] - }, - "axis": { - "range": { - "xAxis": [], - "yAxis": [], - "category": [] - }, - "comparative": { - "yAxis": [] - } - }, - "sharedAxis": {}, - "axisSpecs": { - "range": [ - { - "dimension": "multiple", - "axisType": "aggregator", - "minAxisCount": 2.0, - "maxAxisCount": 2.0, - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "key", - "minAxisCount": 1.0, - "name": "yAxis" - }, - { - "dimension": "multiple", - "axisType": "group", - "name": "category" - } - ], - "comparative": [ - { - "dimension": "single", - "axisType": "aggregator", - "minAxisCount": 1.0, - "name": "xAxis" - }, - { - "dimension": "multiple", - "axisType": "key", - "name": "yAxis" - }, - { - "dimension": "single", - "axisType": "group", - "minAxisCount": 1.0, - "name": "binomial" - } - ] - }, - "parameter": { - "range": { - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "dataLabel": true, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "yAxisPosition": "left", - "xAxisPosition": "bottom", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - }, - "comparative": { - "floatingLegend": "default", - "rotateXAxisLabel": 0.0, - "rotateYAxisLabel": 0.0, - "dataLabel": false, - "dataLabelPrecision": ".1f", - "tooltipPrecision": ".1f", - "legendLabelFormat": "", - "yAxisPosition": "left", - "xAxisPosition": "bottom", - "showLegend": true, - "legendPosition": "bottom", - "legendLayout": "horizontal", - "subTitle": "", - "mainTitle": "", - "xAxisUnit": "", - "yAxisUnit": "", - "xAxisName": "", - "yAxisName": "" - } - }, - "paramSpecs": { - "range": [ - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ], - "comparative": [ - { - "valueType": "string", - "defaultValue": "default", - "description": "floating legend", - "widget": "option", - "optionValues": [ - "default", - "top-right", - "top-left" - ], - "name": "floatingLegend" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate xAxis labels", - "name": "rotateXAxisLabel" - }, - { - "valueType": "int", - "defaultValue": 0.0, - "description": "rotate yAxis labels", - "name": "rotateYAxisLabel" - }, - { - "valueType": "boolean", - "defaultValue": false, - "description": "use data labels in column", - "widget": "checkbox", - "name": "dataLabel" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of data label format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "dataLabelPrecision" - }, - { - "valueType": "string", - "defaultValue": ".1f", - "description": "precision of tooltip format without \u003ccode\u003e:\u003c/code\u003e (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "tooltipPrecision" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "text format of legend (\u003ca href\u003d\"http://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting\"\u003edoc\u003c/a\u003e)", - "name": "legendLabelFormat" - }, - { - "valueType": "string", - "defaultValue": "left", - "description": "yAxis position", - "widget": "option", - "optionValues": [ - "left", - "right" - ], - "name": "yAxisPosition" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "xAxis position", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "xAxisPosition" - }, - { - "valueType": "boolean", - "defaultValue": true, - "description": "show legend", - "widget": "checkbox", - "name": "showLegend" - }, - { - "valueType": "string", - "defaultValue": "bottom", - "description": "position of legend", - "widget": "option", - "optionValues": [ - "bottom", - "top" - ], - "name": "legendPosition" - }, - { - "valueType": "string", - "defaultValue": "horizontal", - "description": "layout of legend", - "widget": "option", - "optionValues": [ - "horizontal", - "vertical" - ], - "name": "legendLayout" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "sub title of chart", - "name": "subTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "main title of chart", - "name": "mainTitle" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of xAxis", - "name": "xAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "unit of yAxis", - "name": "yAxisUnit" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of xAxis", - "name": "xAxisName" - }, - { - "valueType": "string", - "defaultValue": "", - "description": "name of yAxis", - "name": "yAxisName" - } - ] - } - }, - "stackedAreaChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - }, - "multiBarChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - } - }, - "commonSetting": {} - }, - "helium": {} - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": { - "limit": "10000", - "order by": "distinct_users_count", - "look back in days": "200" - }, - "forms": { - "look back in days": { - "type": "TextBox", - "name": "look back in days", - "defaultValue": "180", - "hidden": false - }, - "order by": { - "type": "TextBox", - "name": "order by", - "defaultValue": "distinct_users_count", - "hidden": false - }, - "limit": { - "type": "TextBox", - "name": "limit", - "defaultValue": "100", - "hidden": false - } - } - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314585_-907057359", - "id": "20170620-184455_132312913", - "dateCreated": "2019-12-25 23:45:14.585", - "status": "READY" - }, - { - "title": "Count of Datasets accessed by Presto", - "text": "%jdbc(presto)\n\nwith queried_table_source as (\n select \n user_,\n query_id,\n map_keys(queried_columns_by_table) as queried_tables\n from\n datapipeline.logs_presto_query_completion\n where\n datehour \u003e date_format(current_timestamp AT TIME ZONE \u0027UTC\u0027 - interval \u0027${look back in days\u003d180}\u0027 day, \u0027%Y%m%d%H\u0027)\n),\nqueried_table as (\n select\n user_,\n query_id,\n schema_table\n from\n queried_table_source\n cross join unnest(queried_tables) as t (schema_table)\n where\n split_part(schema_table, \u0027.\u0027, 1) not in (\u0027information_schema\u0027)\n)\n\nselect\n approx_distinct(schema_table) as num_datasets_queried\nfrom \n queried_table", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.586", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionSupport": false - }, - "editorMode": "ace/mode/sql", - "colWidth": 12.0, - "editorHide": false, - "fontSize": 9.0, - "title": true, - "results": [ - { - "graph": { - "keys": [ - { - "index": 0.0, - "name": "num_datasets_queried", - "aggr": "sum" - } - ], - "optionOpen": false, - "height": 300.0, - "values": [], - "mode": "table", - "groups": [], - "scatter": { - "xAxis": { - "index": 0.0, - "name": "num_datasets_queried", - "aggr": "sum" - } - }, - "setting": { - "table": { - "tableGridState": {}, - "tableColumnTypeState": { - "updated": false, - "names": { - "num_datasets_queried": "string" - } - }, - "updated": false, - "initialized": false, - "tableOptionSpecHash": "[{\"name\":\"useFilter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable filter for columns\"},{\"name\":\"showPagination\",\"valueType\":\"boolean\",\"defaultValue\":true,\"widget\":\"checkbox\",\"description\":\"Enable pagination for better navigation\"},{\"name\":\"showAggregationFooter\",\"valueType\":\"boolean\",\"defaultValue\":false,\"widget\":\"checkbox\",\"description\":\"Enable a footer for displaying aggregated values\"}]", - "tableOptionValue": { - "useFilter": false, - "showPagination": true, - "showAggregationFooter": false - } - }, - "multiBarChart": { - "rotate": { - "degree": "-45" - }, - "xLabelStatus": "default" - } - }, - "commonSetting": {} - }, - "helium": {} - } - ], - "enabled": true, - "presto": "presto" - }, - "settings": { - "params": { - "look back in days": "180" - }, - "forms": { - "look back in days": { - "type": "TextBox", - "name": "look back in days", - "defaultValue": "180", - "hidden": false - } - } - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314586_-1855821705", - "id": "20171130-223400_1126357342", - "dateCreated": "2019-12-25 23:45:14.586", - "status": "READY" - }, - { - "text": "%jdbc ", - "user": "fdai", - "dateUpdated": "2019-12-25 23:45:14.586", - "config": { - "editorSetting": { - "language": "sql", - "editOnDblClick": false, - "completionKey": "TAB", - "completionSupport": true - }, - "colWidth": 12.0, - "editorMode": "ace/mode/sql", - "fontSize": 9.0, - "editorHide": true, - "results": {}, - "enabled": true - }, - "settings": { - "params": {}, - "forms": {} - }, - "apps": [], - "progressUpdateIntervalMs": 500, - "jobName": "paragraph_1577346314586_-1982080052", - "id": "20180731-003050_105567248", - "dateCreated": "2019-12-25 23:45:14.586", - "status": "READY" - } - ], - "name": "Presto Usage", - "id": "2EVEG73VW", - "defaultInterpreterGroup": "spark", - "version": "0.9.0-SNAPSHOT", - "permissions": { - "owners": [ - "fdai" - ] - }, - "noteParams": {}, - "noteForms": {}, - "angularObjects": {}, - "config": { - "isDalEnable": false, - "isZeppelinNotebookCronEnable": true - }, - "info": {}, - "path": "/Presto/Presto Usage", - "lastViewedDate": "2019-12-25 23:46:07.532" -} \ No newline at end of file From 8606ce0647d23867fff1d6aac027be1b8c7fa09d Mon Sep 17 00:00:00 2001 From: fdai Date: Tue, 31 Dec 2019 14:53:59 -0800 Subject: [PATCH 3/5] use one port two support multiple wars in jetty --- bin/common.sh | 6 +++--- .../src/assemble/distribution.xml | 3 ++- .../zeppelin/conf/ZeppelinConfiguration.java | 11 +--------- .../zeppelin/server/ZeppelinServer.java | 20 ++++++++----------- zeppelin-web-angular/package.json | 2 +- 5 files changed, 15 insertions(+), 27 deletions(-) diff --git a/bin/common.sh b/bin/common.sh index 74a02838c99..4e86ce94948 100644 --- a/bin/common.sh +++ b/bin/common.sh @@ -44,13 +44,13 @@ if [[ -z "${ZEPPELIN_WAR}" ]]; then if [[ -d "${ZEPPELIN_HOME}/zeppelin-web/dist" ]]; then export ZEPPELIN_WAR="${ZEPPELIN_HOME}/zeppelin-web/dist" else - export ZEPPELIN_WAR=$(find -L "${ZEPPELIN_HOME}" -name "zeppelin-web*.war") + export ZEPPELIN_WAR=$(find -L "${ZEPPELIN_HOME}" -name "zeppelin-web-[0-9]*.war") fi fi if [[ -z "${ZEPPELIN_ANGULAR_WAR}" ]]; then if [[ -d "${ZEPPELIN_HOME}/zeppelin-web/dist" ]]; then - export ZEPPELIN_ANGULAR_WAR="${ZEPPELIN_HOME}/zeppelin-web-angular/dist" + export ZEPPELIN_ANGULAR_WAR="${ZEPPELIN_HOME}/zeppelin-web-angular/dist/zeppelin" else export ZEPPELIN_ANGULAR_WAR=$(find -L "${ZEPPELIN_HOME}" -name "zeppelin-web-angular*.war") fi @@ -110,7 +110,7 @@ function getZeppelinVersion(){ exit 0 } -# Text encoding for +# Text encoding for # read/write job into files, # receiving/displaying query/result. if [[ -z "${ZEPPELIN_ENCODING}" ]]; then diff --git a/zeppelin-distribution/src/assemble/distribution.xml b/zeppelin-distribution/src/assemble/distribution.xml index d926b2c059c..0b18b4ae128 100644 --- a/zeppelin-distribution/src/assemble/distribution.xml +++ b/zeppelin-distribution/src/assemble/distribution.xml @@ -26,7 +26,7 @@ true zeppelin-${project.version} - + ${project.groupId}:zeppelin-web + ${project.groupId}:zeppelin-web-angular false false diff --git a/zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java b/zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java index 4ba7ae528c7..66cdde0058e 100644 --- a/zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java +++ b/zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java @@ -306,10 +306,6 @@ public int getServerSslPort() { return getInt(ConfVars.ZEPPELIN_SSL_PORT); } - public int getServerAngularSslPort() { - return getInt(ConfVars.ZEPPELIN_SSL_PORT); - } - public boolean useClientAuth() { return getBoolean(ConfVars.ZEPPELIN_SSL_CLIENT_AUTH); } @@ -327,10 +323,6 @@ public int getServerPort() { return getInt(ConfVars.ZEPPELIN_PORT); } - public int getServerAngularPort() { - return getInt(ConfVars.ZEPPELIN_ANGULAR_PORT); - } - public String getServerContextPath() { return getString(ConfVars.ZEPPELIN_SERVER_CONTEXT_PATH); } @@ -808,11 +800,10 @@ public enum ConfVars { ZEPPELIN_HOME("zeppelin.home", "./"), ZEPPELIN_ADDR("zeppelin.server.addr", "127.0.0.1"), ZEPPELIN_PORT("zeppelin.server.port", 8080), - ZEPPELIN_ANGULAR_PORT("zeppelin.server.angular.port", 9090), ZEPPELIN_SERVER_CONTEXT_PATH("zeppelin.server.context.path", "/"), ZEPPELIN_SSL("zeppelin.ssl", false), ZEPPELIN_SSL_PORT("zeppelin.server.ssl.port", 8443), - ZEPPELIN_ANGULAR_SSL_PORT("zeppelin.server.angular.ssl.port", 9443), + ZEPPELIN__SSL_PORT("zeppelin.server.angular.ssl.port", 9443), ZEPPELIN_SSL_CLIENT_AUTH("zeppelin.ssl.client.auth", false), ZEPPELIN_SSL_KEYSTORE_PATH("zeppelin.ssl.keystore.path", "keystore"), ZEPPELIN_SSL_KEYSTORE_TYPE("zeppelin.ssl.keystore.type", "JKS"), diff --git a/zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java b/zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java index 235a1250d65..19752343559 100644 --- a/zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java +++ b/zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java @@ -102,8 +102,6 @@ public class ZeppelinServer extends ResourceConfig { public static ServiceLocator sharedServiceLocator; private static ZeppelinConfiguration conf = ZeppelinConfiguration.create(); - private static final String CONNCETOR_NAME_DEFAULT = "default"; - private static final String CONNCETOR_NAME_ANGULAR = "angular"; @Inject public ZeppelinServer() { @@ -180,8 +178,8 @@ protected void configure() { }); // Multiple Web UI - final WebAppContext defaultWebApp = setupWebAppContext(contexts, conf, conf.getString(ConfVars.ZEPPELIN_WAR), CONNCETOR_NAME_DEFAULT); - final WebAppContext angularWebApp = setupWebAppContext(contexts, conf, conf.getString(ConfVars.ZEPPELIN_ANGULAR_WAR), CONNCETOR_NAME_ANGULAR); + final WebAppContext defaultWebApp = setupWebAppContext(contexts, conf, conf.getString(ConfVars.ZEPPELIN_WAR), conf.getServerContextPath()); + final WebAppContext angularWebApp = setupWebAppContext(contexts, conf, conf.getString(ConfVars.ZEPPELIN_ANGULAR_WAR), "/next"); initWebApp(defaultWebApp); initWebApp(angularWebApp); @@ -290,11 +288,10 @@ private static Server setupJettyServer(ZeppelinConfiguration conf) { conf.getInt(ConfVars.ZEPPELIN_SERVER_JETTY_THREAD_POOL_MIN), conf.getInt(ConfVars.ZEPPELIN_SERVER_JETTY_THREAD_POOL_TIMEOUT)); final Server server = new Server(threadPool); - initServerConnector(server, conf.getServerPort(), conf.getServerSslPort(), CONNCETOR_NAME_DEFAULT); - initServerConnector(server, conf.getServerAngularPort(), conf.getServerAngularSslPort(), CONNCETOR_NAME_ANGULAR); + initServerConnector(server, conf.getServerPort(), conf.getServerSslPort()); return server; } - private static void initServerConnector(Server server, int port, int sslPort, String name) { + private static void initServerConnector(Server server, int port, int sslPort) { ServerConnector connector; HttpConfiguration httpConfig = new HttpConfiguration(); @@ -325,7 +322,6 @@ private static void initServerConnector(Server server, int port, int sslPort, St int timeout = 1000 * 30; connector.setIdleTimeout(timeout); connector.setHost(conf.getServerAddress()); - connector.setName(name); server.addConnector(connector); } @@ -421,9 +417,10 @@ private static void setupRestApiContextHandler(WebAppContext webapp, ZeppelinCon } private static WebAppContext setupWebAppContext( - ContextHandlerCollection contexts, ZeppelinConfiguration conf, String warPath, String connectorName) { + ContextHandlerCollection contexts, ZeppelinConfiguration conf, String warPath, String contextPath) { WebAppContext webApp = new WebAppContext(); - webApp.setContextPath(conf.getServerContextPath()); + webApp.setContextPath(contextPath); + LOG.info("warPath is: {}", warPath); File warFile = new File(warPath); if (warFile.isDirectory()) { // Development mode, read from FS @@ -433,7 +430,7 @@ private static WebAppContext setupWebAppContext( } else { // use packaged WAR webApp.setWar(warFile.getAbsolutePath()); - File warTempDirectory = new File(conf.getRelativeDir(ConfVars.ZEPPELIN_WAR_TEMPDIR)); + File warTempDirectory = new File(conf.getRelativeDir(ConfVars.ZEPPELIN_WAR_TEMPDIR) + contextPath); warTempDirectory.mkdir(); LOG.info("ZeppelinServer Webapp path: {}", warTempDirectory.getPath()); webApp.setTempDirectory(warTempDirectory); @@ -447,7 +444,6 @@ private static WebAppContext setupWebAppContext( webApp.setInitParameter( "org.eclipse.jetty.servlet.Default.dirAllowed", Boolean.toString(conf.getBoolean(ConfVars.ZEPPELIN_SERVER_DEFAULT_DIR_ALLOWED))); - webApp.setVirtualHosts(new String[] {"@" + connectorName}); return webApp; } diff --git a/zeppelin-web-angular/package.json b/zeppelin-web-angular/package.json index 9d8cafef99e..5459ffd2b35 100644 --- a/zeppelin-web-angular/package.json +++ b/zeppelin-web-angular/package.json @@ -5,7 +5,7 @@ "postinstall": "npm run build:projects", "ng": "./node_modules/.bin/ng", "start": "ng serve --proxy-config proxy.conf.js --extra-webpack-config webpack.partial.js", - "build": "ng build --prod --extra-webpack-config webpack.partial.js", + "build": "ng build --prod --extra-webpack-config webpack.partial.js --base-href /next/", "build:projects": "npm run build-project:sdk && npm run build-project:vis && npm run build-project:helium", "build-helium-vis-example": " ng build --project helium-vis-example", "build-project:sdk": " ng build --project zeppelin-sdk", From 93e2a4fdc8feb86aedba989a86eebc7ee6233fbf Mon Sep 17 00:00:00 2001 From: fdai Date: Tue, 31 Dec 2019 15:15:56 -0800 Subject: [PATCH 4/5] clean the code --- .../java/org/apache/zeppelin/conf/ZeppelinConfiguration.java | 1 - .../main/java/org/apache/zeppelin/server/ZeppelinServer.java | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java b/zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java index 66cdde0058e..a6123ec661b 100644 --- a/zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java +++ b/zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java @@ -803,7 +803,6 @@ public enum ConfVars { ZEPPELIN_SERVER_CONTEXT_PATH("zeppelin.server.context.path", "/"), ZEPPELIN_SSL("zeppelin.ssl", false), ZEPPELIN_SSL_PORT("zeppelin.server.ssl.port", 8443), - ZEPPELIN__SSL_PORT("zeppelin.server.angular.ssl.port", 9443), ZEPPELIN_SSL_CLIENT_AUTH("zeppelin.ssl.client.auth", false), ZEPPELIN_SSL_KEYSTORE_PATH("zeppelin.ssl.keystore.path", "keystore"), ZEPPELIN_SSL_KEYSTORE_TYPE("zeppelin.ssl.keystore.type", "JKS"), diff --git a/zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java b/zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java index 19752343559..5d6e9bb5a74 100644 --- a/zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java +++ b/zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java @@ -97,6 +97,7 @@ /** Main class of Zeppelin. */ public class ZeppelinServer extends ResourceConfig { private static final Logger LOG = LoggerFactory.getLogger(ZeppelinServer.class); + private static final String WEB_APP_CONTEXT_NEXT = "next"; public static Server jettyWebServer; public static ServiceLocator sharedServiceLocator; @@ -179,10 +180,10 @@ protected void configure() { // Multiple Web UI final WebAppContext defaultWebApp = setupWebAppContext(contexts, conf, conf.getString(ConfVars.ZEPPELIN_WAR), conf.getServerContextPath()); - final WebAppContext angularWebApp = setupWebAppContext(contexts, conf, conf.getString(ConfVars.ZEPPELIN_ANGULAR_WAR), "/next"); + final WebAppContext nextWebApp = setupWebAppContext(contexts, conf, conf.getString(ConfVars.ZEPPELIN_ANGULAR_WAR), WEB_APP_CONTEXT_NEXT); initWebApp(defaultWebApp); - initWebApp(angularWebApp); + initWebApp(nextWebApp); // Cluster Manager Server setupClusterManagerServer(sharedServiceLocator); From 19654760504d7487ff7ca0eb21445fae8a42afb6 Mon Sep 17 00:00:00 2001 From: fdai Date: Tue, 31 Dec 2019 17:25:14 -0800 Subject: [PATCH 5/5] add next context path --- .../main/java/org/apache/zeppelin/server/ZeppelinServer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java b/zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java index 5d6e9bb5a74..966f5b553aa 100644 --- a/zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java +++ b/zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java @@ -97,7 +97,7 @@ /** Main class of Zeppelin. */ public class ZeppelinServer extends ResourceConfig { private static final Logger LOG = LoggerFactory.getLogger(ZeppelinServer.class); - private static final String WEB_APP_CONTEXT_NEXT = "next"; + private static final String WEB_APP_CONTEXT_NEXT = "/next"; public static Server jettyWebServer; public static ServiceLocator sharedServiceLocator;