1 个仓库
Frameworks designed for rendering numerical data series on mobile coordinate systems with native iOS styling.
Distinct from Interactive Plotting Frameworks: Focuses on native iOS implementation rather than the browser-based rendering engines mentioned in Interactive Plotting Frameworks
Explore 1 awesome GitHub repository matching scientific & mathematical computing · iOS Plotting Frameworks. Refine with filters or upvote what's useful.
ScrollableGraphView 是一个 Swift 数据可视化库和 iOS 绘图框架,用于将离散数值数据集渲染为交互式图表。它提供了一个可滚动的用户界面组件,使用具有可配置布局和样式的坐标系来可视化数据点。 该框架的特点是其自适应图表缩放,当用户滚动时,它会自动调整垂直轴以适应可见数据点。它支持实时数据渲染,允许图表视图随着底层数据集通过动画过渡发生变化而即时更新。 该库涵盖了多种图表类型,包括折线图、柱状图和点图,并支持多数据集绘图以在单个图表上显示多个数据系列。其他功能包括 X 轴数据点标注、自定义图表样式,以及使用参考线标记来突出显示特定阈值或基准值。
Serves as a comprehensive framework for displaying multiple data series on a single coordinate system with configurable layouts for iOS.