Шаблон:Graph:Chart
![]() | Овај шаблон покреће Lua: |
![]() |
Мета има страницу везану за: Template:Graph:Chart |
Parameters[уреди извор]
Examples[уреди извор]
Line Chart:
Note: The y-axis starts from the smallest y value, though this can be overridden with the yAxisMin parameter.
Area chart:
Note: The y-axis starts from zero
Bar chart:
Line chart with more than one data series, using colors:
Area chart with more than one data series showing blended overlap:
Bar chart with multiple data series:
Area chart with smoothed data values:
Bar chart with stacked data series:
{{Graph:Chart|width=100|height=100|type=pie|legend=Legende|x=A,B,C,D,E,F,G,H,I|y1=100,200,150,300,100,100,150,50,200}}
{{Graph:Chart|width=100|height=100|type=pie|legend=Legende|x=A,B,C,D,E,F,G,H,I|y1=100,200,150,300,100,100,150,50,200|showValues=}}
{{Graph:Chart|width=100|height=100|type=pie|legend=Legende|x=A,B,C,D,E,F,G,H,I|y1=100,200,150,300,100,100,150,50,200|y2=7,8,9,8,8,9,10,9,5|showValues=}}
{{Graph:Chart|width=100|height=100|type=pie|innerRadius=40|legend=Legende|x=A,B,C,D,E,F,G,H,I|y1=100,200,150,300,100,100,150,50,200}}
See also[уреди извор]
- {{Line chart}}