implementattion of chord chart in pyramid 2018
Hi Team,
Do we have an option of implementing chord chart in pyramid 2018? If yes,can you please help me out on this?
Thanks,
Regards
Manish
1 reply
-
Hi Manish,
As of Pyramid 2018.05.nnn you can add your own visualisations in to Pyramid. We have based the approach on the D3 visualisation library. Thus you can copy the JavaScript from the D3 Chord Chart of your choice (https://d3js.org/), paste it into Pyramid, then adapt it using the Pyramid Visualisation API (http://help.pyramidanalytics.com/Content/Root/developer/reference/APIs/Custom%20Visual%20API/Custom%20Visual%20API.htm). Custom Visualisations are part of the "Formulate" module.
Obviously, this is not designed as an "end user" activity and you need reasonable JavaScript experience to implement, but the final result can be saved into the Pyramid content store and reused like any other built-in visualisation by any other Pyramid user on that system with their data, providing an infinitely extendable visualisation environment.
Walking you through the process of adapting the D3 script to Pyramid using the API is outside the scope of this forum, but we'll be adding additional Training / Tutorial resources on Custom Visualisations to the web site shortly.
Hope that helps.
Ian