How to make ChartJS Responsive in Phoenix LiveView
Package 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...
paugramming.hashnode.dev1 min read