Skip to content

Commit d48b593

Browse files
tiger5wangwangyuhu
andauthored
feat: 完善 charts
* feat: charts包 * test: demo --------- Co-authored-by: wangyuhu <wangyuhu@sensoro.com>
1 parent 1f9c507 commit d48b593

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+1591
-42
lines changed

@sensoro-design/charts/src/bar/Bar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Bar as BaseBar } from '@sensoro-design/plots';
22
import type { BarConfig as BaseBarConfig } from '@sensoro-design/plots';
33
import { deepMix } from '@antv/util';
4+
import React from 'react';
45

56
export interface BarConfig extends BaseBarConfig {
67
// 自定义属性
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { Bubble } from '@sensoro-design/plots';
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import { Bubble } from './Bubble';
2+
3+
export type { BubbleConfig } from '@sensoro-design/plots';
4+
export default Bubble;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import "./token.less";
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import './index.less';

@sensoro-design/charts/src/bubble/style/token.less

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { Column } from "@sensoro-design/plots";
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import { Column } from './Column';
2+
3+
export type { ColumnConfig } from '@ant-design/plots';
4+
export default Column;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import "./token.less";
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import './index.less';

0 commit comments

Comments
 (0)