Skip to content

Interactive histogram component made with Next.js and Chart.js

Notifications You must be signed in to change notification settings

a-dylean/interactive-histogram-component

Repository files navigation

Interactive histogram component made Next.js and Chart.js. Histogram has custom axes and displays data depending on selected period in the dropdown menu.

How to run locally

To mock up APIs and generate custom data I used JSON Server. It is added as a dependency, so to start the server simply run:

npm run mockapi

To run the development server use this command in a separate terminal:

npm run dev

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

Screenshot

Graph_screenshot

About

Interactive histogram component made with Next.js and Chart.js

Topics

Resources

Stars

Watchers

Forks