威廉图表的水平滚动条无法正常工作

时间:2017-10-08 16:20:35

标签: android charts scrollview views horizontalscrollview

<HorizontalScrollView
            android:id="@+id/garbageListView1"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:fillViewport="true">

            <com.db.chart.view.LineChartView xmlns:chart="http://schemas.android.com/apk/res-auto"
                android:id="@+id/linechart"
                android:layout_width="match_parent"
                android:layout_height="100dp" />
        </HorizontalScrollView>

我使用WilliamChart但我把它放在水平滚动视图中,因为大量数据会缩小图表。但是当我把上面的代码认为它会灵活时它不起作用所以请帮我添加滚动视图!

0 个答案:

没有答案