Srajan-Sanjay-Saxena commented on code in PR #21352: URL: https://github.com/apache/echarts/pull/21352#discussion_r2519365832
########## test/customFormat.html: ########## @@ -0,0 +1,90 @@ +<!DOCTYPE html> +<html> +<head> + <title>ECharts Custom Format Test</title> + <script src="../dist/echarts.min.js?v=3"></script> +</head> +<body> + <div id="chart" style="width: 800px; height: 400px;"></div> + + <script> + const weeklyData = [ Review Comment: done in e9b24dbcefef1ff4c6969c6b5295b4336a891936 -- 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]
