Fix linecharts (#770)
* [example][m] - start of a simple-example * Empty-Commit * [simple-example][sm] - change from repos.json to datasets.json * [example][m] - changed styling and added octokit * [build][sm] - fix build * [example][sm] - fix line chart * [fix][sm] - remove console.log
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { VegaLite as VegaOg } from "react-vega";
|
||||
export default function Vega(props) {
|
||||
return <VegaOg {...props} />;
|
||||
return <VegaOg className="w-full" {...props} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user