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: PHPOffice/PHPWord
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mortalkiller/PHPWord
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 5 files changed
  • 2 contributors

Commits on Aug 17, 2023

  1. add clone block to footer

    pedrotrek committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    407bda6 View commit details
    Browse the repository at this point in the history
  2. Update name

    pedrotrek committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    70881c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Fix undefined

    pedrotrek committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    6e7a79b View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. Configuration menu
    Copy the full SHA
    6ddfbc4 View commit details
    Browse the repository at this point in the history
  2. Supports multiple series types in charts

    Allows adding series to a chart with different chart types,
    improving chart versatility.
    
    The change refactors the chart series writing logic to iterate
    through series grouped by type, generating the appropriate XML
    structure for each type.
    pedrotrek committed Apr 15, 2025
    Configuration menu
    Copy the full SHA
    ca32bec View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2025

  1. Adds chart series styling and axis line options

    Implements the ability to style chart series individually
    by introducing a new 'style' parameter to the `addSeries` method.
    
    Adds options to show or hide the category and value axis lines,
    enhancing chart customization.
    
    Also includes a fix related to legend entries. It addresses an
    issue where legend keys were not consistently displayed or hidden
    based on data label options.
    pedrotrek committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    4672e7d View commit details
    Browse the repository at this point in the history
  2. Enhances chart customization options

    Adds functionality to customize chart elements, including line symbols, legend overlays, and gridline appearance.
    
    This enhancement improves chart visual representation and allows for more detailed and informative data display. It also introduces options for displaying data labels, managing legend entries, and controlling gridline visibility.
    pedrotrek committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    488a95f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. Adds 'none' option for category label position

    Allows to disable category labels for charts by adding the 'none' option to the category label position enumeration.
    pedrotrek committed May 1, 2025
    Configuration menu
    Copy the full SHA
    6655914 View commit details
    Browse the repository at this point in the history
  2. Allows 'none' as value label position

    Adds 'none' as a valid option for the chart value label position.
    This enables hiding the value labels completely.
    pedrotrek committed May 1, 2025
    Configuration menu
    Copy the full SHA
    8b15cfd View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. Adds chart smoothing option

    Adds an option to smooth the chart lines in the generated document. This improves the visual appearance of the charts, particularly line charts, by rendering them with smoother curves instead of jagged lines.
    pedrotrek committed May 6, 2025
    Configuration menu
    Copy the full SHA
    93bdce7 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Adds chart data label formatting

    Implements functionality to format chart data labels and category axis labels.
    
    This allows users to control the appearance of labels,
    including font size, typeface, and format codes.
    pedrotrek committed May 7, 2025
    Configuration menu
    Copy the full SHA
    d8a19f1 View commit details
    Browse the repository at this point in the history
  2. Adds format code to chart axis labels

    Ensures chart axis labels, both category and value,
    display the correct format code, improving data
    representation and readability in generated charts.
    pedrotrek committed May 7, 2025
    Configuration menu
    Copy the full SHA
    cdf22c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. Configuration menu
    Copy the full SHA
    130adb9 View commit details
    Browse the repository at this point in the history
Loading