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

Unneeded deprecated warning for Legend.position #1483

Closed
tkuichooseyou opened this issue Sep 19, 2016 · 1 comment
Closed

Unneeded deprecated warning for Legend.position #1483

tkuichooseyou opened this issue Sep 19, 2016 · 1 comment

Comments

@tkuichooseyou
Copy link

The Legend position property is marked as deprecated but seems like it should not be deprecated.

// Legend.swift

    /// This property is deprecated - Use `position`, `horizontalAlignment`, `verticalAlignment`, `orientation`, `drawInside`, `direction`.
    @available(*, deprecated: 1.0, message: "Use `position`, `horizontalAlignment`, `verticalAlignment`, `orientation`, `drawInside`, `direction`.")
    open var position: Position
@danielgindi
Copy link
Collaborator

It is in fact deprecation, just shouldn't point to "use position"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants