From 71f875f8fd026e9570ae31d9f502d3c6505695b2 Mon Sep 17 00:00:00 2001 From: Manuel Schallar Date: Mon, 29 Jun 2015 11:33:52 +0200 Subject: [PATCH] added onRender as a drawPoints property and as a function on the object itself --- lib/timeline/optionsGraph2d.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/timeline/optionsGraph2d.js b/lib/timeline/optionsGraph2d.js index df172ed4..40569248 100644 --- a/lib/timeline/optionsGraph2d.js +++ b/lib/timeline/optionsGraph2d.js @@ -51,9 +51,10 @@ let allOptions = { }, drawPoints: { enabled: {boolean}, + onRender: { 'function': 'function' }, size: {number}, style: {string:['square','circle']}, // square, circle - __type__: {object,boolean} + __type__: {object,boolean,'function': 'function'} }, dataAxis: { showMinorLabels: {boolean},