// GENERATED by gallery/vela/tools/vela_chart_page.rgr — do not edit by hand. // // No specification was read to draw this page. Every chart on it was built // by CALLING gallery/vela/src/VlChart.rgr, and the lines printed beside each // chart are the calls that built it — read out of the tool's own source, so // the code on the page and the code that drew it cannot drift apart. // // Regenerate with: npm run vela:showcase import { View, Label, Path } from "./evg_types"; function render() { return ( ); } export default render;