Skip to content

Conversation

@yousoph
Copy link
Member

@yousoph yousoph commented Nov 17, 2025

Updated theming configuration for ECharts visualizations

SUMMARY

Fixed some docs for echarts overrides

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

TESTING INSTRUCTIONS

ADDITIONAL INFORMATION

  • Has associated issue:
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

Updated theming configuration for ECharts visualizations
@github-actions github-actions bot added the doc Namespace | Anything related to documentation label Nov 17, 2025
@dosubot dosubot bot added the global:theming Related to theming Superset label Nov 17, 2025
Copy link

@korbit-ai korbit-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've completed my review and didn't find any issues.

Files scanned
File Path Reviewed
docs/docs/configuration/theming.mdx

Explore our documentation to understand the languages and file types we support and the files we ignore.

Check out our docs on how you can make Korbit work best for you and your team.

Loving Korbit!? Share us on LinkedIn Reddit and X

Copy link
Contributor

@bito-code-review bito-code-review bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review Agent Run #a0cc9a

Actionable Suggestions - 1
  • docs/docs/configuration/theming.mdx - 1
Review Details
  • Files reviewed - 1 · Commit Range: 22bbcb1..22bbcb1
    • docs/docs/configuration/theming.mdx
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Default Agent You can customize the agent settings here or contact your Bito workspace admin at [email protected].

Documentation & Help

AI Code Review powered by Bito Logo

{
"type": "slider",
"show": True,
"show": "True",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong data type for dataZoom show

The dataZoom 'show' option in the echarts_timeseries configuration example is incorrectly set to the string "True" instead of the boolean True. This will prevent the dataZoom slider from displaying in ECharts visualizations, as the library expects a boolean value. The configuration is passed to ECharts, which requires strict data types for proper rendering.

Code suggestion
Check the AI-generated fix before applying
Suggested change
"show": "True",
"show": True,

Code Review Run #a0cc9a


Should Bito avoid suggestions like this for future reviews? (Manage Rules)

  • Yes, avoid them

@rusackas rusackas requested a review from msyavuz November 17, 2025 22:23
@sadpandajoe
Copy link
Member

Superset uses Git pre-commit hooks courtesy of pre-commit. To install run the following:

pip3 install -r requirements/development.txt
pre-commit install

A series of checks will now run when you make a git commit.

Alternatively it is possible to run pre-commit by running pre-commit manually:

pre-commit run --all-files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Namespace | Anything related to documentation global:theming Related to theming Superset size/L

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants