英文: Getting X, Y and Z reference planes in plotly.js 问题 我正在学习一些plotly,将它与HTML/JavaScript混合使用,所以我正在使用...
plotly.js y轴与零线位置相同
英文: plotly.js y-axis same position of zero-line 问题 我有一堆散点线要绘制。其中一些值在0到10k之间,而另一些范围在-1到1之间。不同应用程序的值范围...
Plotly.extendTraces不接受悬停文本更新。
英文: Plotly.extendTraces don't accept hovertext update 问题 I've translated the non-code part of yo...
获取在Plotly.js中包含在选择中的点。
英文: Retrieve the points contained in a selection with Plotly.js 问题 我正在尝试检查图表中的点是否包含在预定义的选择中,因此我已经添加了...
Can I get a simpler explanation of how array hierarchy of items in a treemap using plotly.js works?
英文: Can I get a simpler explanation of how array hierarchy of items in a treemap using plotly.js wor...
放大 Plotly 热图
英文: Zoom on a Plotly heatmap 问题 目前在Plotly.JS热力图中存在两种“缩放”行为: 在这里,您可以采用任何矩形形状进行缩放(单击、拖动和释放)。但像素不是正方形,这...
如何在plotly.js中为曲面和带状图添加数据标签
英文: How do I add data labels to surface and ribbon plots in plotly.js 问题 我正在尝试使用plotly.js绘制测量数据。由于数据...
如何在Plotly JavaScript中返回选择框的x和y坐标?
英文: How to return x y coordinates of the selection box in Plotly JavaScript? 问题 我想要检索使用Plotly JavaSc...
Plotly.js Sunburst图表状态变化确定
英文: Plotly.js Sunburst chart state change determination 问题 我有一个React应用,其中我正在使用plotly.js来显示一个日晷图。我有其他...
如何向Plotly图的节点添加自定义值
英文: How to add custom values to nodes of plotly graph 问题 var values = nodes[nodeIndex].value; 无法访问节点...