on 11-20-2014 1:57 PM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.