ver Jan22nd

updated all the existing calc configs
This commit is contained in:
David Chang
2024-01-22 12:42:50 +08:00
parent 552491f765
commit 7a85c76369
19 changed files with 245 additions and 78 deletions

View File

@@ -1,7 +1,7 @@
{
"id": "347ef137-7eeb-4c80-a3bb-0951f26a8aff",
"snapshot": "libreoffice_calc",
"instruction": "Could you create two column charts of per-month costs for me using statistics in the form?",
"instruction": "Here are two tables recording the per-month costs in 2019 and 2020. I want to create two column bar charts reflecting per-month cost variations for each year from these data. Help me, Mr. Assistant!",
"source": "https://www.youtube.com/watch?v=bgO40-CjYNY",
"config": [
{
@@ -64,12 +64,21 @@
"dest": "Create_column_charts_using_statistics_gold.xlsx"
},
"options": {
"features": [
"chart"
],
"chart_props": [
"type",
"direction"
"rules": [
{
"type": "chart",
"sheet_idx0": 0,
"sheet_idx1": "EI0",
"chart_props": [
"type",
"direction"
]
},
{
"type": "sheet_data",
"sheet_idx0": 0,
"sheet_idx1": "EI0"
}
]
}
}