From c9df45a87d4daee11006b19817bc3926d1d1ff12 Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Wed, 6 Nov 2019 16:55:16 -0600 Subject: [PATCH] Fixed typo --- modules/system/assets/ui/js/chart.line.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/assets/ui/js/chart.line.js b/modules/system/assets/ui/js/chart.line.js index ee41bedfa..208b0e51d 100644 --- a/modules/system/assets/ui/js/chart.line.js +++ b/modules/system/assets/ui/js/chart.line.js @@ -80,7 +80,7 @@ var parsedOptions = {} try { - parsedOptions = ocJSON("{" + value + "}"); + parsedOptions = ocJSON("{" + options.chartOptions + "}"); } catch (e) { throw new Error('Error parsing the data-chart-options attribute value. '+e); }