towerops/lib/towerops_web/live/graph_live
Graham McIntire 5493a83114 show decimal precision and units on graph y-axis (#76)
Chart.js was showing integer-rounded values like '2' instead of '2.1 ms'. Uses toFixed(1) in tick callbacks for proper decimal display with units.

Reviewed-on: graham/towerops-web#76
2026-03-18 15:49:20 -05:00
..
show.ex show decimal precision and units on graph y-axis (#76) 2026-03-18 15:49:20 -05:00
show.html.heex add dual-axis graph for dns checks (#74) 2026-03-18 15:13:31 -05:00