Skip to content

Fix: Cleanup of example apps and tutorial, added axis labels. #714

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ckkhot
Copy link

@ckkhot ckkhot commented Apr 26, 2025


name: Pull Request
about: Create a pull request to contribute to the project
title: 'Fix: Add missing plotly axis labels and clean example apps'
labels: 'bug'
assignees: ''

Related Issue
Fixes #656

Description of Changes

  • Updated Travel, Earthquake, and Tutorial example apps to add missing x-axis and y-axis labels to Plotly visualizations.
  • Improved readability by cleaning and consolidating example app code.
  • Removed redundant comments and aligned style for consistency.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • Code cleanup and documentation improvements

Tests Performed

  • Verified that the Travel dashboard now shows "Accommodation Cost (USD)" on x-axis and "Number of Trips" on y-axis.
  • Verified that the Tutorial app's Selectbox histogram now displays the selected column name correctly on x-axis and "Count" on y-axis.
  • Verified that Earthquake dashboard histograms have correct axis labels.
  • Manually tested rendering in Preswald app preview.
  • Confirmed no errors, regressions, or warnings.

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented important sections where needed
  • My changes generate no new warnings
  • I have tested the app examples manually and ensured no errors

@ckkhot
Copy link
Author

ckkhot commented Apr 26, 2025

Thanks for maintaining Preswald! Truly enjoyed contributing to the mission — excited to help more in the future!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] plotly histogram x-axis & y-axis labels not showing
1 participant