ErwinKomen / RU-passim

0 stars 0 forks source link

Home page: change pie chart #766

Closed ErwinKomen closed 3 months ago

ErwinKomen commented 4 months ago

Change the pie charts on the home page into normalized horizontal stacked bar charts

ErwinKomen commented 4 months ago

Implementation

  1. Use d3 for this
  2. Prepare the data into a list of objects using python function get_hbar_data()
  3. Added data in the context as hbar_data to be taken up by the JS

Javascript side

  1. Working version, but it depends on values being put in the SVG structure, which is not robuste
  2. Second attempt: is working very good now.