cancel
Showing results for 
Search instead for 
Did you mean: 

Open source chart libraries and UI5

Former Member
0 Kudos

Hi Experts,

Since viz and makit chart libraries are not available in OpenUI5, what are the available open source chart library we can use? or If we use viz/makit, what is the license cost for SAPUI5?

I heard about google api and d3 libraries, but don't know how to bind Odata for the same.

Its great if someone can share any example or documents for the same.

Thanks,

Niket Talati

Accepted Solutions (0)

Answers (2)

Answers (2)

andreas_kunz
Active Contributor
0 Kudos

Hi Niket,

there is no way to purchase those SAPUI5-only chart libraries. SAP does not intend to make money from them. It's mostly organizational reasons not to have them as Open Source.

I don't think the given link is about customizing, but maybe the following code example is easier to grasp, even though there is no explanation:

http://jsbin.com/zonovifisa/1/edit?html,output

(no guarantee for this code, it has not been written or reviewed by me)

Regards

Andreas

Former Member
0 Kudos

Any javascript based libraries can be used . For eg: If you want to use D3 charts , include the following script in the index file :

<script src="http://d3js.org/d3.v3.min.js"></script>

And start using the charts .  The D3 charts expect json data which you can get from your services . Provide the data in the expected format and it will work .

Refer the following blog as well :

Regards

Mayank Jain

Former Member
0 Kudos

Thanks Mayank for the quick help.

Can you share any example on it? I have referred the link, but it is about customizing. So didn't get it.

Regards,

Niket Talati