copilot-lens 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -76,6 +76,11 @@ Eight interactive charts powered by Chart.js, arranged in a 2-column grid:
|
|
|
76
76
|
|
|
77
77
|
Doughnut chart legends are interactive — click a label to toggle that segment's visibility.
|
|
78
78
|
|
|
79
|
+
#### Glimpse of Analytics Dashboard
|
|
80
|
+
|
|
81
|
+
<img width="1184" height="1011" alt="image" src="https://github.com/user-attachments/assets/136205ca-f206-4fb1-88a7-71640314a9b5" />
|
|
82
|
+
|
|
83
|
+
|
|
79
84
|
### 🎨 UI Features
|
|
80
85
|
|
|
81
86
|
- **Dark & Light mode** — toggle with one click, preference is saved
|
|
@@ -135,3 +140,4 @@ If you'd like a prettier URL like `http://copilot.lens:3000`, add this to your h
|
|
|
135
140
|
- **macOS/Linux**: `echo "127.0.0.1 copilot.lens" | sudo tee -a /etc/hosts`
|
|
136
141
|
|
|
137
142
|
Then run: `copilot-lens --host copilot.lens`
|
|
143
|
+
|