Created
March 27, 2020 12:30
-
-
Save mhakrook/ff7da99f5c3e2c198e2c7ef462c2e0b3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "bubble", | |
"body": { | |
"type": "box", | |
"layout": "vertical", | |
"contents": [ | |
{ | |
"type": "image", | |
"url": "https://drive.google.com/uc?export=view&id=1olPS5GDsbzJzaNN7rrKZ_hMZob8rMuuc", | |
"size": "full" | |
}, | |
{ | |
"type": "text", | |
"text": "กราฟแสดงยอดผู้ติดเชื้อ", | |
"weight": "bold", | |
"size": "md", | |
"align": "center" | |
} | |
] | |
}, | |
"footer": { | |
"type": "box", | |
"layout": "vertical", | |
"spacing": "sm", | |
"contents": [ | |
{ | |
"type": "button", | |
"style": "primary", | |
"height": "sm", | |
"action": { | |
"type": "uri", | |
"label": "ดูกราฟขนาดเต็ม", | |
"uri": "https://drive.google.com/uc?export=view&id=1olPS5GDsbzJzaNN7rrKZ_hMZob8rMuuc" | |
} | |
}, | |
{ | |
"type": "spacer", | |
"size": "sm" | |
} | |
], | |
"flex": 0 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment