{{- /* Echarts support for code fences extended and shortcodes. */ -}} {{- $width := .Options.width | default "100%" -}} {{- $height := .Options.height | default "30rem" -}} {{- $attrs := printf `style="width: %v; height: %v;"` $width $height -}}
{{- page.Store.Set "hasEcharts" true -}}