/DTChart

Chart for DTise company product

Primary LanguageObjective-CMIT LicenseMIT

Platform Platform Version License

DTChart

A simple chart for DTise Company.
And the sample prefers running on 12.9-inch iPad Pro.

Install

pod 'DTChart'

Guide

Chart

  • The demo project demonstrate how it works;

  • DTAxisLabelData: Coordinate axis label data model, property title and value;

  • DTChartItemData: Coordinate axis value data model, property itemValue is kind of struct ChartItemValue;

Chart Controller

  • The Chart Controller is developed to make draw chart more easily,

  • The Presentation View Controller demonstrate how it works;

  • DTCommonData,DTListCommonData: simple data model for Chart Controller;