/** * Family Navigator Graph — entry point. * * Reads embedded data from the sidebar and initializes the compact chart. */ import Chart from "./lib/chart.js"; // Expose for sidebar inline script window.FamilyNavGraphChart = Chart;