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

Multiple colors for valueline (Fixes #3480) #3709

Merged
merged 8 commits into from
Feb 12, 2019
Merged

Multiple colors for valueline (Fixes #3480) #3709

merged 8 commits into from
Feb 12, 2019

Commits on Oct 24, 2018

  1. Multiple colors for valueline (Fixes #3480)

    This change adds a flag matchValueLineColorToPieSlice to PieChartDataSet and IPieChartDataSet protocol.
    When enabled, valuelines will have the same color as slices they attached to.
    matchValueLineColorToPieSlice is set to false by default, so colors won't be changed in old projects that use Charts.
    Alexei Kozachenko authored and Alexei Kozachenko committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    c6e0a48 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

  1. Changed variable name from matchValueLineColorToPieSlice to valueLine…

    …AutoColor
    Alexei Kozachenko authored and Alexei Kozachenko committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    d542320 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Changed variable name from valueLineAutoColor to useValueColorForLine

    Alexei authored and Alexei committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    0edfdbb View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Changed variable name from valueLineAutoColor to useValueColorForLine

    Alexei authored and Alexei committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    59547e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. fix code style

    fix code style
    liuxuan30 authored Jan 31, 2019
    2 Configuration menu
    Copy the full SHA
    eb42a9f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Changed check for useValueColorForLine with suggested

    Alexei authored and Alexei committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    5eb9099 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. fix code style

    liuxuan30 authored Feb 4, 2019
    Configuration menu
    Copy the full SHA
    9b3b066 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Added name DrawLine: to do{} section

    Alexei authored and Alexei committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    e0f4fa6 View commit details
    Browse the repository at this point in the history