permafrost06 / DiagMan

Patient/disease case management software
2 stars 1 forks source link

Create chart component #32

Open permafrost06 opened 1 year ago

permafrost06 commented 1 year ago

Create a component to show different types of charts: pie, line, bar etc.

I've heard good things about D3.js but open to alternatives.

*We may end up animating the charts - something to keep in mind.

Design inspiration: image

protibimbok commented 1 year ago

image

I am working on the LineChart first. What options should there be?

permafrost06 commented 1 year ago

For now, let's create a component like this:

<Chart type="line" :data="dataArr" />

We can add more props/options as we see fit.

protibimbok commented 1 year ago

Do you want me to add animation when data changes?