Spaces:
Configuration error
Configuration error
Commit
·
d16810b
1
Parent(s):
7d0f2fa
fix color
Browse files
app.py
CHANGED
@@ -109,14 +109,14 @@ with demo:
|
|
109 |
y="Value",
|
110 |
title="Daliy scraped data amount",
|
111 |
# color="Date",
|
112 |
-
tooltip=["Date", "Value"],
|
113 |
y_lim=[0, dalily_df_max * 1.5],
|
114 |
x_title="Date",
|
115 |
y_title="Amount of data scraped",
|
116 |
height=500,
|
117 |
width=500,
|
118 |
scale=5,
|
119 |
-
color="Value",
|
120 |
color_legend_position="top",
|
121 |
# elem_classes="daily_scraped_data",
|
122 |
)
|
@@ -127,14 +127,14 @@ with demo:
|
|
127 |
y="Value",
|
128 |
title="Scraped data amount of each Miner",
|
129 |
# color="Date",
|
130 |
-
tooltip=["Hotkey", "Value"],
|
131 |
y_lim=[0, hotkey_df_max * 1.5],
|
132 |
x_title="Date",
|
133 |
y_title="Amount of data scraped",
|
134 |
height=500,
|
135 |
width=500,
|
136 |
scale=5,
|
137 |
-
color="Value",
|
138 |
x_label_angle=-30,
|
139 |
color_legend_position="top",
|
140 |
# elem_classes="daily_scraped_data",
|
@@ -146,14 +146,14 @@ with demo:
|
|
146 |
y="Value",
|
147 |
title="Daily scraped data amount of each Miner",
|
148 |
# color="Date",
|
149 |
-
tooltip=["Hotkey"],
|
150 |
y_lim=[0, 1000],
|
151 |
x_title="Date",
|
152 |
y_title="Amount of data scraped",
|
153 |
height=500,
|
154 |
width=1000,
|
155 |
scale=5,
|
156 |
-
color="Hotkey",
|
157 |
x_label_angle=-30,
|
158 |
color_legend_position="top",
|
159 |
# elem_classes="daily_scraped_data",
|
|
|
109 |
y="Value",
|
110 |
title="Daliy scraped data amount",
|
111 |
# color="Date",
|
112 |
+
# tooltip=["Date", "Value"],
|
113 |
y_lim=[0, dalily_df_max * 1.5],
|
114 |
x_title="Date",
|
115 |
y_title="Amount of data scraped",
|
116 |
height=500,
|
117 |
width=500,
|
118 |
scale=5,
|
119 |
+
# color="Value",
|
120 |
color_legend_position="top",
|
121 |
# elem_classes="daily_scraped_data",
|
122 |
)
|
|
|
127 |
y="Value",
|
128 |
title="Scraped data amount of each Miner",
|
129 |
# color="Date",
|
130 |
+
# tooltip=["Hotkey", "Value"],
|
131 |
y_lim=[0, hotkey_df_max * 1.5],
|
132 |
x_title="Date",
|
133 |
y_title="Amount of data scraped",
|
134 |
height=500,
|
135 |
width=500,
|
136 |
scale=5,
|
137 |
+
# color="Value",
|
138 |
x_label_angle=-30,
|
139 |
color_legend_position="top",
|
140 |
# elem_classes="daily_scraped_data",
|
|
|
146 |
y="Value",
|
147 |
title="Daily scraped data amount of each Miner",
|
148 |
# color="Date",
|
149 |
+
# tooltip=["Hotkey"],
|
150 |
y_lim=[0, 1000],
|
151 |
x_title="Date",
|
152 |
y_title="Amount of data scraped",
|
153 |
height=500,
|
154 |
width=1000,
|
155 |
scale=5,
|
156 |
+
# color="Hotkey",
|
157 |
x_label_angle=-30,
|
158 |
color_legend_position="top",
|
159 |
# elem_classes="daily_scraped_data",
|