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
1
vote
4 answers

ShinobiCharts hiding axis

I am using Shinobi charts on iOS and i am having issues when i try not to display the axis. chart.axis.width = @0 -> doesn't work chart.axis.width = @0.1 -> it works ok seems hacky though. Is there another way to hide the axis?
zero7
  • 1,298
  • 8
  • 14
1
vote
1 answer

ShinobiCharts memory not being collected by the GC

I have recently been tasked with profiling an application written in Xamarin.iOS using Xamarin Studio. The problem I'm facing is that I don't know whether I can trust the Xamarin Studio profiler when the XS profiler says something different to the…
Nathan White
  • 1,082
  • 7
  • 21
0
votes
0 answers

Setting range dynamically based on datapoints in ShinobiCharts

I'm using Shinobi Controls Charts to do this project and i'm having some trouble to find out how to set dymanically maximum range my Shinobi chart to look as close as possible to this: Set Maximum range dynamically SChartNumberRange *r; r =…
0
votes
1 answer

Swift Creating array of NSObject for ShinobiGrids

I am having an issue with ShinobiGrids SDataGridDataSourceHelper for swift, they have great examples of objective-c but not much for swift. In objective C they create an NSObject class @interface Student : NSObject @property NSString…
user979331
  • 11,039
  • 73
  • 223
  • 418
0
votes
1 answer

Shinobi Charts in Xamarin multiple, multiple series with 2 y-axis

I have an issue with turned a chart with 2 columnseries and 1 y-axis into a chart with the same columnseries and 2 y-axis. Top you see the Chart with 1 y-axis, looks fines: On the bottom you see what happens with another y-axis is added, the…
0
votes
1 answer

Shinobi : position of the spokes in pie

I would like to position spokes in pie to be put "outside" of the pie. My problem is that on top and bottom, spokes need to go out of the "box" of the chart view. This lead to spokes be inverted and placed in wrong direction. I…
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
0
votes
1 answer

Shinobi iOS : Pie chart spoke with value and name

I would like to create pie chart with a little bit custom spokes. What I would like to achieved is to display name od datapoint above spoke and value below spoke. Right now I know how to do it both above with func sChart(_ chart: ShinobiChart,…
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
0
votes
1 answer

yAxis cut off in Shinobi iOS Chart

https://www.dropbox.com/s/8fqez61k9jhnoa4/Screen%20Shot%202017-06-01%20at%201.04.25%20PM.png?dl=0 (void)createBurnoutChart { //Create the chart (if needed) if (burnoutChart == nil) { if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) …
0
votes
1 answer

Swift : Auto Text in Shinobi Grid

I'm working with Shinobi Data Grid but i get a little problem because the Swift example or question about Shinobi Grid is very hard to find. Below my snippet code : var grid: ShinobiDataGrid? grid = ShinobiDataGrid(frame:…
MrX
  • 953
  • 2
  • 16
  • 42
0
votes
2 answers

Shinobi chart donut series: How to change drawDirection?

I would like to change drawDirection property in donut chart Please see this: https://www.shinobicontrols.com/docs/ShinobiControls/ShinobiCharts/2.8.7/Standard/Normal/html/Classes/SChartDonutSeries.html this is part of the code I am referring…
Besat
  • 1,428
  • 13
  • 27
0
votes
1 answer

How to override ShinobiChart class in Swift

I use Shinobi 2.8.2 chart premium library, and I am trying to override ShinobiChart class, but I get 65 errors. Apple Mach-O Linker Error Undefined symbols for architecture x86_64: "typeinfo for std::exception", referenced from: …
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
0
votes
2 answers

Change json format in NSDictionary (Objective C)

I am new in ios programming. I should apply data to the chart. But the framework(ShinobiControls) which I use accepts only json with certain format. So I have to change my json data format to appropriate. I have NSDictionary which contain json like…
user3151148
  • 375
  • 2
  • 3
  • 8
0
votes
1 answer

Custom data source object not creating correctly

I'm currently experimenting with ShinobiCharts, and have created a new project in which to do this. I have an object with a custom initialiser that conforms to a data source protocol: import ShinobiCharts import UIKit class GraphDataSource:…
Matthew Hallatt
  • 1,310
  • 12
  • 24
0
votes
1 answer

Shinobi Chart initial data zoomed out

is there way to set a starting zoom out value for shinobi charts? I already tried setting back one date to starting date and adding a date to ending date for the SChartDateRange (X axis) but no resolve. Thanks in advance! Current Table & Axis Setup …
LuAndre
  • 1,114
  • 12
  • 23
0
votes
2 answers

bars independent on shinobi chart

Using shinobi charts, is there any of the existing series that can be combine or tweak like the graph image below? Its basically bars that are independent on chart, they do NOT start a 0. (optional) that each bar has a bottom and top…
LuAndre
  • 1,114
  • 12
  • 23
1 2 3
8 9