Javascript – How to generate time chart in Chart.js?
I'm making a simple server log, and I want use Chart.js to generate total hit reports by hour, day, month or year. Here is my code: import { ChartColors } from "$fresh_charts/utils.ts"; import Chart from "../../islands/chart.tsx"; const data = […