helgasoft commented on issue #13909: URL: https://github.com/apache/echarts/issues/13909#issuecomment-1937238256
As @plainheart said - good candidate for an extension, but not an integral part of ECharts. There are two separate questions here: 1) how to **extract** contours and 2) how to **display** contours. Extracting contours from XYZ data is done by specialized libraries and is not charting. Displaying contours is already feasible in ECharts with series type 'line' or 'custom-polygon' (for filled areas). Below are two examples displayed with ECharts.  https://github.com/apache/echarts/assets/13038071/4c1db922-2e28-4f5b-9fda-36b515d9d170 -- 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]
