ifll
ifll
Recently the issue #1360 I started has been added here and been closed. I think I might have found the bug that caused my issue, and I have commented there...
Ok, thank you very much for your answer! Yet, I think this behavior is not intuitive.... I don't understand why it should always go "clockwise" when drawing each line if...
Perfect, thank you very much! I'll be happy whenever this is implemented :D!
To ease even more the imagination, and taking the example I have placed in my previous comment, this is how it should like the plot I am aiming to achieve:...
The solution I found it thanks to "AnyChart Support" in stackoverflow in the following link: https://stackoverflow.com/questions/61206267/anychart-android-polar-plot-xaxis-labels-change-them-to-char-strings/61221670#61221670 Thank you very much to you all for your help and support
I found the problem, it seems some of the imports were not found anymore the following imports: ``` android.support.annotation.NonNull --> C:\~\anychart\src\main\java\com\anychart\chart\common\dataentry\DataEntry.java switched to: import androidx.annotation.NonNull; ``` and ``` android.support.annotation.Nullable -->...
Thank you very much! > Alternatively, break a line with a `` I think that combining `` toghether with some `` tags I can properly place the subtitle.