Actions
Bug #5871
closedDashboard graphs are broken on a new install
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
On a fresh install of Rudder there is obviously not much reporting data available, so the dashboard can't be expected to be very useful. However, something weird happens, and the graph types actually change, and the gauge of total compliance has two needles (!).
See this screenshot:
To my mind, the most important issues here are:
- Avoid having 2 needles in the gauge
- Don't display X-Y axis for donut charts when there's no data. A simple solution here would be to display "No data available" instead of the graph.
Files
Updated by Jonathan CLARKE almost 10 years ago
- Status changed from New to Rejected
Actually, this was only the case because the agent was not running on the root server, because the failsafe promises were broken. So this doesn't need fixing after all, it's an impossible condition to meet :)
Actions