- Download whole project
- Drag the folder
BSChartinto your project
chart.columns– List of all data columns in the chart. Each column has its label at position 0, followed by values.x values are UNIX timestamps in millisecondschart.types– Chart types for each of the columns. Supported values: "line", "area”, "bar”, "x" (x axis values for each of the charts at the corresponding positions)chart.colors– Color for each variable in 6-hex-digit format (e.g. "#AAAAAA")chart.names– Name for each variablechart.percentage– true for percentage based valueschart.stacked– true for values stacking on top of each otherchart.y_scaled– true for charts with 2 Y axes
- iOS 10.0 or higher
- ARC
iBlacksus, iblacksus@gmail.com
BSChart is available under the MIT license. See the LICENSE file for more info.


