mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
GraphNG: uPlot 1.6.16 (#39260)
This commit is contained in:
@@ -234,6 +234,8 @@ export function getConfig(opts: BarsOptions, theme: GrafanaTheme2) {
|
||||
}
|
||||
}
|
||||
|
||||
u.ctx.save();
|
||||
|
||||
u.ctx.fillStyle = theme.colors.text.primary;
|
||||
u.ctx.font = `${fontSize}px ${theme.typography.fontFamily}`;
|
||||
|
||||
@@ -265,6 +267,8 @@ export function getConfig(opts: BarsOptions, theme: GrafanaTheme2) {
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
u.ctx.restore();
|
||||
};
|
||||
|
||||
// handle hover interaction with quadtree probing
|
||||
|
||||
Reference in New Issue
Block a user