Managing Sources
Edit, update, and remove your data sources.
Once you've added data sources to a page, you can manage them from the dashboard.
Source Cards
Each data source appears as a card showing:
- The source name with a colored indicator dot.
- The latest value, formatted based on the unit (currency formatting for USD, percentage for %, etc.).
- An interactive line chart showing data over time.
- The number of data points stored.
- Polling status for API sources (active, error, or paused).
Hover over the chart to see a tooltip with the exact date and value at that point.
Editing a Source
Click the settings icon on a source card to open the edit modal. From there you can:
- Rename the source.
- Change the unit.
- Update API configuration (URL, headers, polling interval, etc.).
- Modify sampling and data point limits for API array sources.
Removing a Source
Click the X icon on a source card to remove it. If the source is part of any combined views, those views will be updated or removed automatically.
Value Formatting
TotalKPI automatically formats displayed values based on the unit:
| Unit | Example Display |
|---|---|
USD | $12,345 |
% | 98.5% |
users | 1,234 users |
| Other | 1,234 [unit] |
Large numbers are formatted with commas for readability. Currency values use locale-aware formatting.