We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7717a24 commit 46cac39Copy full SHA for 46cac39
README.md
@@ -382,8 +382,8 @@ row are rendered.
382
383
2. Overriding built-in templates
384
385
-You can always overrides or redefine built-in templates in your own `_templates.
386
-gotmpl` file. The built-in templates can be thought of as a template hook.
+You can always overrides or redefine built-in templates in your own `_templates.gotmpl`
+file. The built-in templates can be thought of as a template hook.
387
For example, if you need to change the HTML table, for example to add a new
388
column, or define maximum width/height, you can override `chart.valuesTableHtml`. Your overrides will then be called by `chart.valuesSectionHtml`.
389
0 commit comments