dont know what happened
This commit is contained in:
13
client/d3/line/spline.js
vendored
Normal file
13
client/d3/line/spline.js
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import LineChart from './line';
|
||||
|
||||
const INTEPOLATION = 'cardinal';
|
||||
|
||||
class SplineChart extends LineChart {
|
||||
|
||||
get chart_options(){
|
||||
return {
|
||||
interpolation: INTEPOLATION
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user