首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

iOS统计图(包括柱状图、饼图等)

移动开发 518.76KB 10 需要积分: 1
立即下载

资源介绍:

iOS统计图(包括柱状图、饼图等)
![AAChartKit-LOGO](https://raw.githubusercontent.com/AAChartModel/loadHtmlCssJsDemo-master/master/AAChartKit/AAChartKit-Logo.png) # AAChartKit

## [ **English Document 🇬🇧** ](https://github.com/AAChartModel/AAChartKit) | [ **简体中文文档 🇨🇳** ](https://github.com/AAChartModel/AAChartKit/blob/master/CHINESE-README.md) ### The Swift version of AAChartKit can be found here: #### *https://github.com/AAChartModel/AAChartKit-Swift* ## Preface AAChartKit is an elegant and friendly (user-friendly && enviroment-friendly) chart framework for iOS, based on the open source `Highcharts` JS libraries. AAChartKit is extremely powerful, easy to configure and a pleasure to use. Currently AAChartKit includes support for the following chart types: column chart, bar chart, area chart, area spline chart, line chart, spline chart, radar chart, polar chart, pie chart, bubble chart, pyramid chart, funnel chart, column range and area range chart. More chart types are planned to be supported. AAChartKit gives you easy and fast access to a wide range of chart types, hassle-free and quick to integrate into your own project. *** ## Features * 🎂 **Environment friendly**. Support `iOS `、`iPadOS` and `macOS`. Totally support `Objective-C` language, and there are more types version such as `Swift` language version [AAInfographics](https://github.com/AAChartModel/AAChartKit-Swift) 、 `Java` language version [AAChartCore](https://github.com/AAChartModel/AAChartCore) 、`Kotlin` language version [AAInfographics](https://github.com/AAChartModel/AAChartCore-Kotlin) . To get more details you can see the [source code links list](https://github.com/AAChartModel/AAChartKit#source-code). * 🚀 **Powerful and easy to use**. It supports `column chart`, `bar chart`, `area chart`, `areaspline chart`, `line chart`, `spline chart`, `radar chart`, `polar chart`, `pie chart`, `bubble chart`, `pyramid chart`, `funnel chart`, `columnrange chart`, `arearange chart`, `mixed chart` and other graphics. Support for more chart types is planned. * 📝 **Modern Declarative Syntax**. Unlike previous imperative programming techniques, drawing any custom chart in AAChartKit, you don't need to care about the inner implementation details which is annoying && boring. *Describe what you want, you will get what you described*. * 🎮 **Interactive and animated**. The charts `animation` effect is exquisite, delicate, smooth and beautiful. * ⛓ **Chain programming**. Supports `chain programming syntax` like *Masonry* . * 🦋 **Minimalist**. `AAChartView + AAChartModel = Chart`. The AAChartKit follows a minimalist formula: Chart view + Chart model = The chart you want, just like the powerful and beautiful charts lib [AAInfographics](https://github.com/AAChartModel/AAChartKit-Swift). * 🖱 **Interaction event callback**. Support for monitoring [user click events and single finger move over events](#support-user-click-events-and-move-over-events), which can be used to achieve double charts linked-working and even multiple charts linkage, as well as other more complex custom user interaction effects. *** ## Beauty Appreciation | Column Chart | Column Range Chart | Area Chart | | :----: | :----: | :----: | | ![image1](https://raw.githubusercontent.com/AAChartModel/loadHtmlCssJsDemo-master/master/AAChartKit/BeautyAppreciation/ColumnChart.png) | ![image1](https://raw.githubusercontent.com/AAChartModel/loadHtmlCssJsDemo-master/master/AAChartKit/BeautyAppreciation/BarChart.png) | ![image1](https://raw.githubusercontent.com/AAChartModel/loadHtmlCssJsDemo-master/master/AAChartKit/BeautyAppreciation/AreaChart.png) | | Line Chart | Step Area Chart | Step Line Chart | | :----: | :----: | :----: | | ![image1](https://raw.githubusercontent.com/AAChartModel/loadHtmlCssJsDemo-master/master/AAChartKit/BeautyAppreciation/LineChart.png) | ![image1](https://raw.githubusercontent.com/AAChartModel/loadHtmlCssJsDemo-master/master/AAChartKit/BeautyAppreciation/StepAreaChart.png) | ![image1](https://raw.githubusercontent.com/AAChartModel/loadHtmlCssJsDemo-master/master/AAChartKit/BeautyAppreciation/StepLineChart.png) | | Spline Chart | Areaspline Chart | Stacked Polar Chart | | :----: | :----: | :----: | | ![image1](https://raw.githubusercontent.com/AAChartModel/Gallery/master/AAChartKit/splineChart.png) | ![image1](https://raw.githubusercontent.com/AAChartModel/Gallery/master/AAChartKit/areasplineChart.png) | ![image1](https://raw.githubusercontent.com/AAChartModel/Gallery/master/AAChartKit/percentStackingAreasplineChart.png) | | Bubble Chart | Arearange Average Value Chart | Column Mixed Line Chart | | :----: | :----: | :----: | | ![image1](https://raw.githubusercontent.com/AAChartModel/Gallery/master/AAInfographics/BubbleChart.png) | ![image1](https://raw.githubusercontent.com/AAChartModel/Gallery/master/AAInfographics/ArearangeAverageValueChart.png) | ![image1](https://raw.githubusercontent.com/AAChartModel/Gallery/master/AAInfographics/ColumnMixedLineChart.png) | | Scatter Chart | Boxplot Chart | Mirror Column Chart | | :----: | :----: | :----: | | ![image1](https://raw.githubusercontent.com/AAChartModel/Gallery/master/AAChartKit/scatterChart.png) | ![image1](https://raw.githubusercontent.com/AAChartModel/Gallery/master/AAChartKit/boxplotChart.png) | ![image1](https://raw.githubusercontent.com/AAChartModel/Gallery/master/AAChartKit/MirrorColumnChart.png) | ## Installation ### CocoaPods (recommended practice) 1. Add following content ```ruby pod 'AAChartKit', :git => 'https://github.com/AAChartModel/AAChartKit.git' ``` to your `Podfile`. 2. Run `pod install` or `pod update`. ### Manually (old school way) 1. Drag the `AAChartKitLib` folder into your project. 2. Add the following to your `.pch` file. ```objective-c #import "AAGlobalMacro.h" ``` ## Usage 1. Add the following to your view controller file: ```objective-c #import "AAChartKit.h" ``` 2. Create an instance object of chart view:`AAChartView` ```objective-c CGFloat chartViewWidth = self.view.frame.size.width; CGFloat chartViewHeight = self.view.frame.size.height - 250; _aaChartView = [[AAChartView alloc]init]; _aaChartView.frame = CGRectMake(0, 60,

资源文件列表:

AAChartKit-master.zip 大约有233个文件
  1. AAChartKit-master/
  2. AAChartKit-master/.github/
  3. AAChartKit-master/.github/FUNDING.yml 686B
  4. AAChartKit-master/.gitignore 1.38KB
  5. AAChartKit-master/AAChartKit.podspec 1.4KB
  6. AAChartKit-master/AAChartKitDemo.xcodeproj/
  7. AAChartKit-master/AAChartKitDemo.xcodeproj/project.pbxproj 83.8KB
  8. AAChartKit-master/AAChartKitDemo.xcodeproj/project.xcworkspace/
  9. AAChartKit-master/AAChartKitDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata 216B
  10. AAChartKit-master/AAChartKitDemo.xcodeproj/project.xcworkspace/xcshareddata/
  11. AAChartKit-master/AAChartKitDemo.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist 238B
  12. AAChartKit-master/AAChartKitDemo/
  13. AAChartKit-master/AAChartKitDemo/AAChartKitDemo.entitlements 295B
  14. AAChartKit-master/AAChartKitDemo/AppDelegate.h 2.18KB
  15. AAChartKit-master/AAChartKitDemo/AppDelegate.m 3.9KB
  16. AAChartKit-master/AAChartKitDemo/Assets.xcassets/
  17. AAChartKit-master/AAChartKitDemo/Assets.xcassets/AppIcon.appiconset/
  18. AAChartKit-master/AAChartKitDemo/Assets.xcassets/AppIcon.appiconset/Contents.json 1.55KB
  19. AAChartKit-master/AAChartKitDemo/Base.lproj/
  20. AAChartKit-master/AAChartKitDemo/Base.lproj/LaunchScreen.storyboard 5KB
  21. AAChartKit-master/AAChartKitDemo/Base.lproj/Main.storyboard 2.79KB
  22. AAChartKit-master/AAChartKitDemo/ChartsDemo/
  23. AAChartKit-master/AAChartKitDemo/ChartsDemo/AABaseChartVC.h 1.55KB
  24. AAChartKit-master/AAChartKitDemo/ChartsDemo/AABaseChartVC.m 14.5KB
  25. AAChartKit-master/AAChartKitDemo/ChartsDemo/AAChartSymbolConstant.h 5.72KB
  26. AAChartKit-master/AAChartKitDemo/ChartsDemo/AADOMRectModel.h 628B
  27. AAChartKit-master/AAChartKitDemo/ChartsDemo/AADOMRectModel.m 199B
  28. AAChartKit-master/AAChartKitDemo/ChartsDemo/AADateUTCTool.h 1.51KB
  29. AAChartKit-master/AAChartKitDemo/ChartsDemo/AADateUTCTool.m 1.93KB
  30. AAChartKit-master/AAChartKitDemo/ChartsDemo/AAEasyTool.h 551B
  31. AAChartKit-master/AAChartKitDemo/ChartsDemo/AAEasyTool.m 4.18KB
  32. AAChartKit-master/AAChartKitDemo/ChartsDemo/AAOptionsConfigurationGenerator.h 279B
  33. AAChartKit-master/AAChartKitDemo/ChartsDemo/AAOptionsConfigurationGenerator.m 4.43KB
  34. AAChartKit-master/AAChartKitDemo/ChartsDemo/AlgorithmVC.h 205B
  35. AAChartKit-master/AAChartKitDemo/ChartsDemo/AlgorithmVC.m 5.85KB
  36. AAChartKit-master/AAChartKitDemo/ChartsDemo/AreasplineChartOptionsVC.h 301B
  37. AAChartKit-master/AAChartKitDemo/ChartsDemo/AreasplineChartOptionsVC.m 18.27KB
  38. AAChartKit-master/AAChartKitDemo/ChartsDemo/BasicChartVC.h 1.97KB
  39. AAChartKit-master/AAChartKitDemo/ChartsDemo/BasicChartVC.m 24.61KB
  40. AAChartKit-master/AAChartKitDemo/ChartsDemo/ChartAdvancedUpdatingFeatureVC.h 1.41KB
  41. AAChartKit-master/AAChartKitDemo/ChartsDemo/ChartAdvancedUpdatingFeatureVC.m 9.3KB
  42. AAChartKit-master/AAChartKitDemo/ChartsDemo/ChartAnimationTypeVC.h 1.89KB
  43. AAChartKit-master/AAChartKitDemo/ChartsDemo/ChartAnimationTypeVC.m 13.43KB
  44. AAChartKit-master/AAChartKitDemo/ChartsDemo/ChartListVC.h 1.54KB
  45. AAChartKit-master/AAChartKitDemo/ChartsDemo/ChartListVC.m 17.82KB
  46. AAChartKit-master/AAChartKitDemo/ChartsDemo/CustomClickEventCallbackMessageVC.h 220B
  47. AAChartKit-master/AAChartKitDemo/ChartsDemo/CustomClickEventCallbackMessageVC.m 16.45KB
  48. AAChartKit-master/AAChartKitDemo/ChartsDemo/CustomStyleChartVC.h 1.38KB
  49. AAChartKit-master/AAChartKitDemo/ChartsDemo/CustomStyleChartVC.m 89.42KB
  50. AAChartKit-master/AAChartKitDemo/ChartsDemo/CustomTableViewCell.h 445B
  51. AAChartKit-master/AAChartKitDemo/ChartsDemo/CustomTableViewCell.m 458B
  52. AAChartKit-master/AAChartKitDemo/ChartsDemo/CustomTableViewCell.xib 5.87KB
  53. AAChartKit-master/AAChartKitDemo/ChartsDemo/DataLabelsOptionsVC.h 291B
  54. AAChartKit-master/AAChartKitDemo/ChartsDemo/DataLabelsOptionsVC.m 9.15KB
  55. AAChartKit-master/AAChartKitDemo/ChartsDemo/DataSortingWithAnimationChartVC.h 1.4KB
  56. AAChartKit-master/AAChartKitDemo/ChartsDemo/DataSortingWithAnimationChartVC.m 7.85KB
  57. AAChartKit-master/AAChartKitDemo/ChartsDemo/DoubleChartsLinkedWorkVC.h 1.37KB
  58. AAChartKit-master/AAChartKitDemo/ChartsDemo/DoubleChartsLinkedWorkVC.m 7.68KB
  59. AAChartKit-master/AAChartKitDemo/ChartsDemo/DrawChartWithAAOptionsVC.h 1.38KB
  60. AAChartKit-master/AAChartKitDemo/ChartsDemo/DrawChartWithAAOptionsVC.m 35.88KB
  61. AAChartKit-master/AAChartKitDemo/ChartsDemo/DrawableChartVC.h 896B
  62. AAChartKit-master/AAChartKitDemo/ChartsDemo/DrawableChartVC.m 6.41KB
  63. AAChartKit-master/AAChartKitDemo/ChartsDemo/EvaluateJSStringFunctionVC.h 1.44KB
  64. AAChartKit-master/AAChartKitDemo/ChartsDemo/EvaluateJSStringFunctionVC.m 21.09KB
  65. AAChartKit-master/AAChartKitDemo/ChartsDemo/HideOrShowChartSeriesVC.h 1.66KB
  66. AAChartKit-master/AAChartKitDemo/ChartsDemo/HideOrShowChartSeriesVC.m 14.74KB
  67. AAChartKit-master/AAChartKitDemo/ChartsDemo/JSFunctionForAAAxisVC.h 1.62KB
  68. AAChartKit-master/AAChartKitDemo/ChartsDemo/JSFunctionForAAAxisVC.m 34.17KB
  69. AAChartKit-master/AAChartKitDemo/ChartsDemo/JSFunctionForAAChartEventsVC.h 1.65KB
  70. AAChartKit-master/AAChartKitDemo/ChartsDemo/JSFunctionForAAChartEventsVC.m 63.5KB
  71. AAChartKit-master/AAChartKitDemo/ChartsDemo/JSFunctionForAALegendVC.h 1.62KB
  72. AAChartKit-master/AAChartKitDemo/ChartsDemo/JSFunctionForAALegendVC.m 9.78KB
  73. AAChartKit-master/AAChartKitDemo/ChartsDemo/JSFunctionForAAOptionsVC.h 277B
  74. AAChartKit-master/AAChartKitDemo/ChartsDemo/JSFunctionForAAOptionsVC.m 11.34KB
  75. AAChartKit-master/AAChartKitDemo/ChartsDemo/JSFunctionForAATooltipVC.h 250B
  76. AAChartKit-master/AAChartKitDemo/ChartsDemo/JSFunctionForAATooltipVC.m 33.93KB
  77. AAChartKit-master/AAChartKitDemo/ChartsDemo/JSFunctionForAATooltipVC2.h 279B
  78. AAChartKit-master/AAChartKitDemo/ChartsDemo/JSFunctionForAATooltipVC2.m 12.33KB
  79. AAChartKit-master/AAChartKitDemo/ChartsDemo/MainVC.h 1.66KB
  80. AAChartKit-master/AAChartKitDemo/ChartsDemo/MainVC.m 43.06KB
  81. AAChartKit-master/AAChartKitDemo/ChartsDemo/MixedChartVC.h 1.37KB
  82. AAChartKit-master/AAChartKitDemo/ChartsDemo/MixedChartVC.m 43.49KB
  83. AAChartKit-master/AAChartKitDemo/ChartsDemo/MonitorViewController.h 1.37KB
  84. AAChartKit-master/AAChartKitDemo/ChartsDemo/MonitorViewController.m 4.44KB
  85. AAChartKit-master/AAChartKitDemo/ChartsDemo/MultiYAxesChartOptionsVC.h 302B
  86. AAChartKit-master/AAChartKitDemo/ChartsDemo/MultiYAxesChartOptionsVC.m 22.45KB
  87. AAChartKit-master/AAChartKitDemo/ChartsDemo/OnlyRefreshChartDataVC.h 1.38KB
  88. AAChartKit-master/AAChartKitDemo/ChartsDemo/OnlyRefreshChartDataVC.m 6.05KB
  89. AAChartKit-master/AAChartKitDemo/ChartsDemo/PieChartOptionsVC.h 288B
  90. AAChartKit-master/AAChartKitDemo/ChartsDemo/PieChartOptionsVC.m 15.01KB
  91. AAChartKit-master/AAChartKitDemo/ChartsDemo/PlotLinesBandsZonesOptionsVC.h 309B
  92. AAChartKit-master/AAChartKitDemo/ChartsDemo/PlotLinesBandsZonesOptionsVC.m 37.48KB
  93. AAChartKit-master/AAChartKitDemo/ChartsDemo/PolarChartOptionsVC.h 291B
  94. AAChartKit-master/AAChartKitDemo/ChartsDemo/PolarChartOptionsVC.m 9.7KB
  95. AAChartKit-master/AAChartKitDemo/ChartsDemo/ScrollingUpdateDataVC.h 249B
  96. AAChartKit-master/AAChartKitDemo/ChartsDemo/ScrollingUpdateDataVC.m 9.75KB
  97. AAChartKit-master/AAChartKitDemo/ChartsDemo/ShowManyChartViewVC.h 1.35KB
  98. AAChartKit-master/AAChartKitDemo/ChartsDemo/ShowManyChartViewVC.m 4.37KB
  99. AAChartKit-master/AAChartKitDemo/ChartsDemo/SpecialChartVC.h 1.37KB
  100. AAChartKit-master/AAChartKitDemo/ChartsDemo/SpecialChartVC.m 40.25KB
  101. AAChartKit-master/AAChartKitDemo/ChartsDemo/SpecialStyleChartOptionsVC.h 281B
  102. AAChartKit-master/AAChartKitDemo/ChartsDemo/SpecialStyleChartOptionsVC.m 8.93KB
  103. AAChartKit-master/AAChartKitDemo/ChartsDemo/TestAAChartViewForXibVC.h 277B
  104. AAChartKit-master/AAChartKitDemo/ChartsDemo/TestAAChartViewForXibVC.m 1.79KB
  105. AAChartKit-master/AAChartKitDemo/ChartsDemo/TestAAChartViewForXibVC.xib 2.92KB
  106. AAChartKit-master/AAChartKitDemo/ChartsDemo/TooltipOptionsVC.h 285B
  107. AAChartKit-master/AAChartKitDemo/ChartsDemo/TooltipOptionsVC.m 13.2KB
  108. AAChartKit-master/AAChartKitDemo/ChartsDemo/XAxisYAxisLabelsOptionsVC.h 303B
  109. AAChartKit-master/AAChartKitDemo/ChartsDemo/XAxisYAxisLabelsOptionsVC.m 7.92KB
  110. AAChartKit-master/AAChartKitDemo/ChartsDemo/XAxisYAxisTypeOptionsVC.h 299B
  111. AAChartKit-master/AAChartKitDemo/ChartsDemo/XAxisYAxisTypeOptionsVC.m 14.7KB
  112. AAChartKit-master/AAChartKitDemo/Info.plist 1.47KB
  113. AAChartKit-master/AAChartKitDemo/PrefixHeader.pch 1.6KB
  114. AAChartKit-master/AAChartKitDemo/main.m 1.46KB
  115. AAChartKit-master/AAChartKitDemoTests/
  116. AAChartKit-master/AAChartKitDemoTests/AAChartKitTests.m 2.03KB
  117. AAChartKit-master/AAChartKitDemoTests/Info.plist 680B
  118. AAChartKit-master/AAChartKitDemoUITests/
  119. AAChartKit-master/AAChartKitDemoUITests/AAChartKitUITests.m 2.37KB
  120. AAChartKit-master/AAChartKitDemoUITests/Info.plist 680B
  121. AAChartKit-master/AAChartKitLib/
  122. AAChartKit-master/AAChartKitLib/AAChartCreator/
  123. AAChartKit-master/AAChartKitLib/AAChartCreator/AAChartKit.h 1.41KB
  124. AAChartKit-master/AAChartKitLib/AAChartCreator/AAChartModel.h 20.59KB
  125. AAChartKit-master/AAChartKitLib/AAChartCreator/AAChartModel.m 14.68KB
  126. AAChartKit-master/AAChartKitLib/AAChartCreator/AAChartView.h 13.47KB
  127. AAChartKit-master/AAChartKitLib/AAChartCreator/AAChartView.m 31.56KB
  128. AAChartKit-master/AAChartKitLib/AAChartCreator/AAGlobalMacro.h 3.38KB
  129. AAChartKit-master/AAChartKitLib/AAChartCreator/AAOptions.h 3.7KB
  130. AAChartKit-master/AAChartKitLib/AAChartCreator/AAOptions.m 12.63KB
  131. AAChartKit-master/AAChartKitLib/AAChartCreator/AASeriesElement.h 8.18KB
  132. AAChartKit-master/AAChartKitLib/AAChartCreator/AASeriesElement.m 7.2KB
  133. AAChartKit-master/AAChartKitLib/AAJSFiles.bundle/
  134. AAChartKit-master/AAChartKitLib/AAJSFiles.bundle/AAChartView.html 7.86KB
  135. AAChartKit-master/AAChartKitLib/AAJSFiles.bundle/AAEasing.js 3.37KB
  136. AAChartKit-master/AAChartKitLib/AAJSFiles.bundle/AAFunnel.js 5.39KB
  137. AAChartKit-master/AAChartKitLib/AAJSFiles.bundle/AAHighcharts-More.js 95.24KB
  138. AAChartKit-master/AAChartKitLib/AAJSFiles.bundle/AAHighcharts.js 290.22KB
  139. AAChartKit-master/AAChartKitLib/AAJSFiles.bundle/AARounded-Corners.js 1.49KB
  140. AAChartKit-master/AAChartKitLib/AAOptionsModel/
  141. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAAnimation.h 1.5KB
  142. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAAnimation.m 1.45KB
  143. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAArea.h 1.44KB
  144. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAArea.m 1.38KB
  145. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAAreaspline.h 1.46KB
  146. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAAreaspline.m 1.4KB
  147. AAChartKit-master/AAChartKitLib/AAOptionsModel/AABar.h 2.93KB
  148. AAChartKit-master/AAChartKitLib/AAOptionsModel/AABar.m 2.21KB
  149. AAChartKit-master/AAChartKitLib/AAOptionsModel/AABoxplot.h 2.4KB
  150. AAChartKit-master/AAChartKitLib/AAOptionsModel/AABoxplot.m 2.14KB
  151. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAChart.h 5.76KB
  152. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAChart.m 5.1KB
  153. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAChartAxisType.h 1.72KB
  154. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAColumn.h 3.3KB
  155. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAColumn.m 2.53KB
  156. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAColumnrange.h 2.38KB
  157. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAColumnrange.m 2.32KB
  158. AAChartKit-master/AAChartKitLib/AAOptionsModel/AACredits.h 2.12KB
  159. AAChartKit-master/AAChartKitLib/AAOptionsModel/AACredits.m 1.9KB
  160. AAChartKit-master/AAChartKitLib/AAOptionsModel/AACrosshair.h 2.43KB
  161. AAChartKit-master/AAChartKitLib/AAOptionsModel/AACrosshair.m 2.84KB
  162. AAChartKit-master/AAChartKitLib/AAOptionsModel/AADataLabels.h 5.59KB
  163. AAChartKit-master/AAChartKitLib/AAOptionsModel/AADataLabels.m 3.71KB
  164. AAChartKit-master/AAChartKitLib/AAOptionsModel/AADateTimeLabelFormats.h 2.06KB
  165. AAChartKit-master/AAChartKitLib/AAOptionsModel/AADateTimeLabelFormats.m 1.92KB
  166. AAChartKit-master/AAChartKitLib/AAOptionsModel/AALabel.h 2.44KB
  167. AAChartKit-master/AAChartKitLib/AAOptionsModel/AALabel.m 2.36KB
  168. AAChartKit-master/AAChartKitLib/AAOptionsModel/AALabels.h 4.27KB
  169. AAChartKit-master/AAChartKitLib/AAOptionsModel/AALabels.m 4.3KB
  170. AAChartKit-master/AAChartKitLib/AAOptionsModel/AALang.h 1.85KB
  171. AAChartKit-master/AAChartKitLib/AAOptionsModel/AALang.m 1.73KB
  172. AAChartKit-master/AAChartKitLib/AAOptionsModel/AALegend.h 3.69KB
  173. AAChartKit-master/AAChartKitLib/AAOptionsModel/AALegend.m 2.8KB
  174. AAChartKit-master/AAChartKitLib/AAOptionsModel/AALine.h 1.72KB
  175. AAChartKit-master/AAChartKitLib/AAOptionsModel/AALine.m 1.55KB
  176. AAChartKit-master/AAChartKitLib/AAOptionsModel/AALineStyle.h 2.3KB
  177. AAChartKit-master/AAChartKitLib/AAOptionsModel/AALineStyle.m 2.79KB
  178. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAMarker.h 3.11KB
  179. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAMarker.m 3.04KB
  180. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAPane.h 2.37KB
  181. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAPane.m 2.1KB
  182. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAPie.h 2.06KB
  183. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAPie.m 1.86KB
  184. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAPlotBandsElement.h 2.29KB
  185. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAPlotBandsElement.m 1.89KB
  186. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAPlotLinesElement.h 2.14KB
  187. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAPlotLinesElement.m 2KB
  188. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAPlotOptions.h 2.49KB
  189. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAPlotOptions.m 2.13KB
  190. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAScatter.h 1.93KB
  191. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAScatter.m 1.75KB
  192. AAChartKit-master/AAChartKitLib/AAOptionsModel/AASeries.h 5.13KB
  193. AAChartKit-master/AAChartKitLib/AAOptionsModel/AASeries.m 5.75KB
  194. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAShadow.h 1.72KB
  195. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAShadow.m 1.62KB
  196. AAChartKit-master/AAChartKitLib/AAOptionsModel/AASpline.h 1.61KB
  197. AAChartKit-master/AAChartKitLib/AAOptionsModel/AASpline.m 1.51KB
  198. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAStates.h 2.62KB
  199. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAStates.m 2.48KB
  200. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAStyle.h 4KB
  201. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAStyle.m 4.17KB
  202. AAChartKit-master/AAChartKitLib/AAOptionsModel/AATitle.h 2.55KB
  203. AAChartKit-master/AAChartKitLib/AAOptionsModel/AATitle.m 2.31KB
  204. AAChartKit-master/AAChartKitLib/AAOptionsModel/AATooltip.h 4.25KB
  205. AAChartKit-master/AAChartKitLib/AAOptionsModel/AATooltip.m 4.34KB
  206. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAXAxis.h 6.87KB
  207. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAXAxis.m 5.98KB
  208. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAYAxis.h 8.56KB
  209. AAChartKit-master/AAChartKitLib/AAOptionsModel/AAYAxis.m 7.2KB
  210. AAChartKit-master/AAChartKitLib/AATool/
  211. AAChartKit-master/AAChartKitLib/AATool/Category/
  212. AAChartKit-master/AAChartKitLib/AATool/Category/NSArray+toJSArray.h 1.43KB
  213. AAChartKit-master/AAChartKitLib/AATool/Category/NSArray+toJSArray.m 1.65KB
  214. AAChartKit-master/AAChartKitLib/AATool/Category/NSString+toPureJSString.h 1.39KB
  215. AAChartKit-master/AAChartKitLib/AATool/Category/NSString+toPureJSString.m 2.49KB
  216. AAChartKit-master/AAChartKitLib/AATool/Color/
  217. AAChartKit-master/AAChartKitLib/AATool/Color/AAColor.h 2.86KB
  218. AAChartKit-master/AAChartKitLib/AATool/Color/AAColor.m 2.35KB
  219. AAChartKit-master/AAChartKitLib/AATool/Color/AAGradientColor.h 6.42KB
  220. AAChartKit-master/AAChartKitLib/AATool/Color/AAGradientColor.m 13.47KB
  221. AAChartKit-master/AAChartKitLib/AATool/Convenience/
  222. AAChartKit-master/AAChartKitLib/AATool/Convenience/AAMarginConvenience.h 2.12KB
  223. AAChartKit-master/AAChartKitLib/AATool/Convenience/AAStyleConvenience.h 2.98KB
  224. AAChartKit-master/CHINESE-README.md 36.53KB
  225. AAChartKit-master/LICENSE 1.09KB
  226. AAChartKit-master/README.md 33.46KB
  227. AAChartKit-master/_config.yml 29B
  228. AAChartKit-master/fastlane/
  229. AAChartKit-master/fastlane/Fastfile 2.32KB
  230. AAChartKit-master/fastlane/README.md 122B
  231. AAChartKit-master/fastlane/actions/
  232. AAChartKit-master/fastlane/actions/git_pull_allow_unrelated_histories.rb 1.45KB
  233. AAChartKit-master/fastlane/actions/remove_git_tag.rb 2.7KB
0评论
提交 加载更多评论
其他资源 Python中最简单的Bottle框架构建的Web网站
Python中最简单的Bottle框架构建的Web网站。简单易用,目前包含的功能为信息的提交及反馈,文件的上传的功能。
Modbus-Host端串口通讯动态库源码
内部是一个Visual Studio创建的解决方案,用于生成动态库,内部包含实现Modbus-Host端的代码,以及在windows平台下实现串口通信的代码。
ESP8266-AT指令、数据手册
ESP8266-AT指令、数据手册
ESP8266-AT指令、数据手册 ESP8266-AT指令、数据手册 ESP8266-AT指令、数据手册
Flask框架之简单问答平台项目(附前端)
本项目由flask框架构建,架构于mysql数据库,做简单的动态网页可以从此借鉴参考
linux fio磁盘性能测试工具
linux fio磁盘性能测试工具
基于mplayer的小的媒体播放器
有许多bug,仅供参考,不建议使用 基于Mplayer的视频播放器 1.需求分析: 1.该程序能够加载指定路径下所有的音视频文件 (.mp3 .mp4 .avi .rm .rmvb .flv .wma) 2.能够通过界面操作视频播放器 支持: 上键 下键 回车 ESC 支持: 焦点定位 1.一级页面功能如下: +-------------------+ | 视频播放器 | |-------------------| |1.查看播放列表 | |2.开始/暂停 | |3.停止 | |4.上一个 | |5.下一个 | |6.快进 | |7.定位 | |8.播放方式 | |9.退出 | +-------------------+
基于mplayer的小的媒体播放器 基于mplayer的小的媒体播放器
2024样本ES Time Sheet and Expense Application Form
1)标题:[Need Approval]_ZHANG SONGLIN Work Time Table _2024_Jul(月份需每月更改) 填写内容:Form 2024/6/24~2024/7/19(每月表格中的起始日期和终止日期) Total Hours: 160(一天8小时) Work Hours: 160 timesheet attachment included     余策之 | Software System Engineer @ Corning MT&E Asia Outsourcing Company BEIJING JIUZE TECHNOLOGY CO LTD Mobile: 填写本人手机即可 zhangs49@corning.com(填写康宁工作邮箱)) | www.9zekeji.com
Hadoop集群程序设计与开发PPT.rar
Hadoop集群程序设计与开发PPT.rar
Hadoop集群程序设计与开发PPT.rar Hadoop集群程序设计与开发PPT.rar