-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Comparing changes
Open a pull request
base repository: PHPOffice/PHPWord
base: master
head repository: mortalkiller/PHPWord
compare: master
- 13 commits
- 5 files changed
- 2 contributors
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 407bda6 - Browse repository at this point
Copy the full SHA 407bda6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70881c6 - Browse repository at this point
Copy the full SHA 70881c6View commit details
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6e7a79b - Browse repository at this point
Copy the full SHA 6e7a79bView commit details
Commits on Apr 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6ddfbc4 - Browse repository at this point
Copy the full SHA 6ddfbc4View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ca32bec - Browse repository at this point
Copy the full SHA ca32becView commit details
Commits on Apr 16, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 4672e7d - Browse repository at this point
Copy the full SHA 4672e7dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 488a95f - Browse repository at this point
Copy the full SHA 488a95fView commit details
Commits on May 1, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 6655914 - Browse repository at this point
Copy the full SHA 6655914View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 8b15cfd - Browse repository at this point
Copy the full SHA 8b15cfdView commit details
Commits on May 6, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 93bdce7 - Browse repository at this point
Copy the full SHA 93bdce7View commit details
Commits on May 7, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for d8a19f1 - Browse repository at this point
Copy the full SHA d8a19f1View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for cdf22c6 - Browse repository at this point
Copy the full SHA cdf22c6View commit details
Commits on Jun 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 130adb9 - Browse repository at this point
Copy the full SHA 130adb9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master