[{"created":"20211231064412409","text":"{\n  \"xAxis\": {\n    \"type\": \"category\",\n    \"data\": [\"Mon\", \"Tue\", \"Wed\", \"Thu\", \"Fri\", \"Sat\", \"Sun\"]\n  },\n  \"yAxis\": {\n    \"type\": \"value\"\n  },\n  \"series\": [\n    {\n      \"data\": [120, 200, 150, 80, 70, 110, 130],\n      \"type\": \"bar\",\n      \"showBackground\": true,\n      \"backgroundStyle\": {\n        \"color\": \"rgba(180, 180, 180, 0.2)\"\n      }\n    }\n  ]\n}","tags":"","title":"exmp01/data","modified":"20211231064422505","type":"application/json"},{"created":"20211231063901937","text":"<$echarts $tiddler=\"exmp01/data\" />","tags":"","title":"exmp01/demo","modified":"20211231064303892"},{"created":"20211231064134536","text":"{\n  \"xAxis\": {\n    \"type\": \"category\",\n    \"data\": [\"Mon\", \"Tue\", \"Wed\", \"Thu\", \"Fri\", \"Sat\", \"Sun\"]\n  },\n  \"yAxis\": {\n    \"type\": \"value\"\n  },\n  \"series\": [\n    {\n      \"data\": [150, 230, 224, 218, 135, 147, 260],\n      \"type\": \"line\"\n    },\n    {\n      \"data\": [175, 120, 187, 195, 210, 215, 220],\n      \"type\": \"line\"\n    }\n  ]\n}","tags":"","title":"exmp02/data","modified":"20211231073722680","type":"application/json"},{"created":"20211231064431694","text":"<$echarts $tiddler=\"exmp02/data\" />","tags":"","title":"exmp02/demo","modified":"20211231074638200"},{"created":"20211231073936921","text":"{\n    \"xAxis\": {\n    \"type\": \"category\",\n    \"data\": [\"Mon\", \"Tue\", \"Wed\", \"Thu\", \"Fri\", \"Sat\", \"Sun\"]\n  },\n  \"yAxis\": {\n    \"type\": \"value\"\n  },\n  \"series\": [\n    {\n      \"data\": [820, 932, 901, 934, 1290, 1330, 1320],\n      \"type\": \"line\",\n      \"smooth\": true\n    }\n  ]\n}","tags":"","title":"exmp03/data","modified":"20211231080133599","type":"application/json"},{"created":"20211231074641744","text":"<$echarts $tiddler=\"exmp03/data\" />","tags":"","title":"exmp03/demo","modified":"20211231080118023"},{"created":"20211231080213055","text":"{\n  \"title\": {\n    \"text\": \"Temperature Change in the Coming Week\"\n  },\n  \"tooltip\": {\n    \"trigger\": \"axis\"\n  },\n  \"legend\": {\n    \"top\":\"40\",\n    \"left\":\"60%\"\n\t},\n  \"toolbox\": {\n    \"show\": true,\n    \"feature\": {\n      \"dataZoom\": {\n        \"yAxisIndex\": \"none\"\n      },\n      \"dataView\": { \"readOnly\": false },\n      \"magicType\": { \"type\": [\"line\", \"bar\"] },\n      \"restore\": {},\n      \"saveAsImage\": {}\n    }\n  },\n  \"xAxis\": {\n    \"type\": \"category\",\n    \"boundaryGap\": false,\n    \"data\": [\"Mon\", \"Tue\", \"Wed\", \"Thu\", \"Fri\", \"Sat\", \"Sun\"]\n  },\n  \"yAxis\": {\n    \"type\": \"value\",\n    \"axisLabel\": {\n      \"formatter\": \"{value} °C\"\n    }\n  },\n  \"series\": [\n    {\n      \"name\": \"Highest\",\n      \"type\": \"line\",\n      \"data\": [10, 11, 13, 11, 12, 12, 9],\n      \"markPoint\": {\n        \"data\": [\n          { \"type\": \"max\", \"name\": \"Max\" },\n          { \"type\": \"min\", \"name\": \"Min\" }\n        ]\n      },\n      \"markLine\": {\n        \"data\": [{ \"type\": \"average\", \"name\": \"Avg\" }]\n      }\n    },\n    {\n      \"name\": \"Lowest\",\n      \"type\": \"line\",\n      \"data\": [1, -2, 2, 5, 3, 2, 0],\n      \"markPoint\": {\n        \"data\": [{ \"name\": \"Loli\", \"value\": -2, \"xAxis\": 1, \"yAxis\": -1.5 }]\n      },\n      \"markLine\": {\n        \"data\": [\n          { \"type\": \"average\", \"name\": \"Avg\" },\n          [\n            {\n              \"symbol\": \"none\",\n              \"x\": \"90%\",\n              \"yAxis\": \"max\"\n            },\n            {\n              \"symbol\": \"circle\",\n              \"label\": {\n                \"position\": \"start\",\n                \"formatter\": \"Max\"\n              },\n              \"type\": \"max\",\n              \"name\": \"Nella\"\n            }\n          ]\n        ]\n      }\n    }\n  ]\n}","tags":"","title":"exmp04/data","modified":"20211231081653758","type":"application/json"},{"created":"20211231080321599","text":"<$echarts $tiddler=\"exmp04/data\" $height=\"400px\"/>","tags":"","title":"exmp04/demo","modified":"20211231081054727"}]