Skip to content

Commit

Permalink
chore: add chart marker runtime demo
Browse files Browse the repository at this point in the history
  • Loading branch information
kkxxkk2019 committed Jan 15, 2025
1 parent 0b98595 commit ae6f504
Show file tree
Hide file tree
Showing 2 changed files with 1,348 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/vstory/demo/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ import { ShowHeader } from './demos/table/runtime/show-header';
import { TableTheme } from './demos/table/runtime/theme';
import { TableStyle } from './demos/table/runtime/style';
import { TableVisible } from './demos/table/runtime/visible';
import { SpecMarker } from './demos/chart/runtime/spec-marker';

type MenusType = (
| {
Expand Down Expand Up @@ -354,6 +355,10 @@ const App = () => {
{
name: 'Total Label',
component: RuntimeTotalLabel
},
{
name: 'Marker',
component: SpecMarker
}
]
},
Expand Down
Loading

0 comments on commit ae6f504

Please sign in to comment.