Attempting (and failing) to render a TW5-graph using the $graph.view widget. The title of a graphTiddler to render ($tiddler) is to be derived using a macrocall. Although the macrocall works, the graph is not rendered, as per below screen grabs. Hardcoding the title of a graphTiddler within the $graph.view widget rednders the graph correctly.
To demo, the following tiddler was created on TW5-Graph
Tiddler Title : ShowTW5Graph
Tiddlyer Text :
\define TWGraphName(grphname) $:/graph/$grphname$
<$set name=grphname value="Introduction" />
<$set name="tw5graphtitle" value="""<$macrocall $name="TWGraphName" grphname="Introduction" />""" >
!Graph1 - derived graph title - does not work
Graph Link : <<tw5graphtitle>>
<$graph.view $tiddler=<<tw5graphtitle>> />
!Graph2 - using graphname
<$graph.view $tiddler="$:/graph/Introduction" />
Screengrab of the two graphs:
Any pointers on how to resolve?
Thanks,
Gt

