MPAndroidChart icon indicating copy to clipboard operation
MPAndroidChart copied to clipboard

BarLineChart-text-color

Open ahmedbhd opened this issue 2 years ago • 1 comments

PR Checklist:

  • [✓] I have tested this extensively and it does not break any existing behavior.
  • [N/A] I have added/updated examples and tests for any new behavior.
  • [N/A] If this is a significant change, an issue has already been created where the problem / solution was discussed: [N/A, or add link to issue here]

PR Description

  • Minor code refactoring and minor ameliorations.
  • Remove unneeded WRITE_EXTERNAL_STORAGE permission.
  • Add change text color for BarLineChart.
  • Code refactoring to fix some lint warnings.
  • To support RTL configuration and be able to update text color of the BarLineChart.

PS: Since this project seems no longer supported, I've only tested the changes on the lib MPChartLib on a separate updated project.

ahmedbhd avatar Oct 17 '23 11:10 ahmedbhd

This repository is dead, so I applied almost the same changes here https://github.com/AppDevNext/AndroidChart/pull/174

hannesa2 avatar Nov 28 '23 13:11 hannesa2