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

How to select a column series bar in code and ensure it is visible

This question is an continuation of a previous question: How to select a Column series Bar in code In that question it has been established that in order to select a bar in code you need to use the delegate and set selected on the current point to…
Ants
  • 1,338
  • 16
  • 27
0
votes
1 answer

How to select a Column series Bar in code

I have a bar graph chart working and I can select bars by tapping them. In -sChart:seriesAtIndex: of my ShinobiChart datasource I have implemented: SChartColumnSeries *series = [[SChartColumnSeries alloc] init]; series.detectTapsOutsideBar =…
Ants
  • 1,338
  • 16
  • 27
0
votes
1 answer

Incorrect image size on nexus 7

i've developed an App that shows a ShinobiCharts DonutChart. Inside the donut i attached a view that shows correctly in a Galaxy Tab A and a Nexus 9 but shows too tiny on a nexus 7. The problem is the background image of this view (i attached an…
tassadar
  • 55
  • 1
  • 10
0
votes
2 answers

ShinobiCharts - Donut series plot area

In a UIViewController (think of an iPad landscape layout) I'm displaying 3 charts (one beside the other) with a donut series each and their legend displayed on bottom middle, outside the plot area, the views containing the charts are of the same…
0
votes
1 answer

How to align data points in shinobichart based on bars frame in iOS

I'm developing an iOS application and using shinobichart for iOS to display data. But I'm stuck with positioning the datapoints outside or inside the bar based on the bar frame. I'm stuck in positioning the data point labels inside the bar or…
Chethan Shetty
  • 1,972
  • 4
  • 25
  • 45
0
votes
1 answer

Shinobi Android Library Multiple graphs

I am using Shinobi Android library to create different graphs like pie,bar and etc. I have a childFragment (Created dynamically) , In that fragment I want to place multiple graphs one below other. For that I have created a LinearLayout with vertical…
Pruthviraj
  • 560
  • 6
  • 23
0
votes
0 answers

Android Studio: Error:Execution failed for task ':app:dexDebug'. > Process finished with non-zero exit value 3 during the module bulding

I'm trying to add Chart library called ShinobiCharts into my project using the following tutorial. https://www.shinobicontrols.com/blog/using-shinobicharts-with-android-studio-1-0 Module is imported, but when i trying to add charts into the Gradle…
redrom
  • 11,502
  • 31
  • 157
  • 264
0
votes
1 answer

shinobi chart gridline end in data point instead of going all the way to the top of chart

I'm drawing a chart in an iOS app and I want the gridlines to start in the x axis but end in the data point instead of extending all the way up to the top. Is this possible? Thanks in advance. NC
0
votes
2 answers

Shinobi Chart LineSeries Swift/Obj-C

I am new to Shinobi Tools and I have a set of points, which I want to connect to a line series. I saw that shinobi offers this function as SChartLineSeries. Could somebody be that nice and explain it to me:D? I really don't get the documentation. A…
Tom el Safadi
  • 6,164
  • 5
  • 49
  • 102
0
votes
3 answers

different colours for each line segments?

I'm trying to draw a chart with one line representing temperatures through the day but I need different segments of the line to be in different colours (Think yellow for day time temperatures and dark blue for night time temperatures for…
Litome
  • 653
  • 8
  • 12
0
votes
1 answer

Shinobi charts recreating every time

I am using shinobicharts ChartFragment. I have scenario that each time I have to load the chart with different data within same activity i.e I am not recreating that activity. But I am failed to do this. It not recreating and not clearing the series…
ImGenie
  • 323
  • 1
  • 15
0
votes
1 answer

zoom in zoom out at levels in shinobicharts ios

I am using ShinobiCharts in my iOS app to plot a line chart. This requires a feature where in the default view will be in Days. When i pinch zoom, i will be getting Weeks data, and more pinch zooming will give me Months data. Same applies for zoom…
0
votes
1 answer

Programmatically show CrossHair in Shinobi Charts for Android (Xamarin)

I'm trying to display the crosshairs on a Shinobi Chart programmatically (via a separate button) on Android and can't figure a way to. I've seen the iOS way which basically involves calling moveToFloatingPosition on the chart.Crosshair. The closest…
Jamie
  • 2,948
  • 4
  • 19
  • 26
0
votes
1 answer

How to implement multiple highlight line sliders in line chart

I want to implement single and multiple highlight line sliders in line chart. I am able to get only single highlight line slider with MPAndroidChart (https://github.com/PhilJay/MPAndroidChart) library. But I also need two highlight line sliders to…
abhishek kumar gupta
  • 2,189
  • 6
  • 35
  • 56
0
votes
1 answer

Shinobi Stacked column series chart data point

I want to plot stacked column graph through Shinobi. Please referer attached screen shot for desired graph. Can anyone please suggest how to pass data point for the same.
Archana Chaurasia
  • 1,396
  • 3
  • 19
  • 35
1 2 3
8 9