Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILIPP111007 committed Apr 12, 2024
1 parent 1d01594 commit 9753784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/PredictInterval/PredictInterval.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ export default function PredictInterval() {
useResizeHandler: true,
autosize: true,
xaxis: {
title: "дата",
// title: "дата",
type: "category",
zeroline: false,
showline: false,
},
yaxis: {
title: "стоимость",
// title: "стоимость",
zeroline: false,
showline: false,
},
Expand Down

0 comments on commit 9753784

Please sign in to comment.