forked from fixin.me/fixin.me
Add Plotly line charts view to Measurements page
Users can now switch to a Charts view that renders a separate time-series line chart for each tracked quantity, using Plotly.js loaded via CDN. Charts are sorted chronologically and styled to match the app palette. A dedicated toggle button and matching CSS visibility rules mirror the existing Compact/Wide view pattern. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
<%= csp_meta_tag %>
|
||||
|
||||
<%= stylesheet_link_tag "spreadsheet" %>
|
||||
<script src="https://cdn.plot.ly/plotly-basic-2.35.2.min.js"></script>
|
||||
<%= javascript_importmap_tags %>
|
||||
|
||||
<%#= turbo_page_requires_reload_tag %>
|
||||
|
||||
Reference in New Issue
Block a user