Alias field now accepting expressions matching groupbys.
This was done to avoid the pretty long legend texts that are displayed when using groupbys.
The default behavior uses the same formatting as before, and users can customize the alias by using expressions corresponding to the groupbys blocs that were defined. Valid expressions have the following format : $_[tag|value|time]group[tag_name|number] and are documented in a HTML infobox next to the field.
This PR can be associated to issue #24
Of course I'm open to criticism and I can make modifications if you see something wrong
Alias field now accepting expressions matching groupbys.
This was done to avoid the pretty long legend texts that are displayed when using groupbys. The default behavior uses the same formatting as before, and users can customize the alias by using expressions corresponding to the groupbys blocs that were defined. Valid expressions have the following format : $_[tag|value|time]group[tag_name|number] and are documented in a HTML infobox next to the field.
This PR can be associated to issue #24
Of course I'm open to criticism and I can make modifications if you see something wrong