Content deleted Content added
Line 115:
::::::::@ {{U|קיפודנחש|קיפודנחש}}: One small problem, I think. I'm trying to use {{green|<nowiki>|hide group legends = {{#if:{{{hide group legends|}}}|{{{hide group legends}}}|false}}</nowiki>}}, and I'm pretty sure I'm passing true/false correctly - but it seems once you even specify the parameter at all it evaluates as true, and hides them, even if blank or false ? Or, I'm screwing up and tested it wrong, which is equally possible...
::::::::<small>(tooltip value accumulation seems to behave the same, now I look - didn't notice that because I always pass 'true' to that)</small> <span style="font-family:Arial;font-weight:bold;color:#000;">[[User:Begoon|<span style="color:#0645AD;">Begoon</span>]] [[User talk:Begoon|<span style="color:gray;"><sup>talk</sup></span>]]</span> 05:04, 29 June 2013 (UTC)
'''See this:'''
{|
|-
|
{{ #invoke:Chart | bar chart
| height = 250
| width = 300
| stack = 1
| group 1 = 40 : 50 : 60 : 20
| group 2 = 20 : 60 : 12 : 44
| group 3 = 55 : 14 : 33 : 5
| colors = green : yellow : orange
| group names = Apple : Banana : Orange
| units suffix = Kg
| x legends = Before : During : After : Post mortem
| hide group legends = false
| tooltip value accumulation = false
}}
|<pre>
{{ #invoke:Chart | bar chart
| height = 250
| width = 300
| stack = 1
| group 1 = 40 : 50 : 60 : 20
| group 2 = 20 : 60 : 12 : 44
| group 3 = 55 : 14 : 33 : 5
| colors = green : yellow : orange
| group names = Apple : Banana : Orange
| units suffix = Kg
| x legends = Before : During : After : Post mortem
| hide group legends = false
| tooltip value accumulation = false
}}
</pre>
|}
|