Skip to content

Commit 902ccd1

Browse files
committed
feat: add waterfall chart suport
1 parent 9502cad commit 902ccd1

File tree

5 files changed

+1283
-1121
lines changed

5 files changed

+1283
-1121
lines changed

__tests__/plots/waterfall.spec.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import { mount } from '@vue/test-utils'
2+
import Chart from '../../src/plots/waterfall'
3+
4+
describe('Chart', () => {
5+
test('should render without crashed', () => {
6+
mount(() => <Chart data={[]} xField="x" yField="y" />)
7+
})
8+
})

0 commit comments

Comments
 (0)