Hello guys,
is there any way how to index, i.e. write multiple choice entries in visuals that have the option to "customize series"? For example in the area chart -> data labels -> customize series - you can manage the settings for each of the series. How to write this in .json please? Example below is for the area chart "DATA LABELS":
Thanks!
is there any way how to index, i.e. write multiple choice entries in visuals that have the option to "customize series"? For example in the area chart -> data labels -> customize series - you can manage the settings for each of the series. How to write this in .json please? Example below is for the area chart "DATA LABELS":
JavaScript:
"labels": [{
"showAll": true, --- this enables the option to customize each of the series
[I] [B] 1. customize first serie[/B] - set: ("backgroundTransparency":[B] 70[/B])
[B]2. customize second serie[/B] - set: ("backgroundTransparency": [B]60[/B])
etc.[/I]
}]
Thanks!