admin管理员组文章数量:1421185
I get this error with ChartXY on Lightning Chart trial.. It does not tell where in the code its throwing this error.
EngineError: Failed to create texture for font!
at yg.CB (http://localhost:3000/static/js/bundle.js:38109:21)
at Mg.RB (http://localhost:3000/static/js/bundle.js:38276:21)
at op.hr (http://localhost:3000/static/js/bundle.js:46742:38)
at Md.Le (http://localhost:3000/static/js/bundle.js:25070:23)
at zp.Co (http://localhost:3000/static/js/bundle.js:39699:9)
at zp.KD (http://localhost:3000/static/js/bundle.js:50678:25)
at http://localhost:3000/static/js/bundle.js:39600:208
at Array.forEach (<anonymous>)
at Cv.<anonymous> (http://localhost:3000/static/js/bundle.js:39598:23)
import { lightningChart, emptyLine, emptyFill, AxisTickStrategies, ColorHEX, SolidFill, PointShape, ChartXY, LineSeries, Axis, RectangleSeries } from '@lightningchart/lcjs'; const lc = lightningChart({ license: "xxxyy", licenseInformation: { appTitle: "LightningChart JS Trial", company: "LightningChart Ltd." } }); const chart = lc.ChartXY({ container: chartContainerRef.current || undefined });
本文标签: Lightningchart EngineError Failed to create texture for fontStack Overflow
版权声明:本文标题:Lightningchart: EngineError: Failed to create texture for font - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744662443a2618325.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论