MPAndroidChart icon indicating copy to clipboard operation
MPAndroidChart copied to clipboard

add radar layer custom color support

Open penkzhou opened this issue 3 years ago • 0 comments

PR Checklist:

  • [x] I have tested this extensively and it does not break any existing behavior.
  • [x] I have added/updated examples and tests for any new behavior.
  • [x] 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

before the pr, radar chart cannot custom the chart layer background, like this: Screenshot_20220303_192335

before the pr, radar chart can custom the chart layer background by a new api, like this: Screenshot_20220303_192240

radar chart can custom the chart layer background by a new api

reference by this:https://stackoverflow.com/questions/71331675/how-to-fill-color-layer-yaxis-in-mpandroidchart-radar-chart/

penkzhou avatar Mar 03 '22 11:03 penkzhou