Projekt

Obecné

Profil

« Předchozí | Další » 

Revize ae8c1b88

Přidáno uživatelem Štěpán Červenka před téměř 4 roky(ů)

Re #8409 - Prozkoumat možnosti interakce s grafy v knihovně Vega

Zobrazit rozdíly:

src/vega-analyze/interrupted-analyze/final-barchart.json
7 7
  "data": [
8 8
    {
9 9
      "name": "table",
10
      "url":  "data.json",
10
      "url":  "data_big.json",
11 11
      "transform": [
12 12
        {
13 13
          "type": "formula",
......
33 33
    {
34 34
      "name": "yscale",
35 35
      "type": "linear",
36
      "domain": {"data": "table", "field": "sensors[0].value"},
36
      "domain": {"data": "table", "field": "value"},
37 37
      "nice": true,
38 38
      "range": "height"
39 39
    }
......
52 52
        "enter": {
53 53
          "x": {"scale": "xscale", "field": "unit0"},
54 54
          "x2": {"scale": "xscale", "field": "unit1"},
55
          "y": {"scale": "yscale", "field": "sensors[0].value"},
55
          "y": {"scale": "yscale", "field": "value"},
56 56
          "y2": {"scale": "yscale", "value": 0}
57 57
        }
58 58
      }

Také k dispozici: Unified diff