Browse Source

added onRender as a drawPoints property and as a function on the object itself

flowchartTest
Manuel Schallar 9 years ago
parent
commit
71f875f8fd
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      lib/timeline/optionsGraph2d.js

+ 2
- 1
lib/timeline/optionsGraph2d.js View File

@ -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},

Loading…
Cancel
Save