Skip to content
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

Add Option for Dynamic Chart Legend Position #1699 #1922

Merged
merged 9 commits into from
Feb 9, 2021

Commits on Aug 21, 2019

  1. chart - Add dynamic Legend positions (#1)

    * Writer/Part/chart.php - Add dynamic Legend positions
    
    The position of the legend of charts was always fixed to the right. Adding in the option to set it dynamically via a new option under styles/chart
    
    * Update Styles/Chart.php
    
    Add in the public functions to getStyle() to get and set the legend position
    StephanKuiper-Insight committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    9e572ec View commit details
    Browse the repository at this point in the history
  2. Stephan212 chart dynamic legend position (PHPOffice#2)

    * Writer/Part/Chart.php Add dynamic Legend positions
    
    The position of the legend of charts was always fixed to the right. Adding in the option to set it dynamically via a new option under styles/chart
    
    * Update Syle/Chart.php
    
    Add in the public functions to getStyle() to get and set the legend position
    StephanKuiper-Insight committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    90a8900 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Merge pull request #1 from Stephan212/develop

    Add Option for Dynamic Chart Legend Position
    csk83 committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    9945240 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. code format

    csk83 committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    6f1b189 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. chart doc/sample/code comments

    csk83 committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    d42854d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. format check

    csk83 committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    9a59cf0 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

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

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    e1bbc85 View commit details
    Browse the repository at this point in the history
  2. fix code formatting

    troosan committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    1b7b43a View commit details
    Browse the repository at this point in the history