|
|
Line 1: |
Line 1: |
| {{Graph:Chart
| |
|
| |
|
|
| |
| <!-- Created with CSV2WikiChart - URL: https://niebert.github.io/csv2wikichart_app -->
| |
| |type=line
| |
| <!-- Attribute 'type' has value 'line' in output format 'mediawiki' -->
| |
| |linewidth=2
| |
| <!-- Attribute 'interpolate' has value 'line' with thinin output format 'mediawiki' -->
| |
| |showSymbols=3
| |
| <!-- Width and Height of the rendered image in Wikiversity, Wikipedia, ... -->
| |
| |width=600
| |
| |height=480
| |
| <!-- Header of the Legend -->
| |
| |legend=Legende
| |
| <!-- Attribute 'colorpalette' has value 'user-defined' in output format 'mediawiki'
| |
| therefore the colors of the curve are defined by the curve colors for the datarow -->
| |
| |colors=#ff7f0e,#2ca02c,#d62728,#9467bd
| |
| <!-- Define the properties of the x-axis -->
| |
| |xAxisTitle=HP
| |
| |xAxisAngle=0
| |
| <!-- Define the properties of the y-axis -->
| |
| |yAxisTitle=y-Values
| |
| <!-- Define CSV Data into the Graph-->
| |
| <!-- Column List 'x': 'HP' with color of line: '#1f77b4' -->
| |
| <!-- Data 'HP': 33 36 38 41 43 46 48 51 53 56 58 -->
| |
| |xTitle=HP
| |
| |x= 33,36,38,41,43,46,48,51,53,56,58
| |
| <!-- Column List 'y1': 'Attack' with color of line: '#ff7f0e' -->
| |
| <!-- Data 'Attack': 6 8 9 11 12 14 15 17 18 20 21 -->
| |
| |y1Title=Attack
| |
| |y1= 6,8,9,11,12,14,15,17,18,20,21
| |
| <!-- Column List 'y2': 'Sp. Atk.' with color of line: '#2ca02c' -->
| |
| <!-- Data 'Sp. Atk.': 8 10 11 13 14 16 18 20 22 24 26 -->
| |
| |y2Title=Sp. Atk.
| |
| |y2= 8,10,11,13,14,16,18,20,22,24,26
| |
| <!-- Column List 'y3': 'Defense' with color of line: '#d62728' -->
| |
| <!-- Data 'Defense': 7 9 11 13 15 17 19 21 23 25 27 -->
| |
| |y3Title=Defense
| |
| |y3= 7,9,11,13,15,17,19,21,23,25,27
| |
| <!-- Column List 'y4': 'Sp. Def.' with color of line: '#9467bd' -->
| |
| <!-- Data 'Sp. Def.': 7 9 11 13 15 17 19 21 23 25 27 -->
| |
| |y4Title=Sp. Def.
| |
| |y4= 7,9,11,13,15,17,19,21,23,25,27
| |
|
| |
| }}
| |