问题标签 [shinobi]
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 - 以编程方式在 Android 的 Shinobi Charts 中显示 CrossHair (Xamarin)
我正在尝试在 Android 上以编程方式(通过单独的按钮)在 Shinobi Chart 上显示十字准线,但无法找到方法。我已经看到了基本上涉及在 chart.Crosshair 上调用 moveToFloatingPosition的iOS 方式。
我最接近的是在 Chart.Crosshair 上调用 Focus,但 IsActive 和 IsShown 是错误的,直到我长按图表。我假设这是因为 TrackedSeries 为空,所以也许有办法以编程方式设置 TrackedSeries?
ios - 在 shinobicharts ios 中放大缩小级别
我在我的 iOS 应用程序中使用ShinobiCharts来绘制折线图。这需要在默认视图中以天为单位的功能。当我捏缩放时,我将获得周数据,而更多捏缩放将为我提供月份数据。同样适用于以相反顺序缩小。我无法找到以不同缩放级别显示此数据的方法。请帮我解决一下这个。我使用以下委托方法来检查缩放级别
但我找不到任何方法来检查缩放级别。
android - Shinobi Chart on Android (Xamarin) freezes
I'm trying to implement ShinobiCharts for Android (premium) and everything seems to work fine the first time. I update data live, using the SimpleDataAdapter.AddAll, a few times, and then stop updating. I then update other parts of the UI.
Then I try and update the chart again (using AddAll) and it appears "frozen". If I try and pan, the X Ticks slide past, but the chart itself, and all the data displayed, doesn't move.
The only thing I can think of is removing and re-adding the chart to the parent view, but I thought I'd check if it's possible I'm doing something wrong.
I'm using Xamarin Forms, with a custom renderer to display the chart. iOS works fine, although it's (obviously?) using a different renderer and data adapter.
android-fragments - Shinobi charts recreating every time
I am using shinobicharts
ChartFragment
. I have scenario that each time I have to load the chart with different data within same activity i.e I am not recreating that activity. But I am failed to do this. It not recreating and not clearing the series which I previously set to that chart.
Can anybody help, how can I remove old series in that chart and load new series each time? I tried shinobiChart().removeSeries()
but it didn't work.
Thanks
android - 每个线段的颜色不同?
我正在尝试绘制一张图表,其中一条线代表全天的温度,但我需要线的不同部分以不同的颜色显示(例如,将黄色用于白天温度,将深蓝色用于夜间温度)。
我尝试过使用 ShinobiCharts 以及 MPAndroidCharts/iOS-Charts。并且找不到让它工作的方法。
关于如何实现为每条线段指定不同颜色的折线图的任何建议?也欢迎其他更适合这项工作的库的建议!
ios - shinobi 图表网格线以数据点结束,而不是一直到图表顶部
我在 iOS 应用程序中绘制图表,我希望网格线从 x 轴开始,但在数据点结束,而不是一直延伸到顶部。
这可能吗?
提前致谢。
数控
android - Android Studio:错误:任务':app:dexDebug'的执行失败。> 在模块构建过程中以非零退出值 3 结束进程
我正在尝试使用以下教程将名为 ShinobiCharts 的图表库添加到我的项目中。
https://www.shinobicontrols.com/blog/using-shinobicharts-with-android-studio-1-0
模块已导入,但是当我尝试将图表添加到 Gradle 配置中时,我总是收到以下错误:
应用 Gradle 配置:
库模块 Gradle 配置:
我试图将 Multidex 支持添加到库中,但没有运气。
请问我该如何解决?
非常感谢您的任何建议。
ios - #进口不见了
我按照这个 github 项目创建了一个折线图。Here 那个项目Here。当我下载并运行时出现错误:ShinobiCharts/ShinobiChart.h
找不到文件。我还在xcode中搜索了框架。但它不在 xcode 框架中。请帮我解决这个问题。
我需要做些什么来添加该ShinobiCharts/ShinobiChart.h
头文件来解决我的问题