AAChartModel / AAChartKit-Swift

📈📊📱💻🖥️An elegant modern declarative data visualization chart framework for iOS, iPadOS and macOS. Extremely powerful, supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types. 极其精美而又强大的现代化声明式数据可视化图表框架,支持柱状图、条形图、折线图、曲线图、折线填充图、曲线填充图、气泡图、扇形图、环形图、散点图、雷达图、混合图等各种类型的多达几十种的信息图图表,完全满足工作所需.

Home Page:https://cocoapods.org/pods/AAInfographics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Legend 图例是否可以根据 yAxis opposite属性自动左边的居左 右边的居右,样式如下图所示。并且是否可以写死yAxis 上label的宽度,以保持上下2个表格完整对齐

liuccchi opened this issue · comments

commented

我估计应该是不行, 在 Highcharts 的官方文档中, 我没有找到能够根据不同 Y 轴单独设置 Legend 的选项.

在线文档链接:

commented

并且是否可以写死yAxis 上label的宽度

AAYAXis 有属性为 AALabels, AALabels 有属性 AAStyle , AAStyle 支持设置宽高, 你可以试试看看效果.

并且是否可以写死yAxis 上label的宽度

AAYAXis 有属性为 AALabels, AALabels 有属性 AAStyle , AAStyle 支持设置宽高, 你可以试试看看效果.

好的 感谢! 我试试效果