/victory-testing-dashboard

A sample dashboard application using Victory

Primary LanguageJavaScript

Victory Testing Dashboard

This is an example project built with Next.js used to test Victory with different rendering methods and amounts of data. Right now, it contains a data dashboard at the root, and a series of non-Victory examples. Each page is configured to use query params for configuration.

This app is deployed at https://victory-testing-dashboard.netlify.app/.

Example query params:

  • animate - true/false, corresponds to Victory's animate prop
  • canvas - true/false, enables VictoryCanvas components rather than SVG.

Examples

Check out this blog post to learn more!

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.