【问题标题】:flippedCoordinates rotated chart pointMarker showing wrong place翻转坐标旋转图表点标记显示错误位置
【发布时间】:2021-01-01 07:21:40
【问题描述】:

enter image description here

点在 scchart 上的绘制不正确

xAxis.axisAlignment = EAxisAlignment.Left;
xAxis.flippedCoordinates = false;
yAxis.axisAlignment = EAxisAlignment.Top;
yAxis.flippedCoordinates = true;
const fastLineSeries = new FastLineRenderableSeries(wasmContext, {
   dataSeries: ds,
   strokeThickness: 1,
   stroke: "red"
   pointMarker: new SquarePointMarker(wasmContext, {
      width: 5,
      height: 5,
      fill: "blue",
      stroke: "blue",
      strokeThickness: 1,
   });
});

【问题讨论】:

    标签: scichart scichart.js


    【解决方案1】:

    根据SciChart.js Forums,此问题已在 build 1.1.1362 中修复。

    您可以获得SciChart.js over at npm 的最新版本。

    【讨论】:

      猜你喜欢
      • 2013-08-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多