Add support for interpolateNulls
-
I found your plugin excellent, but in my data I often have missing values, eg:
[new Date(2014,0,9),265, 291],
[new Date(2014,1,9), {}, 291],
[new Date(2014,2,1),271, 282]By default, in line charts, Google Graphs leaves an unsightly gap in that location, but it has an option “interpolateNull:true” which draws the line in between.
I suggest either adding it by default for line charts (it does no harm when all values are present), or maybe add some mechanism to add arbitrary options to pass to the google charts API.
It’s fairly easy for me to edit the plugin PHP but I’m writing a plugin myself and would like to give users the option to automatically generate shortcodes for your plugin if it’s installed.
- The topic ‘Add support for interpolateNulls’ is closed to new replies.