问题标签 [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.
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
这是我当前的图表代码
图表本身也设置如下:
utilityBarChart = [[ShinobiChartalloc] initWithFrame:CGRectInset(cell.bounds, margin, margin) withPrimaryXAxisType: SChartAxisTypeDateTime withPrimaryYAxisType:SChartAxisTypeNumber]; 这是我的 xvalue 代码这是错误
我的图表继续显示在纪元时间:(
任何帮助都会很棒:D
谢谢大家
ios - iOS中的Shinobi饼图 - 获取选定数据点的标签
在我的忍者饼图中,我想在选择切片时更改标签的显示。
我相信这是在选择切片时调用的方法,但我看不到如何在此方法中操作与该数据点关联的标签:
我在方法中可以访问的所有对象似乎都没有获取标签的方法,但必须有方法。
android - 如何在 android 的 Shinobi 折线图中更新/删除/插入新系列/数据?
我正在更新图表,但它也显示旧系列。 如何在 android 的 Shinobi 折线图中更新/删除/插入新系列/数据?
我正在使用这段代码:
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.
android - Android - 忍者排行榜
我正在使用 Android 中的 Shinobi 库实现条形图。我有两个问题 1.如何使图表背景透明?2.如何在点击按钮后重绘图表以改变点击按钮后的图表值?
android - 如何在 Android 的 Shinobi 条形图顶部显示值
如何使用 android 中的 shinobi 库在条形图顶部显示值
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!
ios - 十字准线导致崩溃(Shinobicontrols 图表)-'CALayerInvalidGeometry'
使用十字准线启用时我遇到了崩溃。我已经尝试了很多来找出解决方案,但失败了。请参阅下面的问题。
问题是:图表创建良好。但是如果我使用下面的行来启用十字准线,主要是下面的第二行,那么我就会崩溃。最初很好,当我点击并拖动它进行移动时,应用程序崩溃了。
崩溃消息:
ios - shinobi grid ios:更改整行的背景颜色
我在 iOS 上使用 shinobi 网格来显示一些数据。当我连续选择一个单元格时,我想更改整行的背景颜色。
有人有示例代码来实现这一点吗?谢谢