mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PieChart: Show long labels properly (#65699)
Fix label hidden when overflowing
This commit is contained in:
parent
eec7462bc3
commit
91a61f1e0d
@ -84,7 +84,7 @@ export const PieChart = ({
|
||||
|
||||
return (
|
||||
<div className={styles.container}>
|
||||
<svg width={layout.size} height={layout.size} ref={containerRef}>
|
||||
<svg width={layout.size} height={layout.size} ref={containerRef} style={{ overflow: 'visible' }}>
|
||||
<Group top={layout.position} left={layout.position}>
|
||||
{colors.map((color) => {
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user