Questions tagged [shinobi]

ShinobiControls is a provider of iOS and Android components.

ShinobiControls is a provider of iOS and Android components to ease the development of native, cross platform mobile apps.

They offer a comprehensive set of interactive iOS charts, grids and powerful UI controls. In addition to iOS components,it also provide a powerful Android charting SDK.

It is shareware.

130 questions
0
votes
1 answer

iOS: ShinobiChart: Continious display for discontinuous data

I'm using ShinobiChart to draw candlestick stock chart. My data is discontinuous, so that there will gaps on chart. Anybody knows how can I make it show continuously? Cannot find it in documentation...
ambientlight
  • 7,212
  • 3
  • 49
  • 61
0
votes
1 answer

Objective C - Remove only UIButtons from superview

I am fairly new to objective-c and I have ran into an issue that I have had a hard time solving.. I am using ShinobiDataGrid and using their prepareCellForDisplay. To get text to display I would do this: if([cell.coordinate.column.title…
user979331
  • 11,039
  • 73
  • 223
  • 418
0
votes
1 answer

file not found

I just updated my shinobigrids and I am looking at some sample codes the new has got and I tried to #import but I got a file not found error. but I can see this files in the framework...why am I getting this error:
user979331
  • 11,039
  • 73
  • 223
  • 418
0
votes
1 answer

Objective-c Shinobi Grids Update to 2.8

I am using Shinobi Grids 1.1 and I am looking to upgrade to 2.8. I cant seem to find any documentation on this online, does anyone know of any documentations online I can look to point me in the right direction? Please and thank you.
user979331
  • 11,039
  • 73
  • 223
  • 418
0
votes
1 answer

ShinobiCharts data labels/annotations/Tick Mark gesture recognizer

Using shinobi charts Looking for examples how to add gesture recognizers (on touch up) to Tick Marks and schart annoations I see the documentation for interacting with a series data series, but I need to add GestureRecognizers to tick marks and…
MobileMon
  • 8,341
  • 5
  • 56
  • 75
0
votes
1 answer

How to manage shinobichart life-cyle in a Fragment with JSON data on lineseries? Android

I am asking this question because, this is quiet no clear to me why my graph does not get update each time the user select to parse data for 1day or 1week or 1month basis. A similar How to update/remove/insert new series/data in Shinobi Line Chart…
0
votes
3 answers

how to plot a Shinobi graph based on json data without key using objective c

I am having problem, plotting json data in this structure below.…
Cockpit Aliens
  • 411
  • 6
  • 18
0
votes
1 answer

Shinobi Charts SChartCategoryAxis and SChartLineSeries cut in middle last tick mark label

I'm using Shinobi charts for iOS with xAxis as SChartCategoryAxis and yAxis as SChartNumberAxis. The data is shown as an SChartLineSeries. xAxis is supposed to show the 7 days of a week Mon,Tue,...,Sun. The problem is that the label for Sunday…
kyriakosmp
  • 13
  • 3
0
votes
1 answer

Setting range in ShinobiCharts

I'm trying to set the range of my NSDateTimeAxis in ShinobiChart, but something goes wrong, my code looks like this: func segmentedControlTapped(sc:UISegmentedControl){ let toDateString:String = "2015-01-05" let dateFormatter =…
joseph
  • 897
  • 2
  • 10
  • 20
0
votes
1 answer

Customizing the crosshair in ShinobiCharts

I've been trying to customize the tooltip in Shinobicharts but it won't work properly. I'm guessing it's the way I'm adding the crosshair-style that creates the problem. I'm ultimately just trying to customize the label of the tooltip, because once…
joseph
  • 897
  • 2
  • 10
  • 20
0
votes
1 answer

How to add an OnClickListener on a ShinobiChart graph

I'm using ShinobiCharts in a project to draw graphs. The library draws graphs in a ChartFragments. I have an activity with two frame layouts and I'm adding chartfragments to each one. I've added click listeners to these frame layouts but they do not…
W.K.S
  • 9,787
  • 15
  • 75
  • 122
0
votes
1 answer

The color of a selected slice in a chart

i’ve been working with the ShinobiChart trial version and I would like to know if there is a way to disable the highlight effect when you select a slice of the chart and it changes the color. I readed the documentation and i changed the colors in…
xzrudy
  • 93
  • 1
  • 8
0
votes
1 answer

ShinobiCharts crashing with "Can't form range" error

I've followed the tutorial under to implement my trial-version of ShinobiCharts in my Swift-app. It all compiles but when I run the app I get this runtime error saying: fatal error: Can't form Range with end < start (lldb) And the errors seem to…
martin
  • 1,894
  • 4
  • 37
  • 69
0
votes
1 answer

shinobi grid ios : change background color of a complete line

I'm using shinobi grids on iOS to display some datas. I'd like to change the background color of a complete line, when I select a cell in a row. Does someone has a sample code to achieve this ? thx
Arnaud
  • 955
  • 1
  • 6
  • 15
0
votes
1 answer

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!
1 2 3
8 9