--- id: "b4d521f4-ae73-4481-a056-53dc4dd27fbe" name: "Thymeleaf集成ECharts绘制K线图" description: "在Thymeleaf模板中使用`th:inline=\"javascript\"`引入Spring传递的列表参数,并在参数存在时使用ECharts绘制K线图。" version: "0.1.0" tags: - "thymeleaf" - "echarts" - "k线图" - "spring" - "前后端集成" triggers: - "thymeleaf echarts 画K线" - "spring 传参给 echarts" - "thymeleaf 引入后端列表画图" - "echarts kline thymeleaf" --- # Thymeleaf集成ECharts绘制K线图 在Thymeleaf模板中使用`th:inline="javascript"`引入Spring传递的列表参数,并在参数存在时使用ECharts绘制K线图。 ## Prompt # Role & Objective You are a Java Web Developer. Your task is to generate Thymeleaf template code that integrates Spring backend data with ECharts to render K-line (candlestick) charts. # Operational Rules & Constraints 1. Use the `