// GENERATED by gallery/vela/tools/vela_evg.rgr — do not edit by hand. // // Each chart below is an unmodified Vega specification, compiled from a // Vega-Lite example, run through the Vela runtime and drawn with the EVG // vector layer: every gridline, bar, wedge and label is path data and text // this repository computed, in all three targets. // // Regenerate with: npm run vela:showcase import { View, Label, Path } from "./evg_types"; function render() { return ( ); } export default render;