Change graph to static to stop white flash on update
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
class="mb-4 text-4xl font-extrabold leading-none tracking-tight text-gray-900 md:text-5xl lg:text-6xl dark:text-white text-center">
|
class="mb-4 text-4xl font-extrabold leading-none tracking-tight text-gray-900 md:text-5xl lg:text-6xl dark:text-white text-center">
|
||||||
{{last_cadence}} rpm</h1>
|
{{last_cadence}} rpm</h1>
|
||||||
|
|
||||||
<embed type="image/svg+xml" src={{graph_data|safe}} class="w-full h-1/4" />
|
<img type="image/svg+xml" src={{graph_data|safe}} class="w-full h-1/4" />
|
||||||
|
|
||||||
<div class="relative overflow-x-auto">
|
<div class="relative overflow-x-auto">
|
||||||
<table class="w-full text-sm text-left text-gray-500 dark:text-gray-400">
|
<table class="w-full text-sm text-left text-gray-500 dark:text-gray-400">
|
||||||
|
|||||||
Reference in New Issue
Block a user