We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa99dee + 46cac39 commit 2743ca4Copy full SHA for 2743ca4
README.md
@@ -449,8 +449,8 @@ row are rendered.
449
450
2. Overriding built-in templates
451
452
-You can always overrides or redefine built-in templates in your own `_templates.
453
-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.
454
For example, if you need to change the HTML table, for example to add a new
455
column, or define maximum width/height, you can override `chart.valuesTableHtml`. Your overrides will then be called by `chart.valuesSectionHtml`.
456
0 commit comments