mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
fix :: removing ellipsis in legend labels in chart hover (#6231)
This commit is contained in:
parent
1ae2bfd3d2
commit
4759e282b4
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ export const Chart = function Chart({ width, height, darkMode, properties, style
|
|||
b: padding,
|
||||
t: padding,
|
||||
},
|
||||
hoverlabel: { namelength: -1 },
|
||||
};
|
||||
|
||||
const computeChartData = (data, dataString) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue