사용자:Utolee90/리브레 위키 통계 그래프 편집하기

이 문서는 리브레 위키의 사용자 문서이며, 일반적인 항목이 아닙니다.

리브레 위키의 정책에 따라, 이 문서에는 블로그, 이메일 주소, SNS 계정 등의 개인정보 및 친목 관련 요소가 있는 외부 사이트의 언급과 링크 노출이 금지됩니다. 또한, 이 문서에서는 다른 사용자를 언급해서는 안 됩니다.


편집하면 당신의 IP 주소가 공개적으로 기록됩니다. 계정을 만들고 로그인하면 편집 시 사용자 이름만 보이며, 위키 이용에 여러 가지 편의가 주어집니다.

편집을 취소할 수 있습니다. 이 편집을 되돌리려면 아래의 바뀐 내용을 확인한 후 게시해주세요.

최신판 당신의 편집
153번째 줄: 153번째 줄:
   "width": 400,
   "width": 400,
   "height": 200,
   "height": 200,
   "padding": {"top": 10, "left": 30, "bottom": 30, "right": 10},
   "padding": 5,
 
   "data": [
   "data": [
     {
     {
       "name": "table",
       "name": "table",
       "values": [
       "values": [
         {"x": 1,  "y": 28}, {"x": 2,  "y": 55},
         {"category": "A", "amount": 28},
         {"x": 3,  "y": 43}, {"x": 4, "y": 91},
         {"category": "B", "amount": 55},
         {"x": 5,  "y": 81}, {"x": 6, "y": 53},
         {"category": "C", "amount": 43},
         {"x": 7,  "y": 19}, {"x": 8,  "y": 87},
         {"category": "D", "amount": 91},
         {"x": 9,  "y": 52}, {"x": 10, "y": 48},
         {"category": "E", "amount": 81},
         {"x": 11, "y": 24}, {"x": 12, "y": 49},
         {"category": "F", "amount": 53},
        {"x": 13, "y": 87}, {"x": 14, "y": 66},
         {"category": "G", "amount": 19},
         {"x": 15, "y": 17}, {"x": 16, "y": 27},
         {"category": "H", "amount": 87}
         {"x": 17, "y": 68}, {"x": 18, "y": 16},
        {"x": 19, "y": 49}, {"x": 20, "y": 15}
       ]
       ]
     }
     }
   ],
   ],
  "signals": [
    {
      "name": "tooltip",
      "value": {},
      "on": [
        {"events": "rect:mouseover", "update": "datum"},
        {"events": "rect:mouseout",  "update": "{}"}
      ]
    }
  ],
   "scales": [
   "scales": [
     {
     {
       "name": "x",
       "name": "xscale",
       "type": "ordinal",
       "type": "band",
      "domain": {"data": "table", "field": "category"},
       "range": "width",
       "range": "width",
       "domain": {"data": "table", "field": "x"}
       "padding": 0.05,
      "round": true
     },
     },
     {
     {
       "name": "y",
       "name": "yscale",
      "type": "linear",
       "domain": {"data": "table", "field": "amount"},
      "range": "height",
       "nice": true,
       "domain": {"data": "table", "field": "y"},
      "range": "height"
       "nice": true
     }
     }
   ],
   ],
   "axes": [
   "axes": [
     {"type": "x", "scale": "x"},
     { "orient": "bottom", "scale": "xscale" },
     {"type": "y", "scale": "y"}
     { "orient": "left", "scale": "yscale" }
   ],
   ],
   "marks": [
   "marks": [
     {
     {
       "type": "rect",
       "type": "rect",
       "from": {"data": "table"},
       "from": {"data":"table"},
       "properties": {
       "encode": {
         "enter": {
         "enter": {
           "x": {"scale": "x", "field": "x"},
           "x": {"scale": "xscale", "field": "category"},
           "width": {"scale": "x", "band": true, "offset": -1},
           "width": {"scale": "xscale", "band": 1},
           "y": {"scale": "y", "field": "y"},
           "y": {"scale": "yscale", "field": "amount"},
           "y2": {"scale": "y", "value": 0}
           "y2": {"scale": "yscale", "value": 0}
         },
         },
         "update": {
         "update": {
206번째 줄: 220번째 줄:
         "hover": {
         "hover": {
           "fill": {"value": "red"}
           "fill": {"value": "red"}
        }
      }
    },
    {
      "type": "text",
      "encode": {
        "enter": {
          "align": {"value": "center"},
          "baseline": {"value": "bottom"},
          "fill": {"value": "#333"}
        },
        "update": {
          "x": {"scale": "xscale", "signal": "tooltip.category", "band": 0.5},
          "y": {"scale": "yscale", "signal": "tooltip.amount", "offset": -2},
          "text": {"signal": "tooltip.amount"},
          "fillOpacity": [
            {"test": "isNaN(tooltip.amount)", "value": 0},
            {"value": 1}
          ]
         }
         }
       }
       }
211번째 줄: 244번째 줄:
   ]
   ]
}
}
</graph>
</graph>
리브레 위키에서의 모든 기여는 크리에이티브 커먼즈 저작자표시-동일조건변경허락 3.0 라이선스로 배포됩니다(자세한 내용에 대해서는 리브레 위키:저작권 문서를 읽어주세요). 만약 여기에 동의하지 않는다면 문서를 저장하지 말아 주세요.
글이 직접 작성되었거나 호환되는 라이선스인지 확인해주세요. 리그베다 위키, 나무위키, 오리위키, 구스위키, 디시위키 및 CCL 미적용 사이트 등에서 글을 가져오실 때는 본인이 문서의 유일한 기여자여야 하고, 만약 본인이 문서의 유일한 기여자라는 증거가 없다면 그 문서는 불시에 삭제될 수 있습니다.
취소 편집 도움말 (새 창에서 열림)

| () [] [[]] {{}} {{{}}} · <!-- --> · [[분류:]] · [[파일:]] · [[미디어:]] · #넘겨주기 [[]] · {{ㅊ|}} · <onlyinclude></onlyinclude> · <includeonly></includeonly> · <noinclude></noinclude> · <br /> · <ref></ref> · {{각주}} · {|class="wikitable" · |- · rowspan=""| · colspan=""| · |}

이 문서는 다음의 숨은 분류 1개에 속해 있습니다: