Currently the process to attach a graph to the triggered item depends on the associated items to the trigger function. When at least 1 graph is found that has a matching item key of the item that was triggered, that graph will be embedded in the message.
To allow for a more flexibel graph search/targeting model, a TAG could indicate the graph that MailGraph should use for the specific report.
v1.18 has code to accomplish this by picking up a "mailGraph.graph" tag from the respective Trigger.
Also have added code to set a different graph period for this Trigger with "mailGraph.period" tag.
Currently the process to attach a graph to the triggered item depends on the associated items to the trigger function. When at least 1 graph is found that has a matching item key of the item that was triggered, that graph will be embedded in the message. To allow for a more flexibel graph search/targeting model, a TAG could indicate the graph that MailGraph should use for the specific report.