最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Lightningchart: EngineError: Failed to create texture for font - Stack Overflow

programmeradmin2浏览0评论

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 });

发布评论

评论列表(0)

  1. 暂无评论