יחידה:גרפים: הבדלים בין גרסאות בדף
אין תקציר עריכה |
|||
| שורה 99: | שורה 99: | ||
values[i] = tonumber( lang:parseFormattedNumber( value ) ) | values[i] = tonumber( lang:parseFormattedNumber( value ) ) | ||
or error( string.format( 'Slice %d: "%s", first item("%s") could not be parsed as a number', i, value or '', sliceStr ) ) | or error( string.format( 'Slice %d: "%s", first item("%s") could not be parsed as a number', i, value or '', sliceStr ) ) | ||
colors[i] = not nulOrWhitespace( color ) and color or defColors[i | colors[i] = not nulOrWhitespace( color ) and color or defColors[i] | ||
names[i] = name or '' | names[i] = name or '' | ||
links[i] = link | links[i] = link | ||