From 5f92746c4552039cfc0984a2dbb431376eb0a0ef Mon Sep 17 00:00:00 2001 From: techstonia Date: Sat, 12 Dec 2015 16:56:37 +0200 Subject: [PATCH] Fixed a typo in template parameter --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3f6f348..9038922 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ The plugin comes with a helper that can be used to quickly generate charts ``` // myTempmlate.html -{{> highchartsHelper chartId="test" chartWidth="100%" charHeight="100%" chartObject=topGenresChart}} +{{> highchartsHelper chartId="test" chartWidth="100%" chartHeight="100%" chartObject=topGenresChart}} ``` The `chartObject` basically takes the object that you would normall define using highCharts, example below: