mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge branch 'master' into valuepanel
This commit is contained in:
commit
123faa6f8e
@ -17,6 +17,7 @@ function (_, crypto) {
|
|||||||
window_title_prefix : 'Grafana - ',
|
window_title_prefix : 'Grafana - ',
|
||||||
panels : {
|
panels : {
|
||||||
'graph': { path: 'panels/graph' },
|
'graph': { path: 'panels/graph' },
|
||||||
|
'stats': { path: 'panels/stats' },
|
||||||
'text': { path: 'panels/text' }
|
'text': { path: 'panels/text' }
|
||||||
},
|
},
|
||||||
plugins : {},
|
plugins : {},
|
||||||
|
@ -207,6 +207,8 @@ function (angular, $, kbn, moment, _, GraphTooltip) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (shouldDelayDraw(panel)) {
|
if (shouldDelayDraw(panel)) {
|
||||||
|
// temp fix for legends on the side, need to render twice to get dimensions right
|
||||||
|
callPlot();
|
||||||
setTimeout(callPlot, 50);
|
setTimeout(callPlot, 50);
|
||||||
legendSideLastValue = panel.legend.rightSide;
|
legendSideLastValue = panel.legend.rightSide;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user