gpt4 book ai didi

javascript - 翻译 Highcharts 中的事件

转载 作者:行者123 更新时间:2023-11-28 06:10:19 27 4
gpt4 key购买 nike

在这里,我通过选择事件在 highcharts 中绘制一个矩形,我通过平移图表的轴值来获取框的坐标 i:e

chart.xAxis[0].translate((event.xAxis[0]||chart.xAxis[0]).min)

。我的问题是我怎样才能得到相反的结果,i:e

event.xAxis[0].translate((event.xAxis[0]||chart.xAxis[0]).min)

我附上了下面的 fiddle ,请查看它以便更好地理解我的问题,提前致谢。 Js-Fiddle containing above question's code.

最佳答案

看来您正在寻找的是轴刻度的像素坐标。如果是,则有 API 函数 - Axis.toPixels .

toPixels (Number value, [Boolean paneCoordinates])

Translates a value in terms of axis units in to pixels within the chart.

Parameters:

value: Number A value in terms of axis units.

paneCoordinates: Boolean Whether to return the pixel coordinate relative to the chart or just the axis/pane itself.

Returns: Number

关于javascript - 翻译 Highcharts 中的事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36466887/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com