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

Fix applying lineCap value for line chart data sets (Fixes #3739) #3740

Merged
merged 1 commit into from
Nov 15, 2018
Merged

Fix applying lineCap value for line chart data sets (Fixes #3739) #3740

merged 1 commit into from
Nov 15, 2018

Commits on Nov 9, 2018

  1. Fix applying lineCap value for line chart data sets (Fixes #3739)

    DataSets for line chart have lineCap property which is supposed to be applied to the chart line. But it was applied only if dataSet is drawn in linear/stepped mode. This commit makes lineCap work for any existing mode.
    Anton Filimonov committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    44ba57d View commit details
    Browse the repository at this point in the history