Search code examples
sapui5scatter-plot

Connected ScatterPlot with sapUI5 VizFrame


In my UI5 app I need to implement a "connected scatterplot" like this one: zFrame

I can't find a way to do something similar using the Scatter Plot of the VizFrame library.

Since I usually prefer to stick to the standard, I looked into the CVOM Visualization properties if there is some property I could leverage but I can't find a suitable one. Am I missing something or should I use d3.js in a custom control as stated in this blog post?


Solution

  • I successfully ended up in embedding a d3.js connected scatterplot into a custom component