-
Notifications
You must be signed in to change notification settings - Fork 110
Description
I am using react-d3-basic in my project and it is drawing multi line graph fine but i want one line chart to fill the area under it like it is shown in one of the example here: http://www.reactd3.org/docs/basic/#line_multiple.
But For me the area part is not working it is just displaying 2 line charts while i have specified area= true in the chart series. Any help will be regarded well.
I also tried Chart component from react-d3-core with Line & Area components its didn't work for me. I found LineChart Example quite simple and easy but got stuck if there is any substitute or article available kindly post the link i will try that.
I also want to know if there is any way to customize Axis Labels with react-d3-basic.
Thanks!
My Chart is showing like :
But I want it to be like :

