cancel
Showing results for 
Search instead for 
Did you mean: 

Step Chart in UI5

Former Member
0 Kudos

ui5.png

Is it possible to create a Chart like the one in the attachment?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member484715
Contributor
0 Kudos

Hi Florian Lenz,

You can do it through CanvasJS or by using C3.js. Please refer the below links :

http://c3js.org/samples/chart_step.html

https://canvasjs.com/docs/charts/chart-types/stepped-area-chart/

Regards,

Arjun Biswas

iftah_peretz
Active Contributor
0 Kudos

Hi,

A step chart is basically a line chart. As for coloring under the line, I would check the vizUpdate method and play around with the CSS, hopefully, you'll manage something.

If all fails, you can always look for some external chart lib and import it and use it or embed it using the HTML api.