ietf-tools / www

A customized CMS for the IETF website
BSD 3-Clause "New" or "Revised" License
22 stars 45 forks source link

Add chart library to page editor #236

Open JayDaley opened 2 years ago

JayDaley commented 2 years ago

Any suitable chart library will do so long as the integration is such that a chart can be added in the same way a paragraph or table is added when editing a page. Don't need the charts to reference any external data. Charts should work well on mobile and support accessibility (though I have no idea how charts are meant to do that).

mgax commented 8 months ago

https://github.com/overcastsoftware/wagtailcharts looks like a good candidate. It's based on https://www.chartjs.org, which claims to display responsive charts.

ghwood commented 7 months ago

@JayDaley are charts a current requirement?

JayDaley commented 7 months ago

Yes, simple charts embedded in blog posts would be very useful. Don't want anything too complex