Modeło:Gràfego/man
Gràfego/man | |
Modeło par otegner gràfeghi interativi.
Paràmatri
canbia- width: larghesa del gràfego
- height: altura del gràfego.
- type: tipo de gràfego.: line par gràfego lineałe, area para gràfego de àree, y rect para gràfego de bare (cołone). Se połe inpiłar ła sèrie xontando el còdaxe stacked, par exénpio stackedarea.
- interpolate: la interpolasion el xe on modo par grafeghi lineari e de aree. Se racomanda dopararr monotone par na interpolasion cùbega monòtona —par piasè informasion, védarse https://github.com/trifacta/vega/wiki/Marks#area —.
- colors: cołori bara del gràfego, separai da vìrgoła.Se połe doparar el formato #rgb/#rrggbb/#aarrggbb o par el nome CSS. Pałeta predeterminada in category10).
- xAxisTitle eyAxisTitle: etichete par i asi x y y.
- xAxisMin, xAxisMax, yAxisMin, and yAxisMax: vałore mìnemo de łe ase x y y.
- xAxisFormat e yAxisFormat: cànbia ła forma de łe etichete dei asi. I vałori ametesti i se nùmara par https://github.com/mbostock/d3/wiki/Formatting. Por exénpio, se połe doparar el formato d par suprìmare i separadori par i numero de l'ano
- showSymbols: inte i gràfeghi lineari se połe métarghe on sìnboło ai vari dati.
- xGrid e yGrid: mostra greje o linee de fondo orixontałe e vertegałe (respetivamente)
- x: I vałori de x en na lista separada par vìrgołe
- y or y1, y2, …: i vałori de y par una o pì sèrie de dato
- legend: tìtoło de ła lejenda (ła funsiona soło co ghe xe pì sèrie de dato)
- y1Title, y2Title, …: define ła targheta de ła respetiva sèrie de dati inte ła lejenda
- formatjson: forma del ojeto JSON par na mejor lexibiłità
Sintasi
canbia{{Gràfego
|width = 400
|height = 100
|type = line
|x = 1, 2, 3, 4, 5, 6, 7, 8
|y = 10, 12, 6, 14, 2, 10, 7, 9
}}
Gràfego de aree
canbia{{Gràfego
|width = 400
|height = 100
|type = area
|x = 1, 2, 3, 4, 5, 6, 7, 8
|y = 10, 12, 6, 14, 2, 10, 7, 9
}}
Bar chart
canbia{{Gràfego
|width = 400
|height = 100
|xAxisTitle = X
|yAxisTitle = Y
|type = rect
|x = 1, 2, 3, 4, 5, 6, 7, 8
|y = 10, 12, 6, 14, 2, 10, 7, 9
}}
Gràfego de linee co pì de na sèrie de dato, doparando cołori
canbia{{Gràfego
|width = 400
|height = 100
|xAxisTitle = X
|yAxisTitle = Y
|legend = Lejenda
|type = line
|x = 1, 2, 3, 4, 5, 6, 7, 8
|y1 = 10, 12, 6, 14, 2, 10, 7, 9
|y2 = 2, 4, 6, 8, 13, 11, 9, 2
|colors = #0000aa, #ff8000
}}
Gràfego a bare co pì sèrie de dato a interpoxision
canbia{{Gràfego
|width = 400
|height = 100
|xAxisTitle = X
|yAxisTitle = Y
|legend = Lejenda
|type = area
|x = 1, 2, 3, 4, 5, 6, 7, 8
|y1 = 10, 12, 6, 14, 2, 10, 7, 9
|y2 = 2, 4, 6, 8, 13, 11, 9, 2
|colors = #800000aa, #80ff8000
}}
Gràfego a bare co vàrie sèrie de dati
canbia{{Gràfego
|width = 400
|height = 100
|xAxisTitle = X
|yAxisTitle = Y
|legend = Lejenda
|type = rect
|x = 1, 2, 3, 4, 5, 6, 7, 8
|y1 = 10, 12, 6, 14, 2, 10, 7, 9
|y2 = 2, 4, 6, 8, 13, 11, 9, 2
|colors = #800000aa, #80ff8000
}}
Gràfego a àrea co linee inmorbidie
canbia{{Gràfego
|width = 400
|height = 100
|xAxisTitle = X
|yAxisTitle = Y
|legend = Lejenda
|type = stackedarea
|x = 1, 2, 3, 4, 5, 6, 7, 8
|y1 = 10, 12, 6, 14, 2, 10, 7, 9
|y2 = 2, 4, 6, 8, 13, 11, 9, 2
|interpolate = monotone
|colors = seagreen, orchid
}}
Gràfego de bare co sèrie de dati inpiłai
canbia{{Gràfego
|width = 400
|height = 100
|xAxisTitle = X
|yAxisTitle = Y
|legend = Lejenda
|type = stackedrect
|x = 1, 2, 3, 4, 5, 6, 7, 8
|y1 = 10, 12, 6, 14, 2, 10, 7, 9
|y2 = 2, 4, 6, 8, 13, 11, 9, 2
|y1Title = Datos A
|y2Title = Datos B
|colors = seagreen, orchid
}}
Gràfego lineałe doparando parsentuałi e mostrando ponti e greja
canbia{{Gràfego
|width = 400
|height = 200
|x = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23
|yAxisMin = .35
|yAxisMax = .55
|yAxisFormat = %
|showSymbols = 1
|xGrid = 1
|yGrid = 1
|y1 = .39, .43, .38, .38, .40, .48, .54 , .42, .47, .45, .48, .44, .41, .41, .45, .46
}}