feat(09-03): add chart panel to StorageView with toggle and localization
- Update StorageView.xaml: DataGrid top, GridSplitter, chart panel bottom - Add PieChart and CartesianChart with MultiDataTrigger visibility - Add radio buttons for donut/bar chart toggle in left panel - Create BytesLabelConverter for chart tooltip formatting - Add stor.chart.* localization keys in EN and FR resx files Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -378,4 +378,10 @@
|
||||
<data name="audit.noSites" xml:space="preserve">
|
||||
<value>Select at least one site to scan.</value>
|
||||
</data>
|
||||
<!-- Phase 9: Storage Visualization Charts -->
|
||||
<data name="stor.chart.title" xml:space="preserve"><value>Storage by File Type</value></data>
|
||||
<data name="stor.chart.donut" xml:space="preserve"><value>Donut Chart</value></data>
|
||||
<data name="stor.chart.bar" xml:space="preserve"><value>Bar Chart</value></data>
|
||||
<data name="stor.chart.toggle" xml:space="preserve"><value>Chart View:</value></data>
|
||||
<data name="stor.chart.nodata" xml:space="preserve"><value>Run a storage scan to see file type breakdown.</value></data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user