mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 15:45:43 -06:00
* Add support for local time formats in graph panel * Enfore 24h format for backward compatibility * Use existing Intl.DateTimeFormatOptions * Pre-generate time scale, add tests * Move localTimeFormat, add local format to units * updated default fallback * #25602, use navigator.languages to enforce locale in formatting * Making options * Worked new system settings * things are working * Local browser time formats working * Support parsing dates in different formats * settings updated * Settings starting to work * Fixed graph issue * Logs fix * refactored settings a bit * Updated and name change * Progress * Changed config names * Updated * Updated * Updated test * Synced description * fixed ts issue * Added version notice * Ts fix * Updated heatmap and test * Updated snapshot * Updated * fixed ts issue * Fixes Co-authored-by: Alex Shpak <alex-shpak@users.noreply.github.com> |
||
---|---|---|
.. | ||
img | ||
Legend | ||
specs | ||
align_yaxes.ts | ||
axes_editor.html | ||
axes_editor.ts | ||
data_processor.ts | ||
graph_tooltip.d.ts | ||
graph_tooltip.ts | ||
graph.ts | ||
GraphContextMenuCtrl.ts | ||
GraphMigrations.test.ts | ||
GraphMigrations.ts | ||
histogram.ts | ||
jquery.flot.events.ts | ||
module.ts | ||
plugin.json | ||
README.md | ||
series_overrides_ctrl.ts | ||
tab_display.html | ||
tab_legend.html | ||
tab_series_overrides.html | ||
tab_thresholds.html | ||
tab_time_regions.html | ||
template.ts | ||
threshold_manager.ts | ||
thresholds_form.html | ||
thresholds_form.ts | ||
time_region_manager.ts | ||
time_regions_form.html | ||
time_regions_form.ts | ||
types.ts | ||
utils.test.ts | ||
utils.ts |
Graph Panel
This is the main Graph panel and is included with Grafana. It provides a very rich set of graphing options.
For full reference documentation:
https://grafana.com/docs/grafana/latest/features/panels/graph/