Code Monkey home page Code Monkey logo

Comments (2)

AAChartModel avatar AAChartModel commented on May 22, 2024

现已支持南丁格尔玫瑰🌹图,你可以这样配置 AAChartModel 模型对象

    AAChartModel *aaChartModel= AAObject(AAChartModel)
        .titleSet(@"南丁格尔玫瑰图")
        .subtitleSet(@"极地图中的一种")
        .yAxisTitleSet(@"cm")
        .chartTypeSet(AAChartTypeColumn)
        .xAxisVisibleSet(true)//是否显示最外一层圆环
        .yAxisVisibleSet(false)//是否显示中间的多个圆环
        .legendEnabledSet(false)//隐藏图例(底部可点按的小圆点)
        .categoriesSet(@[@"一月", @"二月", @"三月", @"四月", @"五月", @"六月", @"七月", @"八月", @"九月", @"十月", @"十一月", @"十二月"])
        .dataLabelEnabledSet(true)
        .polarSet(true)
        .colorsThemeSet(@[@"#c85dec",@"#e9a8ff",@"#de4770",@"#f56991",@"#ff9f80",@"#ffc48c",@"#effab4",@"#d1f2a5"])
        .seriesSet(@[
                     AAObject(AASeriesElement)
                     .nameSet(@"东京")
                     .dataSet(@[@7.0, @6.9, @9.5, @14.5, @18.2, @21.5, @25.2,@26.5, @23.3, @18.3, @13.9, @9.6 ]),
                     ]
                   )
        ;

再使用 AAChartView 配合 AAChartModel调用绘制图表的函数便可得到南丁格尔玫瑰🌹图

from aachartkit.

AAChartModel avatar AAChartModel commented on May 22, 2024

已添加图形示例,下载最新 demo 运行查看效果即可.

from aachartkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.