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

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

Open
s1738berger opened this issue Jan 13, 2016 · 1 comment
Open

Comments

@s1738berger
Copy link

chart type bar works fine.

Solution:
Change line 98 in widget2chart.js

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

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

@wwalc
Copy link
Owner

wwalc commented Oct 1, 2016

Apologies for replying so late. @s1738berger or anyone else having this problem, could you post the code which you use to start CKEditor? I'm having troubles with reproducing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants