Format: Ro: Diferență între versiuni

De la alegeri.md
Salt la: navigare, căutare
Linia 4: Linia 4:
 
"height": 200,
 
"height": 200,
 
"width": 915,
 
"width": 915,
"padding": {"top": 10, "left": 30, "bottom": 30, "right": 0},
+
"padding": {"top": 10, "left": 30, "bottom": 30, "right": 30},
 
//
 
//
 
"data": [
 
"data": [
Linia 10: Linia 10:
 
"name": "table",
 
"name": "table",
 
"values": [
 
"values": [
{"x": 1, "y": 100},
+
{"x": "A", "y": 99.12},
{"x": 2, "y": 55},
+
{"x": "B", "y": 55.04},
{"x": 3, "y": 43},
+
{"x": "C", "y": 43},
{"x": 4, "y": 91},
+
{"x": "D", "y": 91},
{"x": 5, "y": 81},
+
{"x": "E", "y": 81},
 
]
 
]
 
}
 
}
 
],
 
],
 
 
//
 
//
 
"scales": [
 
"scales": [
Linia 27: Linia 26:
 
"padding": 0.5,
 
"padding": 0.5,
 
"round": true,
 
"round": true,
"domain": {
+
"domain": {"data": "table", "field": "x"}
"data": "table",
+
},
"field": "x"
+
{
}
+
"name": "y",
},
+
"type": "linear",
{
+
"range": "height",
"name": "y",
+
"nice": true,
"type": "linear",
+
"domain": {"data": "table", "field": "y"}
"range": "height",
+
}
"domain": {
 
"data": "table",
 
"field": "y"
 
},
 
"nice": true
 
}
 
 
],
 
],
 +
//
 
"axes": [
 
"axes": [
 +
{
 +
"type": "x",
 +
"scale": "x",
 +
"values": ["A", "C"],
 +
"properties":
 
{
 
{
"type": "x",
+
"ticks": {"stroke": {"value": "#999"}},
"scale": "x",
+
"labels": {"fill": {"value": "#666"}},
      "labels": {        "interactive": true },
+
"axis": {"stroke": {"value": "#ccc"}}
 
 
      "domain": {
 
        "update": {
 
          "stroke": {"value": "#333"},
 
          "strokeWidth": {"value": 1.5},
 
"domainColor": "grey"
 
        }
 
      }
 
},
 
{
 
"type": "y",
 
"scale": "y"
 
 
}
 
}
 +
},
 +
{
 +
"type": "y",
 +
"scale": "y",
 +
// "offset": 5, // отступ от графика
 +
"ticks": 5, // кол-во значений на оси y
 +
// "tickSize": 2,
 +
// "tickSizeEnd": 10,
 +
"grid": true,
 +
"values": [10, 30, 50, 70, 100],
 +
    "properties": {      "axis": {
 +
        "stroke": {"value": "#ccc"},
 +
"strokeWidth": 1,
 +
      },
 +
      "ticks": {
 +
        "stroke": {"value": "#ccc"},
 +
      },
 +
}
 +
}
 
],
 
],
 +
 
"marks": [
 
"marks": [
 
{
 
{

Versiunea de la data 1 august 2020 11:36

















18293 / 201818793 / 2018147 / 2019