publishpress / PublishPress-Blocks

PublishPress Blocks adds the missing blocks and configuration you need to build professional websites. Take the control of the new Gutenberg editor with user edition profile configuration and 20+ new blocks and options.
15 stars 8 forks source link

Charts blocks #530

Open stevejburge opened 3 years ago

stevejburge commented 3 years ago

I wonder if we could design a block to implement something like this: https://chartscss.org/

Screen Shot 2021-03-18 at 12 50 35 PM
htmgarcia commented 3 years ago

@stevejburge I would say is possible. The challenge is how to allow the user to create charts in an easy way.

htmgarcia commented 2 years ago

@stevejburge there are a few charts libraries build on React JS that seems a good alternative. As example Recharts: https://recharts.org/en-US/examples/PieChartWithCustomizedLabel

I imagine the flow, starting with the user adding the data in a stylesheet format, and this data is converted automatically into a desired chart style.