Last active
March 27, 2020 12:38
-
-
Save mhakrook/f5d2bdb5df45f77d4e420b8170c616bc 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" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment