7 lines
75 B
JavaScript
7 lines
75 B
JavaScript
import LineChart from './line';
|
|
|
|
class SplineChart extends LineChart {
|
|
|
|
|
|
}
|