Khác biệt giữa các bản “Bản mẫu:Graph:Niên đại địa chất Mặt trăng 2”
(Tạo trang mới với nội dung “<graph> { "width": 300, "height": 300, "data": [ { "name": "Kỷ", "values": [ {"label":"Kỷ Tiền Nectaris", "start":-453…”) |
|||
Dòng 1: | Dòng 1: | ||
<graph> | <graph> | ||
{ | { | ||
− | "width": 300, | + | "width": 300,"height": 300,"background": "#edf1f7", |
− | |||
"data": [ | "data": [ | ||
{ | { | ||
Dòng 17: | Dòng 16: | ||
"name": "Thế", | "name": "Thế", | ||
"values": [ | "values": [ | ||
− | {"label":"Imbrium Sớm", "start":-3850, "end":-3800, "mid":- | + | {"label":"Imbrium Sớm", "start":-3850, "end":-3800, "mid":-3850 , "color":"#22AD76"}, |
{"label":"Imbrium Muộn", "start":-3800, "end":-3200, "mid":-3230 , "color":"#2ECF81"} | {"label":"Imbrium Muộn", "start":-3800, "end":-3200, "mid":-3230 , "color":"#2ECF81"} | ||
] | ] | ||
Dòng 42: | Dòng 41: | ||
"marks": [ | "marks": [ | ||
{ | { | ||
− | "type": " | + | "type": "rect", |
"from": {"data": "Kỷ"}, | "from": {"data": "Kỷ"}, | ||
"properties": { | "properties": { | ||
"enter": { | "enter": { | ||
− | "x": {"value": | + | "x": {"value": 94}, |
− | "y": {"scale": "y", "field": " | + | "y": {"scale": "y", "field": "start"}, |
− | "fill": {" | + | "y2": {"scale": "y", "field": "end"}, |
− | " | + | "width": {"value": 90}, |
− | " | + | "fill": {"field": "color"} |
+ | }, | ||
+ | "update": { | ||
+ | "fill": {"field": "color"} | ||
+ | }, | ||
+ | "hover": { | ||
+ | "fill": {"value": "red"} | ||
} | } | ||
} | } | ||
Dòng 56: | Dòng 61: | ||
{ | { | ||
"type": "rect", | "type": "rect", | ||
− | "from": {"data": " | + | "from": {"data": "Thế"}, |
"properties": { | "properties": { | ||
"enter": { | "enter": { | ||
− | "x": {"value": | + | "x": {"value": 2}, |
"y": {"scale": "y", "field": "start"}, | "y": {"scale": "y", "field": "start"}, | ||
"y2": {"scale": "y", "field": "end"}, | "y2": {"scale": "y", "field": "end"}, | ||
− | "width": {"value": | + | "width": {"value": 90}, |
"fill": {"field": "color"} | "fill": {"field": "color"} | ||
}, | }, | ||
Dòng 70: | Dòng 75: | ||
"hover": { | "hover": { | ||
"fill": {"value": "red"} | "fill": {"value": "red"} | ||
+ | } | ||
+ | } | ||
+ | }, | ||
+ | { | ||
+ | "type": "text", | ||
+ | "from": {"data": "Thế"}, | ||
+ | "properties": { | ||
+ | "enter": { | ||
+ | "x": {"value": 5}, | ||
+ | "y": {"scale": "y", "field": "mid"}, | ||
+ | "fill": {"value": "#000"}, | ||
+ | "text": {"field": "label"}, | ||
+ | "fontSize": {"value": 13} | ||
+ | } | ||
+ | } | ||
+ | }, | ||
+ | { | ||
+ | "type": "text", | ||
+ | "from": {"data": "Kỷ"}, | ||
+ | "properties": { | ||
+ | "enter": { | ||
+ | "x": {"value": 186}, | ||
+ | "y": {"scale": "y", "field": "mid"}, | ||
+ | "fill": {"value": "#000"}, | ||
+ | "text": {"field": "label"}, | ||
+ | "fontSize": {"value": 13} | ||
} | } | ||
} | } |