-
- Downloads
feat: Add new metric control components and associated styling
- Added new HTML file for metric control (#319) with necessary elements and descriptors. - Created JavaScript modules for new metric and metric graph components for handling data visualization logic. - Implemented CSS stylesheets for both metric and metric graph, enhancing the visual appearance and layout. - Updated the existing typography.css to include additional characters and improve font loading definitions. These changes provide a basis for the new metric control system that enhances data representation and visual analytics within the application, addressing a critical need for better metrics and visual cues in reports.
Showing
- development/issues/closed/319.html 163 additions, 0 deletionsdevelopment/issues/closed/319.html
- development/issues/closed/319.mjs 16 additions, 0 deletionsdevelopment/issues/closed/319.mjs
- source/components/data/metric-graph.mjs 475 additions, 0 deletionssource/components/data/metric-graph.mjs
- source/components/data/metric.mjs 187 additions, 0 deletionssource/components/data/metric.mjs
- source/components/data/style/metric-graph.pcss 71 additions, 0 deletionssource/components/data/style/metric-graph.pcss
- source/components/data/style/metric.pcss 88 additions, 0 deletionssource/components/data/style/metric.pcss
- source/components/data/stylesheet/metric-graph.mjs 31 additions, 0 deletionssource/components/data/stylesheet/metric-graph.mjs
- source/components/data/stylesheet/metric.mjs 31 additions, 0 deletionssource/components/data/stylesheet/metric.mjs
- source/components/style/typography.css 2 additions, 4 deletionssource/components/style/typography.css
development/issues/closed/319.html
0 → 100644
development/issues/closed/319.mjs
0 → 100644
source/components/data/metric-graph.mjs
0 → 100644
source/components/data/metric.mjs
0 → 100644
source/components/data/style/metric.pcss
0 → 100644
This diff is collapsed.
source/components/data/stylesheet/metric.mjs
0 → 100644
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment