Matthias
Matthias

Reputation: 471

SAPUI5 using chart.js

Is it possible to use SAPUI5 together with chart.js and also use a odatamodel as input for the chart? Would be also nice if there are any example how to implement it.

I know UI5 has also possibility to plot charts but the are very poor.

I want plot a chart with different background color to higlight some data. Similar to this enter image description here

Upvotes: 0

Views: 1224

Answers (1)

user6202987
user6202987

Reputation:

To answer your question: It is possible and a similar implementation was made in the past.

I'm reffering to SAPUI5 custom controls which implemented a subset of d3.js on which chart.js is based. Since this implementation is two years old, it probably won't work with the most recent UI5 version (1.34.6), but there is definitly some value for your implementation in reading the code and the SCN article for it.

I won't share an implementation example here since it would require a complete implementation of a custom element like Qualiture mentioned.

Upvotes: 0

Related Questions