Before you start with the IBM d3 implementation, it is a good idea to read up on how
d3 actually works. A lot of people find it really difficult, so having a basic understanding will really help you down the way.
The payoff is that d3 is extremely powerful, there is not much that you can not visualise with it, and being able to write your own d3 visualisations for Cognos basically allows you to show your Cognos data in
any way you can imagine.
And beyond that, you are not limited to implement your custom visualisations in d3, you can use any javascript (library) and generate the html and css you want.
I did some implementations myself, and was able to build custom maps using
Leaflet (using Geo data, polygons even, stored a database), I built process flows to do
processmining, and I created a visualisation that lists Cognos objects from a list of objectsIds, which you can use to show your last updated or most popular objects. And only the processmining visualisation is loosely based on d3 (via a library that used d3, so I didn't have to deal with it )
Good luck!
------------------------------
Reinier Battenberg
https://github.com/CognosExt------------------------------
Original Message:
Sent: Thu January 23, 2020 03:40 AM
From: Robert Berchtold Palacios
Subject: D3.js IBM Cognos Analytics library
Hello Community,
Do Somebody know where i can find some documentation about D3.js IBM Cognos Analytics library?
(Intallation guide, Library Guide, Examples...)
Thanks in advance,
Best Regards.
------------------------------
Robert Berchtold Palacios
------------------------------
#CognosAnalyticswithWatson