Giter Site home page Giter Site logo

Comments (4)

AAChartModel avatar AAChartModel commented on May 27, 2024
  1. 刻度线只有一点点的长度, 设置成虚线意义不大, 而且也不支持设置成虚线.
  2. aaOptions.yAxis.tickWidthaaOptions.yAxis.tickColor 设置的是刻度线相关内容, 然而刻度线 tick标志线 yAxisPlotLines 是两个东西.
  3. 如果你是想将 yAxisPlotLines 设置成虚线, 参考: https://api.highcharts.com/highcharts/xAxis.plotLines.dashStyle

我感觉你应该是把刻度线 tick标志线 plotLines 以及网格线 gridLine 这三者的概念弄混了, 可以先查看在线文档:

from aachartkit.

jinger428 avatar jinger428 commented on May 27, 2024

Snip20240307_2
感谢您的回复。想再次确认一下,图中的这个横线可以自定义颜色,或者换成虚线吗?

from aachartkit.

AAChartModel avatar AAChartModel commented on May 27, 2024

你图中所示的是 Y 轴的网格线 gridLine , 对应的的属性是 AAYAxis 中的如下内容:

AAPropStatementAndPropSetFuncStatement(strong, AAYAxis, NSNumber *, gridLineWidth) // y 轴网格线宽度
AAPropStatementAndPropSetFuncStatement(copy,   AAYAxis, NSString *, gridLineColor) // y 轴网格线颜色
AAPropStatementAndPropSetFuncStatement(copy,   AAYAxis, NSString *, gridLineDashStyle) //网格线线条样式,所有可用的线条样式参考:Highcharts线条样式
AAPropStatementAndPropSetFuncStatement(strong, AAYAxis, NSNumber *, gridZIndex) //网格线的层叠值(zIndex) 默认是:1.
AAPropStatementAndPropSetFuncStatement(copy,   AAYAxis, AAChartYAxisGridLineInterpolationType, gridLineInterpolation) //Polar charts only. Whether the grid lines should draw as a polygon with straight lines between categories, or as circles. Can be either circle or polygon. 默认是:null.

参考对应的在线文档:

from aachartkit.

jinger428 avatar jinger428 commented on May 27, 2024

非常感谢!

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.