fix :: removing ellipsis in legend labels in chart hover (#6231)

This commit is contained in:
Kiran Ashok 2023-05-10 11:31:32 +05:30 committed by GitHub
parent 1ae2bfd3d2
commit 4759e282b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) => {