Skip to content

Plugin fails when custom colors are defined with chart type line #5

@s1738berger

Description

@s1738berger

chart type bar works fine.

Solution:
Change line 98 in widget2chart.js

from:
if ( chartType != 'bar' ) {

to:
if ( chartType != 'bar' && chartType != 'line' ) {

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions