cancel
Showing results for 
Search instead for 
Did you mean: 

Where can I download the sap.viz chart library?

Former Member
0 Kudos

Hi,

I develop a web software with using sap.ui.communs, sap.ui.table, sap.ui.core and sap.viz chart libraries.

I found where I can download sap.ui.communs, sap.ui.table, sap.ui.core libraries to perform my software (OpenUI5 - Download)

But there's no sap.viz chart library... so for the moment I have to use in my page html this javascript code:


src="https://sapui5.netweaver.ondemand.com/resources/sap-ui-core-nojQuery.js" 


I would like to use a local src and not a online src... so where can I download the sap.viz chart library (without jquery)?

Best regards

Yannick

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Yannick,

One of (if not the only) differences between the two UI5 versions - OpenUI5 & SAPUI5 - is that SAPUI5 contains a few extra libraries that are licensed by SAP, and therefore are not included in the open source version.  These are proprietary libraries that SAP have built and sell in other parts of their software catalogue.  Mainly, this is around some of the charting functionality.

I would guess that the libraries you are using may be part of this licensed package of SAPUI5 - if you are planning on building and releasing a webapp without having first signed a license for SAPUI5, then you may well need to re-engineer your app to use OpenUI5 and something like D3.js to handle your charting functionality.

Hope this helps,

G.

former_member189945
Contributor
0 Kudos

Hi Cochie,

If you have SAPUI5 eclipse plugin installed you can find the codes for visualization library in eclipse plugins folder in jar com.sap.ui5.viz_1.22.8.jar. Extract that file with a unzip tool. js files are found in META-INF/resouces.

Note, that visualization library is not part of openUI5 so read and comply with the licenses.

Regards,

Kimmo

Message was edited by: Kimmo Jokinen

Former Member
0 Kudos

Hi Kimmo,

I don't use eclipse...an other way to download this library?