问题标签 [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 回答
1106 浏览

ios - 设置条形图的 x 轴以显示月份

大家好。

问题:我试图让我的 xAxis 在我获得的 NSdate 的月份显示。

期望输出:在每个条形图下,将根据事件时间显示“Jan”、“Feb”、“Mar”等。

我通读了多个线程并尝试了这些方法,但没有任何帮助。我知道当我碰壁时我应该发布一个问题,而我刚刚碰到它:(我已经尝试了几天。

这是我尝试过的资源。

  • http://www.shinobicontrols.com/forum/shinobicontrols/2013/12/updating-date-format-on-an-axis-fails-except-on-chart-creation
  • http://www.shinobicontrols.com/forum/shinobicontrols/2014/7/x-axis-with-formatted-dates
  • http://stackoverflow.com/questions/13688920/how-to-change-the-xaxis-used-on-my-chart-shinobicharts

这是我当前的图表代码

intraix%20%E2%80%94%20UtilitiesDashboardTableViewController.m%20%E2%80%94%20已编辑

图表本身也设置如下:

utilityBarChart = [[ShinobiChartalloc] initWithFrame:CGRectInset(cell.bounds, margin, margin) withPrimaryXAxisType: SChartAxisTypeDateTime withPrimaryYAxisType:SChartAxisTypeNumber];

这是我的 xvalue 代码

intraix%20%E2%80%94%20UtilitiesDashboardTableViewController.m%20%E2%80%94%20已编辑

这是错误

intraix%20%E2%80%94%20UtilitiesDashboardTableViewController.m

我的图表继续显示在纪元时间:(

intraix%20%E2%80%94%20UtilitiesDashboardTableViewController.m%20and%20iOS%20Simulator%20-%20iPhone%20Retina%20(4-inch)%20/%20iOS%207.1%20(11D167)

任何帮助都会很棒:D

谢谢大家

0 投票
1 回答
240 浏览

android - 在 shinobi 中使用多个 BarSeries 时在条之间填充

作为我的另一个问题的后续,我仍然有那里描述的问题(条之间的大填充),但这次场景使用不同的系列。由于 Shinobi 的限制,我使用不同的系列,如果你想要不同颜色的每个条,你需要使用不同的系列。见这里

我正在使用的代码如下:

结果:

在此处输入图像描述

另外,请注意,条形图未在 Y 轴上的正确值对齐(0->0.8、1->1.2、2->1.8、3->2.7)

0 投票
1 回答
531 浏览

ios - iOS中的Shinobi饼图 - 获取选定数据点的标签

在我的忍者饼图中,我想在选择切片时更改标签的显示。

我相信这是在选择切片时调用的方法,但我看不到如何在此方法中操作与该数据点关联的标签:

我在方法中可以访问的所有对象似乎都没有获取标签的方法,但必须有方法。

0 投票
1 回答
972 浏览

android - 如何在 android 的 Shinobi 折线图中更新/删除/插入新系列/数据?

我正在更新图表,但它也显示旧系列。 如何在 android 的 Shinobi 折线图中更新/删除/插入新系列/数据?

我正在使用这段代码:

0 投票
1 回答
218 浏览

ios - Xamarin SIGSEGV error on quick switch

My app crashes whenever I try to quickly switch between 3 different views (each one containing some shinobi charts and webview as subviews) via 3 UIButtons. However I don't get any exception trown in my Application Logs. I am new to Xamarin development and I am trying to fix some issue on an already existing application. While inspecting the iOS Device Logs I have found a SIGSEGV stacktrace that says:

"Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application."

If I slowly switch (after something like a second) between the 3 views everything is working fine. I fear there is a problem with the way the views gets disposed, maybe the garbage collector fixes the issue by itself if i don't quickly switch the view that gets displayed.

Here it is the iOS Device Logs output:

Where should I start inspecting this kind of issue?

I am current developing on a retina ipad mini with iOS 8.0.2 using Xamarin 5.5.

0 投票
1 回答
944 浏览

android - Android - 忍者排行榜

我正在使用 Android 中的 Shinobi 库实现条形图。我有两个问题 1.如何使图表背景透明?2.如何在点击按钮后重绘图表以改变点击按钮后的图表值?

0 投票
1 回答
294 浏览

android - 如何在 Android 的 Shinobi 条形图顶部显示值

如何使用 android 中的 shinobi 库在条形图顶部显示值

0 投票
1 回答
181 浏览

android - How do you set the Long Press duration before the cross hair is displayyed for ShinobiCharts on Android?

Right now it takes too long to select the bar, and its frustrating. I also have a bar graph, so you can only select a bar, which is unintuitive. Thanks!

0 投票
1 回答
168 浏览

ios - 十字准线导致崩溃(Shinobicontrols 图表)-'CALayerInvalidGeometry'

使用十字准线启用时我遇到了崩溃。我已经尝试了很多来找出解决方案,但失败了。请参阅下面的问题。

问题是:图表创建良好。但是如果我使用下面的行来启用十字准线,主要是下面的第二行,那么我就会崩溃。最初很好,当我点击并拖动它进行移动时,应用程序崩溃了。

崩溃消息:

0 投票
1 回答
220 浏览

ios - shinobi grid ios:更改整行的背景颜色

我在 iOS 上使用 shinobi 网格来显示一些数据。当我连续选择一个单元格时,我想更改整行的背景颜色。

有人有示例代码来实现这一点吗?谢谢