{% for js_url in chart_js_dependencies %} {% endfor %}

基本信息

{% if record.tag0 %}{{ record.tag0 }}{% endif %} {% if record.tag1 %}{{ record.tag1 }}{% endif %}
ID: {{ record.id }}
插入时间: {{ record.insert_time }}
文件路径: {{ record.file_path }}
{% if record.data_desc %}
数据描述: {{ record.data_desc }}
{% endif %} {% if record.data_insight %}
数据洞察: {{ record.data_insight }}
{% endif %}

图表预览

{{ chart_html | safe }}

Option 配置

{{ option_formatted }}

Data Option 配置

{{ data_option_formatted }}