Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: change background graphs #62

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generate_graphs/generate_graf_totals_top.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def crear_grafica_con_dropdown(data, title, filename):
xaxis_title='Año',
yaxis_title='Número de Eventos',
plot_bgcolor='white',
paper_bgcolor='#f8f9fa',
paper_bgcolor='#ffffff',
height=600,
updatemenus=[
{
Expand Down
2 changes: 1 addition & 1 deletion generate_graphs/generate_graf_year.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def crear_graficas_html(año, datos):
#title_font_color='blue', # Cambiar el color de la letra del título
#title_font=dict(size=24, color='blue'), # Cambiar el tamaño y color de la letra del título
plot_bgcolor='white',
paper_bgcolor='#f8f9fa',
paper_bgcolor='#ffffff',
showlegend=False,
height=800,
)
Expand Down
Loading