on 2017 Dec 12 2:02 PM
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
10 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.