Skip to content

Commit

Permalink
improve accesibility by desanbling touch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Wflikeit committed Sep 29, 2024
1 parent 587a98e commit 7937477
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions parent_app/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ const HomePage = () => {
scaleType: 'band', // Ustawienie typu "band" dla osi X
},
]}
tooltip={{trigger: 'none'}}
series={[
{
id: 'auto-generated-id-0', // Dodanie identyfikatora do serii danych
Expand Down Expand Up @@ -105,14 +106,12 @@ const HomePage = () => {
]}
width={400} // Dostosowanie szerokości wykresu
height={275} // Dostosowanie wysokości wykresu
tooltip={{trigger: 'none'}}
/>
</div>
</div>
</section>




</div >
{/* Bottom Navigation */}
<div className="sticky bottom-0 left-0 right-0 bg-white py-4 flex justify-around border border-gray-400 ">
Expand Down

0 comments on commit 7937477

Please # to comment.