Skip to content

Commit

Permalink
Update statistics at docs/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
repror_bot committed Jul 4, 2024
1 parent e579535 commit f1985bf
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h2 class="text-2xl mb-4">Error Reason</h2>
<pre class="mb-4 max-w-[80vw] overflow-auto" x-html="ansiToHtml($store.modal.modalMessage)"></pre>
<button @click="$store.modal.closeModal()" class="px-4 py-2 bg-red-500 text-white rounded">Close Modal</button>
</div>
</div>
</div>div>
</div >
</div>
<div class="container mx-auto p-4" x-data="platformTab()">
Expand Down Expand Up @@ -8164,8 +8164,9 @@ <h3 class="text-lg font-semibold">
},
{
label: 'Total Recipes',
data: 100,
fill: false
data: [100, 100, 100, 100, 100, 100, 100, 100, 100, 100],
fill: false,
borderDash: [10, 5],
},
]
};
Expand Down Expand Up @@ -8206,8 +8207,9 @@ <h3 class="text-lg font-semibold">
},
{
label: 'Total Recipes',
data: 100,
fill: false
data: [100, 100, 100, 100, 100, 100, 100, 100, 100, 100],
fill: false,
borderDash: [10, 5],
},
]
};
Expand Down Expand Up @@ -8248,8 +8250,9 @@ <h3 class="text-lg font-semibold">
},
{
label: 'Total Recipes',
data: 100,
fill: false
data: [100, 100, 100, 100, 100, 100, 100, 100, 100, 100],
fill: false,
borderDash: [10, 5],
},
]
};
Expand Down

0 comments on commit f1985bf

Please sign in to comment.