c3js / c3

:bar_chart: A D3-based reusable chart library
http://c3js.org
MIT License
9.34k stars 1.39k forks source link

Fix for #2813. Fixed trailing solid line for null values in case of data regions #2814

Open PT10 opened 4 years ago

PT10 commented 4 years ago

Checking if the value is null before plotting the line region (dashed line). If the value is null then there is no need to add the point in the SVG path. Without this check chart plots a solid line for data points with null value. Please refer to the description in the issue #2813.