You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
chart type bar works fine.
Solution:
Change line 98 in widget2chart.js
from:
if ( chartType != 'bar' ) {
to:
if ( chartType != 'bar' && chartType != 'line' ) {
The text was updated successfully, but these errors were encountered: