Base layout and base statistics pages
This commit is contained in:
121
pages/Home/widgets/Chart1.json
Normal file
121
pages/Home/widgets/Chart1.json
Normal file
@@ -0,0 +1,121 @@
|
||||
{
|
||||
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
|
||||
"allowScroll": false,
|
||||
"animateLoading": true,
|
||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||
"bottomRow": 37,
|
||||
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
||||
"chartData": {
|
||||
"amejnorddr": {
|
||||
"data": [
|
||||
{
|
||||
"x": "Product1",
|
||||
"y": 20000
|
||||
},
|
||||
{
|
||||
"x": "Product2",
|
||||
"y": 22000
|
||||
},
|
||||
{
|
||||
"x": "Product3",
|
||||
"y": 32000
|
||||
}
|
||||
],
|
||||
"seriesName": "2023"
|
||||
}
|
||||
},
|
||||
"chartName": "Sales Report",
|
||||
"chartType": "COLUMN_CHART",
|
||||
"customEChartConfig": "{{\n{\n \"dataset\": {\n \"source\": [\n [\n \"Day\",\n \"Baidu\",\n \"Google\",\n \"Bing\"\n ],\n [\n \"Mon\",\n 620,\n 120,\n 60\n ],\n [\n \"Tue\",\n 732,\n 132,\n 72\n ],\n [\n \"Wed\",\n 701,\n 101,\n 71\n ],\n [\n \"Thu\",\n 734,\n 134,\n 74\n ],\n [\n \"Fri\",\n 1090,\n 290,\n 190\n ],\n [\n \"Sat\",\n 1130,\n 230,\n 130\n ],\n [\n \"Sun\",\n 1120,\n 220,\n 110\n ]\n ]\n },\n \"tooltip\": {\n \"trigger\": \"axis\",\n \"axisPointer\": {\n \"type\": \"shadow\"\n }\n },\n \"title\": {\n \"text\": \"Search Engine Usage\",\n \"left\": \"center\",\n \"textStyle\": {\n \"width\": 200,\n \"overflow\": \"truncate\"\n }\n },\n \"legend\": {\n \"top\": 40,\n \"type\": \"scroll\"\n },\n \"grid\": {\n \"left\": 15,\n \"right\": 15,\n \"bottom\": 30,\n \"top\": 100,\n \"containLabel\": true\n },\n \"xAxis\": [\n {\n \"type\": \"category\"\n }\n ],\n \"yAxis\": [\n {\n \"type\": \"value\"\n }\n ],\n \"series\": [\n {\n \"type\": \"bar\",\n \"stack\": \"Search Engine\"\n },\n {\n \"type\": \"bar\",\n \"stack\": \"Search Engine\"\n },\n {\n \"type\": \"bar\",\n \"stack\": \"Search Engine\"\n }\n ]\n}\n}}",
|
||||
"customFusionChartConfig": {
|
||||
"dataSource": {
|
||||
"chart": {
|
||||
"alignCaptionWithCanvas": 1,
|
||||
"canvasPadding": "0",
|
||||
"caption": "Sales Report",
|
||||
"captionAlignment": "center",
|
||||
"captionFontColor": "#231F20",
|
||||
"captionFontSize": "24",
|
||||
"captionPadding": "20",
|
||||
"chartBottomMargin": "10",
|
||||
"chartLeftMargin": "20",
|
||||
"chartRightMargin": "40",
|
||||
"chartTopMargin": "10",
|
||||
"labelFontColor": "#716e6e",
|
||||
"labelFontSize": "12",
|
||||
"legendIconAlpha": "100",
|
||||
"legendIconBgAlpha": "100",
|
||||
"legendIconSides": "4",
|
||||
"legendPosition": "top",
|
||||
"theme": "fusion",
|
||||
"xAxisName": "Product Line",
|
||||
"xAxisNameFontColor": "#716e6e",
|
||||
"xAxisNameFontSize": "14",
|
||||
"yAxisName": "Revenue($)",
|
||||
"yAxisNameFontColor": "#716e6e",
|
||||
"yAxisNameFontSize": "14",
|
||||
"yAxisValueFontColor": "#716e6e",
|
||||
"yAxisValueFontSize": "12"
|
||||
},
|
||||
"data": [
|
||||
{
|
||||
"label": "Product1",
|
||||
"value": 20000
|
||||
},
|
||||
{
|
||||
"label": "Product2",
|
||||
"value": 22000
|
||||
},
|
||||
{
|
||||
"label": "Product3",
|
||||
"value": 32000
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "column2d"
|
||||
},
|
||||
"dynamicBindingPathList": [
|
||||
{
|
||||
"key": "customEChartConfig"
|
||||
},
|
||||
{
|
||||
"key": "borderRadius"
|
||||
},
|
||||
{
|
||||
"key": "boxShadow"
|
||||
},
|
||||
{
|
||||
"key": "accentColor"
|
||||
},
|
||||
{
|
||||
"key": "fontFamily"
|
||||
}
|
||||
],
|
||||
"flexVerticalAlignment": "start",
|
||||
"fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "ptkjcbqs1e",
|
||||
"labelOrientation": "auto",
|
||||
"leftColumn": 3,
|
||||
"minWidth": 450,
|
||||
"mobileBottomRow": 35,
|
||||
"mobileLeftColumn": 1,
|
||||
"mobileRightColumn": 25,
|
||||
"mobileTopRow": 3,
|
||||
"needsErrorInfo": true,
|
||||
"parentColumnSpace": 25.109375,
|
||||
"parentId": "0",
|
||||
"parentRowSpace": 10,
|
||||
"renderMode": "CANVAS",
|
||||
"responsiveBehavior": "fill",
|
||||
"rightColumn": 30,
|
||||
"showDataPointLabel": false,
|
||||
"topRow": 5,
|
||||
"type": "CHART_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "bkkgqululk",
|
||||
"widgetName": "Chart1",
|
||||
"xAxisName": "Product Line",
|
||||
"yAxisName": "Revenue($)"
|
||||
}
|
||||
Reference in New Issue
Block a user