Android: Graph from Anychart with Scrollview not displayed
I am trying to use
Anychart for Android in a scrollview. But as soon as I do this, the graph is no longer displayed. But as soon as I remove the scrollview the whole thing works again. Is there any idea or trick to use it in a scrollview? Below is my small test application to test and analyze the problem.
package de.nieslfriem.anychart
import android.os.Bundle
import android.view.View
import...