ankane / react-chartkick

Create beautiful JavaScript charts with one line of React
https://chartkick.com/react
MIT License
1.2k stars 58 forks source link

Line Chart Step Size #31

Closed hoa-ho closed 6 years ago

hoa-ho commented 6 years ago

Hello,

I am using the Chart JS line chart with ChartKick. I would like to know how to implement the step size to view multiple data points at the same time? Thanks.

<LineChart data={data} curve={false} />

ankane commented 6 years ago

Hey @hoa-ho, you'll need to use the dataset or library option for it.

hoa-ho commented 6 years ago

Hi @ankane, can you please provide an example? I was fooling around with it earlier and can't get it to work.

ankane commented 6 years ago

Sorry, I don't have the bandwidth to help with specific customizations. Maybe someone on Stack Overflow will be able to help