Browse Source

document spline interpolation type options (#2513)

Options for the type of spline interpolation methods aren't documented -- or at least I couldn't find it in docs. Option was added with #1268
master
William Clapp 6 years ago committed by Yoshiya Hinosawa
parent
commit
ef43f2bd9e
  1. 7
      htdocs/samples/chart_spline.html

7
htdocs/samples/chart_spline.html

@ -18,7 +18,12 @@
data1: 'spline', data1: 'spline',
data2: 'spline' data2: 'spline'
} }
} },
spline: {
interpolation: {
type: 'monotone', // 'cardinal' is default
},
},
}); });
</script> </script>
</body> </body>

Loading…
Cancel
Save