问题标签 [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.

0 投票
1 回答
300 浏览

android - 以编程方式在 Android 的 Shinobi Charts 中显示 CrossHair (Xamarin)

我正在尝试在 Android 上以编程方式(通过单独的按钮)在 Shinobi Chart 上显示十字准线,但无法找到方法。我已经看到了基本上涉及在 chart.Crosshair 上调用 moveToFloatingPosition的iOS 方式。

我最接近的是在 Chart.Crosshair 上调用 Focus,但 IsActive 和 IsShown 是错误的,直到我长按图表。我假设这是因为 TrackedSeries 为空,所以也许有办法以编程方式设置 TrackedSeries?

0 投票
1 回答
218 浏览

ios - 在 shinobicharts ios 中放大缩小级别

我在我的 iOS 应用程序中使用ShinobiCharts来绘制折线图。这需要在默认视图中以天为单位的功能。当我捏缩放时,我将获得周数据,而更多捏缩放将为我提供月份数据。同样适用于以相反顺序缩小。我无法找到以不同缩放级别显示此数据的方法。请帮我解决一下这个。我使用以下委托方法来检查缩放级别

但我找不到任何方法来检查缩放级别。

0 投票
1 回答
64 浏览

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.

0 投票
1 回答
126 浏览

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

0 投票
3 回答
486 浏览

android - 每个线段的颜色不同?

我正在尝试绘制一张图表,其中一条线代表全天的温度,但我需要线的不同部分以不同的颜色显示(例如,将黄色用于白天温度,将深蓝色用于夜间温度)。

我尝试过使用 ShinobiCharts 以及 MPAndroidCharts/iOS-Charts。并且找不到让它工作的方法。

关于如何实现为每条线段指定不同颜色的折线图的任何建议?也欢迎其他更适合这项工作的库的建议!

0 投票
2 回答
535 浏览

objective-c - Shinobi Chart LineSeries Swift/Obj-C

我是 Shinobi Tools 的新手,我有一组点,我想将它们连接到一个线系列。我看到 shinobi 作为 SCHartLineSeries 提供了这个功能。有人可以那么好并向我解释一下吗:D?我真的没有得到文档。一个代码示例会很好!

这是我目前拥有的 现在的情况

这就是我想要实现的。我有 5 个 x 和 y 值。这些不应该用直线连接。关键词:样条 我想要的是

0 投票
1 回答
160 浏览

ios - shinobi 图表网格线以数据点结束,而不是一直到图表顶部

我在 iOS 应用程序中绘制图表,我希望网格线从 x 轴开始,但在数据点结束,而不是一直延伸到顶部。

这可能吗?

提前致谢。

数控

0 投票
1 回答
78 浏览

ios - ShinobiCharts 样式/数据顺序问题

我想问一些图表样式和数据问题。我的图表目前看起来像这样: 在此处输入图像描述

我想在图表周围添加一个带有圆边的边框,我尝试使用以下代码无济于事:

我还想在条形图上添加标签以指示它们的值,但不知道该怎么做。

我的最后一个问题是关于图表中的数据。尽管具有正确顺序的数据结构,但数据在顺序方面似乎是混乱的(它应该读取 MTW TH FS SU)。我的数据结构是:

并以下列方式使用:

任何建议或意见将不胜感激,在此先感谢!

0 投票
0 回答
149 浏览

android - Android Studio:错误:任务':app:dexDebug'的执行失败。> 在模块构建过程中以非零退出值 3 结束进程

我正在尝试使用以下教程将名为 ShinobiCharts 的图表库添加到我的项目中。

https://www.shinobicontrols.com/blog/using-shinobicharts-with-android-studio-1-0

模块已导入,但是当我尝试将图表添加到 Gradle 配置中时,我总是收到以下错误:

应用 Gradle 配置:

库模块 Gradle 配置:

我试图将 Multidex 支持添加到库中,但没有运气。

请问我该如何解决?

非常感谢您的任何建议。

0 投票
1 回答
300 浏览

ios - #进口不见了

我按照这个 github 项目创建了一个折线图。Here 那个项目Here。当我下载并运行时出现错误:ShinobiCharts/ShinobiChart.h找不到文件。我还在xcode中搜索了框架。但它不在 xcode 框架中。请帮我解决这个问题。

我需要做些什么来添加该ShinobiCharts/ShinobiChart.h头文件来解决我的问题