Pau Riosapaugramming.comยทApr 28, 2024How to make ChartJS Responsive in Phoenix LiveViewPackage Versions phoenix liveview -> 0.20.2 chart.js -> 4.4.2 Setup // config setup import Chart from "chart.js/auto"; export const BarChart = { dataset() { return JSON.parse(this.el.dataset.items); }, labels() { retu...115 readsElixirAdd a thoughtful commentNo comments yetBe the first to start the conversation.