Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 7, 2020

  1. Fix for c3js#2813

    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 c3js#2813.
    PT10 committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    4a4e83c View commit details
    Browse the repository at this point in the history