Marco Rizzo Posted November 22, 2018 Share Posted November 22, 2018 Hi, I would like to implement a "collapsible Tree" graph in Spotfire using JS viz Framework. Can I modify a javascript code to implement itAnd how can I modify the code to getting my data Link to collaspible tree --> https://beta.observablehq.com/@mbostock/collapsible-tree Thank a lot Link to comment Share on other sites More sharing options...
Dave Leigh Posted January 30, 2019 Share Posted January 30, 2019 While it is not possible to describe how to create every possible chart type, the general steps in creating a new visualization using an existing JavaScript library or code fragement are described in Chapter 4 of the JSViz User Guide and also followed in the following article on TIBCO Community: https://community.spotfire.com/wiki/how-create-network-chart-visualization-... The process is pretty straightforward: 1) Start with the existing code snippet or example. Re-create it in the JSViz Tester Framework. 2) Setup a blank JSViz visualization and map the data from the Spotfire Data Table into JSViz 3) Transform the data in JavaScript (if required) to match the format expected by the visualization code or library 4) Bring the visualization code into JSViz and merge into the renderCore() method In order to achieve this there is the expectation of a minimum level of familiarity with coding and JavaScript. There is also the possibility that someone seeing your question will post a working solution. 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