mirror of
https://github.com/grafana/grafana.git
synced 2025-09-18 04:14:30 +08:00
GraphNG: Using new VizLayout, moving Legend into GraphNG and some other refactorings (#28913)
* Graph refactorings * Move legend to GraphNG and use new VizLayout * Things are working * remove unused things * Update * Fixed ng test dashboard * Update * More refactoring * Removed plugin * Upgrade uplot * Auto size axis * Axis scaling * Fixed tests * updated * minor simplification * Fixed selection color * Fixed story * Minor story fix * Improve x-axis formatting * Tweaks * Update * Updated * Updates to handle timezone * Updated * Fixing types * Update * Fixed type * Updated
This commit is contained in:
@ -86,10 +86,10 @@ const getStoriesKnobs = () => {
|
||||
const legendPlacement = select<LegendPlacement>(
|
||||
'Legend placement',
|
||||
{
|
||||
under: 'under',
|
||||
bottom: 'under',
|
||||
right: 'right',
|
||||
},
|
||||
'under'
|
||||
'bottom'
|
||||
);
|
||||
const renderLegendAsTable = select<any>(
|
||||
'Render legend as',
|
||||
|
Reference in New Issue
Block a user