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
2 answers

Shinobi Donut chart labels overlap

I have a donut chart using Shinobi. But depending on the data the labels overlap!! Also one of the labels isn't being showed completely (Max Payment). I have searched all over the stack overflow and couldn't find any solution for this. Also nothing…
Besat
  • 1,428
  • 13
  • 27
1
vote
1 answer

Shinobi donut chart label color will not change

I have a Shinobi donut chart that I would like to change slice label color for. I use Swift3. The chart is show up perfectly but the label color is white. class myViewController: UIViewController, SChartDatasource { @IBOutlet weak var…
Besat
  • 1,428
  • 13
  • 27
1
vote
0 answers

Merge columns in Shinobi grid

I just wanted to know whether we can make a number of columns to merge to a group and set a group title above these columns? I use SDataGridColumn to create the columns. But could not find a way to merge them. Sample Table If it is not supported by…
jrodrigues
  • 83
  • 10
1
vote
1 answer

Centered axis using ShinobiCharts (iOS)

I followed the Quick Start tutorial about Shinobicharts, and I'm wondering how to get a centered graph like this one cos graph I succeded to center the x axis using this : chart.xAxis.axisPositionValue = @0; How can I center the y axis as well?…
Xalix
  • 13
  • 2
1
vote
2 answers

how to set the Shinobicharts column width fixed in Android?

I am facing a strange issue with ShinobiCharts[Android] column width for the below scenarios: XAxis : Date
YAxis : Double Input 1: DataAdapter= {[00:00,0.0], [02:00,360] , [24:00,0.0] } Output : below output#1 screenshot shows expected column…
1
vote
0 answers

Print view larger than screen to PDF

I can print a nice perfect Report on iPad, but now we want to port our app to iPhones, too. All normal views are being printed as they have to, except the one view where we use ShinobiCharts (OpenGL): on iPhone only the screensize will be printed,…
daydr3amer
  • 326
  • 2
  • 19
1
vote
1 answer

VerifyError with ShinobiControls and Robolectric

I'm running into this strange VerifyError when trying to run Robolectric tests that call ShinobiControls under the hood. I've tried the -noverify option, but it doesn't seem to be working, or I'm putting it in the wrong place. I'm using Retrolambda,…
1
vote
1 answer

#import is missing

I followed this github project to create a line graph.Here that project Here. while I download and run i get error : ShinobiCharts/ShinobiChart.h file not found. i also searched the framework in xcode. But its not in xcode framework. please help me…
stepan ferous
  • 37
  • 1
  • 7
1
vote
1 answer

ShinobiCharts styling / order of data issues

I wanted to ask some chart styling and data questions. My chart currently looks like this: I would like to add a border around the chart with rounded edges, I have tried using the following code to no avail: _chart.layer.cornerRadius =…
arcade16
  • 1,535
  • 4
  • 23
  • 45
1
vote
1 answer

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…
Jamie
  • 2,948
  • 4
  • 19
  • 26
1
vote
1 answer

Shinobichart axis padding

I am not able to make the xAxis in my Shinobichart look good. The right axis label is cut in half (see picture). xAxis.setRangePaddingHigh does not work. I assume this has to do with me using a custom date range. Please help! DateRange…
Fubbe99
  • 35
  • 5
1
vote
1 answer

Modify the vertical label position for y-axis with ShinobiChart

I have a ColumnSeries chart that I want to represent the majorTickLabel as if hovering above the majorGridLine but I don't see a straight forward way of controlling where the label draws beyond what I currently have which achieves insetting the…
Robert Haworth
  • 448
  • 4
  • 14
1
vote
1 answer

Crosshair causing crash (Shinobicontrols Chart) - 'CALayerInvalidGeometry'

I am getting crash when using Crosshair enable. I have tried a lot to find out the solution but failed. Please see issue the below. The Issue is: The chart is creating fine. But If I use the below lines for crosshair enable, mainly the second line…
1
vote
1 answer

Padding between bars when using multiple BarSeries in shinobi

As a follow up to my other question, I still have the problem described there (big padding between bars), but this time the scenario is using different series. I'm using different series because of a limitation in Shinobi where, if you want each bar…
Stephan
  • 1,858
  • 2
  • 25
  • 46
1
vote
1 answer

ShinobiChart Multiple Point Selection in ScatterSeries

For my chart implementation, I want users to be able to select arbitrary data points as they see fit. The issue is that it seems like whenever another data point is selected, the previous one gets deselected. The only thing that seems to work is to…
mango
  • 5,577
  • 4
  • 29
  • 41
1
2
3
8 9