Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试查找新功能的文档(主要是颜色阈值),但似乎无法找到在提供的 jsfiddle之外记录的位置 。
所提供的只是negativeColor: '#0088FF',我要做的是逐点设置阈值。
negativeColor: '#0088FF'
截至状态(测试版),我认为到目前为止还没有官方文档。
我从 beta 3.0 highcharts 代码的源代码中读到的,没有用于设置颜色的多点基础。
/** * Get the zero plane either based on zero or on the min or max value. * Used in bar and area plots */
在源代码中找到了这个。看起来它只是零或最小值或最大值。我也在寻找一种方法,可以说状态“低”、“正常”和“高”。