hdz-666 commented on issue #15117:
URL: https://github.com/apache/echarts/issues/15117#issuecomment-1895060540
Any status on this ? i tried the method suggested by @pissang but i am
getting type error for the same here is my code snippet :
`const chart = echarts.init(chartRef.current, "100ms-echarts", {
crossOrigin: "anonymous",
})`
Argument of type '{ crossOrigin: string; }' is not assignable to
parameter of type 'EChartsInitOpts'.
Object literal may only specify known properties, and 'crossOrigin' does
not exist in type 'EChartsInitOpts'.
--
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]