D3 Collapsible tree implementation in OBIEE - d3.js

Could you please help me in implementing Collapsible Tree example in OBIEE. Something like this
https://bl.ocks.org/d3noob/43a860bc0024792f8803bba8ca0d5ecd
Thanks in anticipation.
Regards,
Mohammad Rafi Ansari

we can embed the D3.js in OBIEE and call the script using the Narrative view. Also, Rittman Mead has created the plugin pack for OBIEE using D3.js it's an open source, I am not sure this Tree visualization is a part of the package.
please have a look below URL
https://www.rittmanmead.com/blog/2016/12/the-visual-plugin-pack-for-obiee/

Related

D3 visualization does not starting

Hi I am following a simple tutorial for my first D3 graph. I have downloaded the actual code given and when I try to open it in the browser there is definetly a placeholder for the visualization but the visualization does not appear. Any idea why?
This is the link to the tutorial and the html file is called force_connected.html
https://github.com/mohdsanadzakirizvi/d3js

How to create dynamic graphs in Mediawiki

Our company has an internal wiki powered by MediaWiki. We are planning to create a wiki page to post some operational data in the form of graphs. Im wondering is it possible to create the following in the wiki page?
Create combo boxes like frequency of data (last month/last quarter)
Create button to generate graph
If possible a calendar to select data range
A dynamically generated graph based on the above filters
Does wiki pages allow creation of these objects and generation of graphs based on the filters dynamically? Any references to do this is highly appreciated.
You can do this with a custom-built extension. See Extension: Wiretap as an example (the source code is on GitHub). Basically you query the database using PHP and add it into the HTML source. Then you can use JavaScript to plot with d3.
(Nearly) Interactive graphs are possible with MediaWiki, but only, if you install the Graph extension, which is a bit more difficult to work with. However, there are some good tutorials and demos on the linked extension page and subpages. I'm not quite sure, if all of your use cases can be implemented with the graphs extension, as I'm not that familiar with this extension.

How to create a Sankey in icCube?

I tried to create a Sankey diagram using icCube reporting but everything I try is not working...
I did not find any sankey example in icCube demo...
No more on the icCube documentation...
Can someone provide a working example ?
I have a working example here.
Created for a customer that wanted to see the Bill of Material explosion.
This demo is based on a custom sankey widget from D3.
In demo3 now you can find an example (Shared / Other / Sankey).
The username and password is demo / demo.

D3 Graphs and Charts in nancyfx

How to configure nancy to run an example like this one here
https://gist.github.com/mbostock/3305937.
The problem I have is that the data.tsv is not found.
Thank you.
Michael

How to enable tool tip on collapsible tree graph

I am developing collapsible tree graph(http://bl.ocks.org/mbostock/4339083). i am tried to generate tool tip but i am unable to generate and also i need to show some value that value coming from json . can any one plz help me how to do .

Resources