mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 23:35:45 +00:00
feat(FE-316): Disable tooltip cursor in uniformity bar chart
This commit is contained in:
@@ -95,6 +95,7 @@ const UniformityBarChart: React.FC<UniformityBarChartProps> = ({ data }) => {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<Tooltip
|
<Tooltip
|
||||||
|
cursor={false}
|
||||||
content={CustomTooltip}
|
content={CustomTooltip}
|
||||||
wrapperStyle={{
|
wrapperStyle={{
|
||||||
width: '200px',
|
width: '200px',
|
||||||
|
|||||||
Reference in New Issue
Block a user