SaraMk89 opened a new issue #14659:
URL: https://github.com/apache/echarts/issues/14659
I want to simultaneously append two objects to echartsInstance. appendData
as following :
echartsInstance.appendData(
{
seriesIndex: 0,
data: data1
},
{
seriesIndex: 1,
data: data2
}
);
the purpose of this is to add new data to two line charts without re-rending
the whole chart.
The question is possible to pass those two objects representing 2 line
charts into echartsInstance. appendData ?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]