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

Shinobi Controls - use the hoop data point

I've got a test Shinobi Control chart working but wnat to put a hoop, "O", at each data point. How do you do this?
Edward Hasted
  • 3,201
  • 8
  • 30
  • 48
0
votes
1 answer

Shinobi SChartScatterSeries z-order

I have more than one SChartScatterSeries on my graph, I would like to change the z-order of series when user selects a point in order to move the selected series on the foreground. Otherwise when users selects a point, it is hidden by other series.
giampaolo
  • 6,906
  • 5
  • 45
  • 73
0
votes
1 answer

Cannot subclass SChartCrosshairTooltip

I'm trying to subclass SChartCrosshairTooltip with 2.2.1 version of Shinobi Chart Library: #import #import @interface Tooltip : SChartCrosshairTooltip @end No matter what I do, I always get…
giampaolo
  • 6,906
  • 5
  • 45
  • 73
0
votes
1 answer

ShinobiCharts axisRange always 0-1

I'm trying to access the real number range of an SChartAxis object, with the following: chart.yAxis.axisRange, but this always returns a range of 0-1 regardless of what the real units are. The same method for the x axis, chart.xAxis.axisRange,…
user2709279
  • 353
  • 1
  • 3
  • 15
0
votes
1 answer

SChartScatterSeries ignores the selected style

With ShinobiGrids I'm doing a simple test application for the iPad. I create a scatterplot and I want white points on the graph. When a point is selected by user, I want that the point becomes red. SChartScatterSeries allows me to set a style for…
giampaolo
  • 6,906
  • 5
  • 45
  • 73
0
votes
1 answer

Setting up ShinobiControls Bar chart

I am using ShinobiCharts to create this kind of bar graph: But I have come up to few issues. It is impossible to set up different colors for bars, therefore I must use series to color bars differently. So my issues are: When I use series, the…
avuthless
  • 996
  • 2
  • 12
  • 27
0
votes
1 answer

Limiting Axis range value in Shinobi iOS Chart

I'm using Shinobi iOS control for drawing line charts in my app. I'm currently rendering a serious of 0s value. The resulting graph is like that: Now, the problem is that the quantity I'm representing is a currency so it cannot be negative. How can…
Claus
  • 5,662
  • 10
  • 77
  • 118
0
votes
1 answer

Display hierarchical datas in ShinobiCharts

Using hierarchical datas, I would like to allow users to be able to select an item to view its corresponding subitems. Example : Item A -> SubItem1 -> SubItem2 -> SubItem3 Item B -> SubItem4 -> SubItem5 PieChart shows Item A and Item B. If Item1 is…
-1
votes
1 answer

pm2 list and sudo pm2 list both empty

I try pm2 list and results is no app (shinobi's camera and cron) is running. I try sudo pm2 list and results also shows no app is running. But when I login as root by sudo su, and rerun pm2 list then it shows the app running. Why sudo pm2 list does…
GeneCode
  • 7,545
  • 8
  • 50
  • 85
-2
votes
1 answer

no visible @interface for declares the selector ‘set Range With Minimum:and Maximum:’

I want to run xcode project from here. I get error message: No visible @interface for declares the selector ‘set Range With Minimum:and Maximum:’ in SPUGalleryManagedChartViewController.m file. How to fix it? if (self.ranges) { for (int…
user3151148
  • 375
  • 2
  • 3
  • 8
1 2 3
8
9