Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaAmega committed Dec 17, 2024
1 parent 98ab1f3 commit 46779b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/evidently/ui/dashboards/test_suites.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,10 @@ def get_z_value(test, date) -> float:
],
layout={"showlegend": True},
)

fig.update_yaxes(showticklabels=False)
fig.update_xaxes(type="category")

return fig


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const BigGraphWidgetContent: React.FunctionComponent<BigGraphWidgetProps> = (pro
const [isHovered, setIsHovered] = useState<boolean>(false)

const lineOnClickedPoint: Partial<Shape>[] =
OnClickComponent && clickEvent && props.data.every((e) => e.type !== 'heatmap')
OnClickComponent && clickEvent
? [
{
type: 'line',
Expand Down

0 comments on commit 46779b6

Please sign in to comment.