8000
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hustcc/mcp-echarts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.6.0
Choose a base ref
...
head repository: hustcc/mcp-echarts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 4 commits
  • 18 files changed
  • 4 contributors

Commits on Aug 16, 2025

  1. MCP Trust Score (#25)

    * Add MCP Catalog Trust Score badge
    
    * Update README.md
    Matvey-Kuk authored Aug 16, 2025
    Configuration menu
    Copy the full SHA
    94b3de4 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. Fix chart style issues for candlestick and treemap charts (#26)

    * Fix chart style issues for candlestick and treemap charts
    
    - Fix candlestick chart boundary and layout issues:
      * Set boundaryGap to true to prevent chart elements from touching edges
      * Adjust X-axis min/max values for better spacing (-0.2, length-0.8)
      * Increase grid margins (left: 12%, right: 10%) for better text visibility
      * Add volume Y-axis min: 0 to ensure proper volume chart display
      * Set volume bar width to 60% for better visibility
    
    - Simplify treemap chart configuration:
      * Remove leafDepth and upperLabel settings that caused layout issues
      * Remove redundant itemStyle and levels configurations
      * Use ECharts default styling for cleaner appearance and better performance
    
    Fixes #22
    
    * 重新生成了所有快照文件,确保与ECharts 6.0.0版本兼容
    
    * chore: bump version to 0.7.0
    
    * chore: v6.0.1
    
    ---------
    
    Co-authored-by: hustcc <i@hust.cc>
    lyw405 and hustcc authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    1792abf View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. Configuration menu
    Copy the full SHA
    2992aed View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. docs: Update README with new award image and badge removal

    Removed old badge link and added a new award image.
    hustcc authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    450be1d View commit details
    Browse the repository at this point in the history
Loading
0