snoozybot commented on issue #12: URL: https://github.com/apache/echarts-custom-series/issues/12#issuecomment-3942801635
主要问题是在 92 行 https://github.com/apache/echarts-custom-series/blob/main/custom-series/violin/src/index.ts#L92 这里把采样范围硬编码成 10, 所以只在 0-10 之间计算密度, 所以大于 10 的值就挂了. 暂时的方法就是把数据值都缩放到0-10 之间就能显示了... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
