JS plugin to create presentations with graphics

1

I need to develop a tracking page where you will have graphs to present information in a slide, ie it would practically be a "carousel" picking up the entire screen where each slide would have a different graph.

Does anyone know of a js plugin to do this?

    
asked by anonymous 09.03.2018 / 20:24

1 answer

0

I found a great framework for creating presentations in Javascript, it is easy to understand and simple to develop. It is called reveal.js and has integration with chart.js , which in my case was very useful for developing graphs during the presentation.

Here is a demo for anyone who wants to see the slides of this framework in practice.

Demo: link

    
07.05.2018 / 16:02