Kian How Tan Posted March 8, 2023 Share Posted March 8, 2023 Hi,I am trying to control my Sankey diagram using Ironpython.While I am able to reference a cross-table in this manner#Create cross table visualizationfor vis in page.Visuals: ct = vis.As[CrossTablePlot]()# Horizontal:ct.ColumnAxis.Expression = "<[Col1]>"# Vertical:ct.RowAxis.Expression = "<[Col2] >"# Cell values:ct.MeasureAxis.Expression = "Max([Col3])"I am struggling to find the Sankey Mod equalivent.Any pointers to the documentation would be helpful!Thanks Link to comment Share on other sites More sharing options...
Fredrik Rosell Posted March 8, 2023 Share Posted March 8, 2023 Hello,There is currently no API for Mods, so that is not possible today. I found the following existing idea that you might want to vote for:"C# API for adding or configuring Mod Visualizations"https://ideas.tibco.com/ideas/TS-I-8499Best RegardsFredrik Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now