简体   繁体   English

快速绘制图表,无需使用像core-plot这样的第三方库

[英]Plot graph in swift without using third party libraries like core-plot

I want to plot pie-charts and bar-charts in swift , without using any third party libraries ? 我想快速绘制饼图和条形图,而不使用任何第三方库吗? Any help would be great 任何帮助都会很棒

Core Graphics can be used to draw line graphs , bar graphs etc . 核心图形可用于绘制线图,条形图等。 I mainly used the CALayers to create specified graphs . 我主要使用CALayers创建指定的图。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM