问题标签 [mpandroidchart]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 使用 mpandroidchart 2.0.7 隐藏边框
我正在使用MPAndroidChart 库2.0.7。如何隐藏边框?在 1.7.4 版本中,setDrawBorder(boolean) 方法可用,现在不再是这种情况了:(
非常感谢 !
android - Error generating final archive: Found duplicate file for APK: AndroidManifest.xml when I imported MPAndroidChart's jar file into my project
I have a android application that needs a chart, and I got the MPAndroidChart in GitHub. But according to the documents, I just copy the jar file to the libs folder,and then I got the error. I have searched some solutions in the cite,such as change androidsdkversion ,project->clean your project, remove AndroidManifest.xml in your imported jar file.But,they all doesn't work. what should I do to get rid of the error?
Detailed information:
[2015-03-15 09:54:01 - BLEReceiveEarSignal] Error generating final archive: Found duplicate file for APK: AndroidManifest.xml Origin 1: C:\Users\MyPC\workspace\BLEReceiveEarSignal\bin\resources.ap_ Origin 2: C:\Users\MyPC\workspace\BLEReceiveEarSignal\libs\mpandroidchartlibrary-2-0-8.jar
android - MPAndroidChart:如何隐藏图表背景?
我正在使用MPAndroidChart 库v2.0.8。我可以在条形图外部修改背景,但在内部,仍然是灰色背景,我不知道可以使用哪种方法。
我有这个结果:
我也想在图表中使用默认颜色。
非常感谢,
卡梅尔
android - MPAndroidChart 图例自定义
我正在使用MPAndroidChart 库。我想在 MPAndroidChart 中自定义图例。在 MPAndroidChart 库中,我尝试设置图例的位置。通过给定的代码legend.setPosition(LegendPosition.BELOW_CHART_CENTER)但无法做到这一点。我必须设置图例,如下图所示
帮助将不胜感激
android - 如何将高度和宽度设置为 MPAndroidChart BarChart?
我正在尝试向活动添加一个静态条形图,但它覆盖了整个屏幕。我正在使用的代码如下 -
MainActivity.java
MainActivity.xml
我哪里错了?有什么建议么
android - MPAndroidChart - 当您的值为零时如何显示 y 值?
当 y 值全为零并且条形图未显示在条形图中时,我遇到了问题。
我检查了示例项目:
不变的代码:
仅在第260 行中更改 y 的所有值为零,其中
但这会发生:
在我的项目中也发生了同样的情况,当某些条形图具有非零值时,将显示所有条形图,如下所示:
但是当所有条形图都为零时,不会显示任何条形图,并且 x 轴上仅显示一个标签
如何解决这个问题?
我需要图表显示所有值,即使“y”的值都为零。